From 93d52a4e70d0c80ca34537a288245a90d7a729ed Mon Sep 17 00:00:00 2001 From: Renuka <75003561+rkafle-2020@users.noreply.github.com> Date: Mon, 19 Apr 2021 23:04:35 -0600 Subject: [PATCH 01/18] code for db flask app --- .../Mongo_Test (1)-checkpoint.ipynb | 304 +++++++ Renuka/Mongo_Test (1).ipynb | 304 +++++++ Renuka/Myanmar_data.csv | 809 ++++++++++++++++++ Renuka/app.py | 54 ++ Renuka/static/css/style.css | 12 + Renuka/static/js/app.js | 34 + 6 files changed, 1517 insertions(+) create mode 100644 Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb create mode 100644 Renuka/Mongo_Test (1).ipynb create mode 100644 Renuka/Myanmar_data.csv create mode 100644 Renuka/app.py create mode 100644 Renuka/static/css/style.css create mode 100644 Renuka/static/js/app.js diff --git a/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb new file mode 100644 index 0000000..2bbbd24 --- /dev/null +++ b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb @@ -0,0 +1,304 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Test Script for MongoDB " + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "#Import Dependancies\n", + "import pandas as pd\n", + "import pymongo\n", + "from pymongo import MongoClient" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "# Connection string to MongoDB\n", + "conn='mongodb://localhost:27017'\n", + "\n", + "# Making a Connection with MongoClient\n", + "client = MongoClient(conn)\n", + "\n", + "# create database\n", + "db = client.MyanmarDB\n", + "\n", + "# create collection\n", + "col_one = db.Myanmar_Records\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", + "
" + ], + "text/plain": [ + " event_date event_type sub_event_type \\\n", + "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", + "1 9-Apr-21 Protests Protest with intervention \n", + "2 9-Apr-21 Protests Protest with intervention \n", + "3 9-Apr-21 Protests Excessive force against protesters \n", + "4 9-Apr-21 Protests Protest with intervention \n", + "\n", + " actor1 \\\n", + "0 Military Forces of Myanmar (2021-) \n", + "1 Protesters (Myanmar) \n", + "2 Protesters (Myanmar) \n", + "3 Protesters (Myanmar) \n", + "4 Protesters (Myanmar) \n", + "\n", + " assoc_actor_1 \\\n", + "0 NaN \n", + "1 NaN \n", + "2 Civilians (Myanmar); Journalists (Myanmar) \n", + "3 NaN \n", + "4 Students (Myanmar) \n", + "\n", + " actor2 assoc_actor_2 \\\n", + "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", + "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "2 Military Forces of Myanmar (2021-) NaN \n", + "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "\n", + " location latitude longitude \\\n", + "0 Hpapun 18.0650 97.4449 \n", + "1 Tamwe 16.8102 96.1765 \n", + "2 Hpakant 25.6138 96.3148 \n", + "3 Loikaw 19.6742 97.2099 \n", + "4 Myitkyina 25.3832 97.3963 \n", + "\n", + " notes fatalities \n", + "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Read Data into a DataFrame\n", + "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", + "myanmar_df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert Data to Dictionary and Push to MongoDB Collection\n", + "myanmar_dict = myanmar_df.to_dict('records')\n", + "col_one.insert_many(myanmar_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "Myanmar_Records = db.Myanmar_Records.find() \n", + "# Create empty list and fill with collection records\n", + "data=[]\n", + "for item in Myanmar_Records:\n", + " myanmar_dict={}\n", + " myanmar_dict['event_date']=item['event_date']\n", + " myanmar_dict['event_type']=item['event_type']\n", + " myanmar_dict['sub_event_type']=item['sub_event_type']\n", + " myanmar_dict['actor1']=item['actor1']\n", + " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n", + " myanmar_dict['actor2']=item['actor2']\n", + " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n", + " myanmar_dict['location']=item['location']\n", + " myanmar_dict['latitude']=item['latitude']\n", + " myanmar_dict['longitude']=item['longitude']\n", + " myanmar_dict['fatalities']=item['fatalities']\n", + " \n", + " data.append(myanmar_dict)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "client.close()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Renuka/Mongo_Test (1).ipynb b/Renuka/Mongo_Test (1).ipynb new file mode 100644 index 0000000..2bbbd24 --- /dev/null +++ b/Renuka/Mongo_Test (1).ipynb @@ -0,0 +1,304 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Test Script for MongoDB " + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "#Import Dependancies\n", + "import pandas as pd\n", + "import pymongo\n", + "from pymongo import MongoClient" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [], + "source": [ + "# Connection string to MongoDB\n", + "conn='mongodb://localhost:27017'\n", + "\n", + "# Making a Connection with MongoClient\n", + "client = MongoClient(conn)\n", + "\n", + "# create database\n", + "db = client.MyanmarDB\n", + "\n", + "# create collection\n", + "col_one = db.Myanmar_Records\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", + "
" + ], + "text/plain": [ + " event_date event_type sub_event_type \\\n", + "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", + "1 9-Apr-21 Protests Protest with intervention \n", + "2 9-Apr-21 Protests Protest with intervention \n", + "3 9-Apr-21 Protests Excessive force against protesters \n", + "4 9-Apr-21 Protests Protest with intervention \n", + "\n", + " actor1 \\\n", + "0 Military Forces of Myanmar (2021-) \n", + "1 Protesters (Myanmar) \n", + "2 Protesters (Myanmar) \n", + "3 Protesters (Myanmar) \n", + "4 Protesters (Myanmar) \n", + "\n", + " assoc_actor_1 \\\n", + "0 NaN \n", + "1 NaN \n", + "2 Civilians (Myanmar); Journalists (Myanmar) \n", + "3 NaN \n", + "4 Students (Myanmar) \n", + "\n", + " actor2 assoc_actor_2 \\\n", + "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", + "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "2 Military Forces of Myanmar (2021-) NaN \n", + "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "\n", + " location latitude longitude \\\n", + "0 Hpapun 18.0650 97.4449 \n", + "1 Tamwe 16.8102 96.1765 \n", + "2 Hpakant 25.6138 96.3148 \n", + "3 Loikaw 19.6742 97.2099 \n", + "4 Myitkyina 25.3832 97.3963 \n", + "\n", + " notes fatalities \n", + "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " + ] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Read Data into a DataFrame\n", + "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", + "myanmar_df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 11, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert Data to Dictionary and Push to MongoDB Collection\n", + "myanmar_dict = myanmar_df.to_dict('records')\n", + "col_one.insert_many(myanmar_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "Myanmar_Records = db.Myanmar_Records.find() \n", + "# Create empty list and fill with collection records\n", + "data=[]\n", + "for item in Myanmar_Records:\n", + " myanmar_dict={}\n", + " myanmar_dict['event_date']=item['event_date']\n", + " myanmar_dict['event_type']=item['event_type']\n", + " myanmar_dict['sub_event_type']=item['sub_event_type']\n", + " myanmar_dict['actor1']=item['actor1']\n", + " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n", + " myanmar_dict['actor2']=item['actor2']\n", + " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n", + " myanmar_dict['location']=item['location']\n", + " myanmar_dict['latitude']=item['latitude']\n", + " myanmar_dict['longitude']=item['longitude']\n", + " myanmar_dict['fatalities']=item['fatalities']\n", + " \n", + " data.append(myanmar_dict)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "client.close()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Renuka/Myanmar_data.csv b/Renuka/Myanmar_data.csv new file mode 100644 index 0000000..c670098 --- /dev/null +++ b/Renuka/Myanmar_data.csv @@ -0,0 +1,809 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.472,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.902,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.028,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.152,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.457,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.532,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.911,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.806,96.183,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.902,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 diff --git a/Renuka/app.py b/Renuka/app.py new file mode 100644 index 0000000..f1eab37 --- /dev/null +++ b/Renuka/app.py @@ -0,0 +1,54 @@ + + +# Import our modules +import pymongo +import pandas as pd +from flask import Flask, render_template, jsonify + +# Create an instance of our Flask app. +app = Flask(__name__) + +# Create connection variable +conn = 'mongodb://localhost:27017' +# Pass connection to the pymongo instance. +client = pymongo.MongoClient(conn) + +# Connect to a database. +db = client.MyanmarDB +# Available routes +@app.route("/") +def home(): + return ( + f"Welcome to the what is happening in Myanmar DataBase!
" + f"
" + f"Below route returns all records from database
" + f"/api/v1.0/Myanmar_Records
" + + ) + +@app.route("/api/v1.0/Myanmar_Records") +def myanmar(): + # Store collection in a list + Myanmar_Records = db.Myanmar_Records.find() + # Create empty list and fill with collection records + data=[] + for item in Myanmar_Records: + myanmar_dict={} + myanmar_dict['event_date']=item['event_date'] + myanmar_dict['event_type']=item['event_type'] + myanmar_dict['sub_event_type']=item['sub_event_type'] + myanmar_dict['actor1']=item['actor1'] + myanmar_dict['assoc_actor_1']=item['assoc_actor_1'] + myanmar_dict['actor2']=item['actor2'] + myanmar_dict['assoc_actor_2']=item['assoc_actor_2'] + myanmar_dict['location']=item['location'] + myanmar_dict['latitude']=item['latitude'] + myanmar_dict['longitude']=item['longitude'] + myanmar_dict['fatalities']=item['fatalities'] + data.append(myanmar_dict) + + return jsonify(data) + + +if __name__ == "__main__": + app.run(debug=True) diff --git a/Renuka/static/css/style.css b/Renuka/static/css/style.css new file mode 100644 index 0000000..2423a01 --- /dev/null +++ b/Renuka/static/css/style.css @@ -0,0 +1,12 @@ +/*! + * Bootswatch v4.0.0 + * Homepage: https://bootswatch.com + * Copyright 2012-2018 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/Renuka/static/js/app.js b/Renuka/static/js/app.js new file mode 100644 index 0000000..e62f4ee --- /dev/null +++ b/Renuka/static/js/app.js @@ -0,0 +1,34 @@ +function buildPlot() { + /* data route */ + const url = "/api/pals"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + const layout = { + scope: "usa", + title: "Pet Pals", + showlegend: false, + height: 600, + // width: 980, + geo: { + scope: "usa", + projection: { + type: "albers usa" + }, + showland: true, + landcolor: "rgb(217, 217, 217)", + subunitwidth: 1, + countrywidth: 1, + subunitcolor: "rgb(255,255,255)", + countrycolor: "rgb(255,255,255)" + } + }; + + Plotly.newPlot("plot", data, layout); + }); +} + +buildPlot(); From d42e0fe648b78dd1d96238856cf8ac4021f35d39 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Tue, 20 Apr 2021 19:17:22 -0600 Subject: [PATCH 02/18] Tues night --- ...April_4_2021_Man_dragged_by_motorcycle.jpg | Bin ...esidents_flee_junta_raids_April_9_2021.jpg | Bin .../Kachin/Kachin_state_April_19_2021.jpg | Bin 0 -> 179121 bytes .../Myitkyina_man_in_road_March_8_2021.jpg | Bin ...y_airstrikes_Karen_state_March_30_2021.jpg | Bin ...ren_state_bombs_dropping_March_30_2021.jpg | Bin ...ikes_Karen_state_montage_March_30_2021.jpg | Bin ...ndalay_Killed_March_3_2021_head_bullet.jpg | Bin ..._homes_burned_by_military_April_1_2021.jpg | Bin ...burned_by_military_image2_April_1_2021.jpg | Bin ...o_Kyaw_Win_Maung_Funeral_March_28_2021.jpg | Bin ...ay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg | Bin ...in_Myo_Chit_funeral_7yrs_March_24_2021.jpg | Bin .../{ => Mandalay}/Mandalay_March_23_2021.jpg | Bin ...ng_protests_shot_in_head_March_13_2021.jpg | Bin ...rs_target_practice_tweet_March_21_2021.jpg | Bin .../Mandalay_region_fires_March_28_2021.jpg | Bin ...man__in_street_journalist_April_4_2021.jpg | Bin ...ine_Aye_Myat_Thu_funeral_March_28_2021.jpg | Bin .../Monywa_police_brutality_Feb_26_2021.jpg | Bin .../Shwebo_grieving_father_March_27_2021.jpg | Bin .../{ => Tanintharyi}/Dawei_Feb_27_2021.jpg | Bin .../Dawei_hospital_Feb_27_2021.jpg | Bin ...ung_Htet_15yrs_face_shot_March_21_2021.jpg | Bin ..._Military_grenade_Attack_March_28_2021.jpg | Bin ...ngon_Man_tortured_unknown_March_6_2021.jpg | Bin ...n_North_Okkalapa_township_March_3_2021.jpg | Bin ..._Okkalapa_township_photo2_March_3_2021.jpg | Bin ...ested_beaten_shown_on_tv_April_18_2021.jpg | Bin .../Yangon_protests_March_19_2021.jpg | Bin ...angon_protests_slingshot_March_19_2021.jpg | Bin Lisa/Myanmar.js | 90 +++++++++++++++--- 32 files changed, 75 insertions(+), 15 deletions(-) rename Lisa/Media/{ => Bago}/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg (100%) rename Lisa/Media/{ => Bago}/Bago_residents_flee_junta_raids_April_9_2021.jpg (100%) create mode 100644 Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg rename Lisa/Media/{ => Kachin}/Myitkyina_man_in_road_March_8_2021.jpg (100%) rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_March_30_2021.jpg (100%) rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg (100%) rename Lisa/Media/{ => Kayin}/Military_airstrikes_Karen_state_montage_March_30_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_100_homes_burned_by_military_April_1_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_100_homes_burned_by_military_image2_April_1_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_Ma_Khin_Myo_Chit_funeral_7yrs_March_24_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_March_23_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_region_fires_March_28_2021.jpg (100%) rename Lisa/Media/{ => Mandalay}/Mandalay_woman__in_street_journalist_April_4_2021.jpg (100%) rename Lisa/Media/{ => Mon}/Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg (100%) rename Lisa/Media/{ => Sagaing}/Monywa_police_brutality_Feb_26_2021.jpg (100%) rename Lisa/Media/{ => Sagaing}/Shwebo_grieving_father_March_27_2021.jpg (100%) rename Lisa/Media/{ => Tanintharyi}/Dawei_Feb_27_2021.jpg (100%) rename Lisa/Media/{ => Tanintharyi}/Dawei_hospital_Feb_27_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_Man_tortured_unknown_March_6_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_North_Okkalapa_township_March_3_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_North_Okkalapa_township_photo2_March_3_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_protests_March_19_2021.jpg (100%) rename Lisa/Media/{ => Yangon}/Yangon_protests_slingshot_March_19_2021.jpg (100%) diff --git a/Lisa/Media/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg b/Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg similarity index 100% rename from Lisa/Media/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg rename to Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg diff --git a/Lisa/Media/Bago_residents_flee_junta_raids_April_9_2021.jpg b/Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg similarity index 100% rename from Lisa/Media/Bago_residents_flee_junta_raids_April_9_2021.jpg rename to Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg diff --git a/Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg b/Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6062a32999f3f89f0a91166e5c950d6728f78622 GIT binary patch literal 179121 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 ZvlmmydWaM&n*>bC>w@yG-9-L3@jtJ;-Mapbox © OpenStreetMap Improve this map", // pane: 'labels', tileSize: 512, @@ -18,7 +19,66 @@ var Myanmar_map = L.map("map", { //find mapbox tile layer that includes outlines // paddingTopLeft: "15px" accessToken: API_KEY - }).addTo(Myanmar_map); + }) + // .addTo(Myanmar_map); + + var baseMap = { + "map_base": map_base + }; + + var overlayMaps = { + "Myanmar_map": Myanmar_map + } + + var map = L.map("map", { + center: [21.9162, 95.9560], + // setView: [21.9162, 95.9560], + // maxBounds: [21.9162, 95.9560], + zoom: 6, + layers: [map_base, Myanmar_map] + }); + + L.control.layers(baseMap, overlayMaps, { + collapsed: false + }).addTo(map); + +}; + + function createMarkers() { + // var images = (insert database of photos here) + + // var incidents = []; + var markers_list=[] + // var incidents = L.marker([24.4284, 95.3940]) + // .bindPopup(); + + // // incidents.push(incidents); + var incident_icon = L.icon({ + // shadowUrl: 'Lisa\Media\Bago\Bago_residents_flee_junta_raids_April_9_2021.jpg', + iconUrl: 'https://image.freepik.com/free-vector/illustration-myanmar-flag_53876-27149.jpg', +// shadowUrl: "https://www.freepik.com/free-vector/illustration-myanmar-flag_2922535.htm", + iconSize: [38, 95], +// shadowSize: [50, 64], + iconAnchor: [22, 94], +// shadowAnchor: [4, 62], + popupAnchor: [-3, -76] + }); + var one_marker=L.marker([18.3313, 96.0679], {icon: incident_icon})//.addTo(map).bindPopup("Bago"); + markers_list.push(one_marker) + console.log(one_marker) + console.log(markers_list) + return markers_list + }; + + createMap(L.layerGroup(createMarkers())); + + // map.addLayers(createMarkers()); + + + // var popup = L.popup() + // .setLatLng(19.9386, 96.1527) + // .setContent('

Hello world!
This is a nice popup.

') + // .openOn(map_base); // Need to edit .form layout in css file. Some of the div ids can be changed, need to connect these to the css @@ -26,10 +86,10 @@ var Myanmar_map = L.map("map", { //then send info to database. Python flask app will call it back and send it back to JS //Need to: Put map in box, put outline around country and states // Dropdown of States and Regions - //States: Chin* (Hakha), Kachin* (Myitkyina, Bhamo), *Kayah (Loikaw), - //*Kayin (Myawaddy), *Mon (Mawlamyine), *Rakhine (Sittwe), *Shan (Taunggyi) - //Regions: *Ayeyarwady (Pathein), *Bago (Bago), *Magway, - //*Mandalay (Mandalay, Mogok), *Sagaing (Monywa, Shwebo), - //*Tanintharyi (Dawei) *Yangon (Yangon) - //Other: Naypytaw, Wa Territory + //States: *Chin (22.0087N 93.5813E), *Kachin (25.8509N, 97.4381E), *Kayah (19.2342N, 97.2653E), + //*Kayin (16.9459N, 97.9593E), *Mon (16.3003N, 97.6982E), *Rakhine (20.1041N, 93.5813E), *Shan (22.0362N, 98.1339E) + //Regions: *Ayeyarwady (17.0342N, 95.2267E), *Bago (18.3313N, 96.0679E), *Magway (19.8871N, 94.7278E), + //*Mandalay (21.5619N, 95.8987E), *Sagaing (24.4284N, 95.3940E), + //*Tanintharyi (12.4707N, 99.0129E) *Yangon (16.9143N, 96.1527E) + //Other: Naypytaw (19.9386N, 96.1527E), Wa Territory (47.7511N, 120.7401W) \ No newline at end of file From 86f5f2e082987b94ac58df16661edb1435019707 Mon Sep 17 00:00:00 2001 From: Renuka <75003561+rkafle-2020@users.noreply.github.com> Date: Thu, 22 Apr 2021 21:54:44 -0600 Subject: [PATCH 03/18] updated database --- .../Mongo_Test (1)-checkpoint.ipynb | 304 ------------------ Renuka/Mongo_Test (1).ipynb | 304 ------------------ 2 files changed, 608 deletions(-) delete mode 100644 Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb delete mode 100644 Renuka/Mongo_Test (1).ipynb diff --git a/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb deleted file mode 100644 index 2bbbd24..0000000 --- a/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb +++ /dev/null @@ -1,304 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Test Script for MongoDB " - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "#Import Dependancies\n", - "import pandas as pd\n", - "import pymongo\n", - "from pymongo import MongoClient" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], - "source": [ - "# Connection string to MongoDB\n", - "conn='mongodb://localhost:27017'\n", - "\n", - "# Making a Connection with MongoClient\n", - "client = MongoClient(conn)\n", - "\n", - "# create database\n", - "db = client.MyanmarDB\n", - "\n", - "# create collection\n", - "col_one = db.Myanmar_Records\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", - "
" - ], - "text/plain": [ - " event_date event_type sub_event_type \\\n", - "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", - "1 9-Apr-21 Protests Protest with intervention \n", - "2 9-Apr-21 Protests Protest with intervention \n", - "3 9-Apr-21 Protests Excessive force against protesters \n", - "4 9-Apr-21 Protests Protest with intervention \n", - "\n", - " actor1 \\\n", - "0 Military Forces of Myanmar (2021-) \n", - "1 Protesters (Myanmar) \n", - "2 Protesters (Myanmar) \n", - "3 Protesters (Myanmar) \n", - "4 Protesters (Myanmar) \n", - "\n", - " assoc_actor_1 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 Civilians (Myanmar); Journalists (Myanmar) \n", - "3 NaN \n", - "4 Students (Myanmar) \n", - "\n", - " actor2 assoc_actor_2 \\\n", - "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", - "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "2 Military Forces of Myanmar (2021-) NaN \n", - "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "\n", - " location latitude longitude \\\n", - "0 Hpapun 18.0650 97.4449 \n", - "1 Tamwe 16.8102 96.1765 \n", - "2 Hpakant 25.6138 96.3148 \n", - "3 Loikaw 19.6742 97.2099 \n", - "4 Myitkyina 25.3832 97.3963 \n", - "\n", - " notes fatalities \n", - "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " - ] - }, - "execution_count": 10, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Read Data into a DataFrame\n", - "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", - "myanmar_df.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 11, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Convert Data to Dictionary and Push to MongoDB Collection\n", - "myanmar_dict = myanmar_df.to_dict('records')\n", - "col_one.insert_many(myanmar_dict)" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "Myanmar_Records = db.Myanmar_Records.find() \n", - "# Create empty list and fill with collection records\n", - "data=[]\n", - "for item in Myanmar_Records:\n", - " myanmar_dict={}\n", - " myanmar_dict['event_date']=item['event_date']\n", - " myanmar_dict['event_type']=item['event_type']\n", - " myanmar_dict['sub_event_type']=item['sub_event_type']\n", - " myanmar_dict['actor1']=item['actor1']\n", - " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n", - " myanmar_dict['actor2']=item['actor2']\n", - " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n", - " myanmar_dict['location']=item['location']\n", - " myanmar_dict['latitude']=item['latitude']\n", - " myanmar_dict['longitude']=item['longitude']\n", - " myanmar_dict['fatalities']=item['fatalities']\n", - " \n", - " data.append(myanmar_dict)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "client.close()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.5" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/Renuka/Mongo_Test (1).ipynb b/Renuka/Mongo_Test (1).ipynb deleted file mode 100644 index 2bbbd24..0000000 --- a/Renuka/Mongo_Test (1).ipynb +++ /dev/null @@ -1,304 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Test Script for MongoDB " - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "#Import Dependancies\n", - "import pandas as pd\n", - "import pymongo\n", - "from pymongo import MongoClient" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], - "source": [ - "# Connection string to MongoDB\n", - "conn='mongodb://localhost:27017'\n", - "\n", - "# Making a Connection with MongoClient\n", - "client = MongoClient(conn)\n", - "\n", - "# create database\n", - "db = client.MyanmarDB\n", - "\n", - "# create collection\n", - "col_one = db.Myanmar_Records\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", - "
" - ], - "text/plain": [ - " event_date event_type sub_event_type \\\n", - "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", - "1 9-Apr-21 Protests Protest with intervention \n", - "2 9-Apr-21 Protests Protest with intervention \n", - "3 9-Apr-21 Protests Excessive force against protesters \n", - "4 9-Apr-21 Protests Protest with intervention \n", - "\n", - " actor1 \\\n", - "0 Military Forces of Myanmar (2021-) \n", - "1 Protesters (Myanmar) \n", - "2 Protesters (Myanmar) \n", - "3 Protesters (Myanmar) \n", - "4 Protesters (Myanmar) \n", - "\n", - " assoc_actor_1 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 Civilians (Myanmar); Journalists (Myanmar) \n", - "3 NaN \n", - "4 Students (Myanmar) \n", - "\n", - " actor2 assoc_actor_2 \\\n", - "0 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", - "1 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "2 Military Forces of Myanmar (2021-) NaN \n", - "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "4 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "\n", - " location latitude longitude \\\n", - "0 Hpapun 18.0650 97.4449 \n", - "1 Tamwe 16.8102 96.1765 \n", - "2 Hpakant 25.6138 96.3148 \n", - "3 Loikaw 19.6742 97.2099 \n", - "4 Myitkyina 25.3832 97.3963 \n", - "\n", - " notes fatalities \n", - "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " - ] - }, - "execution_count": 10, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Read Data into a DataFrame\n", - "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", - "myanmar_df.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 11, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Convert Data to Dictionary and Push to MongoDB Collection\n", - "myanmar_dict = myanmar_df.to_dict('records')\n", - "col_one.insert_many(myanmar_dict)" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "Myanmar_Records = db.Myanmar_Records.find() \n", - "# Create empty list and fill with collection records\n", - "data=[]\n", - "for item in Myanmar_Records:\n", - " myanmar_dict={}\n", - " myanmar_dict['event_date']=item['event_date']\n", - " myanmar_dict['event_type']=item['event_type']\n", - " myanmar_dict['sub_event_type']=item['sub_event_type']\n", - " myanmar_dict['actor1']=item['actor1']\n", - " myanmar_dict['assoc_actor_1']=item['assoc_actor_1']\n", - " myanmar_dict['actor2']=item['actor2']\n", - " myanmar_dict['assoc_actor_2']=item['assoc_actor_2']\n", - " myanmar_dict['location']=item['location']\n", - " myanmar_dict['latitude']=item['latitude']\n", - " myanmar_dict['longitude']=item['longitude']\n", - " myanmar_dict['fatalities']=item['fatalities']\n", - " \n", - " data.append(myanmar_dict)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "client.close()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.5" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} From 3efa8acb9262ba600f824992874a52afaf061a73 Mon Sep 17 00:00:00 2001 From: Renuka <75003561+rkafle-2020@users.noreply.github.com> Date: Thu, 22 Apr 2021 22:12:14 -0600 Subject: [PATCH 04/18] updated database and code --- .../Mongo_Test (1)-checkpoint.ipynb | 276 +++ Renuka/Mongo_Test (1).ipynb | 276 +++ Renuka/Myanmar_data.csv | 1603 ++++++++--------- Renuka/app.py | 22 +- Renuka/static/js/app.js | 123 +- Renuka/templates/index.html | 16 + 6 files changed, 1471 insertions(+), 845 deletions(-) create mode 100644 Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb create mode 100644 Renuka/Mongo_Test (1).ipynb create mode 100644 Renuka/templates/index.html diff --git a/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb new file mode 100644 index 0000000..57ff3be --- /dev/null +++ b/Renuka/.ipynb_checkpoints/Mongo_Test (1)-checkpoint.ipynb @@ -0,0 +1,276 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Test Script for MongoDB " + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "#Import Dependancies\n", + "import pandas as pd\n", + "import pymongo\n", + "from pymongo import MongoClient" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "# Connection string to MongoDB\n", + "conn='mongodb://localhost:27017'\n", + "\n", + "# Making a Connection with MongoClient\n", + "client = MongoClient(conn)\n", + "\n", + "# create database\n", + "db = client.MyanmarDB\n", + "\n", + "# create collection\n", + "col_one = db.Myanmar_Records\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1actor2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)Civilians (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Hpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)Military Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", + "
" + ], + "text/plain": [ + " event_date event_type sub_event_type \\\n", + "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", + "1 9-Apr-21 Protests Protest with intervention \n", + "2 9-Apr-21 Protests Protest with intervention \n", + "3 9-Apr-21 Protests Excessive force against protesters \n", + "4 9-Apr-21 Protests Protest with intervention \n", + "\n", + " actor1 actor2 \\\n", + "0 Military Forces of Myanmar (2021-) Civilians (Myanmar) \n", + "1 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "2 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "3 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "4 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "\n", + " location latitude longitude \\\n", + "0 Hpapun 18.0650 97.4449 \n", + "1 Tamwe 16.8102 96.1765 \n", + "2 Hpakant 25.6138 96.3148 \n", + "3 Loikaw 19.6742 97.2099 \n", + "4 Myitkyina 25.3832 97.3963 \n", + "\n", + " notes fatalities \n", + "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Read Data into a DataFrame\n", + "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", + "myanmar_df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert Data to Dictionary and Push to MongoDB Collection\n", + "myanmar_dict = myanmar_df.to_dict('records')\n", + "col_one.insert_many(myanmar_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "Myanmar_Records = db.Myanmar_Records.find() \n", + "# Create empty list and fill with collection records\n", + "data=[]\n", + "for item in Myanmar_Records:\n", + " myanmar_dict={}\n", + " myanmar_dict['event_date']=item['event_date']\n", + " myanmar_dict['event_type']=item['event_type']\n", + " myanmar_dict['sub_event_type']=item['sub_event_type']\n", + " myanmar_dict['actor1']=item['actor1']\n", + " myanmar_dict['actor2']=item['actor2']\n", + " myanmar_dict['location']=item['location']\n", + " myanmar_dict['latitude']=item['latitude']\n", + " myanmar_dict['longitude']=item['longitude']\n", + " myanmar_dict['fatalities']=item['fatalities']\n", + " \n", + " data.append(myanmar_dict)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "client.close()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Renuka/Mongo_Test (1).ipynb b/Renuka/Mongo_Test (1).ipynb new file mode 100644 index 0000000..57ff3be --- /dev/null +++ b/Renuka/Mongo_Test (1).ipynb @@ -0,0 +1,276 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Test Script for MongoDB " + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "#Import Dependancies\n", + "import pandas as pd\n", + "import pymongo\n", + "from pymongo import MongoClient" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "# Connection string to MongoDB\n", + "conn='mongodb://localhost:27017'\n", + "\n", + "# Making a Connection with MongoClient\n", + "client = MongoClient(conn)\n", + "\n", + "# create database\n", + "db = client.MyanmarDB\n", + "\n", + "# create collection\n", + "col_one = db.Myanmar_Records\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1actor2locationlatitudelongitudenotesfatalities
09-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)Civilians (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
19-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
29-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Hpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
39-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)Military Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
49-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Military Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
\n", + "
" + ], + "text/plain": [ + " event_date event_type sub_event_type \\\n", + "0 9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", + "1 9-Apr-21 Protests Protest with intervention \n", + "2 9-Apr-21 Protests Protest with intervention \n", + "3 9-Apr-21 Protests Excessive force against protesters \n", + "4 9-Apr-21 Protests Protest with intervention \n", + "\n", + " actor1 actor2 \\\n", + "0 Military Forces of Myanmar (2021-) Civilians (Myanmar) \n", + "1 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "2 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "3 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "4 Protesters (Myanmar) Military Forces of Myanmar (2021-) \n", + "\n", + " location latitude longitude \\\n", + "0 Hpapun 18.0650 97.4449 \n", + "1 Tamwe 16.8102 96.1765 \n", + "2 Hpakant 25.6138 96.3148 \n", + "3 Loikaw 19.6742 97.2099 \n", + "4 Myitkyina 25.3832 97.3963 \n", + "\n", + " notes fatalities \n", + "0 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "1 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "2 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "3 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "4 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Read Data into a DataFrame\n", + "myanmar_df = pd.read_csv('Myanmar_data.csv')\n", + "myanmar_df.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Convert Data to Dictionary and Push to MongoDB Collection\n", + "myanmar_dict = myanmar_df.to_dict('records')\n", + "col_one.insert_many(myanmar_dict)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "Myanmar_Records = db.Myanmar_Records.find() \n", + "# Create empty list and fill with collection records\n", + "data=[]\n", + "for item in Myanmar_Records:\n", + " myanmar_dict={}\n", + " myanmar_dict['event_date']=item['event_date']\n", + " myanmar_dict['event_type']=item['event_type']\n", + " myanmar_dict['sub_event_type']=item['sub_event_type']\n", + " myanmar_dict['actor1']=item['actor1']\n", + " myanmar_dict['actor2']=item['actor2']\n", + " myanmar_dict['location']=item['location']\n", + " myanmar_dict['latitude']=item['latitude']\n", + " myanmar_dict['longitude']=item['longitude']\n", + " myanmar_dict['fatalities']=item['fatalities']\n", + " \n", + " data.append(myanmar_dict)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "client.close()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/Renuka/Myanmar_data.csv b/Renuka/Myanmar_data.csv index c670098..308da06 100644 --- a/Renuka/Myanmar_data.csv +++ b/Renuka/Myanmar_data.csv @@ -1,809 +1,794 @@ -event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities -9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 -9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 -9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.472,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 -8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 -7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 -6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 -6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 -5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 -5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 -4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 -4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 -4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 -3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 -3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 -3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 -3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 -2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 -2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 -2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 -31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 -31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 -31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 -30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 -30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 -30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 -29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 -29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 -29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 -28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 -27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 -26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 -26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 -25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 -25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 -24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 -24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 -24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 -22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 -22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.902,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 -20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 -20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 -19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 -18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 -17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 -17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.093,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 -16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.028,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 -16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.152,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 -15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 -13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 -13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 -12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 -12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.142,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 -11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.938,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 -10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 -10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 -10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 -9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 -9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.457,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.532,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 -7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 -5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 -4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 -3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 -2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 -2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.911,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 -26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 -26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 -25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 -25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 -25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 -25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 -24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 -24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 -23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 -22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 -22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 -21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 -21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 -20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 -20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 -19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 -18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 -17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 -16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 -16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.806,96.183,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 -15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.902,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 -15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 -14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 -14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 -14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 -13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 -11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 -11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 -7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 -1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 -1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 -30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 -29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 -27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 -25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 -24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 -23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 -23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 -22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 -21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 -19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 -18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 -17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 -16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 -15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 -9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +event_date,event_type,sub_event_type,actor1,actor2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nam Jin,25.472,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lanmadaw,16.7795,96.142,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taze,22.944,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),Military Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pyigyitagon,21.902,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Moe Bye,19.7444,97.093,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Moe Bye,19.7444,97.093,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myin Ka Bar,21.152,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lanmadaw,16.7795,96.142,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tada-U,21.819,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hinthada,17.6494,95.457,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pinlon,20.991,97.532,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),Rioters (Myanmar),Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Falam,22.911,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Rioters (Myanmar),Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Poke Ba Thi Ri,19.806,96.183,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyigyitagon,21.902,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 diff --git a/Renuka/app.py b/Renuka/app.py index f1eab37..fd68f2b 100644 --- a/Renuka/app.py +++ b/Renuka/app.py @@ -4,9 +4,11 @@ import pymongo import pandas as pd from flask import Flask, render_template, jsonify +from flask_cors import CORS # Create an instance of our Flask app. app = Flask(__name__) +CORS(app) # Create connection variable conn = 'mongodb://localhost:27017' @@ -18,18 +20,18 @@ # Available routes @app.route("/") def home(): - return ( - f"Welcome to the what is happening in Myanmar DataBase!
" - f"
" - f"Below route returns all records from database
" - f"/api/v1.0/Myanmar_Records
" + return render_template('index.html') + # f"Welcome to the what is happening in Myanmar DataBase!
" + # f"
" + # f"Below route returns all records from database
" + # f"/api/v1.0/Myanmar_Records
" - ) + -@app.route("/api/v1.0/Myanmar_Records") +@app.route("/api/Myanmar_Records") def myanmar(): # Store collection in a list - Myanmar_Records = db.Myanmar_Records.find() + Myanmar_Records = list(db.Myanmar_Records.find()) # Create empty list and fill with collection records data=[] for item in Myanmar_Records: @@ -38,14 +40,12 @@ def myanmar(): myanmar_dict['event_type']=item['event_type'] myanmar_dict['sub_event_type']=item['sub_event_type'] myanmar_dict['actor1']=item['actor1'] - myanmar_dict['assoc_actor_1']=item['assoc_actor_1'] myanmar_dict['actor2']=item['actor2'] - myanmar_dict['assoc_actor_2']=item['assoc_actor_2'] myanmar_dict['location']=item['location'] myanmar_dict['latitude']=item['latitude'] myanmar_dict['longitude']=item['longitude'] myanmar_dict['fatalities']=item['fatalities'] - data.append(myanmar_dict) + data.append(myanmar_dict) return jsonify(data) diff --git a/Renuka/static/js/app.js b/Renuka/static/js/app.js index e62f4ee..cc48975 100644 --- a/Renuka/static/js/app.js +++ b/Renuka/static/js/app.js @@ -1,34 +1,107 @@ -function buildPlot() { + + function buildPlot() { + /* data route */ + const url = "http://localhost:5000/api/Myanmar_Records"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + // Grab values from the data json object to build the plots + var event_type = data.map(one_event=>one_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + + } + + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], layout); + }) +} + +buildPlot(); + +function buildChart() { /* data route */ - const url = "/api/pals"; + const url = "http://localhost:5000/api/Myanmar_Records"; d3.json(url).then(function(response) { console.log(response); const data = response; - const layout = { - scope: "usa", - title: "Pet Pals", - showlegend: false, - height: 600, - // width: 980, - geo: { - scope: "usa", - projection: { - type: "albers usa" - }, - showland: true, - landcolor: "rgb(217, 217, 217)", - subunitwidth: 1, - countrywidth: 1, - subunitcolor: "rgb(255,255,255)", - countrycolor: "rgb(255,255,255)" - } - }; - - Plotly.newPlot("plot", data, layout); - }); + // Grab values from the data json object to build the plots + var sub_event_type = data.map(one_event=>one_event['sub_event_type']); + var event_date = data.map(one_event=>one_event['event_date']); + + var trace2 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_date, + y: sub_event_type, + orientation: 'h', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + + } + + // Define the plot layout +var layout = { + title: "what is happening in Myanmar", + xaxis: { title: "Date" }, + yaxis: { title: "Events" } +}; + Plotly.newPlot("chart", [trace2], layout); +}) } -buildPlot(); +buildChart(); + +// This function is called when a dropdown menu item is selected +function init() { + // Grab a reference to the dropdown select element + var selector = d3.select("#selDataset"); + + // Use the list of sample names to populate the select options + const url = "http://localhost:5000/api/Myanmar_Records"; + d3.json(url).then((data) => { + var sampleDates = data.dates; + sampleDates.forEach((sample) => { + selector + .append("option") + .text(sample) + .property("value", sample); + }); + + // Use the first sample from the list to build the initial plots + const firstSample = sampleNames[0]; + buildCharts(firstSample); + buildMetadata(firstSample); + }); + } + + function optionChanged(newSample) { + // Fetch new data each time a new sample is selected + buildCharts(newSample); + buildMetadata(newSample); + } + + + // Initialize the dashboard + init(); \ No newline at end of file diff --git a/Renuka/templates/index.html b/Renuka/templates/index.html new file mode 100644 index 0000000..cb2d1c0 --- /dev/null +++ b/Renuka/templates/index.html @@ -0,0 +1,16 @@ + + + + + + + What is happening in Myanmar + + + +
+
+ + + + From cf4033fd90cfd8ce3d4a37e920f1187e549e49ef Mon Sep 17 00:00:00 2001 From: Justynn Hammond <59801521+jhamm2315@users.noreply.github.com> Date: Fri, 23 Apr 2021 19:48:43 -0600 Subject: [PATCH 05/18] Add files via upload --- twitter_bot.ipynb | 314 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 314 insertions(+) create mode 100644 twitter_bot.ipynb diff --git a/twitter_bot.ipynb b/twitter_bot.ipynb new file mode 100644 index 0000000..b6c69c8 --- /dev/null +++ b/twitter_bot.ipynb @@ -0,0 +1,314 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "#Importing required libraries\n", + "from bs4 import BeautifulSoup\n", + "import requests \n", + "import sys \n", + "import json\n", + "import tweepy\n", + "import time \n", + "import logging\n", + "import random\n", + "from datetime import datetime, timedelta\n", + "\n", + "logging.basicConfig(level = logging.INFO)\n", + "logger = logging.getLogger()" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "#Import the script that creates the Twitter API\n", + "from config import create_api\n", + "api = create_api()" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "#Like and retweets mentions\n", + "def fav_retweet(api):\n", + " logger.info('Retrieving tweets...')\n", + " mentions = api.mentions_timeline(tweet_mode = 'extended')\n", + " for mention in reversed(mentions):\n", + " if mention.in_reply_to_status_id is not None or mention.user.id == api.me().id:\n", + " # This tweet is a reply or I'm its author so, ignore it\n", + " return\n", + " \n", + " if not mention.favorited:\n", + " # Mark it as Liked, since we have not done it yet\n", + " try:\n", + " mention.favorite()\n", + " logger.info(f\"Liked tweet by {mention.user.name}\")\n", + " except Exception as e:\n", + " logger.error(\"Error on fav\", exc_info=True)\n", + " \n", + " if not mention.retweeted:\n", + " # Retweet, since we have not retweeted it yet\n", + " try:\n", + " mention.retweet()\n", + " logger.info(f\"Retweeted tweet by {mention.user.name}\")\n", + " except Exception as e:\n", + " logger.error(\"Error on fav and retweet\", exc_info=True)\n", + " \n", + " print(mentions)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n", + "INFO:root:Retrieving tweets...\n", + "INFO:root:Waiting...\n" + ] + }, + { + "ename": "KeyboardInterrupt", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", + "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m\u001b[0m\n\u001b[0;32m 3\u001b[0m \u001b[0mfav_retweet\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mapi\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 4\u001b[0m \u001b[0mlogger\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0minfo\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m\"Waiting...\"\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m----> 5\u001b[1;33m \u001b[0mtime\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0msleep\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;36m10\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m\u001b[0;32m 6\u001b[0m \u001b[1;31m# # def end():\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 7\u001b[0m \u001b[1;31m# if :\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n", + "\u001b[1;31mKeyboardInterrupt\u001b[0m: " + ] + } + ], + "source": [ + "#We can test the function by running it and interacting with the bot account to see if the bot picks up tweets mentioning the Hashtags:\n", + "while True:\n", + " fav_retweet(api)\n", + " logger.info(\"Waiting...\")\n", + " time.sleep(10)\n", + " " + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "#Follow users who follow your Twitter account\n", + "def follow_followers(api):\n", + " logger.info(\"Retrieving and following followers\")\n", + " for follower in tweepy.Cursor(api.followers).items():\n", + " if not follower.following:\n", + " try:\n", + " follower.follow()\n", + " logger.info(f\"Following {follower.name}\")\n", + " except tweepy.error.TweepError:\n", + " pass" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "INFO:root:Retrieving and following followers\n" + ] + } + ], + "source": [ + "follow_followers(api)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "#Retweet any tweets with a certain hashtags in the text\n", + "def retweet_tweets_with_hashtag(api, need_hashtags):\n", + " if type(need_hashtags) is list:\n", + " search_query = f\"{need_hashtags} -filter:retweets\"\n", + " tweets = api.search(q=search_query, lang =\"en\", tweet_mode='extended')\n", + " for tweet in tweets:\n", + " hashtags = [i['text'].lower() for i in tweet.__dict__['entities']['hashtags']]\n", + " try:\n", + " need_hashtags = [hashtag.strip('#') for hashtag in need_hashtags]\n", + " need_hashtags = list(need_hashtags)\n", + " if set(hashtags) & set(need_hashtags):\n", + " if tweet.user.id != api.me().id:\n", + " api.retweet(tweet.id)\n", + " logger.info(f\"Retweeted tweet from {tweet.user.name}\")\n", + " time.sleep(5)\n", + " except tweepy.TweepError:\n", + " logger.error(\"Error on retweet\", exc_info=True)\n", + " else:\n", + " logger.error(\"Hashtag search terms needs to be of type list\", exc_info=True) \n", + " return" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ERROR:root:Error on retweet\n", + "Traceback (most recent call last):\n", + " File \"\", line 13, in retweet_tweets_with_hashtag\n", + " api.retweet(tweet.id)\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 253, in _call\n", + " return method.execute()\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 234, in execute\n", + " raise TweepError(error_msg, resp, api_code=api_error_code)\n", + "tweepy.error.TweepError: Read-only application cannot POST.\n", + "INFO:root:Waiting...\n", + "ERROR:root:Error on retweet\n", + "Traceback (most recent call last):\n", + " File \"\", line 13, in retweet_tweets_with_hashtag\n", + " api.retweet(tweet.id)\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 253, in _call\n", + " return method.execute()\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 234, in execute\n", + " raise TweepError(error_msg, resp, api_code=api_error_code)\n", + "tweepy.error.TweepError: Read-only application cannot POST.\n", + "INFO:root:Waiting...\n", + "ERROR:root:Error on retweet\n", + "Traceback (most recent call last):\n", + " File \"\", line 13, in retweet_tweets_with_hashtag\n", + " api.retweet(tweet.id)\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 253, in _call\n", + " return method.execute()\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 234, in execute\n", + " raise TweepError(error_msg, resp, api_code=api_error_code)\n", + "tweepy.error.TweepError: Read-only application cannot POST.\n", + "INFO:root:Waiting...\n", + "ERROR:root:Error on retweet\n", + "Traceback (most recent call last):\n", + " File \"\", line 13, in retweet_tweets_with_hashtag\n", + " api.retweet(tweet.id)\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 253, in _call\n", + " return method.execute()\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 234, in execute\n", + " raise TweepError(error_msg, resp, api_code=api_error_code)\n", + "tweepy.error.TweepError: Read-only application cannot POST.\n", + "INFO:root:Waiting...\n", + "ERROR:root:Error on retweet\n", + "Traceback (most recent call last):\n", + " File \"\", line 13, in retweet_tweets_with_hashtag\n", + " api.retweet(tweet.id)\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 253, in _call\n", + " return method.execute()\n", + " File \"c:\\users\\jh231\\appdata\\local\\programs\\python\\python38-32\\lib\\site-packages\\tweepy\\binder.py\", line 234, in execute\n", + " raise TweepError(error_msg, resp, api_code=api_error_code)\n", + "tweepy.error.TweepError: Read-only application cannot POST.\n", + "INFO:root:Waiting...\n" + ] + }, + { + "ename": "KeyboardInterrupt", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", + "\u001b[1;32m\u001b[0m in \u001b[0;36m\u001b[1;34m\u001b[0m\n\u001b[0;32m 2\u001b[0m \u001b[0mretweet_tweets_with_hashtag\u001b[0m\u001b[1;33m(\u001b[0m\u001b[0mapi\u001b[0m\u001b[1;33m,\u001b[0m \u001b[1;33m[\u001b[0m\u001b[1;34m\"#manim\"\u001b[0m\u001b[1;33m]\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0;32m 3\u001b[0m \u001b[0mlogger\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0minfo\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;34m\"Waiting...\"\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[1;32m----> 4\u001b[1;33m \u001b[0mtime\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0msleep\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;36m10\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[1;31mKeyboardInterrupt\u001b[0m: " + ] + } + ], + "source": [ + "while True:\n", + " retweet_tweets_with_hashtag(api, [\"#manim\"])\n", + " logger.info(\"Waiting...\")\n", + " time.sleep(10)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "#Creating a bot for continuous monitoring\n", + "def main():\n", + " tweets = [\"To deny people their Human Rights is to challange their very Humanity\", \"The idea of cultural realitivism is nothing but an excuse to violate Human Rights\", \"Injustice anywhere is a threat to Justice evrerywhere\", \"I am tired\"]\n", + " api = create_api()\n", + " last_tweeted = datetime.now()-timedelta(hours=24)\n", + " while True:\n", + " fav_retweet_hashtag(api, \"#whatshappeninginmyanmar\", \"#myanmar\", \"#civildisobediencemovement\", \"#r2p\", \"#milkteaalliancemyanmar\")\n", + " last_tweeted = tweet_daily(api, last_tweeted, random.choice(tweets))\n", + " logger.info(\"Waiting...\")\n", + " time.sleep(60)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "name": "python380jvsc74a57bd05510fe7c91281551cb19a9f41eb309abf73aa9ddc415ef783c2268a13a9cf4f0", + "display_name": "Python 3.8.0 32-bit" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.0" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} \ No newline at end of file From acc79e998eb7dd43dfc4e56362382c33e8094039 Mon Sep 17 00:00:00 2001 From: Renuka <75003561+rkafle-2020@users.noreply.github.com> Date: Sat, 24 Apr 2021 09:45:04 -0600 Subject: [PATCH 06/18] final --- Renuka/static/js/app.js | 123 ++++++++++++++++++++---------------- Renuka/templates/index.html | 1 - 2 files changed, 68 insertions(+), 56 deletions(-) diff --git a/Renuka/static/js/app.js b/Renuka/static/js/app.js index cc48975..fa69714 100644 --- a/Renuka/static/js/app.js +++ b/Renuka/static/js/app.js @@ -37,71 +37,84 @@ buildPlot(); -function buildChart() { - /* data route */ - const url = "http://localhost:5000/api/Myanmar_Records"; - d3.json(url).then(function(response) { +function buildMetadata(sample) { + d3.json("samples.json").then((data) => { + var metadata= data.metadata; + var resultsarray= metadata.filter(sampleobject => + sampleobject.id == sample); + var result= resultsarray[0] + var panel = d3.select("#sample-metadata"); + panel.html(""); + Object.entries(result).forEach(([key, value]) => { + panel.append("h6").text(`${key}: ${value}`); + }); + + +// function buildChart() { +// /* data route */ +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then(function(response) { - console.log(response); +// console.log(response); - const data = response; +// const data = response; - // Grab values from the data json object to build the plots - var sub_event_type = data.map(one_event=>one_event['sub_event_type']); - var event_date = data.map(one_event=>one_event['event_date']); +// // Grab values from the data json object to build the plots +// var sub_event_type = data.map(one_event=>one_event['sub_event_type']); +// var event_date = data.map(one_event=>one_event['event_date']); - var trace2 = { - type: "bar", - name: 'Myanmar_Fatalities', - x: event_date, - y: sub_event_type, - orientation: 'h', - // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], - width: 1 +// var trace2 = { +// type: "bar", +// name: 'Myanmar_Fatalities', +// x: event_date, +// y: sub_event_type, +// orientation: 'h', +// // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], +// // width: 1 - } +// } - // Define the plot layout -var layout = { - title: "what is happening in Myanmar", - xaxis: { title: "Date" }, - yaxis: { title: "Events" } -}; - Plotly.newPlot("chart", [trace2], layout); -}) -} +// // Define the plot layout +// var layout = { +// title: "what is happening in Myanmar", +// xaxis: { title: "Date" }, +// yaxis: { title: "Events" } +// }; +// Plotly.newPlot("chart", [trace2], layout); +// }) +// } -buildChart(); +// buildChart(); -// This function is called when a dropdown menu item is selected -function init() { - // Grab a reference to the dropdown select element - var selector = d3.select("#selDataset"); +// // This function is called when a dropdown menu item is selected +// function init() { +// // Grab a reference to the dropdown select element +// var selector = d3.select("#selDataset"); - // Use the list of sample names to populate the select options - const url = "http://localhost:5000/api/Myanmar_Records"; - d3.json(url).then((data) => { - var sampleDates = data.dates; - sampleDates.forEach((sample) => { - selector - .append("option") - .text(sample) - .property("value", sample); - }); +// // Use the list of sample names to populate the select options +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then((data) => { +// var sampleDates = data.dates; +// sampleDates.forEach((sample) => { +// selector +// .append("option") +// .text(sample) +// .property("value", sample); +// }); - // Use the first sample from the list to build the initial plots - const firstSample = sampleNames[0]; - buildCharts(firstSample); - buildMetadata(firstSample); - }); - } +// // Use the first sample from the list to build the initial plots +// const firstSample = sampleNames[0]; +// buildCharts(firstSample); +// buildMetadata(firstSample); +// }); +// } - function optionChanged(newSample) { - // Fetch new data each time a new sample is selected - buildCharts(newSample); - buildMetadata(newSample); - } +// function optionChanged(newSample) { +// // Fetch new data each time a new sample is selected +// buildCharts(newSample); +// buildMetadata(newSample); +// } - // Initialize the dashboard - init(); \ No newline at end of file +// // Initialize the dashboard +// init(); \ No newline at end of file diff --git a/Renuka/templates/index.html b/Renuka/templates/index.html index cb2d1c0..8459a4b 100644 --- a/Renuka/templates/index.html +++ b/Renuka/templates/index.html @@ -9,7 +9,6 @@
-
From 2782c52abe3cd88a920be3d515d453d74f3ab083 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Sat, 24 Apr 2021 11:37:55 -0600 Subject: [PATCH 07/18] commit --- .../Myanmar_data-checkpoint.ipynb | 1651 ---- ...in_Myo_Chit_funeral_7yrs_March_24_2021.jpg | Bin 53424 -> 0 bytes ..._Okkalapa_township_photo2_March_3_2021.jpg | Bin 85436 -> 0 bytes Lisa/Myanmar.js | 95 - Lisa/Myanmar_data.csv | 7329 ----------------- Lisa/Myanmar_data.ipynb | 1651 ---- Lisa/{Myanmar_data_cleaned.csv => data.csv} | 0 Lisa/deleted_code.html | 115 - Lisa/static/HeatMap/Assets/css/style.css | 12 + Lisa/static/HeatMap/Assets/data.csv | 1334 +++ Lisa/static/HeatMap/Assets/index.html | 24 + Lisa/static/HeatMap/Assets/js/config.js | 1 + Lisa/static/HeatMap/Assets/js/leaflet-heat.js | 112 + Lisa/static/HeatMap/Assets/js/map.js | 71 + Lisa/static/HeatMap/Assets/js/marker.js | 58 + Lisa/{ => static/css}/style.css | 0 Lisa/static/images.csv | 20 + Lisa/static/js/Myanmar.js | 69 + Lisa/{ => static/js}/config.js | 0 Lisa/static/js/leaflet-heat.js | 112 + Lisa/static/js/map.js | 71 + Lisa/static/js/marker.js | 58 + Lisa/{ => templates}/index.html | 65 +- Myanmar_dashboard/data.csv | 1334 +++ .../static/HeatMap/Assets/css/style.css | 12 + .../static/HeatMap/Assets/data.csv | 1334 +++ .../static/HeatMap/Assets/index.html | 24 + .../static/HeatMap/Assets/js/config.js | 1 + .../static/HeatMap/Assets/js/leaflet-heat.js | 112 + .../static/HeatMap/Assets/js/map.js | 71 + .../static/HeatMap/Assets/js/marker.js | 58 + Myanmar_dashboard/static/css/style.css | 50 + Myanmar_dashboard/static/css/style1.css | 17 + Myanmar_dashboard/static/images.csv | 20 + Myanmar_dashboard/static/js/Myanmar.js | 69 + Myanmar_dashboard/static/js/app.js | 34 + Myanmar_dashboard/static/js/config.js | 2 + Myanmar_dashboard/static/js/leaflet-heat.js | 112 + Myanmar_dashboard/static/js/map.js | 71 + Myanmar_dashboard/static/js/marker.js | 58 + Myanmar_dashboard/templates/index.html | 306 + Myanmar_dashboard/templates/index_test.html | 42 + Renuka/app.py | 2 +- test/data.csv | 1334 +++ test/static/HeatMap/Assets/css/style.css | 12 + test/static/HeatMap/Assets/data.csv | 1334 +++ test/static/HeatMap/Assets/index.html | 24 + test/static/HeatMap/Assets/js/config.js | 1 + test/static/HeatMap/Assets/js/leaflet-heat.js | 112 + test/static/HeatMap/Assets/js/map.js | 71 + test/static/HeatMap/Assets/js/marker.js | 58 + ...April_4_2021_Man_dragged_by_motorcycle.jpg | Bin ...esidents_flee_junta_raids_April_9_2021.jpg | Bin .../Kachin/Kachin1_state_April_19_2021.jpg | Bin ...in2_Myitkyina_man_in_road_March_8_2021.jpg | Bin ...ren_state_bombs_dropping_March_30_2021.jpg | Bin ...y_airstrikes_Karen_state_March_30_2021.jpg | Bin ...ikes_Karen_state_montage_March_30_2021.jpg | Bin .../Mandalay10_region_fires_March_28_2021.jpg | Bin ...man__in_street_journalist_April_4_2021.jpg | Bin ...ndalay_Killed_March_3_2021_head_bullet.jpg | Bin ..._homes_burned_by_military_April_1_2021.jpg | Bin ...burned_by_military_image2_April_1_2021.jpg | Bin ...o_Kyaw_Win_Maung_Funeral_March_28_2021.jpg | Bin ...y5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg | Bin .../Mandalay/Mandalay7_March_23_2021.jpg | Bin ...rs_target_practice_tweet_March_21_2021.jpg | Bin ...ng_protests_shot_in_head_March_13_2021.jpg | Bin ...ine_Aye_Myat_Thu_funeral_March_28_2021.jpg | Bin test/static/Media/Photo_key.docx | Bin 0 -> 17843 bytes ...g1_Monywa_police_brutality_Feb_26_2021.jpg | Bin ...2_Shwebo_grieving_father_March_27_2021.jpg | Bin .../Tanintharyi1_Dawei_Feb_27_2021.jpg | Bin ...anintharyi2_Dawei_hospital_Feb_27_2021.jpg | Bin ...ung_Htet_15yrs_face_shot_March_21_2021.jpg | Bin ..._Military_grenade_Attack_March_28_2021.jpg | Bin ...gon3_Man_tortured_unknown_March_6_2021.jpg | Bin ...4_North_Okkalapa_township_March_3_2021.jpg | Bin ...ested_beaten_shown_on_tv_April_18_2021.jpg | Bin .../Yangon/Yangon7_protests_March_19_2021.jpg | Bin ...ngon8_protests_slingshot_March_19_2021.jpg | Bin test/static/css/style.css | 87 + test/static/images.csv | 20 + test/static/js/Myanmar.js | 69 + test/static/js/app.js | 34 + test/static/js/config.js | 2 + test/static/js/leaflet-heat.js | 112 + test/static/js/map.js | 71 + test/static/js/marker.js | 58 + test/templates/index.html | 169 + 90 files changed, 9285 insertions(+), 10860 deletions(-) delete mode 100644 Lisa/.ipynb_checkpoints/Myanmar_data-checkpoint.ipynb delete mode 100644 Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_funeral_7yrs_March_24_2021.jpg delete mode 100644 Lisa/Media/Yangon/Yangon_North_Okkalapa_township_photo2_March_3_2021.jpg delete mode 100644 Lisa/Myanmar.js delete mode 100644 Lisa/Myanmar_data.csv delete mode 100644 Lisa/Myanmar_data.ipynb rename Lisa/{Myanmar_data_cleaned.csv => data.csv} (100%) delete mode 100644 Lisa/deleted_code.html create mode 100644 Lisa/static/HeatMap/Assets/css/style.css create mode 100644 Lisa/static/HeatMap/Assets/data.csv create mode 100644 Lisa/static/HeatMap/Assets/index.html create mode 100644 Lisa/static/HeatMap/Assets/js/config.js create mode 100644 Lisa/static/HeatMap/Assets/js/leaflet-heat.js create mode 100644 Lisa/static/HeatMap/Assets/js/map.js create mode 100644 Lisa/static/HeatMap/Assets/js/marker.js rename Lisa/{ => static/css}/style.css (100%) create mode 100644 Lisa/static/images.csv create mode 100644 Lisa/static/js/Myanmar.js rename Lisa/{ => static/js}/config.js (100%) create mode 100644 Lisa/static/js/leaflet-heat.js create mode 100644 Lisa/static/js/map.js create mode 100644 Lisa/static/js/marker.js rename Lisa/{ => templates}/index.html (57%) create mode 100644 Myanmar_dashboard/data.csv create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/css/style.css create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/data.csv create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/index.html create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/config.js create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/map.js create mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/marker.js create mode 100644 Myanmar_dashboard/static/css/style.css create mode 100644 Myanmar_dashboard/static/css/style1.css create mode 100644 Myanmar_dashboard/static/images.csv create mode 100644 Myanmar_dashboard/static/js/Myanmar.js create mode 100644 Myanmar_dashboard/static/js/app.js create mode 100644 Myanmar_dashboard/static/js/config.js create mode 100644 Myanmar_dashboard/static/js/leaflet-heat.js create mode 100644 Myanmar_dashboard/static/js/map.js create mode 100644 Myanmar_dashboard/static/js/marker.js create mode 100644 Myanmar_dashboard/templates/index.html create mode 100644 Myanmar_dashboard/templates/index_test.html create mode 100644 test/data.csv create mode 100644 test/static/HeatMap/Assets/css/style.css create mode 100644 test/static/HeatMap/Assets/data.csv create mode 100644 test/static/HeatMap/Assets/index.html create mode 100644 test/static/HeatMap/Assets/js/config.js create mode 100644 test/static/HeatMap/Assets/js/leaflet-heat.js create mode 100644 test/static/HeatMap/Assets/js/map.js create mode 100644 test/static/HeatMap/Assets/js/marker.js rename Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg => test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg (100%) rename Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg => test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg (100%) rename Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg => test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg (100%) rename Lisa/Media/Kachin/Myitkyina_man_in_road_March_8_2021.jpg => test/static/Media/Kachin/Kachin2_Myitkyina_man_in_road_March_8_2021.jpg (100%) rename Lisa/Media/Kayin/Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg => test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg (100%) rename Lisa/Media/Kayin/Military_airstrikes_Karen_state_March_30_2021.jpg => test/static/Media/Kayin/Kayin2_Military_airstrikes_Karen_state_March_30_2021.jpg (100%) rename Lisa/Media/Kayin/Military_airstrikes_Karen_state_montage_March_30_2021.jpg => test/static/Media/Kayin/Kayin3_Military_airstrikes_Karen_state_montage_March_30_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_region_fires_March_28_2021.jpg => test/static/Media/Mandalay/Mandalay10_region_fires_March_28_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_woman__in_street_journalist_April_4_2021.jpg => test/static/Media/Mandalay/Mandalay11_woman__in_street_journalist_April_4_2021.jpg (100%) rename Lisa/Media/Mandalay/Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg => test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_April_1_2021.jpg => test/static/Media/Mandalay/Mandalay2_100_homes_burned_by_military_April_1_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_image2_April_1_2021.jpg => test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg => test/static/Media/Mandalay/Mandalay4_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg => test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_March_23_2021.jpg => test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg => test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg (100%) rename Lisa/Media/Mandalay/Mandalay_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg => test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg (100%) rename Lisa/Media/Mon/Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg => test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg (100%) create mode 100644 test/static/Media/Photo_key.docx rename Lisa/Media/Sagaing/Monywa_police_brutality_Feb_26_2021.jpg => test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg (100%) rename Lisa/Media/Sagaing/Shwebo_grieving_father_March_27_2021.jpg => test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg (100%) rename Lisa/Media/Tanintharyi/Dawei_Feb_27_2021.jpg => test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg (100%) rename Lisa/Media/Tanintharyi/Dawei_hospital_Feb_27_2021.jpg => test/static/Media/Tanintharyi/Tanintharyi2_Dawei_hospital_Feb_27_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg => test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg => test/static/Media/Yangon/Yangon2_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_Man_tortured_unknown_March_6_2021.jpg => test/static/Media/Yangon/Yangon3_Man_tortured_unknown_March_6_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_North_Okkalapa_township_March_3_2021.jpg => test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg => test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_protests_March_19_2021.jpg => test/static/Media/Yangon/Yangon7_protests_March_19_2021.jpg (100%) rename Lisa/Media/Yangon/Yangon_protests_slingshot_March_19_2021.jpg => test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg (100%) create mode 100644 test/static/css/style.css create mode 100644 test/static/images.csv create mode 100644 test/static/js/Myanmar.js create mode 100644 test/static/js/app.js create mode 100644 test/static/js/config.js create mode 100644 test/static/js/leaflet-heat.js create mode 100644 test/static/js/map.js create mode 100644 test/static/js/marker.js create mode 100644 test/templates/index.html diff --git a/Lisa/.ipynb_checkpoints/Myanmar_data-checkpoint.ipynb b/Lisa/.ipynb_checkpoints/Myanmar_data-checkpoint.ipynb deleted file mode 100644 index b4ef071..0000000 --- a/Lisa/.ipynb_checkpoints/Myanmar_data-checkpoint.ipynb +++ /dev/null @@ -1,1651 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [], - "source": [ - "# Import dependencies \n", - "import matplotlib.pyplot as plt\n", - "import pandas as pd\n", - "import numpy as np\n", - "import requests\n", - "import sqlalchemy" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [], - "source": [ - "# Import CSV file\n", - "data = \"./Myanmar_data.csv\"" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
data_idisoevent_id_cntyevent_id_no_cntyevent_dateyeartime_precisionevent_typesub_event_typeactor1...locationlatitudelongitudegeo_precisionsourcesource_scalenotesfatalitiestimestampiso3
07812626104MMR14768147689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Hlaing16.847996.12522Democratic Voice of BurmaNationalOn 9 April 2021, in Hlaing township (Yangon-We...01618436417MMR
17812638104MMR14812148129-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Kutkai23.457997.93801Democratic Voice of BurmaNationalOn 9 April 2021, in Kutkai town (Kutkai Townsh...01618436418MMR
27812644104MMR14781147819-Apr-2120211Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)...Hpapun18.065097.44492Democratic Voice of BurmaNationalOn 9 April 2021, in Hpapun township (Hpapun Di...01618336752MMR
37812650104MMR14974149749-Apr-2120211ProtestsProtest with interventionProtesters (Myanmar)...Tamwe16.810296.17652Democratic Voice of BurmaNationalOn 9 April 2021, in Tamwe township (Yangon-Eas...01618436418MMR
47814501104MMR14868148689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Mandalay21.974796.08362Democratic Voice of Burma; Myanmar Pressphoto ...NationalOn 9 April 2021, in Mandalay City (Mandalay Re...01618442039MMR
..................................................................
73237670869104MMR5279527911-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Mogaung25.305496.93542Kachinland NewsSubnationalOn 11-April-2018, near Pin Dawng, Kachin state...01612998731MMR
73247670667104MMR5280528011-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Tanai26.485696.69922Kachinland NewsSubnationalOn 11-April-2018, at Awt Lawt village, Tanai t...11612998731MMR
73257670994104MMR5281528111-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Lang Ta Buma, near Laiz...11612998732MMR
73267670996104MMR5282528211-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Kumba Yang village, Ura...01612998732MMR
73277670746104MMR5274527411-Apr-1820181BattlesArmed clashMilitary Forces of Myanmar (2016-2021)...Hpakant25.613896.31482Kachinland NewsSubnationalOn 11-April-2018, at Lai Nawng, Hpakant townsh...01612998731MMR
\n", - "

7328 rows × 31 columns

\n", - "
" - ], - "text/plain": [ - " data_id iso event_id_cnty event_id_no_cnty event_date year \\\n", - "0 7812626 104 MMR14768 14768 9-Apr-21 2021 \n", - "1 7812638 104 MMR14812 14812 9-Apr-21 2021 \n", - "2 7812644 104 MMR14781 14781 9-Apr-21 2021 \n", - "3 7812650 104 MMR14974 14974 9-Apr-21 2021 \n", - "4 7814501 104 MMR14868 14868 9-Apr-21 2021 \n", - "... ... ... ... ... ... ... \n", - "7323 7670869 104 MMR5279 5279 11-Apr-18 2018 \n", - "7324 7670667 104 MMR5280 5280 11-Apr-18 2018 \n", - "7325 7670994 104 MMR5281 5281 11-Apr-18 2018 \n", - "7326 7670996 104 MMR5282 5282 11-Apr-18 2018 \n", - "7327 7670746 104 MMR5274 5274 11-Apr-18 2018 \n", - "\n", - " time_precision event_type \\\n", - "0 1 Protests \n", - "1 1 Protests \n", - "2 1 Explosions/Remote violence \n", - "3 1 Protests \n", - "4 1 Protests \n", - "... ... ... \n", - "7323 1 Explosions/Remote violence \n", - "7324 1 Explosions/Remote violence \n", - "7325 1 Explosions/Remote violence \n", - "7326 1 Explosions/Remote violence \n", - "7327 1 Battles \n", - "\n", - " sub_event_type \\\n", - "0 Peaceful protest \n", - "1 Peaceful protest \n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "4 Peaceful protest \n", - "... ... \n", - "7323 Shelling/artillery/missile attack \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "7326 Shelling/artillery/missile attack \n", - "7327 Armed clash \n", - "\n", - " actor1 ... location latitude \\\n", - "0 Protesters (Myanmar) ... Hlaing 16.8479 \n", - "1 Protesters (Myanmar) ... Kutkai 23.4579 \n", - "2 Military Forces of Myanmar (2021-) ... Hpapun 18.0650 \n", - "3 Protesters (Myanmar) ... Tamwe 16.8102 \n", - "4 Protesters (Myanmar) ... Mandalay 21.9747 \n", - "... ... ... ... ... \n", - "7323 Military Forces of Myanmar (2016-2021) ... Mogaung 25.3054 \n", - "7324 Military Forces of Myanmar (2016-2021) ... Tanai 26.4856 \n", - "7325 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", - "7326 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", - "7327 Military Forces of Myanmar (2016-2021) ... Hpakant 25.6138 \n", - "\n", - " longitude geo_precision \\\n", - "0 96.1252 2 \n", - "1 97.9380 1 \n", - "2 97.4449 2 \n", - "3 96.1765 2 \n", - "4 96.0836 2 \n", - "... ... ... \n", - "7323 96.9354 2 \n", - "7324 96.6992 2 \n", - "7325 97.5505 2 \n", - "7326 97.5505 2 \n", - "7327 96.3148 2 \n", - "\n", - " source source_scale \\\n", - "0 Democratic Voice of Burma National \n", - "1 Democratic Voice of Burma National \n", - "2 Democratic Voice of Burma National \n", - "3 Democratic Voice of Burma National \n", - "4 Democratic Voice of Burma; Myanmar Pressphoto ... National \n", - "... ... ... \n", - "7323 Kachinland News Subnational \n", - "7324 Kachinland News Subnational \n", - "7325 Kachinland News Subnational \n", - "7326 Kachinland News Subnational \n", - "7327 Kachinland News Subnational \n", - "\n", - " notes fatalities \\\n", - "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", - "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", - "... ... ... \n", - "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", - "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", - "\n", - " timestamp iso3 \n", - "0 1618436417 MMR \n", - "1 1618436418 MMR \n", - "2 1618336752 MMR \n", - "3 1618436418 MMR \n", - "4 1618442039 MMR \n", - "... ... ... \n", - "7323 1612998731 MMR \n", - "7324 1612998731 MMR \n", - "7325 1612998732 MMR \n", - "7326 1612998732 MMR \n", - "7327 1612998731 MMR \n", - "\n", - "[7328 rows x 31 columns]" - ] - }, - "execution_count": 47, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Read CSV file into dataframe\n", - "df = pd.read_csv(data)\n", - "df" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "data_id\n", - "iso\n", - "event_id_cnty\n", - "event_id_no_cnty\n", - "event_date\n", - "year\n", - "time_precision\n", - "event_type\n", - "sub_event_type\n", - "actor1\n", - "assoc_actor_1\n", - "inter1\n", - "actor2\n", - "assoc_actor_2\n", - "inter2\n", - "interaction\n", - "region\n", - "country\n", - "admin1\n", - "admin2\n", - "admin3\n", - "location\n", - "latitude\n", - "longitude\n", - "geo_precision\n", - "source\n", - "source_scale\n", - "notes\n", - "fatalities\n", - "timestamp\n", - "iso3\n" - ] - } - ], - "source": [ - "# Print list of columns\n", - "for col in df.columns:\n", - " print(col)" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNHlaing16.847996.1252On 9 April 2021, in Hlaing township (Yangon-We...0
19-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNKutkai23.457997.9380On 9 April 2021, in Kutkai town (Kutkai Townsh...0
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
49-Apr-21ProtestsPeaceful protestProtesters (Myanmar)ABFSU: All Burma Federation of Student Unions;...NaNNaNMandalay21.974796.0836On 9 April 2021, in Mandalay City (Mandalay Re...0
.......................................
732311-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNMogaung25.305496.9354On 11-April-2018, near Pin Dawng, Kachin state...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
732611-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNLaiza24.756197.5505On 11-April-2018, near Kumba Yang village, Ura...0
732711-Apr-18BattlesArmed clashMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNHpakant25.613896.3148On 11-April-2018, at Lai Nawng, Hpakant townsh...0
\n", - "

7328 rows × 12 columns

\n", - "
" - ], - "text/plain": [ - " event_date event_type \\\n", - "0 9-Apr-21 Protests \n", - "1 9-Apr-21 Protests \n", - "2 9-Apr-21 Explosions/Remote violence \n", - "3 9-Apr-21 Protests \n", - "4 9-Apr-21 Protests \n", - "... ... ... \n", - "7323 11-Apr-18 Explosions/Remote violence \n", - "7324 11-Apr-18 Explosions/Remote violence \n", - "7325 11-Apr-18 Explosions/Remote violence \n", - "7326 11-Apr-18 Explosions/Remote violence \n", - "7327 11-Apr-18 Battles \n", - "\n", - " sub_event_type \\\n", - "0 Peaceful protest \n", - "1 Peaceful protest \n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "4 Peaceful protest \n", - "... ... \n", - "7323 Shelling/artillery/missile attack \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "7326 Shelling/artillery/missile attack \n", - "7327 Armed clash \n", - "\n", - " actor1 \\\n", - "0 Protesters (Myanmar) \n", - "1 Protesters (Myanmar) \n", - "2 Military Forces of Myanmar (2021-) \n", - "3 Protesters (Myanmar) \n", - "4 Protesters (Myanmar) \n", - "... ... \n", - "7323 Military Forces of Myanmar (2016-2021) \n", - "7324 Military Forces of Myanmar (2016-2021) \n", - "7325 Military Forces of Myanmar (2016-2021) \n", - "7326 Military Forces of Myanmar (2016-2021) \n", - "7327 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 NaN \n", - "3 NaN \n", - "4 ABFSU: All Burma Federation of Student Unions;... \n", - "... ... \n", - "7323 NaN \n", - "7324 NaN \n", - "7325 NaN \n", - "7326 NaN \n", - "7327 NaN \n", - "\n", - " actor2 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 Civilians (Myanmar) \n", - "3 Military Forces of Myanmar (2021-) \n", - "4 NaN \n", - "... ... \n", - "7323 KIO/KIA: Kachin Independence Organization/Kach... \n", - "7324 Civilians (Myanmar) \n", - "7325 Civilians (Myanmar) \n", - "7326 KIO/KIA: Kachin Independence Organization/Kach... \n", - "7327 KIO/KIA: Kachin Independence Organization/Kach... \n", - "\n", - " assoc_actor_2 location latitude longitude \\\n", - "0 NaN Hlaing 16.8479 96.1252 \n", - "1 NaN Kutkai 23.4579 97.9380 \n", - "2 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", - "3 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", - "4 NaN Mandalay 21.9747 96.0836 \n", - "... ... ... ... ... \n", - "7323 NaN Mogaung 25.3054 96.9354 \n", - "7324 NaN Tanai 26.4856 96.6992 \n", - "7325 NaN Laiza 24.7561 97.5505 \n", - "7326 NaN Laiza 24.7561 97.5505 \n", - "7327 NaN Hpakant 25.6138 96.3148 \n", - "\n", - " notes fatalities \n", - "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", - "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", - "... ... ... \n", - "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", - "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", - "\n", - "[7328 rows x 12 columns]" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Drop columns unnecessary for purposes of this report\n", - "Myanmar_df = df.drop(['data_id', 'iso', 'event_id_cnty', 'event_id_no_cnty', 'year', 'time_precision',\\\n", - " 'inter1', 'region', 'inter2', 'country', 'admin1', 'admin2', 'admin3', 'geo_precision',\\\n", - " 'source', 'source_scale', 'interaction', 'timestamp', 'iso3'], axis = 1) \n", - "Myanmar_df" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " 'Rioters (Myanmar)',\n", - " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", - " 'Unidentified Armed Group (Myanmar)',\n", - " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", - " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", - " 'Police Forces of Myanmar (2021-)',\n", - " 'Unidentified Communal Militia (Myanmar)',\n", - " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", - " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", - " 'ARSA: Arakan Rohingya Salvation Army',\n", - " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", - " 'Military Forces of Myanmar (2016-2021)',\n", - " 'Police Forces of Myanmar (2016-2021)',\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", - " 'SNA: Shanni Nationalities Army',\n", - " 'ULA/AA: United League of Arakan/Arakan Army',\n", - " 'MPDF: Mon Peace Defense Force',\n", - " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", - " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", - " 'DKBA (Benevolent): Democratic Karen Benevolent Army (2010-)',\n", - " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", - " 'KPC: KNU/KNLA Peace Council',\n", - " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", - " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", - " 'PSC/NDAA-ESS: Peace and Solidarity Committee/National Democratic Alliance Army-Eastern Shan State',\n", - " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", - " 'ZRA: Zomi Revolutionary Army',\n", - " 'ULFA-I: United Liberation Front of Asom-Independent',\n", - " 'PNA: Pa-Oh National Army', 'Private Security Forces (Myanmar)',\n", - " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", - " 'Unidentified Armed Group (Bangladesh)',\n", - " 'Buddhist Militia (Myanmar)', 'NA-B: Northern Alliance',\n", - " 'Military Forces of India (2014-)'], dtype=object)" - ] - }, - "execution_count": 50, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Print list of unique values under Actor 1 column \n", - "actors_list1 = Myanmar_df['actor1'].unique()\n", - "actors_list1" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([nan, 'Civilians (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", - " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", - " 'Police Forces of Myanmar (2021-)',\n", - " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", - " 'Unidentified Communal Militia (Myanmar)',\n", - " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", - " 'Unidentified Armed Group (Myanmar)',\n", - " \"Military Forces of Myanmar (2021-) People's Militia Force\",\n", - " 'Civilians (China)',\n", - " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", - " 'Rioters (Myanmar)', 'Protesters (Myanmar)',\n", - " 'Police Forces of Myanmar (2016-2021)',\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", - " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", - " 'NA-B: Northern Alliance',\n", - " 'Military Forces of Myanmar (2016-2021)',\n", - " 'ULA/AA: United League of Arakan/Arakan Army',\n", - " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", - " 'KPC: KNU/KNLA Peace Council',\n", - " 'Police Forces of Myanmar (2011-2016) Border Guard Police',\n", - " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", - " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", - " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", - " 'ARSA: Arakan Rohingya Salvation Army',\n", - " 'NSCN-K: National Socialist Council of Nagaland-Khaplang',\n", - " 'KNPP/KA: Karenni National Progressive Party/Karenni Army',\n", - " 'SNA: Shanni Nationalities Army', 'Civilians (Germany)',\n", - " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", - " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", - " 'Police Forces of China (2012-)',\n", - " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", - " 'Rioters (Indonesia)',\n", - " 'ULFA-I: United Liberation Front of Asom-Independent',\n", - " 'Rioters (China)', 'Unidentified Armed Group (Bangladesh)',\n", - " 'PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army',\n", - " 'Buddhist Militia (Myanmar)', 'Civilians (Thailand)'], dtype=object)" - ] - }, - "execution_count": 51, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Print list of unique values under Actor 2 column \n", - "actors_list2 = Myanmar_df['actor2'].unique()\n", - "actors_list2" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [], - "source": [ - "# Filter database for actors of interest in Actor 1 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", - "actor1_filtered_df=Myanmar_df[Myanmar_df[\"actor1\"].isin([\"Protesters (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\"Rioters (Myanmar)\", \"Police Forces of Myanmar (2021-)\",\\\n", - " \"Military Forces of Myanmar (2016-2021)\", \"Police Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2016-2021) Border Guard Police\",\\\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Police Forces of Myanmar (2016-2021) Prison Guards\"])]" - ] - }, - { - "cell_type": "code", - "execution_count": 53, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
59-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
69-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
79-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
.......................................
730413-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
730713-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
731612-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", - "

1333 rows × 12 columns

\n", - "
" - ], - "text/plain": [ - " event_date event_type \\\n", - "2 9-Apr-21 Explosions/Remote violence \n", - "3 9-Apr-21 Protests \n", - "5 9-Apr-21 Protests \n", - "6 9-Apr-21 Protests \n", - "7 9-Apr-21 Protests \n", - "... ... ... \n", - "7304 13-Apr-18 Violence against civilians \n", - "7307 13-Apr-18 Explosions/Remote violence \n", - "7316 12-Apr-18 Violence against civilians \n", - "7324 11-Apr-18 Explosions/Remote violence \n", - "7325 11-Apr-18 Explosions/Remote violence \n", - "\n", - " sub_event_type \\\n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "5 Protest with intervention \n", - "6 Excessive force against protesters \n", - "7 Protest with intervention \n", - "... ... \n", - "7304 Attack \n", - "7307 Shelling/artillery/missile attack \n", - "7316 Abduction/forced disappearance \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "\n", - " actor1 \\\n", - "2 Military Forces of Myanmar (2021-) \n", - "3 Protesters (Myanmar) \n", - "5 Protesters (Myanmar) \n", - "6 Protesters (Myanmar) \n", - "7 Protesters (Myanmar) \n", - "... ... \n", - "7304 Military Forces of Myanmar (2016-2021) \n", - "7307 Military Forces of Myanmar (2016-2021) \n", - "7316 Military Forces of Myanmar (2016-2021) \n", - "7324 Military Forces of Myanmar (2016-2021) \n", - "7325 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "2 NaN \n", - "3 NaN \n", - "5 Civilians (Myanmar); Journalists (Myanmar) \n", - "6 NaN \n", - "7 Students (Myanmar) \n", - "... ... \n", - "7304 NaN \n", - "7307 NaN \n", - "7316 NaN \n", - "7324 NaN \n", - "7325 NaN \n", - "\n", - " actor2 assoc_actor_2 \\\n", - "2 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", - "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "5 Military Forces of Myanmar (2021-) NaN \n", - "6 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "7 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "... ... ... \n", - "7304 Civilians (Myanmar) NaN \n", - "7307 Civilians (Myanmar) NaN \n", - "7316 Civilians (Myanmar) NaN \n", - "7324 Civilians (Myanmar) NaN \n", - "7325 Civilians (Myanmar) NaN \n", - "\n", - " location latitude longitude \\\n", - "2 Hpapun 18.0650 97.4449 \n", - "3 Tamwe 16.8102 96.1765 \n", - "5 Hpakant 25.6138 96.3148 \n", - "6 Loikaw 19.6742 97.2099 \n", - "7 Myitkyina 25.3832 97.3963 \n", - "... ... ... ... \n", - "7304 Kamaing 25.5226 96.7115 \n", - "7307 Mogaung 25.3054 96.9354 \n", - "7316 Hpakant 25.6138 96.3148 \n", - "7324 Tanai 26.4856 96.6992 \n", - "7325 Laiza 24.7561 97.5505 \n", - "\n", - " notes fatalities \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "5 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "6 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "7 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", - "... ... ... \n", - "7304 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", - "7307 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", - "7316 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "\n", - "[1333 rows x 12 columns]" - ] - }, - "execution_count": 53, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Filter database for actors of interest in Actor 2 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", - "actor2_filtered_df=actor1_filtered_df[actor1_filtered_df[\"actor2\"].isin([\"nan\", \"Civilians (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\\\n", - " \"Police Forces of Myanmar (2021-)\", \"Rioters (Myanmar)\", \"Protesters (Myanmar)\",\\\n", - " \"Police Forces of Myanmar (2016-2021)\", \"Military Forces of Myanmar (2016-2021) Border Guard Force\",\\\n", - " \"Military Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2011-2016) Border Guard Police\",\\\n", - " \"Police Forces of Myanmar (2016-2021) Border Guard Police\",\"Police Forces of China (2012-)\",\\\n", - " \"Police Forces of Myanmar (2016-2021) Prison Guards\",\"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Civilians (Thailand)\"])]\n", - "actor2_filtered_df" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
event_date
9-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
9-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
....................................
13-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
13-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
12-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", - "

1333 rows × 11 columns

\n", - "
" - ], - "text/plain": [ - " event_type sub_event_type \\\n", - "event_date \n", - "9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", - "9-Apr-21 Protests Protest with intervention \n", - "9-Apr-21 Protests Protest with intervention \n", - "9-Apr-21 Protests Excessive force against protesters \n", - "9-Apr-21 Protests Protest with intervention \n", - "... ... ... \n", - "13-Apr-18 Violence against civilians Attack \n", - "13-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "12-Apr-18 Violence against civilians Abduction/forced disappearance \n", - "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "\n", - " actor1 \\\n", - "event_date \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "... ... \n", - "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "12-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "event_date \n", - "9-Apr-21 NaN \n", - "9-Apr-21 NaN \n", - "9-Apr-21 Civilians (Myanmar); Journalists (Myanmar) \n", - "9-Apr-21 NaN \n", - "9-Apr-21 Students (Myanmar) \n", - "... ... \n", - "13-Apr-18 NaN \n", - "13-Apr-18 NaN \n", - "12-Apr-18 NaN \n", - "11-Apr-18 NaN \n", - "11-Apr-18 NaN \n", - "\n", - " actor2 \\\n", - "event_date \n", - "9-Apr-21 Civilians (Myanmar) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "... ... \n", - "13-Apr-18 Civilians (Myanmar) \n", - "13-Apr-18 Civilians (Myanmar) \n", - "12-Apr-18 Civilians (Myanmar) \n", - "11-Apr-18 Civilians (Myanmar) \n", - "11-Apr-18 Civilians (Myanmar) \n", - "\n", - " assoc_actor_2 location latitude longitude \\\n", - "event_date \n", - "9-Apr-21 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", - "9-Apr-21 NaN Hpakant 25.6138 96.3148 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Loikaw 19.6742 97.2099 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Myitkyina 25.3832 97.3963 \n", - "... ... ... ... ... \n", - "13-Apr-18 NaN Kamaing 25.5226 96.7115 \n", - "13-Apr-18 NaN Mogaung 25.3054 96.9354 \n", - "12-Apr-18 NaN Hpakant 25.6138 96.3148 \n", - "11-Apr-18 NaN Tanai 26.4856 96.6992 \n", - "11-Apr-18 NaN Laiza 24.7561 97.5505 \n", - "\n", - " notes fatalities \n", - "event_date \n", - "9-Apr-21 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "9-Apr-21 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "9-Apr-21 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "9-Apr-21 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "9-Apr-21 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", - "... ... ... \n", - "13-Apr-18 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", - "13-Apr-18 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", - "12-Apr-18 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", - "11-Apr-18 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "11-Apr-18 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "\n", - "[1333 rows x 11 columns]" - ] - }, - "execution_count": 54, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Reset index on cleaned dataframe to event date and check new dataframe\n", - "Myanmar_new_df=actor2_filtered_df.set_index('event_date')\n", - "Myanmar_new_df\n" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "#Export cleaned dataframe to new CSV. \n", - "Myanmar_new_df.to_csv(\"./Myanmar_data_cleaned.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 56, - "metadata": {}, - "outputs": [], - "source": [ - "#Incorrect Code\n", - "\n", - "#Myanmar_new_df=cleaned_df.drop(['index'], axis=1)\n", - "#actor2_filtered_df.set_index(\"event_date\")\n", - "#actor2_filtered_df\n", - "#actor2_filtered_df.to_csv(\"./Myanmar_new.csv\")\n", - "#coup_df\n", - "#Myanmar_df= df.drop\n", - "#Myanmar_df = df.drop([0, 1, 2, 3, 5, 6, 11, 14, 16, 17, 24, 25, 26, 29, 30],\n", - " # axis=1,\n", - " # inplace=False\n", - "#actors_list.groupby.unique()\n", - "\n", - "#new_df= df.drop(columns=df.columns[0])\n", - "#new_df\n", - "#Myanmar_df.loc[Myanmar_df.actor1(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " # 'Rioters (Myanmar)','Police Forces of Myanmar (2021-)', 'Military Forces of Myanmar (2016-2021)',\n", - " # 'Police Forces of Myanmar (2016-2021)','Police Forces of Myanmar (2016-2021) Border Guard Police','Police Forces of Myanmar (2016-2021) Prison Guards'])]" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.5" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_funeral_7yrs_March_24_2021.jpg b/Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_funeral_7yrs_March_24_2021.jpg deleted file mode 100644 index f7baeaa3c504890bf75e0f30cb730b69779bc957..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 53424 zcmbrl^;cWZ7d8sCv{(gq4_XK%XwVi55Zr^dxKp%9p)KwbBzTHDd z5Cw>tS>XRV!TtZ;Nf!<&0p94NACGX^aPUZRACcnz>&9Wg!NGfk`yl^!BLBPKJ;K3# zjQ`{*!9y$U|5_g8|7(2E2HvB``2Xf{NFL$h;JtkG^5M?4R0={z?~;jm!ZRQs#mI~R zJsyLx-Gs!gUVuLqYuh_MGc#2N6((}O=3(`D&BNA3##M60tb}&<+EDWXbF=~qo(n&< z#i$nL zON~sWs5BM(ytm|^G~URHVa1rU&N`|_Ca;IE9YF{=pO_~+Z-ko-n!G%)9jR-9pM@Nw zRlmPkTS^w@;a8fSv7LGM>x+_tsrcj9fMf&6j#}&#BUc3C#V=UGUdOFH=q&Hp~!;}dCdmBs?Co;Xe;@zebH8IdaW zVR?AAYHWMcZpPuYfVcoNz3s%;v7b$^U(9e?2$?zajo3kA&;Q}@=ID?3i~Ik_gKnv*xyxE|OBnNT`?=hm z-4^faJ>Ro^oiS6e^+ynM^V}A)eojAdossHlY;0sq6~jEw#%^8iLe$+pjASgx#;-FtH`qqVTAl3rv3J>n

kbno60yncLw(pSWSq4YKP%W&fo0g z)HBd^#^kbOsuM?7V8!|}&}D?A5YS}pK4$*zAC86DHG)}FR&;S9P)`X%I31N_ zWz_32!6Ufg$=MLaNkQyTQhDh2cUyzU2Is0GtX5Q9P7w+({pn7EBW=Xy8eQJ}rasSj z-snG8V!7f<9WPd`h;RElgR6zbz$#yneMVrDK+(j=IAz%@;@4XhX~RMO#(F{!d5QvI zWfLdU;oNwJgVvBN>4kl^!vnFA=@KXxc)hL0D#pQjV$o^vp1f>NtS@Ho)XYt43tjbL z>g7+Q>}A`*{)P!O3q5(@iWW$Zko=J8DJIdbg3igU)Vet~+3ZxFd8Rpp+13^8YICbR zqgj3`rVRGkDygH+C{d#t4}}8|mZ!)4-?UJ%1|d~TE8a~#TS@i67}#qMxbCsXGo8*VpjVu_@K3slT(E55W`LPBH7zZ@*ppzUM8qjB2~R0kzg3 zv+4_tyBb`WOcaoXsE6(eE~p2)%yDTXTg^B3eh zm(qU?JZtzVw=TkFH{Y<|xRf4o7JA_#g0*DAg9V+YjSX$wPyHj=$Wm%)i zuL!|lCw4ZL(NpCsIWboE3@%Q^>Co@bjPxJrL*?GkOqN+bInho@i%hjIb3d}vI5Y3V zSi!8?E#LEj7hb*^o~3lLi!~J-@N2bY1oy@(YzVUmnZV^lFBVq~6`V4X+fq&sUE{RR znJnfPE23pCg$A+GB)cP#!=ZHoLZgi`7W?fMiG7-R)PwCL-e6i{qhtRgvGRq}-;U4C zJneQSOfkSdk>8)Q&dbefjYYb^pgs|f${FgizTT_v-k#SN*4lPh;Pcu(7)jd?M^O3TU!uv<^EF8IKq6k64T6X{6a`xfmA~|$Ik6zb-kZ;MK z13OHrx(=!7ZcO6>wkM;b=iKVh_&SAu0UsR|AuM-!83z z0n2goAHhKhG8nrLCfd5`5xn&Vj zC(hJmM$(1)!-RTR#@t!uC-Y??X|Uyw;XTtRjs}P*fz<|on%V?z*kMnZ1Sy9{e+xt* zCtf%$F2n|EHt;j`gS9FPixGw(osy`Zj9-6jgp*Z`CG;*W(@l~mSSO8vZlWr(kvftuTf$YHL^-D6)#!YB@&uYE0c z&4v47TwI+BG9jlJ0E%e2b?#0G{+U9?Z$ zzK1?Bx=W~P%E|my1z;eC)JcjkIuZHegT~$%kJ9|y zm8Ve~M@N{`%=V88e_Sq%&pO#h&+!G)C#L*Qv*r;DN2T`D?=os5wq#+0GhL(?)$BEc zsC$`_9RC-pTLGq%<7(R}<)w{ytZz%X9~{+~j;g8UkGbK$mg%SU`yHz%$|=KiHi@!bSFAx@=a)7^H%Np?-2Ty zav~D@Lu)TL$+NUKDZA;;i^C44=P$U5CZePZHOZw>)B}!KPoQlJCTr|7GGjR}+Zc10 zz;57kCotOf{;-qoti@kHXFJo@*<&#J$AK76nuS$ZYYk&Ct;BkHu8wQq<1^(NJ*Icw z(%gRiIiFx}1j`Lb7Hn zMI;I$6-HC4XJQtm6-_jCg$8$?le6hK32MSCnfYLp*x`=wk6s%p*57|6S7W}5O{oO8 zin@n1lSfF}`t9yae$b!Qa07WIiNQ0Ql_)S|!7%*P1Xo2u7U2(sI?sN2Do@0?p58-} zedD%Wz~%d=LaNMf)aD&>da|cLPNlEo1=#0OM}l*X9{bHsTfA`gVXuTZx!j-Nt>Q`Uxd=>nZ1% zkA%o$Y3gTT`oxO*#4K$6P4(cIB_v5uEhflRNNAetFzag2m#LB(eH;Ju#U(Zmd`s>Cp$ zlRGvr$PE(ozT=qL*{?-y$!g-dgHh?g?;z5q#3?KO>-)C|EnJVT3SN^TO6w(H)DEeY0P<6`MH|j;?Wsr@A|y}GChdE_(ZoC>;L#Z2gWKu6CE)iLVzp(i$(TT^z1ioZ z$gA>8to$_=V_RHu*03*NE2qiO(HE2OZV_|!565^<-L_hz?P#~XSz8}F1PlMud*o@#rX;#1*!{~ zyGZnpJ$sw1#JdV@PSgddKhE-$M}B)`9vX|TjuMa0{X+6DJxp(MU zUN*U<(i)}e(rOWT^he-r>B>t`(g~Ks3_^ytPrQ-xX!F(>lVnG~pgKg%z(Tp|VO#sO zljTCCy$5q;Me6vUA0OtQj;j%)_u&Wh-<9~#uUm--$H!{5(@d0ZnxDxYeRT38R7K54Y87XFDi8T+!lz0Y7)82SyHs92n zhoTrD@b1K+y}`&3GQpUyuZy_Y8`d_Ul}X9!FVvQvLnq5vS$^!*r~qu0Kt0Ku87P-- zn}HzBT&%mW)Aod93vt%=e|KLiNN=1PL1vr{uT7;O0r@HpY~-E zOTYVXv~Zx6J@j*^^315}cvA3SAUZ*u-QCe$^NzNR%(^LU0s1VxMjxAgAknyXMzXRvJDVU)GBv)iTC5n_x>No950t?$`G9mQUIrj}+AK-PENO7w+^sz9k|d z8=l8O9Wba92A%o6u;j1&RR%i#l|$7L^n(GHE?j-1FcZF-cyRdz)XLh0;{7S7J(upqQCWfR;EFMHEAc7tif+!SKHZ$Y9Fver(#GOt?clMfeSimyrPSY#$rsDyO-^rW>3dFVC)_IT zrOAZOru0d=K3FvJDzI+NpfTxnX3Q4MiIy~iHE(|u6AJg4*p3je;hL1 z6v%Zbo|a+u)hwAhc~X`1>-Cg=X{0>$3Xs0?Q_t-H-?jd@Us#`L${iVZ^~vo82ANTK z%y?q0-up>AW@;L;dOaU9ZeT*?@J+O_`;Yj|2(@hFuQI%%#q3%QNANMYZmR8l`NaxT z$(w?o6N`VThQ-CR_{95jxVfrROGKJRT}O<|fJZu&g-^jZx0Sz8UVAsl+^MrbdPC|u z@hu;#$t6AG?CGLQ9#+=0{IUP|*yx*ED<)%MjxhYKU6rsO1r*&--lb&JDhNRd-QRfgI!qC_e)BiIC-WZ>+55EQx0-QvJM%%DFYCrF|EvS~30UVh zyeO?CkmhG5lXX`8oaA`aZp*u_!}L6`0?D<1>DJu+W*Lc97#eEPR9bN~oi=lDMV)Hz z^Z9txnL(U*;+3;~Is*Af1e;klSq8q*WKU?Rb4eQJ#%&a1e|8GmqxD2&kxo-P*BGn6 zD(AAf+j(a z6E%hasy|7j2UOA7GhL*8pUWieuiz&PvC8bTT?rbmJOVwgo~99Wg;BkK1P4?^vA%&K zwltlFu2&j%?(U(nL;E*rL4i{ji^)}E*XF_(GKRe8QM{Mz)9V^-nNDxeHu3$oTb^(B ztbb;Tl!!xGls2#K5BB_4HT65gCaTnEJ?y>5Y4SphH^$}*0IIcLcpW0~*HUO&TEJL0 z&aQ3T;A6Vgnz?N$jiqJ4SVeNHpHEv;CF*6*cdw@Hwq-kv=YCVpp2S2+;+{Y2X06T6 z4A&mI!f4wE92oe1w%$|n?9+DCSO+zKV6>F|=HA3l|HFa2G0a5e=5U`XF^_d3mY~0% z6lQQXt<|TX#*I?*H2L7yf!~o36|56eHibqz?puo?()73Ye0il$hksz&c86bAzvXnTl>?UHH$Utfx>{PWlTsdFo>ff^Pv z6-ouGGvruNDhyv2H{xbI@N{uu^ zdDLO1SghUbT!*>WJ#YcZ7WAVb0T+GAEV8{IqmlO49Lf8)gUZWh#c@f*J;1lcV~c6= zw#yJtJCv8=4T86lTb(+ur6EPC21d*C4N8TV`OV%|-cSKAVyb)p=aG(A;mFiBrMGVP zlmG;XIGYx=r}cbZfe_ixquNW=`jNM*Zk08osp-3wU_q7MLbP{GPo$A<_ENQtkz(*; z3WuPLK9uMD=2hTe)l9xx z*N7&oaR0*u`VP;q8fru1)V8LHEGS8d(vM zwI%#t_`T4E0wadX9MdNsEYph^maKLsC2$Yw!(G@`oxY}+z2V(|6Us6cFVDejTp|0k zS;d#&*_-d=V?!=Ge#4F4(}-^vkzX9n;T#7BwA4i+ldfqWS4YNsT)hR)$t(ZZ$s^ly7CDwwV^I$i5IK|FOPA%OQm`^V`GqfU%)NmznPwg4vylc*ea=l zLtm9i{Ut`)Ni7Tc?iCCy7eo|nUA%Nh){J_-$}6zTnnBt+)3gIlnlGi96g6fS=1lT0%Lr4~)7ZcR_a5`>tWj68X*XQ9cGX8u z{sa5G8=ffvTLmsTo~ve&Z5P)PO-`kI9}5{cmv-BY<wXLrKDv9J~l7>>dZPIa-XP+F;Mqhdp;t& zjL`bj>y+EX$&nZFZjK`VM8vZ!Oq7-ngLCvmo-)ZtfAKM`+|Mr=CtjY|&90I84WA9` z=Fz?82}%H-nQf(N-M41bnJ4pb0-x6B&+5*z5Nj8D5*01)iPSAYjFcJs#C=mXe!!3I zzv8adP5yZ9ENlUtDjCW(l1`>7Z;m?CCcS^U4mTu-74fDWFkpX-ebLnLe(vq{NS8b} zZu8q0hU}g=!F)%B4m?SE3FR6Oun0O&>aX(Qb$)VDg#;M8zrMb?6iDs4eb)4%<|ODX z(#>q^rQ_=iVYtm!nekQzf2`2L7Sy`lHG6?ruok|``jvzvLP3xF8O@ic!gBRBrnR<9 z@oiTHlfRZT=M)zx)$63Ds41oyW`Di2gYm47IL4L|Xc6(sv{?md>JRu2S-)cag<@n3 zf9H?RESPj)RjC2~ewxj!T|<917xbm{+E8-t9p;REW?dtzg~_vGBp`o5WGr1|_AtFD zbDs{g*B@&J8`agBAA-BuW~fM|m|^`vTf3fPaoF0m;nw{S^mpvtXE8*lOs}igvUG_1 zHyaw!e%!^us2*XIa~NsnW|af=b6g?{t5;r6L0ZxSyL=YSh03dxY+( z_e$Lww%ICuI~+;7RPX+UtM@hqUev5MoJj8|7=Pu-WzMYfT2>&RQe7!MCxR7b`&8lG zZ(AwaQgpG=49~P=L*M@MmAx*{GZ&qev!JGtljRpdD!;xT(q%4JM3uMd4~O?~*XB`m zO32fBQ5$W{p;?F52_B&bH=LLv5Zg)1NQ)e}*S1GxnihForjvFBPE*SG;W)LifUrgu z?>egP)o5jY2_A9c(YD~s%ff8wYC6t(cZ!GNv-_Wm#xQGrx0kM3Hr}hwRpTC7AIswK>I17Q4+CH@sv6>V! z;3OGlBLF#_v^N1rsv;Gh8y1!yU$sp=*1y7kwbQ=XC9_vAhm2xP=*)) zULsV|4~E($_1<*oRw9`zUVOwe#*!nDHNY9>?hls<>LF=V_QoqZFGUTx=N7*yz{dM$ zOBq3?L!A6_&5n#1?SZs>`Iyk3&Jl@S!B&q6EE)1%NWM=|_R5nOwOQb5%^8*Vu#}O5 z!jJ6B?JafR6h9Is!POg640!^7p&zL`9jQB&FLZ!`aqnjGh-7%MHt^Bh4avmneUhZ? zb)m01E6l$P$KAoq3dmi&LC4@;`E-7D80K z*m+zBDSPJ!I^SD~{x zOQF*f^7g?n_E{VhJyBj)Hv|lCo;6ywzn1%0p}X6*%#$47dN;&1t}-!E*8h9=!uF3u zyOe2*3q;g&cl;M-gN7hv4DG%mG}hYpNTvi+z6VVLfE8=YUl+?OsgsDRvtA6PsAo*+ zvg;GQZpPeS!N&Ssfd8J& zX)wuYeKf>>=c6FaivG3{%KBRH7?Urw3*}%%aO8=QjD@4*zJ4TWpd?lC)VC_ajb^IU zVBj!N;rP-R!lOF_J3G`h`sHK${W=f=3^9CB#HbucRsxab>p&v5D?Z)OAOgD6V7PPq zj7mj|yc?KiLPt_XSju>RHU9L_o;*AjEMoXvn};}2J`YsZl%vZ1Y|%K3kYfX%^>Hb8 z1XaYBGS0+qIJDM|ZRbB%olX2F8{!uAh#yN-rt1`Q^%we%riEjn$N= zYQY~xfR2w_oeQI z8ASM@HqzvctUVk}0HeL;E)309u8PnYLm;4BM>hu0BAC}21`YeI2(RRA0czXmZ0Nzu zDR}iWB8v;*)DRpvxq-AipzTX#Ohd*yWoCe_{?CwiOzIA#fN{N0R!&utNghQHTU7qL zmQAZVIwMB=*P)ECXCj1CUjSmDYNBFdIic6EY@+DVJmEp92^}*(@h@lja5A~!qOQyW za^qLcF0RRXJx!o$kgFL*{ivV(dul_=1xOY!7Oqr?!lU3d<(Sl=Z!4OD@5rSRr`jaW z0oR_JU16z6o~r^Y@k9tmiA3Kt*GTqZ-{#8<_5tvf^M z^M%dl7ZbIM71q&o2l>$yd>13m|8Gq?%#(}et}3l+fUiF*W3W~t&zf*x#S4uW6z^V% zGff_BRNF9$nYY6&1^d;f4AxEP3Hf9Lb$9sy*oo@=(m1w$fn6BmSZB&G(MnRJFqqU9(dOw{O~#o$YAt* z8+S1`9Y&0`TqfqVL~bqvGQL8#HR)=#M{4f1!!$uJfL)GOR1C!y8j5C!g8D`=)m2=4 zkfo##O4{v=V{G_akRVTTed-9h%4161m2vl)*l0Ulu@cHWv>dE&LH2$)=YJ);AzW->G-fGseX{3m&Xf>xD%7k*Y_?xUo?RlqEvFlV z*x7$FVtsedX0fqqM(l6uMM1IkSP*U6apY0BwB-8kz4C zU1*gAQ(5*T3r)N?c6JzwNl(d;S5D^a?XM+3IJy*QXR1gg!?$|UAnaLS^4mY5e&`8~ z7`cYOMOmhICziPmH+IGH5XSi{Y5s>LrktNF&iZD}=^u_MzcyCA>R$G8OlunRoZaRE zu8>)!YslYO+%Ge8ly{S1ZO;L#w8^VQ%Go=sZCLn>EFKiQbH!i>2;b-OD@vhIH+_Jp zO*iX=y>2w$hK>1_R659#*3LGWS}HMEMIn}8ye04a1S@2<_yFdr78fCJIAjQO#|ZK|iE);~$Q2Dumg(S*`N^OSwXH13%j2cJV5MkE zm@c7ApfVDNas(J~yK_SaceWaDK@KO%{shb+>EpX;l$3G`h8FUG0p*k^FIc~Bo;5f- zioB;kn`eYFp5J9|p7}E)oivq;t2$=_RRZ00An22K{AdyDz;8^p2NA7+q1bV;%tiHn z)J}5GQ9$~drZ$DmG+?uetDGYT1*2!kaO;g2jf5;wOVJAdF-aht>Bcasv8BU{vX!!)+H4X);p=9e#g$?ktxa=5;oei#e1MW)% zewkv=AbaF`6TLW*RIaj=$JywOjM>{5D!!N3^}q%btrqgyjs`HpqMeq;WCtAZZtz6& ztQe{XWaW!(OHbc#YeF{)^6b@;y{qBg`!2^UsdB>5-j4xRhH! zt)sc~qkyIPjS7rXLT&yvntds`$Pnz#=Xkj8PJp(aU>=3KQPvtV#3t@R?!?yz(zxcS z=l|jOl5$qI00z{OYZH8;$=D*5`imT;)ZlBH0^A?eZ+VdMVI^PwTaQZMWAo2#z0(ju zEz9rvHP|B6BcLz%UF%M!)v9%WBFXxsjUDz&m_sxcx*ARP?m;lSRCf;@#h@sUV{cSp6NAb|ownjeU)kp{*eV*6-+5{Q*!+0LlwUfsd>Y!xI zr|IC$f5RQ{u!1Sd?qh7xSKI-geR!yN7-Bt8j{#^v@4!$>Z!h{cAt9+u)K6Du?&E z2;FCDe5i{$zLr5v3hMyE7itMkk%>u)zMVCX-|bkSXwU0R;RufQynApO>>ee34YSEk z>dy~v3?ydjaL5j0PZq98$uB){jbLZDN&?+!QvkGi#?dm9F?_WL8DNkc1-(BLF*$U> z{$VWSe6`GSpf%Wggz7q1k=@F2u+^bQ-UX*UsM7D@0Y%hjnAXKD_nNl3_tH+pBq03; zOqDw=I~_y?YP15zJ8$%Hiryu5gbRzqdjMSGonE^88N~@S1*y-i(zlG}fVus0Y@an* z(_G?YsiZSxORF`AV|suu$Tv%JKlz4L`ypFPofZcJ4qq7dSe{2Vg_wkhhZ<7NM~{d| zl~X||Q&*5WyT!cLfD>t;rYC+BqCNw$-f;o{6Gg$TS6M^Ym!j9qe-$s_Bw*KYB};L8 zvXWo}q65f79z)K_=^6Ui(0qYcY&--WToN3wPL%EKS45QL)%%u{KW7ctXv!G9wMMi0 zyPB5S2iBcf@^g~^!B#=X-}_;&|ARuR2V-G*shWJ+SqAeu&OHk~F;R-oT+0$@^(@ia zJ@_Q{RU5IPZRC8Yu>pppp)F6FPJ(<{$o#?auRXg76q>oWXO((l$ES@=F)CTk$~t{H zHZhcq#5p^v^+Z{lj=O+UQa7r2u(tUh&fJv1&Ftm~(1`n|%Xy0p55LCORbOw9(Cw@g z*PhFQ;2;X|6w6pw-R>b{BfEH6O;d!5bB1+n=o}_H!x{CLm-|b6_wAf>7RaZw=1I%^ zU%lPV8iL3K2>ZQ>m6Z)*0Sdj>zb;C~;1`w4}Z(fNtC-_B-d8U-_Tgy#2 zW^;9x?-!@$=v!Cqt;Ee!Nq&(H;yLVIb7$hwje#8a2i8^0NpB3uoE8_In(rh8-*i$= zwAXyDA+n=#x5It263?AkvP!)c3bXELHg*ouY_Mak?Qflro^xRfYei6Etrl6J7kfrCIdfmK4e5HAMvXKp+p4*~P*0D5FgYm*n&P9q6S2KjC=p{EjD8zA&FAlR2w<6B|TBng@inm9IVDV1U6{+sYAOmCSQx zoM%6GHE*8*a>z&7tc$x3BI+KUi6fC2$Yi*+`*imHg*_vs_M1ivW0lsnC{7gU%O1 z%6FzE_4y+4>}Zx(TlpZ)9xPt9#$SoL zY+wHK^47%sZps6~p5%OLrsAA)h8Ue;$C)G+K)lOpD@|wvej>Z`Sx6MUd2wpd!l2+30QtC0ypY`sdEQ%Mp zp(4$!c@uB6V?Wwlt9zJg_i{DFuEgr3u{QPy+`uHX5F#Zb4BwYEdjoAJjC=n$ezWi~ z-;pB?;35pY^U|GBaHQwL`l8`?lyo0U6Xpai?@nn23yxJo?{EPuYolYTug zwJP=|0naf4o#MZ8J$p_gzJskr%GY{;-d|dkV}C2L`PM1Gy$`)k)cT62lqYs$Dqkz3SS2b4Y)gX&U+n|C(MWu@-P7^dS zelSZ3dT`!=NWX_2ms1uM$++xOy`J67w9nlG%n?OV|8NF+gCNB}{O>++>=_s4)>tI* z!9Xu3lzR%@eX(tdC4E%b^z3XFKsj;Qy~5Gpp|)KB7$EguRI*GC{LX!?8=%!Phw8oP zlsJvN{9F9J#e1BszmtKc1j)(G{Z_-By<#w|rY}dSu))}nobiep4eIDoPwByii9Z}Hv@DxES`>`=heMdKBF|TMV6?#XTt?kk)eZOzPs8Z-hR)~@f9FxF z{<)D5gP4=h?<(kAK|un!lM*(%XXbK2scC}f7)~lyt1RiV>=*V%p3HG&cB?jaYhC>I zCu}srJ2#HHD%L|&Hl41ECvr}OQXf)wOtej;J8K2+A0quu5~IoGhRBQB1QMD*D$hjj zd}KxH#FbLCRmiLzp?tn0-qGrOB=OvDkFg@OWjic0t2SMR(E!Vjv=6yoIrexDs$`x1 z8&_KawO$CMC^|Y6Dk6X#JR$Q(zw2@c=a*CIwgct{7!o%!2v1yjRabp$cVnI85{5_Le?Gm^ z{)Z#jKjCCoI-p!=FyDZtu6q2a_6- z(v>>0)odoVA5+VzGEq`A84O0>%G^w5!jb=QTa8#s9n_js6JTK6No{KxghO^$c&xBpv7;w#prONZw z#v$rqUPhtUs$O9Y%#fwabp|bsb$n-CiecNl8mB878_4WX;#LRcTI%=R0!>W{U{s({ zY78x+@b7h9lJf?ymGZ_g1UOl_Q3HrP4rHD^zJ(67kP0*gk_MVFgb$lF zdXQ6(KLnhhoymdQ?~Io=hnihsb?nI{oFlu=>8(sT%Gn%G*GY6U@0?54He|`{)|jKi zf=Q)g)%@)hE(*xln3e1&eiLJSAex+fL{Be41Ef$V5DIOg4H;dUS;sb7p4g4f5uDOq zjE?O8!&z*jpF6ZXxOEuM+Ew%5^Jq`(NV2k=S5c>K`us>HgK4@yWj#e)p)B4pTE^h)4r!F4Ug^GfKmTiF!v?5 z>x4B@eRL{M1_8Al8ryJ}6mWXLU6yv2FFM23Voh_nOU4wP!y&uJoYLtVPzi;tQyNqo zRHg#n)wx%iP0&Opi;{cUh*a5=K<|-fT^mcr^rZN$gdvj#O}ItnQy6w)N~BD4v~q_+ zo!y+ME;xByY-W2}DM~juJ@O|s_YXf?IC9(HNDrDGY=D{V$fLT~d}3_Uj7tZoASE_w z7BLilGWntg$9Ct~aOt`7$@(J?Rtk3rMS#lpqQevM6kxVT&qD-npS`@EmM8{oK zAmaGgf(%AaFIx}lnXP?x#fF|!tW{*MLQn}COdEA~?>prwhZNti-E0U(9V{IvQfPNq z753ajwt%TOM(TD&fp>+VaG5zC?JR9MMbh2rNr7_i{0MrsP28kM5*P+j z>#d55+%Uf|A9C!CjluQ+wJks6$EB_-J|nSCA8NM3^D7d1z<~0o#?Sie@?U?r=dnj6 zQqRv>E+f zshZMq>TF_^3b)pO@Cq&WW=1V+l{a&rQiMT}o64K~EXQZr4=1TNK0P1h4GiNRu)4fb zD_yJ%{+}@gvtGu={-6EvBDl4vLFZNWg`~r5t#9EsC)&;zbG;GuTmceR`)=nHp@*Gi zK9#pj%c>feP`gzccn-5IcS2jup-cbmD<^@$XtGzfy*6kPD9~Yx!anwK)FI@_2XP{i zR(bs<@~_=%1_KoS578U-j}CDO$NaqLk$hc~F-nL81G;X<^^Tobx{#Z-cHl68RT6T` zqtf#mp#Y!{jJG6wu!NhQZ9zjCobdT&-}wFh1TtsQE!{8$7SYNJZhHU4w*MQ zjPrgt=Hp(|8k1WJe*o9|F~5J_Ns(^CY2ZFG=%@gWZV!fpx}ElM5BJ`Jx>PRE|DY)= zubXq?CAkJW%Wdz4wM^f75TP4Y;+D$X=e&pS=wcLh3gfh!0yC&CF?(r`IZ(AZ`SByd zC{Jn@_U{6f)3h5e3%>qXOWb$%K*?-|Dc9iO5Y4T(BS+a7ixj1VF>@RpVCb5+@K&=MK65H`$T}d z%agsBoy50~^Ns?-dIj;u9r9DLF8KZRNMS2XI3RM%gYQ=Tggwc`NA`Pd5p^1aIdJ)+ z@0=6T`1kR#eFc49E%Wrip+QF`)xHy-2gvc{$3Q7Mr6z>Fc<_&$4P`rd{E_=t{vZmg z5x)NhuQjUPN}gFf7Cz0=ie=~MIrMKMl$jxsYX|V4>nX+bR;c-LWP{zpK zxFZ}zEe)B}CI*PCY$Zv%0-%OzHYVDyKCZQztQepyxoZew>X?%GB6kH9R1|FMD1=sW z;S=Md$zQG~Q3bz~ZqS42d4liL|I4%N4H9$jiN{AY#F3`L4crgw5kIkoXfByojr{OA zf_0nqsH42i?JTi9IUA%cQv2}v=k?Gd*kghAqQB_f$j&gqq~FN-+a*6ey#_EqH(859 zp^Z7rIn~zzc|4`AJJ&$I7*#U9=J-1F6KJa^$}!M@6lAk0;3LR{vd%7^1}pb`Lknr{ zez*K!_b6DrTaWERd6&xkvYqf$=QH&yz=c~fsUkvgj`91C;dK&iZ_aCOtYTDLx`@Zu z& zn+}A|*q_{_;qP`7#rmSkl*p6sRC;AI7)ALyN`y=H$gNKsVGHbE`@=I{hO+S|Q}lu2 zIViLc!Sffjpo`?f-`BHqL(WPXDJ5v$r8_<|(qyF;k2D03NAbRhj!jW`^CnZ=bJFrQ z@$a9*_fmC4ir|CK+u#*ysO;V=f_0^w9@h)THJ#acY+spcXzj9MT@(;1()Cyhu{gW z#R~*lym)~E1qv-tyg;9PzR&N!`y#J)vomw&%)R%Vxzm=ZCvV5437s?eG7b(Hhpz|K z+N3!3W&OHg7n5poKQKM=rJ{Y1FgU5TUge&TbNWES8H~OEVS{mcdir>8RCH)*pt;~t zb^4kjIcsh-(7uE3Uh)t1HI#{ZCJzL~LZfX>1x!?-k3V(K!^lN4WGsMw0BvD})1 z+ckBevio{ULA*IU-8ymb(?YXfpFIqG!xxn$wUv2wW|s16T&!&@vWg9gb&tczcjLz4 z8=qD0>?G^&`hqRQN@h5coW!s|ogWwM>>bbgrFYKLmCo_Ev4~I96|d?c-Hhz2*=206 z*|P!%BrK}T{voxv_%9nve^#A{o~ehPd({8M)k6p@{a1Iv?csmk(>K@aN3svm1L?Ofz)dSv0SJKkXs% zBmmJAgGt*N7*GbAPU&7mjm&iITO29#)STjUPFDnvX0yxXo_;E`q_KvEXn(e=YfgK| zH%Bx1BTc`56a3+euM7`2d#CmTcqsZBANuZ%>0Ha3`aA$r3MDhU>QuF8QcR zJsUiLp0$j^vb}P+;txr1dXF+bbT2o)>UIfUIjLb&2odA60N})_WaS?r@|vWb`ImyW z&pt$XU{=$ELi?F4veVo4BC!&Xlam9}jIs4+qRi~*slQSU%=OQc$3YbgC*}ZOrY&zb zX)>P!ohxF5k=N{x;c{q#V3F-Dl@MUAOnn9AY%4A6m8R)L>Mjr);EhP;URH1)S9V$G zRm&GkS-@(;jIvuy$m19oH8pbj!5@e?~AQPtC9eQcyE z9pG_G5M>i(;E}iBnSN#nca!))q=+yl((e`~DTL4&ML%DsJ$o5)Yyf?Vg`40;xFP@B z+cGJ9m+s0XJKA=IBzVi$LnE9|xP=xAm!iyG)W8UnPAqIjc?;_=ffvwoP>;AuuR?C2 zW>;wH52h~NENcy@%8hd~^sO%g=9uexA;Z)JEuk-LQkiXa@k}-QCy0hx#zRW?FA>k$ zQ0>DU?|z=jw#0OpW|Wtt*df{#I*!a2&P6{@f!YM2l)DYS7S?x?%X4TGo40JbQI~w`Vaw zKYv%jfNA01@Ax!ZnGo;om6ueRvV#~Yo}P5Bu_bRx=0-<`-}a%^EK5#1GuX^91YaoZ z6+=a5r$ijEv?+Ps%E1}3Y0zj|mZ2xvzI;*?u`cPnxNlG^+CL-q4Za5hqP@gQs)?%tF6SD**&W^G8MlqX6Fr8?DQrYb$tO$sVdNWR1{G_Y z(rZ{KBB=SF4k?_jSCt?t&j5b!b&syd>59>5d%%y>35aI8;b-S`)!c&1LguUhhJNX! zPN8ct=9VXucWPc_MogJ~)J;&%&^i@C$=K2lc2U`&xdvV8t+HYgxF7@|uwszjVB>eB zg0@b>RGbjwk4H;ER_U-T&$PPP>|t;Tl?_P~W@7Df4|d`OB>lEPM37kv5t`1~{K`cy z{s7T+F2!;cu5uN|tZ5LZ%7J=QpBU7EXV#-I>jr;@a(k*cVuyS&YbrctfXn?5Cci0M zU4>s}Rwn5+-aVa9#&Svl?v|!uX5|J{D`+HA6eUaE?{oE~R)@1$6za&GJR09@gmLop z^T>VHalL94-+5u>_v%=2kH56Ja8|8KmJ~*8@a-mR*Jk{ZR(3`ZfYFb-tulyNaO0|_ z(Q|O>@uiYCJ5*TZHh4>Qh}okjPhNf#Ja;c#3HuR@PC~{8){U7UURG+F5R%+zTF{Hp zn@DHMwfo2*@G?FpQyZGtd9ooO)3Q71DrI9-;*&eT`R>0gQL<7bdPSv|KDGHycV&ub z?hNO>hAYrZ6O1| zs(sw$H}q4dvZPGAo>RP{}q))#T{%m^)Vix zr{oTX*L`Fx$iuTKB6*>*fHrTe-&X{&^}Swa!Ue37ND!xcb8M@znrOwX(~Gz;n9gsq*g&m6H2p zm;IFmcVPtJ_o2r)Txv}O_k9YHs<*y?d|V%t_{=r*{%H_&B3Av^4vdTuag~SB52vOKH)}) z7XZYSZR{Cueg0;pTk?__<#<-kK5m(64%M;lvfiSG2_cAPeBlySq@@fO-rCwo|TW-;-@+ZwDjTHfM&P#I&_ORG+8d z{KcT@4DG=IGhfDkNa3`t+lJvnU}oQgoU&G8-Iaki(~xP#vtatf`Z&#^q|V(5*vZ2`qzKQtL-MtO5Ap#+#7{6>0X2t6StyY7e(0E1@^7KXF)X3f;+!B53h^OZMwOL zk`j7vHsv{E<~e3~#E9TlUnctf zgx79CbqA9vlpAi{3sWDlfzEeVhh(@*0KxlDx!_u0Sx?AW*(VA}xFpIztiH2@iOacfpW6%6WSUhzqN(^xE&vM~|-!7c+BSY2i|8QoCo@`g1A zyAK#Iga;!=^1VsSPgj|q)>k&er7~>o6rZtoUVrUAZ*e#1G}g@mZiHkTO!F}?66Q#O zccifHH|)Qq0@~HmuEdjbOw!Rh#aJJNjZ!KlTbiFbJFx&JV{@deK$hJhnbznhVw3hO z?Uj6`9rzyT=jZ_Kl5y{$VlSUu_xUAbeIrn@vOJfHA$E)JSf8P8X+Pr0PKWtZrfM~#H7G?4;R+U?sxq@^qKB*n-kOBfdVG+l38zGM& zo#viA8>z@wG8Ti!j}Q4Hw*xk5#7C>#lrtJC2JjS<43bV>=iuGM`l-oHUe|~Gc&xCn z^mQAN1-OHT;}5#%>$?~572-Ma%hjzCHEm6^ZLtZ&WQ@1g*nLmV>P>#(<`8Lv5`H$2 zbJ;TRbu{s)v^9CK@jmj~@IcdfvdI;lj^iQi*W#0V8w;&4PJbAP^5;aB-&5nejn-*oc_J7QBLIRv&rm zeh6K(OrRcH%$Z;5OicZ~|A)O8RN^-zvH)E)21X{n z|0!4zwf|(0xADS*?WP)LOOH6un^a-9ZtLR}Dgwb8zZ9!7VH1q-QI2WGXY<*Di}+3& z43fr2@;DW0xal4d$Mob-98}(-5{tPGGs24RS&I7Z`|5 zE8BLGY^nzV?p{sxIfbNlW{P{w&I5ESwR-c%egNGKrS3$M3c4$qGv{O7`=&T&?}dKg z;Mc{0$g1iu3GVj}VJeFLWa&w`=-7eVdNEl}Y>_GYaYW{?KKH zeVUDsd%&2LR--uzK(G{RXJ(NW&)6i=uiGyVCZ6mfKh=ErUY|$Op?yL3<{?oy(D51P z0tV;KuK}2(#NlU}i&g6s9P45ENpxR(x+1(Xb6)bsB84OBO^N*u9bpSzVY84OP68|% z{|KP@x?_H0aRh1APRaz0I;S}!e1dfFet^XhAY<~~6e_8wkgP7(Ve1&Y&+Xr~|@TKT288udWVc;GD|`jjgyYSa{PwMIR*@auM#r zc%)sjuz{02n>X}Keumlw4H#zyok>bAsOWdY{wM(gRDG#8SK)J>N_L1fG!I0=b!JV%ccr_5_F)*bK0cCaysK zga7`w^*KJ90%ZBrWFZNvM4CqhuuH!{7{L*IHHGu!>q;LJLj2O+yLOiOP`II^J^?T} zSz3LQ!!V{0k2~m$aJpI-CH0n@7`)X$_xlK*cMeV3_Op&T!X10&h;>qBykB6?w;SDy z;US`X^Mh?qiS$t%SW(rxqw;7Mx7MSC$#AV8aj&Nok%tGuBieVjWV??-*y`sm=9~aM z8;Fi@V8z@=N?_$j(=xieh|`a52qoXbzaQN>rYu zH93f^^@cn7gd#PBE#%whrVU<|__*UUzDN`&p9y{+k_9fID^8jDbJSlWbRif!5?vNM z&t+fFRV;6#cQAIMAKs`Oe8`SakiJfYvj&97Rza3qlg$v5`PfgU;u-(R`R|r`O&Pk^AqNNCbq|tsmI!W!?WkF!ABBmtQ8ymvG{AW5k)Nwd?fL>-1Bu%pzpwf1`yT zGhMxvX%u~_8)(FROjy`Z(gLNpTQcsF6C)t)y0UYy{?z!^^jqvzUpaSz zm?K-T8)zl0jI6V9!4?J|Rrq6OI#}-}%xdNcGN%AtR3_*-f=#bLT-M3&ph_n}&L71& zaa=iZJp~c5oU#3(yh2bP&sAP-=GwYlkb`vwd7PfYmAfZ<7za_XyQwO4z_`;C_9-up zZ$G{{EkmT37cYowL1C0?W;NxtT~H{4n`yfHN5S-1qoM^IW9#Jnc22BEE|A%(v`s0(2(xpaiz}E^h2;seuzYufnEBt zo`qR3>>_g&s14#8&~t{`p?tE3uASLbWj(dmq>wg~9@+;X+R2N}q=e04mu!n=OJJLltxJ_i8kuN#F&&BJ(k9X{; z#Pt;7(**-{>6S|$Sb1JUy(Z`u$Pd~P$f!hj!A>(d0lu`i<5j+nf$~)4>hU;NJgYqN z=456pbw5p6>ZbFqG9u)#gTSBm(W~8_So~1OpLd2>;hKdnW?8%ckmf7UK@)!&_<7YS zZ@k+p=8uKUDwsiBgVg(pQzp#uV=oiqUl?M<{!F>k%hopWKkR$HH=T+)#f0j7M-%Ejj8eSa46VDZLbSngT41Z`I zD5`{+{nJ+wpYjOeLSQ>*w%s0p_zLl~#k_7}T0Vjhh(y4RBq0(qDl!@t3L5(V0S=;0 zF%bhQA)g*GJ>wgGSvgzp=qxlQ-3k%`eLE<#{9B)x?2!dQg}saa+tTw&24yAGM9LW;g6jZ=-mh zgy~9l>mWPem+i511#tW9^63|D)N!ClLL4QKzh{^Izs5$R@d&W+pi3w^NXVyOjRmHLjP zU>VU@ZU=4Jb}82Gs}5B|O>aN^hF47yRn5o|-;)pE8H#@u z5^wKUqB^EZks|^Uqw6=!CDcB(>{@KLKfgMfy4@0)EEjui0HND@1B8xZj(hCxM$80j zKNjrB<9WSum1t&DGbH3+S$Ipb^1kHF>XQ?8H6@?=7kvtsKOoEe8Koc#z~`ldD@X6 zrEHmO3c+rWk5_t?f|O_FBts9noKsx}@k!0U{REk_>q!~^`%~%pS5&IF05%!wrY|u@ zo|~KN?kieDuXVq-Td(-4a~52Nx;7_MM?T`IKC4*lO?&fi?w=U~2lxGJr~kZ^9y{UtVet-@*3$cg<0BQ=urswHQhR{yr}9YbYqIAG!AIC+#%OAQ*= zT}aFl#SQk{cdU`OZKj@(m=Ocql*Bio4Lzlk9K0h&AjgAX!x#XrHd}T~wU0O#;Pea} zU+@pfzU*-(XTht5H0JnYr+3C7AHrMHXPnH@nNeR&YIATknD|p*ltogW)Us1bTlCq zPYp6{GM4BWzP8X5LBVAuU}LcCp8<+I59}H`5<1K~Vhfb+Cmg45 zn>|2YG&iwa1(v_2%q`A0!V`K3!bs-X2`p{B@d8Bs=pn0J&ivaz>gsZ>Q1*B5p$S3@ zG`5&|#d;)p0yrI2kzI5k+nU>CE8wSglh&e?A=QN`dwh~j+$ZnLAXC>98W8VtNHY$r zN<^JC29ZuMqZ493%4jGD>d#*2;{F0jlZ}&E6EFtzO+!(Xp>E)1z>=IU`e7Z}l5zeg zpjfK^F(@U+pC`Dht!QD5TMFgZ=i@5xYN97M2Ir6&9vFxn020!aM-&G7n~&VusX(`I?G|!9j8x;y zic_JP`a>q&cuOzwg6)JmnqZ^lPgxBU_C3)FwHdn6+d3LaibTDc4T)MDv>v>mzY-6t z4ON4r!Q!MAwZ_B=PPFnO(Nzt2q7V$i_S1%NbUiW|{O>eYN}~&RMnSZoKM|*q03a8O z`+(L(b*2CAH*6)N!s|me3yl^ijW;Is!z>v`t+Kk*1L^>5aa7Oc#08rI%h#p~m8C+Q zn`0Rz#9-0^TuboA`Um>u9RhiMPbKnWcD9L4~4mnEXr8x`s3^3xlJ9Y&>@P;Ky`x z5t&aSJmU=mI(ZLeaL0_mgw_{6L6F7-m$)ifrvJTUs z>f)jf9h^xm{LAiFCH%hDKMzK^v|bTm4_UC&X?P9cCN!uh*CIKmpxxgPMTuVEmio*| zqsl2v_YbMOoXug^r(e}h`fhYmIzyuhoUR_#VA}J@5%rD5cx4EbZs?q|XRv4a8wL*J zE>;PFJiT4Wkw@Fe2QJDW+{A-&1#J!`0Jt~~UEOl!xQ1jNi1i7!G)~J<^uCJo-IGv~ zP~NL%j(4&z(xozTDzHwx@g(Bm)?d!zz z_<}P0tDG(-ew`Ycx4j91XtvvfQtk8-RSa;5%dEq+o;cpdqY~4 zK*{>u-pxYfIVCnxp{xU7v0}Dic2N{0V^iwRyUWoOuMdcL!y=ncSoZp&R{6alRM=^O z%0k~|9)PaVE}IaItiA4~cj+6)uG9?0nX6QK(P(rEm8Gi(Yxq&c&9Wrh2wx znCcX}{>N9#%U-?8?KDOA{Y=l`sQAu{&$OYav zC1UjDONvxBCRd-uS8uY(bYXuWu-P&sgQn|8u+<_lYV~gevsm4TV>gDe%T3iAWpA|Y zlVbp#X}+Q8W}cO&ZHBfs;BW&i2pWEDLxP|ncU{iRM)dPsObUYwUZ`+ul1!tL{*v0q z-bTkXHrArQq?LTnd}tvYG16J-oydmm((tR4W3rWg`OW*)hK*jh)1Kua*F9Ortzy^b z=^?-iZ_FyaHMfPTCk#7#Ht^(QZgX8n2R0 zf@ec15@e1rHp#G$V5k}5lJ+VGh}mj=n$FR-x5bTPGpLLHEonAQFFY0O;7un#`e@d3 zk8?%cgLGrmX>a^(0=@H+xdG)6dNFFmg;I{qAw_C!-w$4jWAs}E7v`C92+EIH002M2 ztdjJt$;sDM(HhL2SCFu~;*G}tJeu*0$j6>ER`PMmRd-N_p3WDTLP%W>?e$x5l66Ur zA@2`hm04C;d7Tnw8Bbe>hL+PX_-aQON4gUUneJ(j*$<^==s*hZh~ z>H1Q-X7dPKX#Vu0$2352lJ%+|dB_Q1t=m%=ViophfP|iUI((+;y!Lmic?PsZ#rn#s zG>qk-g8OlmW_Ka-9 z#jrcL$XN6yyb*7X*|(JQjvq(3I8Ef(BX4^UqYg^+^~xH^Sn@~BsBF$j%rg-r;E*95 z$~GpDxr{d^Bne1jAhw@!{muakgUpk64+_~#rO#lWFXb+ZMshS8BDv0QTU>0})vqkr z4@$tqQ{vf3Iq|mZiaS1%jyrNR_G$Uw<36Q2gS^ALfP(NvZEAO>gq7GxVikZx?4{ zj-((A3Ea6O$FnM;&J|Vei0TV%Qt8{r`GWy_`T}cNtl&1yPA2&Y5&I47s*kP9{ZKyl z2jNpIB&dWQ?Lp+b5*uRVa1IA(7b_n`tUXpR=-G+4O~2?D~O>@(b-*g~s3YRk}L1%x7>{B~Gw56wy=bQMc{G2qAvyJ@u5O zxjsEU%ipF~#M>ic@j~+SO}y*(HudFW6~aA`Me%9%u~urE`qvG-mGs+8x$J{6axsb% z?90r5t3AnLIEg^D^R9DKF zS811xZ0M-IsJ^dGxr8LXiG8mRY~w*D6f>o0J#;oR>6=7^9B586D0Q5WU+rS2d;V5_ zB>+5kQe%;cc|%upF>4W6xup)TiIFlMyukK(tNLAq#$ZeB{y-dQrEe+a}bl+5L_Ilm&U? z2Ig>i@w`vcDHS!wQz4{Gw3YWp7X}Hce?;Bjr8u@_HSZ;s^2_taQ2R!mPx$2@_ZnHLN<$z6!YkMWwzSRWc9no7?I_P;m_dA zJmqKzZxALG(Cb&3@{~|AVg)-RgDXTFs^uJ=G0o(c@~A6IT>1YDhon;K>V{PEFAIAL z4g;1qGeo!rraPKe*BA83X3>S?_2XE({~@(uPb^vj{viRo!sQ#MhdK;BAx6?EX{dR1 zmVxC?eGQ!gX(T*stEZM!#VxMDhn_1RP2hX=P0^iSI`4M_Y}m_coGrT5K6n+G+b(c% z;HBrsl&?wB-Iz1fhF1PKOCMB+I_4;p%PC5)g)q*my8ev7{^+QjQK^nm`&)sZgxSr- zkF+;hBDXQ_pzHOiVNR$Y^u>58-h^bzXc$PmUrs}`t~oa^-Y9H=>8r?&k1^UwmWGEK zzaD4)*Gi~zQuSBE{cD^HBU4{~%Ie?tK_jOPjgW&nlEApD__6SgU2-_0Il+gH;{-tE zrId0MBTKDClr-X4`gli|YQFlA#U);^nm3AONRtrX>4Q)X&*5(~>3!{C+pp0%ii$k0 zF-3%cc~qyp?gHEPw4}l2L)vm-T?x%>J^eGpUW9;cY1dT^Gq>*i{ znhME8{HFNM-*b08@zoq;IpNCYaZU{c=Xyo_(0;Yi!gtjWiJ1Wcqe)WcW^iajA8D{v zUGfw!c~u+iJ4a7QZpUZ+jZVR)kBD%98TR;62ss{Za9!TIYv(UO^A z^~yziRjE94^WRW|-+uAcQp$BsX!G-ywJY=d*p$O{vglGg3$)!569?NS@snNV>J=H- zt&$UZl&18|(b=GssKt|GlwuPQFKeS?dZ*MefS>Er8Ma2U)C#HkoPNpIA`c*o+IG-# zL-|b~-*OBY=~?l(;}Bk!a7#i$N( z=3Ri$P|bUD2BUR%v)&!hBPhTu70PKhy;^st%UuBTJgbE8NG+oqV5gOZ7;cLg=@~z* zT4abriEGC1b`6fda0NyLp9Xy1ze8OTk?sU)e$}Wo|0G9#gK;6 z?^@4T-e+WUxxtotd(P$=59o}Th`&co@jbV}(bzk?{#%45*z89?HLq_|{rfL(p6%(? zkkdHDbOWm2_OBtEv15@ty-178#YhD}81G1j%3WWh%Mm}FTIunS7<(YBW~IC@RzLsv zaB#skOePG&Em-`(nhQ%b3}SSr7#|BcXMVwJQGdLNa|HqtIXuB&8%%*Xgy?_i>Gy z`enFj5rSx1wXaXCv+Pv3vP#!6o?K5_upmz7Jcr@UY98w|5kyv<5sRrZ8YY1_ZEafj zPyjfEjZ#CZo-uY~_)1rjsc$o%Xw^^}II87^2H@$kF4ki-xD6 zk5V5uOl64gnk^sWr>tJ3F;ivxUJ@PGMcTwT!%?`ab6TnNLqjFx=;;{;r()$bbW&fPfGJp}BNGgeqvS7VYur2-6yka9sww0q2NY$UwDdBV5jFY^stn?Fde z3afjrRU8ebzu#C2)v<8k&DRKv2JCDRl zy#as~1Hewr<1OzOXl7eiGxq>!dhX@(&6NtsmO9od?p3I2y%og`$zvVzs0uf-IjcwJ zB+Zy-J=qc6Z`0?ktUq!tPwMj=p_m}nTEZ5|HClz_WXiiIq3PxkATkdPxVVI9wkc`q zvWTMi{eNbS^yh}ELUHhJu@gipbGJ%e^V(xtZhH=@5F6;Ax|5H2Mn($Kq_2{UI&v~C zxHC9fzJ0luT~0F{N;nH7R9_qu zLM6Xwz_LO~W8!GK=^y%)QlpnC(RvyIjI7tEbQ;gQTCe=JRr8zY@VN2DV{>o+ga;e7 zBVEpGvcow}84VaN@yqeOdCq!tSVp|_^Jj=rH@(9KJ9C*mDc$ahbhLIt(({a^26(Q- zb#BEA8;P4>?eK=2Pp1Y3ZM`7icC*l@lVrGc1hI}SHJISx8 zB{WLyy<5A_vEXf1^T8WmB%%v!9+gcgwzk~P$~VX(8y4DW4jKlw zO+tB}8;oQtv(*>zV++haT$;NLL(Yb*l9}3c#^5(z6|al4>971Eo!|dwMGGP@_#SkEqW%(ZJk~UaMY)4*f#{x!4k#E=b-*|u{eiM zWEoF2`m;DuOU(H3UWpOQwAPypIj)A8Hrt1?Q4(B6mMG;cM#Diy%nj%!R@zQ9vp~w1 zh`Or?>as(v&K~FKhSWu|UOSBVjJ}#pUZ&B_F7GSj1z=IxVl?+Pso}l->j8NlcWs55 zaZ1)aN;zGUL&H%JCx$s4aYyqtSM>1@BX9Ncqhmy#A1%*9N4EZ(Kf*|rl=E1Oca4Rn zjBsCXALpBs2N}Ng^q1B7FBYXJR~t=1)^mJkwHIk{x$1tl-OZbSF}eM%VR>oY8M;6H zv34d!jrl0JPsk)M!=`!?J4K_>-#_5>uLiAMKLv+=dO$BCjkA&eNjrrSH53W<>+nN7 zb3$`zRS{%4nJ-^Vy)2 z{Wtj|zP3oFm7*H(Mnui9uQhtxFu!b#<5e4CM@S86M68lc`6s>W`WzfOB~w;UXm0V(5m=B-W>Ct@FpEZr8(+qdt!&rKUrXvl5VhNTN&?^;k~OnBiUDdoQv1U-ExyglM9nlAl=|?Yxrcm$k2C6dyZ$w3S91 z>{Cl+&M=s`?SYz0xJ0Z7fXO-v+6qUe%aZ?GV`hYY`2p!T6W7a#A zktAoU0=@@nFnMdsseO-{{magl@Ozi&)#&@L`AOfmthSdl2Y9K5dH0BE=u7$4GBB4? z7%fg7pOz7a7uxZ%NeusKdtoVIl|s$jTgXX3E<+~!0E5$?;==q%m_0H*-?43S{gTGK zHxKwy-0t*tX6WdBMBzm0XA~@jPNX~5clUccKOl}E?-_jahlmnHwG7<6!%VZ#M6a$e ze4cdlRfew^2~UoNv1Ukga_nTib~itsx;Poymbv~Rb=x!23Jj5atB74pE6mpR;TsNA zz=6le2>MowblWZS&Rnl{i>|#-dcsiT&Z$RYcnaZjATzs{^~a#{uwW$eSy`%S>_Ne) zrpE+-j=U_^shOvLHq|>QZN=xuVU-E1sT@PGqHll8dG%L-QV2{k?bS(=>|Yw7Vu3@H zjJHdHxtrJ`d>%S>4U%j_V`aeJTz%C2`Lz|jOaaffJ@P&3Dm9u4Q#e&~4*yg^iEP9H z8FyhYU8P+J>pD>xngj%|U*;mcC~Ee7$jdQ?98o9m0ekvnt4dWo{j6Xh2k`|CG-DKr z_4G4B^ukz|++cN(=NK_3#XW%{F>L_RQOiH1#-P3cFV?GV>P_t_e`)jISj4lrptiAA z)O#unTnXqZL4pM{BQElYJ?#>$D`x+o#y4qB7g?WtRr-gpq<=_}OC*z5vMrR|4|JNi zl7ywQxjtjzwfv*>6q-BR-Nz1^gJfp?ZU;~@l4qO)n{tuSSM>jo@Lkr2e2`^14?cg| zL>#P1i$*{-?DF+>Sdm{}aGl=QAk)B@z_(a{FZfd)SgACjdX7H?TG8w3YqI9ZERT29 z&2K}jm}77S#eUD57TA90?agF;BhJ-{!_%hyb9!w=oW?8p6rJ3se-fX%fLPEKx8x1_ zQrm67nFvl}XedLKjrN3{!#|{8X&Y-4?3c`|_LP@|#(u5=;-f&II_k=sDf}Ou!5_)( z;P-K5aO6!Sll&F!J_Zl#Bs(##aO5OPx#J8Z30&>+3fd8fgcPEV=2_`x(O3_o1oT2n zV;cIiqjAcLQ933l-^M$dd~NSB2E5Zl*M3!pZ)l4*Uc&aN2HxX4wpE8VmZ=cpQC4k6 z=_r8duCqfMzvd6VAi?z{U74=|psL_rrca9}Zwex^VUOIuV*?OADp=}kY5ZFHcopL7 z1kJDV>EwU0!OwUqA!|xBSEb2M2*Di%|-^dOB$!`j^u$NXOgxzCVZI~h8S&v6eFw9$Rq^*9^6T_5Bv zKe3NM3!=Bs`BJ{)ZT0=v(4<>P{t{$ZnP+5kTP91>GEQ|_f z1dHy>s238bu?j zf@#V@vhDDzrWJ)%T1FG*!zWvV90 zAvCWwW4NC%Qj-^D?w4iGLOCWW?7J{wOc|E95p$3?CNU#Hi~@85RFS6ze@{iU$Cr~P zYx&wb_Ix>Hpo>(2=rQZ8Lx+;xZF%P%+{PkrWBf6oJbO|*eYdgykS-1qIi3m8mbyM? zr?SzzEiDWyw$ZO9r#e0pCDzAsOKK#xS>sSjhJ!u8#57Z4^d!+Epn!nSA*(JCS{L$G z_E46UFriN{$ynQ zox)Hq=BOaYzihUR;WfEeu;${Cae1nAo|fm7HC&C@UQX<+n7P96Ag}6+$Xa=YS!izm zo^%gT;X5=d{}*@rl@O0I+hJ-FrSfq7_!A!xjUUyAk`(C?v9ow;T`i@^#Z6D68lkp3g4y>W2-8iN+7=Y&-r=wH|EddZPelbNa@ z|4bFaF)%wu;grX6R=VM-1CtM9s*TyA$rHxgYonmq{@$f7CyLScCSfI9`G=&VRSxHw zx}EY%vcZk1M7s-&& z-h3+XF8iC9wo+6e$_cOU)B1%de!%sM>I9Bj)B7PedeMx~UQ&EvtCdF2v}4k-iE!(Z znHCvSAu4W6Z;DWJ3(Qo1NpeJu!?Y@VChnDk#`pPPX*Tg#{yJb`Jwf*yZrn>@5Gf~D zJF!|0+H`s9%`gS#CkKln91Oo<9OQL7E8zG|lVw`0EgMDD`99KdY5(q#>mgVU6(*Ws z345h*H-;j5L7|K}0fE+vV*Z3#1h%D}kTEcAC=j7JW>WC_7>}&4BxHWzY1Hi3^*tB| z7U&ST@2^;`ly<-4BVZb|z2y?c)P%vA+UR48&!!i(pNLIuDWwQcn(*K8hm6FH;wH+( zu_fKU`4KeEeU?M-@Z>UjcF`}&9QWaETU0OK9@~21HG>;*dI#I9>l|^jK;}y zKt{&^4)f5mVgbk93@@v!dR5mIN(*^^zFpJwBQBgHG2+74S+Q~lmlR9sd{x>gL>!I%Muqtw=nr^R``%2tuQ@-*qNnKo)qI2BrP5`x@db-n96U)r zbmh;|LdO&Ddlp+kj9QVEQ$t`(ljZ+5nCy6yht&n+n%_$l@6+=bg^#G#bSVTyVj3@j z|0102&qNm8s9eDmMp#sWbYw!gelUCJ9^KKq$SJzNp6-!+Zc2W*?SauZ6zJucS>MM| z$N9blsDbZLks!7VE6cX~4kBAbBem4LOt$M?6v6gUCAJjw`-F0ttEZrwb#WQZv_G#@ zl9&Z5HZPOfp&sifv}~Kueev*&rrmz_kb=H5*bOF2mxItrKEw&;kbA9h6~-Rz%p(0g z%WHcq1G1-l@pgO!O#((kjHz&U^%MQ~U`|)p#R$_|^*dLO%-O>Cn3+QUl||Z5sn!B8 zp{LA7?uU#hIZlxdy-~Vzs_PwI-U8TV@;{_MD=1oAx4+2N0+KLAh48WbIKl_(85Dx` zmf|KU;=gy8w;T> zZ1Wjw#85W9kaS(6W)0g3bUV=e0K5JqX^Y`l7ul+m@GGny1I&{M!@5i!)Xenwl|l5Q zp#Rl5e!#7oW%y9Sq)~Xp*U4J}?UK1thn&&h=$Tll4q>mXISJW|(D;B3uR*FDYaS$& zp&9L-XLCu8T@-JxQ?t^OqSx8HT6GC+cOkn|Yf`LDcp9~@Bpn8=Ej)@~7LsIU0XzKK zh^}ellH$tNM(ZmP^B-r1s(zqX^?Nl_VjUu_ zn;RRh)^U}i^5f|>GXt5p{Va{P#7N>(+AE$|wjuPHKHFaCc_y$L*2-y1)E z?#wkV1~Z7U-(f7(#8_go&Y%!QyFQidS|~{pl{;fFN{msKqEy;GscdPX8cUY6SXxNS zh)SX+Wi3Ac+xPe1<|TUFd*+1@Z0N->9^}rsoU(33Xc~m!E6Y z*FL7Tahdq%u-50DbJ-(x$w=h?{6=Se8?w}FbEalV-Mr=cVXMMk%h&(-Ml^X=7n`YD zTvIE|^H5Sy|8=9zEB?WQu*_TId;bIVY46_S&y~(iD1G+m?CtxaZF99ydM|HekwE&J zxAKSTwqIk1UtCz4{+#m3WpFSM52)o!WUUuxGF#~ax`Y;l2@ z4awDc5tiBSbr-&$rsc>?C;YxB@LTTqU8gWEO=Wb{IPC^Yx>?5WbU#NOd{#mE)(V}v z5}b9lZBfeG2bYLt_m^~nI5?><<-t}-Qv~d1>8#trn^XIu^EXA>cTM~Xmc{M!H69}+aX=(GyUm9nr zvWdDUPkpoJ*PXxox;ES_u>Sh(Aar-#`uBzdEaJQ=>Z=UtTpoP*WctnrW~a8fuuE=@ z)5QZ*8NmkYEUrB`>+4sXw`q6_Z0q<|WS&56{DkixFqCn+LCd4rq0!QGng67&dYEuOhBROLRqVBg!1!|I=Ug45)G1fuD|B7DmvfnB3{f<|zkMzv9q za)ASH+irq8!>*+#MgD_UYUh*^CBZ;Fyi``ftYTL7H8%SM>pq$ z$T0r|eA?_X7GVpi6lTzqn>5$Vp0aAGsL|fA{RcBrmd8vyn&76&EbBGv9tD3sB)s_# z#J4>0x|d(lNEZMW>!WPAfXr$AF=c!gn@LdKe1~rey9+>X}-d z7WJmtbzcuPU%P*HEPq<*Qmo$bt2 zd0rPJ^C7;)zU}>T--r^%cCQ%DKfdtMu{yG1-SA4+ZD&e#sj5FyGoQ%sKe&>(sk-*n ztlg8NO8NoWf>w&*HAeJ$rApX06?+t7Xa+01RZJXJCL^^69h zdR6_moN=b3szK&V`sD~KAN&ch!tjCUn~pNEq)`=&*CT$ns-l%#wF4DyNd$Y>J$S#m zHG6jOgOv9(xVu+yiK3$XYM1iKIn;Z9OBBZLnT7JE>O+sKdMJ&{-&c-XZr1fJ(96Z& zR~ND4vkubWQ7=;gJJp zhTW^P2N%)iUXJK~UZv79xqC-g=946JK}t*0ulbf|Hvy8G`^2DS>Yso*ke?+VHZC`4 z(b+*ieZBRzJ4_obXIG9l9$?g(J9voO8I?Ya$~H#jN;MyppP;LJpv^?M(>i6Hd0zw1 zIgp=V`#%3%HbWOaXz6h})mD2{laV?RFnF-Gb4*yY)&J~>=isJ>_RA3~ekPF3o^;G_ z;J=tdOy_PZ$(_6bc+Gj4E|Ro|I-t?GXGW(aAj>FSI# zUFS<=Vs%B=$ZCE4>ClLM9X`5$qLhZ!M_(v}QWg0KdK6XCq#V|!+b{?B{M=odevxWi z0;_!4*q>deH@QZ}KHn=}%U7*56D~96+^X9EMB>9GA%~7|g?C6-OoC(~DkX-@E;}VOeSNFH)1sr#>M2G)!NvwzPl5r-l{J80 z?kx8i7LAPUHG10o>iWwq&l%Ik!Afuc&};gVO;=c*T0A4JWveA`Nf&y3;}@37j04PM0aSD6g6E`a?HHiJ1BuRYA}l%Vq-w#;s*H zWv&FO{6mpE{&;fzjQw_q=(1vRY;}7W#gkyfe(Ihn?e?EJvV(KGDgQ|=g*bHVKy&I!ZjzZveTee>HpU zd^rwQt?-&M>u__iqMNCIvK|a47wcarBw2Np*>qYw4r#~YA6X&??#3{!zx4(;?4wFN zxH|jBz|ivGNk_ssy?pqU;#29~o{AlEJ;QA$>m9wEIfn7o>aE?fEV&b}98AIAS!31wG@iEoTwx6km=uc^=F9ZGkkWdS@p(Ehx9lu#PzT z$f^B}eWd^3&3seC`5xuu0-fsb2@ZF~ig(DvzN<3q*59Ge@%@Szn`HFDNaNHhrQ{-$ z>$Lu(K}x08%Pi&IH>EG5W<+oFZMp23N)$XVt7&UsC1e_!IR&d`7}pr)*7GKeKUFwe zQR|H)H`*K6D_2Vr!^J^cgXi}gje9M9q#~ufZA-VJ;P0?fCH`t7IrL0T0n=}lrKMbd zg3rpMa$iRT2B|0VJew9zg^ML$uU*<461MBK(KsoYOn6q;b};hBJqxVoLIuW|ad!zX zG-tfWdQ|;d{{(E`=l|1{7M#wwGFCBTGm_3(Ti=PM25+YuAbCC>WR}{ z3X-TBy{3kcr4>`=>{~j?>rAu$rW^h$cHgTsQSCDE;tXNimaBrC#@7Uj+S_SgGBV>dk0_?FqE7`Zo`F_zi?UrJrA% zb4Y&R*cS72G%Zl!uvVV^$H6w0?V;iCt~X~t%xaOUN^}8DAB^O)gb!3WfBI8NX8NkGeiEI*Tv#Iy28)|{z&RJ&H|?)LeI-q9O|>feKyP2P#i&@8<$ zu@Bp-V@_f6T2Y!SQ3mUk=54f!`4g&Ucuf*XGMGXeYnB!mpG}wbA71IC=JImGGB*~_ zp+@#Ysu6xW=cC-6_uvkM-Sl2?_ud`wP{G8d7gSznE!P9D>>FokcW{Omw4Dz1)h|^DJnDmz9{y4KSOI=<)C{ek z!CCKLo4WTLnl?VYwC_^ds2b;xN!8O$@E!fdma#|cmxMdnS=wo4hf36&)wYa_dlST} zu|;lu$$*b?;XS-`>S90DbEenicMWKr^D6OSvR6wSs~Xi^`mDlOenxKdSCsrwl^A3F ze~Ty8!JcK060*Xk(HvQR@79uvL_0`lpJYMx7k#TmB1?3HoFbQBZlmlIAed;kb|frr>tR#PEcQiy@&tS(e8xrh*_Nxrz4I&$ z&K*qqb6>$%^y%=+4Lr{(EW?nmPYz4z3;wYBMMbpBS=M10X3OaIVHmWV`_d-QxU|2{ zoHgkqpKYjrH^|7}l1FQ*r}WfHd{2dc8`;xp?<2`-W$P(wde8}tX;wGQ4mF($lkTnL zs3=P*4H-2R*7%*sv?ZoFn@lMeE?v@{qEhvU#|t+fO!^hr?dra3%JBTA9&4Fy=v(4> zg{1uO)89@xS8Q8pAYlVzbk00k!7xOts5<-Q8Y|z@Kw7;mQ?2d!MtnuV`Ui(?{XE}f zvwebjX5L}t?PMF3c&>f4HmL5|QS+VrurjJZ{k$xTSdSU_#42<#1qzH_mQ`gtn=>4; zQ63ejXy;~;9JR-Dj$Iu8*ZLmz?9Cxw&zwh$(UNw@2B+^|)y3tNeG7JoeyA+YPwfwG z7#aPdRU;c!IeKUN7ie5=ads8@duJkc(CvU#s#DM*FZ<+k9?4_?EyK9Nt)M%$} zdAU~EwRfbbts6|=emhW!J!q0cu3OM0BUyi4`1Ih?0mJa2Y`eTZm93rhyY?1Bk#qhR zIHb+Qw9VSbL(C&`IwTy3 zsT`hn6rJinnHSmT++|1M5&*l3iGXbtYzn z-@4P`V|P$XFXNSe{sQ%p%{x!b)C3Ig-8yQu3el?0J`cS~KetLQ{3mT+Q_4O{!s=q; z8x8nwJNa?0-Q@iEZ!w6H>y?AlSF4-pLPe*SLg&!!pB_~oJ+zY$Pc*BZXkXm`dus)b zZBKuy_I7#qc%8FWeu5>_*PYDji>_&R5)L3rJ)5|_w+|}ZYcQo8)?FBRT$R-ekO>C=NzO)|K(m@n_?Lna#+cL;^})Qidc7RCTG z`xUCP{QX?EX%v0&lHac9Pu8g;9a>9*g(&+8ja+cRd?d>kh7=CG;NFX5_g=tDaZ(_upM;^=aPSnLXJNQ0?i7j$NY{LOxyJ z=c1(h++L=zd)L)(Ym!Lz6+XWfWrXVGINb)$uTQBbBm@tz5xeH{fR-&u#@jUu`rUg` z>0%>dTIxsEc<|w~xg)#8rlY;ho2|Wfx(tjh)-L=Zm9*iPUToctLp4Z4 z*Nb0g@NHb4A6dLtcX~wm{>OEcQ!8F|KhO6PN_wnK-Wx5=4KRrKSNOr%_Q*QRCZLy#{3XBE(>l|F4Rv?wWhNiXX0?5oRR(eevRb*)pI|!1C(6OgH>E42J$W=&>3zZVGXkyD zc6xdE>7!x$O@92_B1keW$u2ax=EQkll`3sE`x$fNZ0EH6k!8rcXIsZTbGs=AJgeUg z>I6-hJllTO_{-BUn)QxbhMonw&+i6alvnK(3|0^hyZ^#kET;V0KKVMtm-`G+D4dME zSjxso0tMD)6!&iLgDe^kp-W9hLaw*o%o_a$o_(oX{Ey*{RUEC+cE)t*)?uaK4qcU| z+@#eG;P~W?K|S`AaC?!Dv#CWNv#wOUhdGDXkq;IL-g>0mBn(l#hmOYO_n~8{zZJ+W z<37J0-K(Pf8!t8A*M8n`E`JBzwNmS0nrfcko3+KxVMpin4$c&(XzgH6>STV|Klw}Y z<*jYs?#TMiA}5+67J|R=w=&yWKa~89_8<6ApYE<>^Rm{{&@v)m=4ggiDPcasscbhz zLq*&-F|;h$@>pkmOZ@qzT~4odZy(7Lj|{c&N%FrG{sZ&v*_UKO;VhwVyt%crK<_FS6W5UpKoV zd0W2U=fWEavy5g%iZdsm@Y=j7!}1G1m zaeE@-8~>TI;OmxdHHF|1cr^vBRH}MeUxCkxr8QnRbkv2KBP(W0{6z+$eT(bUa@!e$lmX_Gk@PJ;d?LHm{ztk-ET9h_BilTW&6Tp+w{$9 z|A8f8NdW!zq9e#_;sS;Z<>%D))W>_YGxCD1ojRBic8U+igMRo_NrKVF2ziEu%9Be` z@aC#n%_r9}iSn|UUq*GvA}kKo|7R#mjn@|PnZo3&XetZcXv6NObf(QR^Ngz;?mr?` zGBTWF$%Z-m9#q+e@_{#N;+~s0M{b0o6M`6A+?x3y zl^v%RzqU5I79~-aeMvY8QcJVL=N}6!ExgWo;&4n`FPM+;pWJ0u(j`Vde-!>qA?i0K zikYsR<}9jKIWy=D{kGv{>`L693tCmC1))>=Q*w*ylNB8NW(&aX+9S5x9&vx$eJTC} zYi_h*6ut;+2mg1(cqF zv9s+8+skAF*a6B5!Tt4#7WJ;130EJLI}%^fRro6!INbDf-D7zMC0&23Y5_UZ$dvk+ z@%_;C$CHLTtdK3X{YUFI8r&RQZ27(GBAXqqdBMdggJ#`p;h6DTu766tdpddQ`m>Ig z{b4UA$|zj9!ie6mCo1&T814OWTPg=HT7}o@w@3Y`d?v5paN2!a;3orWmln@jcGyI{ z6^T1VE;l*loTHKNwJ&|#K1Xn;fqS3r^F+M5H*lHb(Q&hwq*kjGs*ipAQ%&Y{0Bj|? zbmjS$8w$cgIK^LXuwmND?}dR9CppgL*bn({hXj7JHj-BrHFp+?wKIZ@3u!0aTSDGl zCF_JIl4(8(o<8m#GlAeg;MT1@{>c(*m3ryyPu0E$A~k<5RKT{%9kzqQ&qn_Y*b~whe0<_b-x}V6 z7>ak8%7r8^W%^?Wx#|qnsylVoS18&Ei?nhd`?8E5e(Dvd(LUxK&Gk=@gLxhpwz|tzWy&WYA>PJ~re>2~!V=0uZ18BcCh z+awmy>#eJMuqr)SPR5bocYSlljjJjKFI5jG8OAjF_!4iMjTV0nsta`9wx!H5a7=ix z`0lG76%6saCyv)-OJi44!%dY02hzs0-@=oyB8as&4eg<_>--5}j zTA^NSgp>JKR%-pAC{_Xat`@l&F^O3IwlF*|a8vO6rolh4$?&m##l}4p{q`^FeXwfg z@$gk)e9|tHdDqQ)<)ftS!Kvj*k*~By3gln#h7Y@}pq)&HwO?`N>6mjnB$%$N-}YIl z)sNKiHoR z@|8@yHEQrPx>Pt5q}ivZy{tt$j)~%rHMpO(d%HA4YF4YgXqV(rKuGUH!KL#}l!iBU zo|}HJ=zWEnK@(QtDUoAoWP^*_R4=E52BLw|A)vKfF>$}~Y^bfLr-J3;&kvVX-1w}@ z7|KN}Ta92H96S#d2LtHDt{MEXA+a|d(J^ij_cQan3)!YW%loF%A(-L`go&+=u%+*i z`4+0`t!hir?O$uYrA6KhNYs>A-44QjaeA_2dqqJdr)Mbr%aC2leIjiO^?AD`_`D7ajxx^9hFswyxZkAW>K-6b}e2UGjHE#6$JJGr*0mfkc?C6#d+mk@0A8sGtP#TCnZuYx*qP(nZ3LG?Uw4?e?iNWlc1KP`8ag+Yviw8 zO))vMGbFQ%1Xs^co669gA5WL@Rmd59x{7-xxiy3^9fP4yrw#h0Vih%S#vjoAnA_zn zcP2=+@@&bimRDEmM}yuov5~Z}LbKSz^UsKI6T~2H#!SYHPtS(nBS%R?r*_cOmz&*@ zZWZIJ(qkvZ+o=Ytc4ass#T^so&sb^^={>R|<*9Z3KSf4X-M4D8Giv?=e^7@Mtt;;5 zca0(bgkvJ===r%(ZOxVp27U=Aa2&MDbY>b5yiL8?+A(|?TKu$g!v|D|W)W)}?3S&?&yp2)>h4vPC7@5s|&6xF>Bv)XBL)L&~$(xkgI&f>^p4|Nv zt3BVh%Pq}U{W9xMnDbF76>$^kLHlYA$Fcq2M^xo{sWZ#6zp0Iz{W@1j*FXEKn6HHL zTaAb5!X}PX<=hO(TH%a`e=&A2<*c>$+afdVSIWoITtOAqzo@Mr$3)F5hEb%T5T4FM z_`V6qpt~O7Z{{@$pzS!*o6uhJ%B;q1V)<>+Q`W$|_ua0oxjnl7CQcW*g=h%WHJY;C zE*~#&H0t?%>CXF{pJj=+zD8O-*q^zisf-dhgjTX)G&G)Bsf4Cn(RQy1%#`nO99vCT zsn#A?$Q<@wG^|VZ@Q8nxuw*hUharv;$5_!NqMlHjRyPAuQMyq)r~Yqx!J{@cXm)8T zCP5p`&Ijz>Gdq3Dm#QyNA|7+AeXyRq&c@N;9_>{G!@U&I^wKkXBj4BR>tr}O`TX}w zEpM~ltyecPQ!YCSB`G`!x`BmFCTZhCi2cmopM$~^Coal2g$Q;tYFY$e^Gh%tfMPdD6@zC&izlN>- z%%;dE$Mg;#_Nl!Rph{iQCs$lAC)y3Z@{kol?zLzN#_wpp5(c$dxvXBP;utV5%k22z zt_JVtC4Ur1R*a%B+?T{|I9KS;^SBL-s*q?H<>SVoTGrb?F9sKWZoE8;uM3s@9aapM z7eCf7eo=)kd~=4STHqt6>|J*A{tUxlsq>-}O_xK`TWwyM80?r{XxcIMO+35s=gq#z z>5~m}LOM%f?cUcFLSPhsX#TT#)0@EWf_Wq~4X@649_4x1oL4Cg&Arn%3;wfbo@D4uyX_5})jK z#d2;7u*Vl4R=K$6#=DnQJ#L0UR>VIPrGs%+hdL9ZXFhPO&7OJqum34!WOqJk>Wq#t z6du;Sy>s|(7?Sk>8&1M(COo_HH-C8Xyj9hBH+H=DTPrgqg?ZFikN(mL(U$k$A4Yjo zWzyL!8;W-lxD-Wj7b!*QaHrHlnJ0fuovN46-#EP1wccp9sd*_Td*jcnPS-5Wg+?(Yd z<$g`S6^6B*bBS%MUC)mPbjqI<9KCJVaoBv6GwocOKh%&Et^av_eFx#CQ<$blGtT{1 z=L)2FP!})WC6h$tnAhPRhm_nWx1wiKkJa=gFh}thh!zz^IBEJiF!=#8XCG>s-cT0N zyf(g4_Kzt&azE#Bo_B*gPik_yblIX}AEwZ^;OoH|!mgi1B**;0QJG=zlr{Pvs4Et4 zy}CfhPJZPPX4xCZoVVY*7TrlskrUKw*T_}9hR18=?2TL{z0fx+Yvg^v#w|z=vx0<{ z4_f~kJE?WPX1%fdvRSEC`3AUpi8tp_dGRz!bB(6LgYqG7Np`X7#QPvtxb1P`^mfkj z2e%Ta?|<(!8%wq=8aJO8n|}PoiJ%m$yz=SDfJ0UA8*18+RFfNC%!PFVW!Ws%$|O^H zjC+H)Vz78qv7U>`qKn#DS+?mB#-(*JPvsMs)h4G*jtmAEOJcm1mG47a>2*$3j}5&| z52(3O^1i9-(!5`XD2yIORFUG^ZCa(tRo%N!(|^9bv{V@6c?WPMen$M{W^di~yg&`B3ONxTLidH`?WZ_oK@y7RskTT<&jc^_ zys^oioHv!vB=KQ|-KxgTp)W*V4+QZ;EJ9nq6YEr=7LhM2{hlC5VSi?NlCej@?NgSG zrruTqyHvHUSh?PG(@n14LvVf)hvR5a65Xjte{)Ih^~aLmH#4mG^0%}7|9op5B18Xy zBO2eo8Vwt6$qVf_kZ$DBjz80u#NZ}znQWz zTQBpK@_=KCB_pnnuI1G!8Q(3}={P&HQQ-K7I?j)Jcd@au{7arn`C#u3syuJlP@>=G zWS{1_Ev_pWVl?Kg{yoNIA3G|gbj@ zcHC@vX_ZUjoEhKvao)bVP<*PrKvH#?{_bqXo}MT+XQUqvtnz(<%r`>^3$V4<;B_IYr6(X<5}} zw9?U`idi&q^B}|d!Yt=Y$KHDn>*~T{?myMr*W7+=FvXM@-x~L|QIBkYG)&#;Sa%?~ zKg8*-_B@7q+wOx=j@z46miwME^-9-IugdJty^V+PNEKeyi}yE61(RLcStBczCKHyO zw=yjIu8s@P%6295RS5d^VN?mitjptum48)Xrb@0jwW4~O-tyXV#j-ucK0@!VEaKTS zPAP)-P7lnab}dAxU+Qs6OBX3JSn~7Dfvna9TIfhcf1pimQf{WhFPRN~do|c3SDo%a z8VeHxCtuU$Nk1j=t!$+wtxUXJ`Hu3@{qi^`m``nL*-jqB^|DHrXDgPc836n}8w=k& ze9G|d9ppgYM60~aB)H#Na(?or-Q@ek#c<#ZG(GM8)n50RmTR}+S|hOQ;Pc?D#_WT zaTT?(6=K)z@QR|$2gQ03i}GjR7VLIEvpMP3F=>o7!)<4;SrVN03~kGmCCIxim*sC~ zNQ0#@v3deZjNu;K*W`-bR;t>4_WuQIkMr3*#!Yj?H%?Y^_u8XtVgm!5TlU#8X^{ta zZ)U1JJ^f)ekanv!q|@k;3T514s%Kic*XBl;b8O>o_@L0)cy#yXeU!(#jJ$t>3kR4Y z^}ma4D==EqXi_#_p)sq{j*Kv~S^MP=rj&^`-RSWv0Fsp2^-ouBWIwgRVXR|1Z<^BF zbigXNu~$wOBl~fMVsgw%U(rtC!&DDEH0Ggxp z$^6TOY{@a%e_(Xs&g^o&rJyJF6&$Q$l)HBQZ386O#(BWy%7UzImVAKTToXcL#q}=Y z-jKU(ihW;FLB4*fhIaAXt$Q!$KQQV(zkbFc?bY4S7iTsazz`w$`i5tMdB3O|^B0zJ zjiWz5aSr#_P_JK{`ewuGy4h6)D&B(+N=L4@KfgG6Z$+Yq+BjfN_NuWXukU)b&Y)wd z8X1VP4tze*vxMh=P+`yJ18NLiR zoR_-S!)6C<-BI@UC0gObmwL8dc&A_yk-Pgoa_vZ>@}XZRwxmQdm4c zHm7CbMRFgzQ|yH&WKMjaGT)7_txqo;}NS znCPfirfM&3^f276(kB;N{ z>`k}lt-U>70?6fGtf_CER;|#o`1wi|4kU6fW?o5utZn*pE&smk!_@clUcP{ZyqO>C zQ%c!3Wc8~uD&#d15>x+kaYutt`S-P7; zv9iTBaIKTq*Yk9Pe8W5VU73-T^&Rc_Gec)%5hs7>)H}VIW7lN<42nh|(6AYM8269u zpX%kY_wWB!UxfPHudX`h8Pkv|od}@bmSjgSd6RcRwBj+v#XotjmVe^QkY28R(LnLr zQ}3*6Z=4@ne5EGBto9o++$)6E#1PX%C~IF9abXvu?xi9$N=w6uyi2)_{c|1ADBH})*~sW};T(tO&I z;56j({l4F!HqwAvUGOn+s-xr1?b(VoL8q2hzP6qp5j5<+s^ytWb=A8D&mB`i4GK(N zVEi!Fl=3Dg+&|S)N%z``aA(=m;HZ*A?TaeQm3n|D>+w!8U0bW}gAS{4p4%IOO#9G@ zLL;#U$loYU@Lwod&<{v)bmgO`q zk{j?@bHnRO{+Gq|ga^?HDf@5X8wA_SyyNXTkDejyK<;@!I?eO^iZ6`t`TdG@#rwY2 zaqhR6&UbihV-ZwEa?*k6S7XDH_uZSK^iYWeg|KaZpvu}?V|I#1&_rT8IYV|&U{LU*C zxf?hB**96nD9eKqx;q@%sQ6A>;;J|gw7+i^Io|)_okb_{{ap19K4?bm-CxrrY9Cr$ zyi2OB*POCdYf)=t9eGcfIpDGU`jP*Dt;4itUYORFpX}2Oqe6)idZIllq5asUga+TzhpcDuUE8RZ(7M+e556-)Up~6~>Y-7a z#>Dbs&AY95Fn8)|Z|(m2{X0-;R9?|w#x9qzfMuEHDb^<`>&L11jiKsm9x?laE@d;+ z;OgCIw_)s@)aI)Dy%Bi+SL6tTuU_vou~uWRx$p;mY2|CbYy~@SeY<6I|LMS%?@=~S z--S8Y%>7W+_|a&j@Qv?|==}#?Znh<-T{ZAsy`5PX^TNzegzq!pTSl^8^R}Vrm{XZ; z!_l}OSw_eWK+I;HR{K-Za`Ly{wgpkz(CP<9!Fs*ct(|VW*f+i zST;`?hOCdPwa=|Sy-neMfSc?vr`qrEHehxq^HkK*{l$sP@bpWd{CvtR0p*gfQ1`23 z-kB`XN`}d{F-9&>&@XOW7^>xbGP6IIBqkU&ce1 z3LrV0um9f%qM|XFC@A=UD|h_e4Tti06@(U@Lpc8K97+)2gaarC0|9|hpu5aeLMd9o1&M0tx?5rDA--#51v`vFQaY1_}hk@LNC1Oc6l z5Ocg2s4Z5iKyb1>a}Aa!AR>w4DyYfhaXA75=q2SV1FkQ?&hj!NaG035T6z?`X#0P* z4*B2kF?0+HqM{uC|980+N`gFKc_1c$jF5ytg0~{l=Ht{M6H6#SF%*#kFwX;q$~h8J zhY&nm4^RRI17M2_1Do?GER;jQH7Y2fK*soY&CQkZ-$D3!K!JmrX;g`gBCZ}l015NQ z&mb5PgR6uX2e&T?&;Zc+TU3%U&;ei%K!X+J03ZRN0xkntDvJo$C=3A@5I_?d2m#(s z0$4!9gM;^o5xD@R{5{9wqY#KA156(<5CV{>08=Op2$>}4r~|l>0bnc$!V6j<5F?5~xX8HN1YpdeK+4uM6NN{h#GC|V_~?)*2*lwU0Kh?L z@HURH8UHU;6a@M6aC}J^6bEQg7>7iqX@~$pNCCKBt-KP5zya0-3IoHnrm=($AO=QY zMG{VGCR{jK_B#&H%C`tf}*tcvBcQ zLLgingapF8-RTl};18e@1Yi{0dj~ZjMGE;QhbHj{5<(XN<^U0aLnr~QU>lAz#6>bt zItgzmfJh{u7bii;@7SOV(0Q zJ*2^0;?I)+Tp&JD1SoE>Imm>i0F)827@i!cMF}7Xk-!juF%ki$2{!`HHUM!D3Si;5 z5OC1_Nj!fNIS5iNvVfMMAO@qL5CMAS6U5mZ>DPr@DE z9oC@XKEqN51VGUN9as!dAf)IJJaCf&Hb7h1Fj%~fJ0#J^*@5>3APNV@@xswM&V}oN zBJkJl$Nh7e$oDgcBf&i+2p1ne4b@{{tugS2X*gim5F{!ALe{S14T=Kbn3J$u5z}$!fq%Z=Ad;uztV>J&o0sf1D?O8M!XBrU= z1AtD0fCfcEphXZV8f2Jkbyh&J0$ywE$N&<;6e_EPK%?V6QVetU0DV&)iDUIw3v&!e zJg}fuG%pSg9Ui*uXc$5B5s>0|@i|OVG#=|<7)1ez!+=l^co70}4*>>aF%X~$0V_(7f*RqS;4T0D{PlYy1|ZYRiHZs-Br_4;dYO=b z;xY>Xu>`;jK*Ch;2tq(Ps#4xj*(sz?y5B`MTv}$w1JJ2KoJ8TK>!C64@m&1^EzmF@I@2>2Oz$oKnLJV!~63#g1DMg3L!>X z4-w1&2Ll2WItK~xQ$ZN;Qu*7Qg9ms#py}hrpl}q4u!b^U0mTodAut|OF@S%96p#iw z9z02=fP`QyF5iKofU;0U0pP@-dZ2`+1H8a$0gZ@9MX&$_d2tjm81EsTgUhE48p*&7 z;A-LNSlJE5f;cE0PZ(}wiV& zppwq<$8{yrN^@|5+))Y&Xn1>^mb^6Jg^wnJaq(d{Wq>a+Mxp?Ohy?+T3f{J!jIv08 z!vafL00U|e@Wh28_;RfItR$d@%HcriE)f`UPzbjPi9mvQG$7$MfG`vR@@^{lA>3&? zU^##x07i%80fhg>MW#R~-n#~j;SmO?DF6wTLi)?@3XFgdI5@I^LX%{&=nqpMLBC5S#0 z#QHlTg`fa%FOUNyymHj0nG;|NnS@6mo(_PO5gkB+DTER!#lP+EP(qA`z=Xd5rsB-Q zp(dqsV%%~2pa75|a;63c1}ebFh(nn8o4aEHA9V0A4#tUFjyJ;Lk_ho|0r0X5lu&3Y zB)lV_0KClq%Ipu2U%&V>;E>ws}wohr{d6<6b|962F3jEF$4%o z@a(HdqJk0@F<==hliLU(sTh7rhO;5X>VWzyss_?Ghqhz<~B3Mv?O;V?zWCrzdVB8i8gM^cPt#yb6O7F>?S1 zU}zW>kK#?#vlNJ;`5~HvoFlF3R>KKeLij%dqJP5#UZJ!ChKD&S#l1<$#RCKk{Ph8% z5QB@3lNHy*14Q7Xn8Ua!F-VVv@W=}QDg^3ueNsTl*Ru$A`RJr z<0I51P(cJAPz->Z0?Z)-DUF0#1Bgk+?=O2mcvwJ60LcSSYC#-zoYqXBp@)B)6-$E! zOUset8D6M|8-$TOFl}`d!X=jD&?rzrCLVQg890CkB(R(ZOIzcA=;QEk+*~)SLpW(+c<=xLK7_&f|#V0g@{O%kVJcML?RU z6fbU(7YPqN5=DH~LWr{yBcKG>A146-fJp!)K{x}*fB*<25)lv}LXg^gfS5Oi;ZYm_ zO%{kD0xJ{~FgXxc5&udhfh*Bq@pwEC%qgM$^*mFA3UoIr;7ZUqpb-SY9GpqOTuuWg zBa2Vsa5Cq);Z>^$SJEF(Fce5cvf@FdUj_U4d_xpC+b34Y^|c6WAW-uJ%u{rP>r z?^*H!F_;wiXjFPXR`#6KzSE{}`zu}(OttFq=1?hwm88sFma5(Ely~UR5^h+o@E<*{ zD)(r+cK6U}J?IB$Tle@YOfenlt(cmfroIx1Q)8wk~@gf;)ALvaZ8I=tf>1x0F z=&te0?S^g}Eh(lR59G@zX`Zui^BAt51M|PG;_ki2DSsDH{v9)b_uV79Bnmy<>)%5p zaPPS#74j;9+u8>e4EZbuiWqr0l0;t!%LipPvKVC?FVO%f`Zm$x&!KXK*=#76nu*VM1n4itI^CEsR)0WSSx94TXCIa^XUr*3Go75$c^ny&5;cFhlZ#FypX+l~pD$9K?S5a_M)DAhvw z6?eE#h5^njr*@YXUVJ|MNSKXE^hM9Sn$|>Axv74woS`)ORq0}p#=1-rvBOHiNJ1QF zkEz98N4r0M{IC@g6+J=kmu+{~#@3H7(CI~Ft$syBZ%q-TLq1KN8F;~JiBdLByNsw+ z>-)EErpx^{bGF06#ou8v*)AT}!%?hQY48&LP>4|;q`GA%lBu;jtTh%b8pfz`Xxc1M zwwL4tW99!_3prb@2&cn?V8xq|C2ViW2{p?DO;g9x(t^B(&D+y`wZT<*Gis}MSy9-E z!Ysv>mDARBgMBjVaI`_CJ4*iPsCOvreY+WvTJ5xH#VF5j2~b; zpp_n`muO~;iowWlsTr|_&9+1@7@AP0opF=FC^8*p2c5c#7bYrn-h`} zi?vz}$7C=VgiBCD$gtQ}Ot=?urj&~7L^Z#!X1;xU-CXbf$rz&TGd+FNhp$1H@0GZL zhZ-yLFR0s7F0*uuN@|sPs`rx6D=_+93AO1TzVMp_%X_K}6(h-az8-LrMGOKLO>x9- zC__Ck7yg2@9%5Do;OW0;R=6|7z;EXtXur1Mb1aov@JU2kQx&++sCkN^mhH$VYMPi3 zQ+{laE@g`9w3^5%3Ai3SwNZBv`?;U(T=@{!#Q(@2ASaNBUz<~zZ4w6XaAdil(`wKt zXdMP=VqNyCZB$-_x(MPb35&YN==$`P8QQ9p3#q)GMZ0A#2x`XLas?$ezyQ=r|^l;Pg7y9m*IKowA$^e3KCq2}j%Kl+YdX z>=$)@_({Y0H-El2n7GBKwdxsnc7`xt^-!Y9(lhZQ_tU~Q=mcfA&A zy{UZ7XF{_f1D?B7% z^THJ9-2M(zf>_auFl48uT3oG5 zwI%pbjA*$DHR}0gO-cOyP5kZcZ?s~DUW;*%V-zw)fYKOIxeqzOE~qLcOhKI1qVJuZ zM^(TZn^wxi2j(WHS42EF0*9O&?1_0!Y>Zn^*3F9JbraEpROKi`K(cN4&Wn(f=Ls1w zlN!-+9f$0Le)^xBjK;U9M#_sr772l>N|)w3B8dXi|O8j~CcY0%vv8N`I`W$}f9EnGkc}53U#Dz4K zCj&c#o|BS_tS&ybnMPj2t<}UW5RyGTKA?CxQi0^U-s2XR=XWmL(&Q&ciegcB*+fE3 zFMsRCcFF4!K!~FHJFI(UEnr5nC~kLr3Mw$wd9X6;C0!wy(~J0R1%<{7RH^!it~mKROYC(S~(fTlj=KPYU;1X>MJ;6dYs&XhYql3J`paw47^rlZ`rxZM|gO? za*hkE;+kT3A}3Gqly?KjJ-7tpJ)UxbUL#a;86e<;#+|R`MS39IcGGC%78qlknxY8k R;U}Na{bky{FHryc^#7DSWZeJ& diff --git a/Lisa/Media/Yangon/Yangon_North_Okkalapa_township_photo2_March_3_2021.jpg b/Lisa/Media/Yangon/Yangon_North_Okkalapa_township_photo2_March_3_2021.jpg deleted file mode 100644 index e503203b495c3cf0631783ba1ca24f0b0acbbf34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 85436 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%0DP%<$m(l)h&X3xX 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 © OpenStreetMap Improve this map", - // pane: 'labels', - tileSize: 512, - maxZoom: 18, - zoomOffset: -1, - id: "mapbox/streets-v11", - //find mapbox tile layer that includes outlines - // paddingTopLeft: "15px" - accessToken: API_KEY - }) - // .addTo(Myanmar_map); - - var baseMap = { - "map_base": map_base - }; - - var overlayMaps = { - "Myanmar_map": Myanmar_map - } - - var map = L.map("map", { - center: [21.9162, 95.9560], - // setView: [21.9162, 95.9560], - // maxBounds: [21.9162, 95.9560], - zoom: 6, - layers: [map_base, Myanmar_map] - }); - - L.control.layers(baseMap, overlayMaps, { - collapsed: false - }).addTo(map); - -}; - - function createMarkers() { - // var images = (insert database of photos here) - - // var incidents = []; - var markers_list=[] - // var incidents = L.marker([24.4284, 95.3940]) - // .bindPopup(); - - // // incidents.push(incidents); - var incident_icon = L.icon({ - // shadowUrl: 'Lisa\Media\Bago\Bago_residents_flee_junta_raids_April_9_2021.jpg', - iconUrl: 'https://image.freepik.com/free-vector/illustration-myanmar-flag_53876-27149.jpg', -// shadowUrl: "https://www.freepik.com/free-vector/illustration-myanmar-flag_2922535.htm", - iconSize: [38, 95], -// shadowSize: [50, 64], - iconAnchor: [22, 94], -// shadowAnchor: [4, 62], - popupAnchor: [-3, -76] - }); - var one_marker=L.marker([18.3313, 96.0679], {icon: incident_icon})//.addTo(map).bindPopup("Bago"); - markers_list.push(one_marker) - console.log(one_marker) - console.log(markers_list) - return markers_list - }; - - createMap(L.layerGroup(createMarkers())); - - // map.addLayers(createMarkers()); - - - // var popup = L.popup() - // .setLatLng(19.9386, 96.1527) - // .setContent('

Hello world!
This is a nice popup.

') - // .openOn(map_base); - - - // Need to edit .form layout in css file. Some of the div ids can be changed, need to connect these to the css - //Submit and choose file will first be in javascript, use D3 to select info to put into a dictionary or list in javescript - //then send info to database. Python flask app will call it back and send it back to JS - //Need to: Put map in box, put outline around country and states - // Dropdown of States and Regions - //States: *Chin (22.0087N 93.5813E), *Kachin (25.8509N, 97.4381E), *Kayah (19.2342N, 97.2653E), - //*Kayin (16.9459N, 97.9593E), *Mon (16.3003N, 97.6982E), *Rakhine (20.1041N, 93.5813E), *Shan (22.0362N, 98.1339E) - //Regions: *Ayeyarwady (17.0342N, 95.2267E), *Bago (18.3313N, 96.0679E), *Magway (19.8871N, 94.7278E), - //*Mandalay (21.5619N, 95.8987E), *Sagaing (24.4284N, 95.3940E), - //*Tanintharyi (12.4707N, 99.0129E) *Yangon (16.9143N, 96.1527E) - //Other: Naypytaw (19.9386N, 96.1527E), Wa Territory (47.7511N, 120.7401W) - \ No newline at end of file diff --git a/Lisa/Myanmar_data.csv b/Lisa/Myanmar_data.csv deleted file mode 100644 index 057244b..0000000 --- a/Lisa/Myanmar_data.csv +++ /dev/null @@ -1,7329 +0,0 @@ -data_id,iso,event_id_cnty,event_id_no_cnty,event_date,year,time_precision,event_type,sub_event_type,actor1,assoc_actor_1,inter1,actor2,assoc_actor_2,inter2,interaction,region,country,admin1,admin2,admin3,location,latitude,longitude,geo_precision,source,source_scale,notes,fatalities,timestamp,iso3 -7812626,104,MMR14768,14768,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 9 April 2021, in Hlaing township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436417,MMR -7812638,104,MMR14812,14812,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Democratic Voice of Burma,National,"On 9 April 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436418,MMR -7812644,104,MMR14781,14781,9-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Democratic Voice of Burma,National,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0,1618336752,MMR -7812650,104,MMR14974,14974,9-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0,1618436418,MMR -7814501,104,MMR14868,14868,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Buddhist Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 9 April 2021, in Mandalay City (Mandalay Region), the ABFSU, teachers and Buddhist monks protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7812539,104,MMR14777,14777,9-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0,1618336752,MMR -7812547,104,MMR14846,14846,9-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,AP; Irrawaddy,National-International,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0,1618336752,MMR -7812554,104,MMR14915,14915,9-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma; Kachin News Group,Subnational-National,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0,1618336752,MMR -7812814,104,MMR14739,14739,9-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Radio Free Asia,Regional,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82,1618436423,MMR -7812834,104,MMR14906,14906,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 9 April 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also symbolically burned Chinese flags during the protest. [size=no report]",0,1618436423,MMR -7812843,104,MMR14823,14823,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 9 April 2021, in Kyaukme town, Kyaukme Township (Kyaukme District, Shan State), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618436423,MMR -7812846,104,MMR14895,14895,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 9 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618436424,MMR -7812850,104,MMR14786,14786,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 9 April 2021, in Hsipaw town, Hsipaw township (Kyaukme district, Shan state), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436424,MMR -7812852,104,MMR14923,14923,9-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 9 April 2021, in Namhkan town, Namhkan township (Muse district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also called for people to not participate in Thingyan festival this year and symbolically burned the Chinese and Russian flags during the protest. [size=no report]",0,1618436424,MMR -7812612,104,MMR14894,14894,8-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618436424,MMR -7812628,104,MMR14848,14848,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 8 April 2021, in Magway town (Magway Township, Magway District, Magway Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812630,104,MMR14814,14814,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,1,Democratic Voice of Burma,National,"On 8 April 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also burned China flag and pictures of Min Aung Hlaing and other Myanmar military generals during the protest. [size=no report]",0,1618336752,MMR -7812635,104,MMR14955,14955,8-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,San Pa Li,25.3408,96.9249,1,Democratic Voice of Burma,National,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0,1618336752,MMR -7812639,104,MMR14743,14743,8-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 8 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military soldiers stepped on two landmines set up by the KIA on a road toward Hnaung Wan. Five soldiers died and 8 others were injured.",5,1618336752,MMR -7812898,104,MMR14738,14738,8-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA,International,"On 8 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators set up barricades to block roads to prevent military and police intervention. Military and police forces reportedly used drones to watch and monitor demonstrators. [size=no report]",0,1618436426,MMR -7812903,104,MMR14802,14802,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,VOA,International,"On 8 April 2021, in Katha town (Katha Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812906,104,MMR14773,14773,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,VOA,International,"On 8 April 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436426,MMR -7812651,104,MMR14825,14825,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,2,Democratic Voice of Burma,National,"On 8 April 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), separating in different protest columns, local held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812907,104,MMR14901,14901,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,VOA,International,"On 8 April 2021, at Let Pan Daung area in Monywa Township (Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812909,104,MMR15005,15005,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,VOA,International,"On 8 April 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618436427,MMR -7812912,104,MMR14941,14941,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,VOA,International,"On 8 April 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618436427,MMR -7812913,104,MMR14912,14912,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,VOA,International,"On 8 April 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812914,104,MMR14762,14762,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 8 April 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals - including teachers, engineers and students - protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812916,104,MMR14843,14843,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Launglon,13.9755,98.1204,1,VOA,International,"On 8 April 2021, in Launglon town, Launglon township (Dawei district, Tanintharyi Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. They also symbolically burned physical copies of the 2008 Constitution, as well as the Chinese and Russian flags during the protest. [size=no report]",0,1618336753,MMR -7812917,104,MMR14755,14755,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Daik-U,Daik-U,17.7896,96.6696,1,VOA,International,"On 8 April 2021, in Daik-U township (Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618436427,MMR -7812918,104,MMR14964,14964,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,1,VOA,International,"On 8 April 2021, in Tabayin town (Tabayin township, Shwebo District, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812920,104,MMR14873,14873,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,VOA,International,"On 8 April 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812683,104,MMR14887,14887,8-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 8 April 2021, at Lwe Li Yang Ywar Haung in Mogaung township (Mohnyin District, Kachin State), the KIA ambushed the Myanmar military troops of about 50 soldiers on 3 military trucks. Casualties unknown.",0,1618336753,MMR -7812685,104,MMR14919,14919,8-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Nam Jin,25.472,97.3556,1,Kachinland News,Subnational,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0,1618336753,MMR -7812696,104,MMR14780,14780,8-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen News,Subnational,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1,1618336753,MMR -7814504,104,MMR14867,14867,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Democratic Voice of Burma,National,"On 8 April 2021, in Mandalay city (Mandalay Region), the Sangha Union protest column along with locals held a protest against the Myanmar military coup. The protesters demanded federal democracy and the release of arrested civilians. Protesters burned pictures of the Chinese President. [size=no report]",0,1618442039,MMR -7814512,104,MMR14999,14999,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Pressphoto Agency,National,"On 8 April 2021, in Yangon city (Yangon region), in several locations, locals - led by students - held the 'red movement' in protest against the Myanmar military coup. Students and young people put up red stickers on houses, main roads, walls, bus stops and so on. People also gathered to hold up three-finger salute with a red sticker with the word 'Red movement. You can't govern us'. [size=no report]",0,1618442039,MMR -7812752,104,MMR14948,14948,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Myanmar Labour News,National,"On 8 April 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812753,104,MMR14984,14984,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Myanmar Labour News,National,"On 8 April 2021, in Taze town (Taze township, Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618336753,MMR -7812766,104,MMR14767,14767,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Labour News,National,"On 8 April 2021, in Hlaing township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618436433,MMR -7812769,104,MMR14973,14973,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Labour News,National,"On 8 April 2021, in Tamwe township (Yangon region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618436433,MMR -7812772,104,MMR14785,14785,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Myanmar Labour News,National,"On 8 April 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436433,MMR -7812776,104,MMR14826,14826,8-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Myanmar Now,National,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1,1618336753,MMR -7812779,104,MMR14749,14749,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Myanmar Pressphoto Agency,National,"On 8 April 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including members of ABFSU and teachers protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812785,104,MMR14878,14878,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Pressphoto Agency,National,"On 8 April 2021, in Mayangone township (Yangon (West) district, Yangon region), locals from ward no.3 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618436434,MMR -7812544,104,MMR14831,14831,8-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachin News Group; Kachinland News; Network Media Group,Subnational-National,"On 8 April 2021, around Laiza where the KIA headquarters is located, in Waingmaw Township (Myitkyina District, Kachin State), the Hkang Kai Bum and Hpun Pyen Bum-based Myanmar military LB-142 fired about eight to ten rounds of 105 mm mortars at the KIA battalion-24 of brigade-5 positions. Also, the Ma Ji mountain-based Myanmar military fired 105 mm mortars at the KIA battalion-27 positions. The sound of explosions was heard from Laiza. Casualties unknown.",0,1618336752,MMR -7812804,104,MMR14746,14746,8-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 8 April 2021, in Taung Ywar village, Buthidaung township (Maungdaw District, Rakhine State), a landmine exploded after a child playing in a plantation stepped on it. The explosion injured six children, including one who suffered serious injuries.",0,1618336753,MMR -7812549,104,MMR14853,14853,8-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Man Aung,15.1382,97.9152,2,Democratic Voice of Burma; Karen Information Center News,National,"On 8 April 2021, near Man Aung village, Chaung Hpyar area, in Ye township (Mawlamyine District, Mon State), the Myanmar military fired about 7 rounds of artillery shells around the KNU brigade-6 area. Two shells fell in a village, and a house was damaged. Casualties not reported.",0,1618336752,MMR -7812809,104,MMR14797,14797,8-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 8 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters avoided places where military and police were deployed, and the protest ended without any military or police intervention. [size=no report]",0,1618336753,MMR -7812555,104,MMR14918,14918,8-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Nam Jin,25.472,97.3556,1,Democratic Voice of Burma; Kachinland News,Subnational-National,"On 8 April 2021, at the outskirt of Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the KIA battalion-11 of brigade-2 ambushed the Myanmar military troops with landmines. Casualties unknown.",0,1618336752,MMR -7812811,104,MMR14832,14832,8-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Lanmadaw,Lanmadaw,16.7795,96.142,2,Radio Free Asia,Regional,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0,1618436435,MMR -7812817,104,MMR14776,14776,8-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Radio Free Asia,Regional,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0,1618336753,MMR -7812825,104,MMR14992,14992,8-Apr-21,2021,1,Battles,Armed clash,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Shan-South,Loilen,Kyethi,Wan Hai,21.9193,98.1322,1,Shan Herald Agency for News,Subnational,"On 8 April 2021, in Wan Hai village - the SSPP headquarter - in Kyethi township (Loilen District, Shan State), the SSPP fired at the Myanmar military helicopter after the helicopter flew around the area several times. A senior Myanmar military officer was injured. The Myanmar military informed SSPP that they were meeting UWSA on 7 April, and will be landed at Mong Nawng to come to Wai Han to meet with SSPP. However, the SSPP claim that the military did not do as the information given to them but rather flew on 8 April.",0,1618436436,MMR -7812849,104,MMR14858,14858,8-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Pang,23.616,97.9316,2,Shwe Phee Myay News Agency,Subnational,"On 8 April 2021, near Man Pang in Kutkai township (Muse District, Shan State), the Myanmar military and KIA clashed for about a few minutes. Casualties unknown.",0,1618436437,MMR -7812618,104,MMR14911,14911,7-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma,National,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0,1618336752,MMR -7812629,104,MMR14929,14929,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Ngazun,Ngazun,21.7862,95.6412,2,Democratic Voice of Burma,National,"On 7 April 2021, in Ngazun township (Myingyan district, Mandalay Region), people held a protest by holding red balloons against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812646,104,MMR14914,14914,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Democratic Voice of Burma,National,"On 7 April 2021, in Myitkyina Township (Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812649,104,MMR14934,14934,7-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,1,Democratic Voice of Burma,National,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1,1618480068,MMR -7812919,104,MMR14761,14761,7-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,VOA,International,"On 7 April 2021, near Maw Htar village and Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar military LB-103 and KNU brigade-4 clashed. The clash happened as nearly 40 Myanmar military troops from LB-103 allegedly entered the KNU controlled area. Three Myanmar military soldiers died and three others were injured.",3,1618336753,MMR -7812689,104,MMR14857,14857,7-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Pang,23.616,97.9316,1,Kachinland News,Subnational,"On 7 April 2021, in Man Pang village (Kutkai Township, Muse District, Shan State), more than 30 Myanmar military troops approached the KIA position and clashed with the Man Ping village-based KIA battalion-39. Casualties unknown.",0,1618480074,MMR -7812690,104,MMR14809,14809,7-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 7 April 2021, in Dum Gam and Mon Yon village (coded as Kutkai) (Shan State), in response to the Myanmar military operation, the KIA ambushed and attacked the Myanmar military LIB-427 in the KIA battalion-8 area. Casualties unknown.",0,1618480074,MMR -7812695,104,MMR14852,14852,7-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Man Aung,15.1382,97.9152,2,Karen Information Center News,National,"On 7 April 2021, near Man Aung village, Chaung Hpyar area, in Ye township (Mawlamyine District, Mon State), the Myanmar military fired several rounds of artillery shells at the KNU brigade-6 area. Casualties not reported.",0,1618336753,MMR -7814517,104,MMR14996,14996,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Democratic Voice of Burma,National,"On 7 April 2021, in Yangon city (Yangon region), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7814527,104,MMR14866,14866,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 7 April 2021, in Mandalay City (Mandalay Region), people - including ABFSU, teachers and Buddhist monks - held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7812762,104,MMR14986,14986,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Myanmar Labour News,National,"On 7 April 2021, in Thaketa township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480086,MMR -7812535,104,MMR14737,14737,7-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA; Assistance Association for Political Prisoners,National-International,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2,1618480090,MMR -7812541,104,MMR14796,14796,7-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Assistance Association for Political Prisoners; AP; Radio Free Asia,National-Regional,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12,1618336752,MMR -7812566,104,MMR14983,14983,7-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Assistance Association for Political Prisoners; VOA,National-International,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14,1618336752,MMR -7812839,104,MMR14784,14784,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 7 April 2021, in Hsipaw township (Kyaukme district, Shan state), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. In addition, they held a candlelight protest at night against the military coup. [size=no report]",0,1618480099,MMR -7812840,104,MMR14840,14840,7-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 7 April 2021, in Lashio town (Lashio township, Lashio District, Shan State), two bombs exploded in the city and some people were injured. The number of injuries was not reported.",0,1618480099,MMR -7812589,104,MMR14893,14893,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,AP,International,"On 7 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480100,MMR -7812590,104,MMR14731,14731,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,AP,International,"On 7 April 2021, in Ahlone township (Yangon-West district, Yangon Region), dozens of people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They also burned a Chinese flag during the protest. [size=dozens]",0,1618480100,MMR -7812847,104,MMR14810,14810,7-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 7 April 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480101,MMR -7812848,104,MMR14811,14811,7-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shwe Phee Myay News Agency,Subnational,"On 7 April 2021, in Kutkai (Kutkai Township, Shan State), clashes broke out between the TNLA and the Myamar Army. Casualties unknown.",0,1618480101,MMR -7812620,104,MMR14854,14854,6-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man Li,22.7298,97.3522,1,Democratic Voice of Burma,National,"On 6 April 2021, in Man Li village (Namtu Township, Kyaukme District, Shan State), the artillery shells from an unknown armed group reportedly fell in the village which burned down 5 houses. Several villagers also fled.",0,1618480104,MMR -7812894,104,MMR14931,14931,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,VOA,International,"On 6 April 2021, in North Okkalapa township (Yangon-East District, Yangon Region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480106,MMR -7812900,104,MMR14744,14744,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,VOA,International,"On 6 April 2021, in Bilin (Bilin Township, Mon State), clashes broke out between KNU Brigade 6 and Myanmar Army. Casualties unknown.",0,1618336753,MMR -7812652,104,MMR14820,14820,6-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0,1618480108,MMR -7812680,104,MMR14886,14886,6-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Kachin News Group,Subnational,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1,1618336753,MMR -7812686,104,MMR14839,14839,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Kachinland News,Subnational,"On 6 April 2021, in Lashio (Lashio Township, Shan State), fighting broke out between the KIA and Myanmar Army. Casualties unknown.",0,1618480114,MMR -7812687,104,MMR14916,14916,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Kachinland News,Subnational,"On 6 April 2021, near Nar Kawng village, Nam Hpat Kar village track (Kutkai Township, Muse District, Shan State), the Myanmar military and KIA battalion-8 of brigade-4 clashed. Casualties unknown.",0,1618480114,MMR -7812688,104,MMR14904,14904,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,3,Kachinland News,Subnational,"On 6 April 2021, in Shan state (coded at Muse township), fighting broke out between the Myanmar Army and KIA Brigade 4 and 6. Casualties unknown.",0,1618480114,MMR -7812692,104,MMR15002,15002,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Karen Information Center News,National,"On 6 April 2021, in Ye (Ye Township, Mon State), fighting broke out between the KNU and Myanmar Army.",0,1618336753,MMR -7812693,104,MMR14779,14779,6-Apr-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,1,Karen Information Center News,Subnational,"On 6 April 2021, in Day Pu No village in KNU Brigade 5 area (Hpapun Township, Kayin State), the Myanmar military carried out an airstrike against the KNU. A high school was damaged by the Myanmar military's airstrike.",0,1618336753,MMR -7812694,104,MMR14759,14759,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,Karen Information Center News,National,"On 6 April 2021, in Dawei (Dawei Township, Tanintharyi Region), a captain and two soldiers were killed during an armed clash between the Myanmar Army and the KNU-Karen National Union's 4th Brigade.",3,1618336753,MMR -7814528,104,MMR14995,14995,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 6 April 2021, in Yangon City (Yangon Region), youth protested against the military coup and in support of the civil disobedience movement. They also held a 'Blood Strike' campaign by spraying red paint on the street to mourn the victims who have been killed by security forces since the coup. [size=no report]",0,1618442039,MMR -7814539,104,MMR14865,14865,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 6 April 2021, in Mandalay City (Mandalay Region), members of the ABFSU, teachers, engineers, Buddhist monks, labour groups staged protest marches against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7812760,104,MMR14795,14795,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Myanmar Labour News,National,"On 6 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812765,104,MMR14982,14982,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Myanmar Labour News,National,"On 6 April 2021, in Taze town, Taze township (Shwebo District Sagaing Region), hundreds of thousands of people, including farmers and monks, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618336753,MMR -7812768,104,MMR14736,14736,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Myanmar Labour News,National,"On 6 April 2021, in Bago town (Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480132,MMR -7812770,104,MMR14799,14799,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Labour News,National,"On 6 April 2021, in Kamayut township (Yangon-West District, Yangon Region), youth held a protest on Hledan Road against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480133,MMR -7812537,104,MMR14747,14747,6-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Democratic Voice of Burma; AP; Eleven Media Group,National-International,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0,1618336752,MMR -7812542,104,MMR14803,14803,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,2,Myanmar Now; Myanmar Labour News,National,"On 6 April 2021, in Kawhmu township (Yangon-South District, Yangon Region), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480136,MMR -7812803,104,MMR14775,14775,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Radio Free Asia,Regional,"On 6 April 2021, in Hpakant township (Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812548,104,MMR14851,14851,6-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Man Aung,15.1382,97.9152,2,Karen Information Center News; Network Media Group,National,"On 6 April 2021, near Man Aung village in Ye township (Mawlamyine District, Mon State), the Myanmar military LB-283 and KNU battalion-16 of brigade-6 clashed. Five Myanmar military were reportedly killed. One civilian also died and another civilian was injured. The KNU withdrew from a camp near the village to avoid further civilian casualties.",6,1618336752,MMR -7812556,104,MMR14933,14933,6-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,1,Assistance Association for Political Prisoners; Radio Free Asia,National-Regional,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1,1618480138,MMR -7812818,104,MMR14993,14993,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Radio Free Asia,Regional,"On 6 April 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812827,104,MMR14855,14855,6-Apr-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man Li,22.7298,97.3522,1,Shan Herald Agency for News,Subnational,"On 6 April 2021, in Man Li village (Namtu Township, Shan State), fighting broke out between RCSS/SSA and the combined forces of SSPP/SSA and the TNLA.",0,1618480139,MMR -7812829,104,MMR14783,14783,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 6 April 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a motorcycle rally to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480140,MMR -7812585,104,MMR14760,14760,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AFP,International,"On 6 April 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), hundreds of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618336752,MMR -7812842,104,MMR14898,14898,6-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Mong Wi,23.6117,97.5054,1,Shwe Phee Myay News Agency,Subnational,"On 6 April 2021, in Mong Wi village in Namhkan township (Muse District, Shan State), an artillery shell fell at a monastery compound in the village.",0,1618480142,MMR -7812587,104,MMR14771,14771,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,AFP,International,"On 6 April 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. They sprayed red paint on the roads and also raised the three-finger salute during the protest. [size=no report]",0,1618480142,MMR -7812844,104,MMR14890,14890,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 6 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480142,MMR -7812851,104,MMR14922,14922,6-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 6 April 2021, in Namhkan township (Muse District, Shan State), young people gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. They burned the Burmese and China flags. [size=no report]",0,1618480143,MMR -7812676,104,MMR14742,14742,5-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Kachin News Group,Subnational,"On 5 April 2021, in Bhamo (Bhamo Township, Kachin State), fighting broke out between the KIA and Myanmar Army. According to the locals, heavy artliery were used day and night. Casualties unknown.",0,1618336753,MMR -7812677,104,MMR14884,14884,5-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Kachin News Group,Subnational,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0,1618336753,MMR -7812682,104,MMR14882,14882,5-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachin News Group,Subnational,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0,1618336753,MMR -7812684,104,MMR14807,14807,5-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 5 April 2021, in Nam Kut village in Kutkai Township (Muse District, Shan State), the KIA battalion-9 of brigade-9 ambushed and clashed with about 80 Myanmar military soldiers. Casualties unknown.",0,1618480153,MMR -7812718,104,MMR14957,14957,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Mizzima,National,"On 5 April 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480158,MMR -7812719,104,MMR14798,14798,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Mizzima,National,"On 5 April 2021, in Kamayut township (Yangon-West District, Yangon Region), separately in different protest columns, locals carried Gumkino flower or Padauk Flower and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480158,MMR -7812720,104,MMR14883,14883,5-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Mizzima,National,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0,1618336753,MMR -7812721,104,MMR14845,14845,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Mizzima,National,"On 5 April 2021, at Daw Au Khu ward in Loikaw town (Loikaw township, Loikaw district, Kayah state), more than 100 locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Also, about 50 locals protested at Naung Yar ward in Loikaw town. [size=more than 100]",0,1618336753,MMR -7812723,104,MMR14913,14913,5-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Mizzima,National,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0,1618336753,MMR -7812724,104,MMR14850,14850,5-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Mizzima,National,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0,1618336753,MMR -7812725,104,MMR14813,14813,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kyaik Htaw (North),16.5175,95.8599,1,Mizzima,National,"On 5 April 2021, in Kyaik Htaw village (coded as Kyaik Htaw (north)) village in Kawhmu Township (Yangon-South District, Yangon Region), amidst rain, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480160,MMR -7812726,104,MMR14889,14889,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Mizzima,National,"On 5 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), about 100 people rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100]",0,1618480161,MMR -7812727,104,MMR14787,14787,5-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Mizzima,National,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0,1618336753,MMR -7812728,104,MMR14805,14805,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,Mizzima,National,"On 5 April 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), thousands of farmers and residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618336753,MMR -7812729,104,MMR14830,14830,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kyunhla,Kyunhla,23.3532,95.3246,1,Mizzima,National,"On 5 April 2021, in Kyunhla town (Kyunhla township, Kanbula District, Sagaing Region), locals protested by riding more than 200 motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 200]",0,1618336753,MMR -7812730,104,MMR15000,15000,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Mizzima,National,"On 5 April 2021, in Yankin township (Yangon-East District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also burned China's flag to condemn its position on the Myanmar military coup. [size=no report]",0,1618480163,MMR -7812731,104,MMR14975,14975,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Tar Ma Hkan,25.5239,96.1359,1,Mizzima,National,"On 5 April 2021, in Tar Ma Hkan village (Hpakant Township, Mohnyin District, Kachin State), hundreds of people held a protest against the Myanmar military coup and called for a Federal Union. [size=hundreds]",0,1618336753,MMR -7812732,104,MMR14935,14935,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Mizzima,National,"On 5 April 2021, in Pakokku city (Pakokku District, Magway Region), hundreds of locals, students and monks - led by monks - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618336753,MMR -7812733,104,MMR14939,14939,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Mizzima,National,"On 5 April 2021, in Payathonzu town (Kyainseikgyi township, Kawkareik District, Kayin State), more than 200 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 200]",0,1618336753,MMR -7812734,104,MMR14794,14794,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Mizzima,National,"On 5 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), separating into five protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. Most of the protests were sit-in protests. [size=no report]",0,1618336753,MMR -7812735,104,MMR14735,14735,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Mizzima,National,"On 5 April 2021, in Ka Nyut Kwin in Bago town (Bago township, Bago District, Bago Region), more than 500 education families (assumed to be civil servants from the education department) held a protest against the Myanmar military coup and in support of the CRPH. Also, more than 100 students from ABFSU held a protest march. [size=more than 600]",0,1618480166,MMR -7812736,104,MMR14872,14872,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Mizzima,National,"On 5 April 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812737,104,MMR14758,14758,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Mizzima,National,"On 5 April 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), hundreds of locals including engineers, civil servants from the education department and residents held a combined against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618336753,MMR -7812738,104,MMR14909,14909,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Mizzima,National,"On 5 April 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812740,104,MMR14959,14959,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Mizzima,National,"On 5 April 2021, in Seik Mu village (Hpakant Township, Mohnyin District, Kachin State), more than 100 locals held a protest against the Myanmar military coup, and in support of the Kachin Independence Army (KIA) and CRPH. Protesters carried slogans such as 'We support CRPH,' 'We need KIA', 'We need R2P'. [size=more than 100]",0,1618336753,MMR -7812741,104,MMR14900,14900,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Mizzima,National,"On 5 April 2021, in front of Ahlone Bu Taw Nat Nan in Monywa town, (Monywa Township, Monywa District, Sagaing Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618336753,MMR -7812742,104,MMR14791,14791,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Mizzima,National,"On 5 April 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480169,MMR -7812743,104,MMR15004,15004,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,Mizzima,National,"On 5 April 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), hundreds of locals, teachers and civil servants from the Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618480171,MMR -7812744,104,MMR14954,14954,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Mizzima,National,"On 5 April 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), more than 500 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 500]",0,1618336753,MMR -7812745,104,MMR14925,14925,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Mizzima,National,"On 5 April 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), more than 500 locals held a protest against the Myanmar military coup, and in support of the Kachin Independence Army (KIA). Protesters carried a poster with the words 'we support KIA/KIO'. The protest in support of KIA in the town came after the Myanmar military reportedly declared war against the KIA. [size=more than 500]",0,1618336753,MMR -7812746,104,MMR14963,14963,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Mizzima,National,"On 5 April 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480172,MMR -7812748,104,MMR14910,14910,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Mizzima,National,"On 5 April 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), about 100 locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100]",0,1618336753,MMR -7812749,104,MMR14819,14819,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Mizzima,National,"On 5 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), about 200 locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=about 200]",0,1618480173,MMR -7814546,104,MMR14863,14863,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar); Hindu Group (Myanmar); Muslim Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Mizzima,National,"On 5 April 2021, in Mandalay city (Mandalay Region), people including Muslims, Hindus, teachers, and more than 200 students from Yadanarbon University held a pre-Thinyan protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried Gumkino flower(or) Padauk Flower and wore Thinyan garlands. Also, students from ABFSU and Buddhist monks from the Hpa Yar Gyi protest column came together for a joint protest, while about 100 civilians from different industries came together and rode motorcycles. [size=more than 300]",0,1618442039,MMR -7812783,104,MMR14730,14730,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,Myanmar Pressphoto Agency,National,"On 5 April 2021, in Ahlone township (Yangon-West district, Yangon Region), youths held a protest march to honor people who were killed by security forces during the anti-coup demonstrations. They held banners and raised the three-finger salute during the march. [size=no report]",0,1618480178,MMR -7812787,104,MMR14877,14877,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Pressphoto Agency,National,"On 5 April 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), young people in Tamaing held a Padauk Revolution protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618480178,MMR -7812543,104,MMR14818,14818,5-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,VOA; Democratic Voice of Burma,National-International,"On 5 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), in the evening, two unknown persons riding a motorbike coming in from the direction of Hsipaw threw explosives at the Asia World toll gate, injuring three staff members working at the toll gate. A parked motorcycle and two cars were also damaged from the blast.",0,1618480180,MMR -7812557,104,MMR14942,14942,5-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Kawlin,Pinlebu,Pinlebu,24.0808,95.3702,1,Assistance Association for Political Prisoners; Democratic Voice of Burma; Myanmar Now,National,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1,1618480183,MMR -7812813,104,MMR14927,14927,5-Apr-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 5 April 2021, near Pang Lon village in Namtu Township (Kyaukme District, Shan State), the RCSS clashed with the combined forces of TNLA and SSPP. The artillery shells fell in Man Kyan village and 27 houses were flamed. Thousands of villagers fled. Casualties unknown.",0,1618480183,MMR -7812558,104,MMR14943,14943,5-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Sagaing,Kawlin,Pinlebu,Pinlebu,24.0808,95.3702,1,Myanmar Now; Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), at around 10pm, police forces and about 40 Myanmar military soldiers fired gunshots around the neighbourhood in a ward. Following the attack, locals blocked the road and defended themselves. Locals also fired back at security forces using traditional hunting rifles. The tension between locals and the military reportedly started after the Township General Administration Office was burned, which continued throughout the night and into the morning of the next day. Three government buildings were burned down. AAPP reported one killed, while DVB and Myanmar Now reported at least 2 civilians were killed.",1,1618480184,MMR -7812820,104,MMR14903,14903,5-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 5 April 2021, in Muse (Muse Township, Shan State), a grenade was thrown from a car and a motorcycle repair shop was damaged.",0,1618480185,MMR -7812565,104,MMR14981,14981,5-Apr-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Radio Free Asia; Assistance Association for Political Prisoners,National-Regional,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1,1618480186,MMR -7812831,104,MMR14808,14808,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 5 April 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480188,MMR -7812835,104,MMR14917,14917,5-Apr-21,2021,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nam Hsi Lin,22.8583,97.4012,2,Shwe Phee Myay News Agency,Subnational,"Around 5 April 2021 (between 2 - 8 April), around Nam Hsi Lin village (Namtu township, Kyaukme District, Shan State), a man died after stepping on a landmine. He first went missing on 2 April and was later found dead on 8 April.",1,1618480188,MMR -7812838,104,MMR14921,14921,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 5 April 2021, in Namhkan township (Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480189,MMR -7812841,104,MMR14837,14837,5-Apr-21,2021,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0,1618480190,MMR -7812586,104,MMR14936,14936,5-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Pale,21.9341,94.8748,2,AFP,International,"On 5 April 2021, in Pale township (Yinmarbin district, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812625,104,MMR14817,14817,4-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0,1618480193,MMR -7812631,104,MMR14816,14816,4-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0,1618480194,MMR -7812636,104,MMR14969,14969,4-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Democratic Voice of Burma,National,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0,1618480195,MMR -7812896,104,MMR14908,14908,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,VOA,International,"On 4 April 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812899,104,MMR14870,14870,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Maw Han,24.6342,96.2115,1,VOA,International,"On 4 April 2021, in Maw Han village, Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812901,104,MMR14989,14989,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Thayetchaung,Thayetchaung,13.8673,98.2596,2,VOA,International,"On 4 April 2021, in Thayetchaung township (Dawei District, Tanintharyi region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812905,104,MMR14815,14815,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,VOA,International,"On 4 April 2021, in Kyainseikgyi town (Kyainseikgyi Township, Kawkareik District, Kayin State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812910,104,MMR14778,14778,4-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA,International,"On 4 April 2021, in Hpapun (Hpapun Township, Kayin State), fighting resumed between the KNU's 5th Brigade and the Myanmar Army. Casualties unknown.",0,1618336753,MMR -7812911,104,MMR14757,14757,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 4 April 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812915,104,MMR14932,14932,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,1,VOA,International,"On 4 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan state), farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480197,MMR -7812666,104,MMR14960,14960,4-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Shwe Pyi,20.9243,93.0123,1,Irrawaddy,National,"On 4 April 2021, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), unexploded ordnance killed three civilians, including a 5-years-old and 2-year-old boys, and injured one civilian.",3,1618336753,MMR -7812669,104,MMR14734,14734,4-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),Labour Group (Myanmar),1,13,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Irrawaddy,National,"On 4 April 2021, in Bago town (Bago township, Bago District, Bago Region), unknown assailants with a motorcycle threw handmade bombs at a military-owned Mytel company office and the Myanmar military outpost at the southern end of Shwe Mawdaw Pagoda. Casualties not reported.",0,1618480198,MMR -7812678,104,MMR14880,14880,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Kachin News Group,Subnational,"On 4 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. [size=no report]",0,1618336753,MMR -7814552,104,MMR14994,14994,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Pressphoto Agency,National,"On 4 April 2021, in Yangon city (Yangon region), people held a mask strike to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7814553,104,MMR14861,14861,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Buddhist Group (Myanmar); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 4 April 2021, in Mandalay City (Mandalay Region), people - including teachers, health workers, Buddhist monks and students from the ABFSU - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7814554,104,MMR14862,14862,4-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; AFP,National-International,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0,1618442039,MMR -7812536,104,MMR14741,14741,4-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Myitkyina Journal; BBC News,Subnational-International,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1,1618336752,MMR -7812538,104,MMR14748,14748,4-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Assistance Association for Political Prisoners; Irrawaddy; Democratic Voice of Burma,National,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1,1618336752,MMR -7812545,104,MMR14834,14834,4-Apr-21,2021,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency; Kachinland News; Shan Herald Agency for News,Subnational,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0,1618480211,MMR -7812546,104,MMR14835,14835,4-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News; Kachinland News,Subnational,"On 4 April 2021, near Pang Hkar village in Mong Yaw area (Lashio Township, Lashio District, Shan State), the KIA battalion-17 of brigade-10 attacked 100 Myanmar military soldiers at Loi Lan junction. Casualties unknown. Mong Yaw is an area where the KIA, TNLA, MNDAA, AA, SSPP and the Myanmar military operate.",0,1618480211,MMR -7812805,104,MMR14978,14978,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,2,Radio Free Asia,Regional,"On 4 April 2021, in Taunggyi township (Taunggyi District, Shan State), people held an 'Easter egg' protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480212,MMR -7812806,104,MMR14962,14962,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 4 April 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people held an 'Easter Egg' protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480212,MMR -7812559,104,MMR14953,14953,4-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Assistance Association for Political Prisoners; Myanmar Now; BBC News; AP,National-International,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2,1618336752,MMR -7812562,104,MMR14968,14968,4-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Khonumthung News; AFP,National-International,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2,1618336752,MMR -7812821,104,MMR14977,14977,4-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 4 April 2021, in Nyaung Hpyu Sa Khan Ward in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), an unknown armed group reportedly set up an explosive device at the ward administration office. Locals heard the sound explosion at the office, then the office was on fire.",0,1618480213,MMR -7812837,104,MMR14888,14888,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 4 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held an 'Easter Egg' protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480215,MMR -7812588,104,MMR14790,14790,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,1,AP,International,"On 4 April 2021, in Insein township (Yangon-North district, Yangon Region), people held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480215,MMR -7812845,104,MMR14920,14920,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 4 April 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), Christian youth group held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480215,MMR -7812591,104,MMR14971,14971,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,BBC News,International,"On 4 April 2021, in Tamwe township (Yangon-East district, Yangon Region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480216,MMR -7812592,104,MMR14829,14829,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kyunhla,Kyunhla,23.3532,95.3246,1,BBC News,International,"On 4 April 2021, in Kyunhla town (Kyunhla township, Kanbula District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812593,104,MMR14844,14844,4-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,BBC News,International,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0,1618336752,MMR -7812594,104,MMR14842,14842,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Launglon,13.9755,98.1204,1,BBC News,International,"On 4 April 2021, in Launglon town, Launglon township (Dawei district, Tanintharyi Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812595,104,MMR14774,14774,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,BBC News,International,"On 4 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812597,104,MMR14801,14801,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,BBC News,International,"On 4 April 2021, in Katha town (Katha Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336752,MMR -7812598,104,MMR15003,15003,4-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,BBC News,International,"On 4 April 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480216,MMR -7812624,104,MMR14907,14907,3-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma,National,"On 3 April 2021, in Myawaddy (Myawaddy Township, Kayin State), two unknown men threw a grenade at the police base under Thai/Myanmar Friendship bridge. One person was injured.",0,1618336752,MMR -7812895,104,MMR14952,14952,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,VOA,International,"On 3 April 2021, in Pyinmana town (Pyinmana township, Det Khi Na District, Nay Pyi Taw), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812897,104,MMR14800,14800,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Kamma,Kamma,19.0289,95.0959,1,VOA,International,"On 3 April 2021, in Kamma town, Kamma township (Thayet District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812902,104,MMR14732,14732,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,1,VOA,International,"On 3 April 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812908,104,MMR14729,14729,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,VOA,International,"On 3 April 2021, in Ahlone township (Yangon-West district, Yangon Region), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480222,MMR -7812658,104,MMR14763,14763,3-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Eleven Media Group,National,"On 3 April 2021, in Demoso Township (Kayah State), two motorcyclists hurled a hand grenade into the Special Investigation department. The explosion caused minor damages. There were no casualties.",0,1618336753,MMR -7812660,104,MMR14770,14770,3-Apr-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,13,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,2,Eleven Media Group,National,"On 3 April 2021, in Homalin Township (Sagain Region), unknown armed forces attacked security forces, one police officer died and two injured.",1,1618336753,MMR -7812664,104,MMR14876,14876,3-Apr-21,2021,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Irrawaddy,National,"Around 3 April 2021 (as reported), in Mayangone township (Yangon-West district, Yangon Region), an unidentified woman was found dead in a ditch with hands tied behind her back in Thamine No 1 Ward. Police took her body away. The cause of her death was not known, as there have been other reports of arbitrary killings since the start of the coup.",1,1618480223,MMR -7812921,104,MMR14879,14879,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,VOA,International,"On 3 April 2021, in Mogaung township (Mohnyin District, Kachin State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812691,104,MMR14924,14924,3-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachinland News,Subnational,"On 3 April 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), fighting broke out between the 11th Battalion under the KIA's 2nd Brigade and Myanmar Army. Casualties unknown.",0,1618336753,MMR -7812756,104,MMR14949,14949,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Myanmar Labour News,National,"On 3 April 2021, in Pyin Oo Lwin (Pwin Oo Lwin Township, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement despite the security forces being there. [size=no report]",0,1618480234,MMR -7812763,104,MMR14792,14792,3-Apr-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Myanmar Labour News,National,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1,1618336753,MMR -7814562,104,MMR14859,14859,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 3 April 2021, in Mandalay City (Mandalay Region), people including students of Yadanarbon University held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7812788,104,MMR14991,14991,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,2,Myitkyina Journal,Subnational,"On 3 April 2021, in Waingmaw township (Myitkyina District, Kachin State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7812534,104,MMR14733,14733,3-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Assistance Association for Political Prisoners; Democratic Voice of Burma; Irrawaddy,National,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1,1618480243,MMR -7812540,104,MMR14789,14789,3-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,1,Myanmar Labour News; VOA,National-International,"On 3 April 2021, in Insein township (Yangon-North district, Yangon Region), at least 200 people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 200]",0,1618480244,MMR -7812553,104,MMR14899,14899,3-Apr-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,VOA; Assistance Association for Political Prisoners; AFP; Channel News Asia,National-International,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3,1618336752,MMR -7812567,104,MMR14988,14988,3-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Assistance Association for Political Prisoners; Irrawaddy; Myanmar Now; Channel News Asia,National-International,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3,1618336752,MMR -7801860,104,MMR14715,14715,2-Apr-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Karen Information Center News,Subnational,"On 2 April 2021, in Myawaddy township (Myawaddy district, Kayin State), two motorcyclists reportedly threw grenades at the police station located near the Thai-Burmese Friendship Bridge No. 2. A police officer was injured in the right hand.",0,1617737280,MMR -7801862,104,MMR14721,14721,2-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Pein Hne Taw (Auk),17.1137,97.4822,2,Karen Information Center News,National,"On 2 April 2021, near Pein Hne Taw village (coded as Pein Hne Taw (Auk)), Thaton Township (Thaton District, Mon State), the Myanmar military and KNU clashed with both small and heavy weapons for about 20 minutes. Casualties unknown.",0,1617737280,MMR -7802122,104,MMR14702,14702,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,VOA,International,"On 2 April 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480257,MMR -7812621,104,MMR14987,14987,2-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,2,Democratic Voice of Burma,National,"On 2 April 2021, in Thaton Township (Mon State), fighting broke out between the KNU and Myanmar Army.",0,1618336752,MMR -7801910,104,MMR14713,14713,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Myanmar Labour News,National,"On 2 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7812668,104,MMR14930,14930,2-Apr-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Irrawaddy,National,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0,1618480262,MMR -7801917,104,MMR14725,14725,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Labour News,National,"On 2 April 2021, in Kyauk Myaung ward, Tamwe township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also staged a prayer service for the protesters killed during the movement. [size=no report]",0,1618480262,MMR -7801918,104,MMR14705,14705,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,2,Myanmar Labour News,National,"On 2 April 2021, near Kyaik Htaw village, Kawhmu township (coded as Kawhmu) (Yangon-South District, Yangon Region), locals held a protest in boats along a river against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480263,MMR -7801919,104,MMR14720,14720,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Myanmar Labour News,National,"On 2 April 2021, in Three Pagodas pass, Payathonzu town (Kyainseikgyi township, Kawkareik District, Kayin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801932,104,MMR14724,14724,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Myanmar Now,National,"On 2 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801693,104,MMR14704,14704,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma; Irrawaddy,National,"On 2 April 2021, at a local Bazar in Sawbwagyi Gone ward in Insein township (Yangon-North district, Yangon Region), after knowing the presence of a CNN reporter in the ward, shopkeepers, vendors and marketgoers carried pot-banging and shouted anti-coup slogans. Bystanders and pedestrians as well as drivers participated by honking their car horns and flashing three-finger salutes. Protesters reportedly aimed to let the reporter know of their opposition to the military regime. [size=no report]",0,1618480265,MMR -7801696,104,MMR14718,14718,2-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Irrawaddy; VOA,National-International,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0,1618480267,MMR -7801698,104,MMR14728,14728,2-Apr-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Radio Free Asia; VOA,Regional-International,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1,1617737279,MMR -7802001,104,MMR14712,14712,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Radio Free Asia,Regional,"On 2 April 2021, in Mingaladon township (Yangon-North district, Yangon Region), as the CNN correspondent and news team arrived at the 10 Mile market, residents in the area protested by carrying out pot-banging and chanting slogans against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480276,MMR -7801763,104,MMR14722,14722,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 2 April 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a motorcycle rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480278,MMR -7812774,104,MMR14965,14965,2-Apr-21,2021,1,Battles,Armed clash,Unidentified Communal Militia (Myanmar),,4,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,14,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Myanmar Now,National,"On 2 April 2021, Tamu (Tamu Township, Sagaing State), a group of locals, including a police officer who had defected to join the CDM movement, attacked a police outpost using three hand grenades. Five police officers were killed during the attack. The military then fired machine guns at the group and shot dead the defected police officer as the group was retreating. 6 fatalities coded.",6,1618336753,MMR -7814570,104,MMR14710,14710,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 2 April 2021, in Mya Taung monastery in Mandalay city (Mandalay district, Mandalay region), locals including members of the Federation of Buddhist Associations and All Burma Students 'Union (ABFSU) held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7802032,104,MMR14716,14716,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 2 April 2021, in Namhsan township (Kyaukme district, Shan state), youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480279,MMR -7802033,104,MMR14703,14703,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 2 April 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480280,MMR -7814578,104,MMR14727,14727,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 2 April 2021, in Yangon City (Yangon Region), people held protest marches with flowers as part of the 'Flower Strike', to protest against the military coup and commemorate those who have been killed by security forces during the anti-coup movement. Also, people held a flower protest campaign and lay flowers and posted protest slogans at different bus stops and protest sites across the city, to commemorate those who have been killed by security forces during the anti-coup movement.[size=no report]",0,1618442039,MMR -7812533,104,MMR14726,14726,2-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Tha Pyay Aye,22.1776,94.7704,1,Democratic Voice of Burma; Radio Free Asia; BBC News; Irrawaddy,National-Regional,"On 2 April 2021, in Tha Pyay Aye village (Yinmarbin Township, Yinmarbin District, Sagaing Region), about 80 Myanmar military and police arrived at the village and attempted unsuccessfully to arrest a Buddhist monk who led protests in the village. Afterwards, security forces spread across the village and opened gunfire at civilians. Villagers, including those from nearby villages, clashed with security forces with sticks, knives and hunting guns. Myanmar military deployed additional troops to the village, up to about 200 soldiers and police officers. At least 6-8 civilians were arrested, including two who were severely injured. Two of those arrested later died while in custody on 4 April.",2,1618336752,MMR -7802040,104,MMR14706,14706,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 2 April 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480281,MMR -7802050,104,MMR14708,14708,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 2 April 2021, in Lashio town (Lashio Township, Lashio District, Shan State), young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480282,MMR -7802054,104,MMR14707,14707,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 2 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a motorbike rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480282,MMR -7801809,104,MMR14709,14709,2-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma,National,"On 2 April 2021, in Lashio town (Lashio Township, Lashio District, Shan State), an unknown armed group threw a handmade bomb inside the Myanmar military recruitment office compound. No casualties reported.",0,1618480283,MMR -7802101,104,MMR14714,14714,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,VOA,International,"On 2 April 2021, in Mohnyin township (Mohnyin district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802103,104,MMR14701,14701,2-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,VOA,International,"On 2 April 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480287,MMR -7802118,104,MMR14688,14688,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,VOA,International,"On 1 April 2021, in South Okkalapa township (Yangon-East district, Yangon Region) people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480289,MMR -7802121,104,MMR14684,14684,1-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Singu,Nyaung Wun,22.4733,96.0773,1,VOA,International,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0,1618480289,MMR -7812619,104,MMR14685,14685,1-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1,1618336752,MMR -7801912,104,MMR14660,14660,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Labour News,National,"On 1 April 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480297,MMR -7801921,104,MMR14692,14692,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Now,National,"On 1 April 2021, at Kyauk Myaung ward in Tamwe township (Yangon-East district, Yangon region), locals including the Dagon University Students' Union held a protest against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burnt physical copies of the 2008 Constitution, which was abolished by the Committee Representing Pyidaungsu Hluttaw the day before. [size=no report]",0,1618480299,MMR -7801922,104,MMR14656,14656,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,2,Myanmar Now,National,"On 1 April 2021, in Amarapura township, Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burnt physical copies of the 2008 Constitution, which was abolished by the Committee Representing Pyidaungsu Hluttaw the day before. [size=no report]",0,1617737280,MMR -7801931,104,MMR14667,14667,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Now,National,"On 1 April 2021, at Inya Lake near Yangon University in Kamayut township (Yangon-East district, Yangon region), young protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burnt physical copies of the 2008 Constitution, which was abolished by the Committee Representing Pyidaungsu Hluttaw the day before. [size=no report]",0,1618480300,MMR -7801933,104,MMR14691,14691,1-Apr-21,2021,1,Battles,Armed clash,Unidentified Communal Militia (Myanmar),Former Police Forces of Myanmar (2021-),4,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,14,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,2,Myanmar Now,National,"On 1 April 2021, in Tamu township (Tamu district, Sagaing region), a group of locals (including an ethnic Kuki police officer who had defected and joined the civil disobedience movement) attacked the Nan Phar Lone police outpost by throwing three hand grenades. Five police officers were killed. Soldiers stationed at the outpost then retaliated by firing machine guns, killing the police officer who had defected. Six fatalities in total.",6,1617737280,MMR -7801686,104,MMR14669,14669,1-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1,1618480301,MMR -7801687,104,MMR14672,14672,1-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Assistance Association for Political Prisoners; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2,1617737279,MMR -7801943,104,MMR14676,14676,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Myanmar Pressphoto Agency,National,"On 1 April 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480302,MMR -7801688,104,MMR14677,14677,1-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachin News Group; Myitkyina Journal; VOA,Subnational-International,"On 1 April 2021, at Lwe Li Chaung located on Tanai-Lidu road in the border of Kamaing and Mogaung township (Mohnyin District, Kachin State), the KIA battalion-11 of brigade-2 ambushed and attacked the Myanmar military coming down from Tanai. Casualties unknown.",0,1617737279,MMR -7801689,104,MMR14680,14680,1-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Irrawaddy; Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1,1617737279,MMR -7801691,104,MMR14693,14693,1-Apr-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Tha Pyay Aye,22.1776,94.7704,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"Around 1 April 2021 (as reported), in Tha Pyay Aye village (Yinmarbin Township, Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four civilians were killed and several others were injured. [size=no report]",0,1617737279,MMR -7801953,104,MMR14679,14679,1-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Myitkyina Journal,Subnational,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0,1617737280,MMR -7802003,104,MMR14666,14666,1-Apr-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1,1617737280,MMR -7801750,104,MMR14664,14664,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Democratic Voice of Burma,National,"On 1 April 2021, in Hsipaw township (Kayukme district, Shan state), people belonging to different ethnicities marched and burned the copies of constitution to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480311,MMR -7801753,104,MMR14657,14657,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 1 April 2021, in Bago town (Bago district, Bago region), more than 200 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 200]",0,1618480311,MMR -7802023,104,MMR14673,14673,1-Apr-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,1,Shan Herald Agency for News,Subnational,"On 1 April 2021, in Man San village (Namtu Township, Kyaukme District, Shan State), two artillery shells from an unknown armed group fell in the village. One shell fell inside the electrical and power control office and another one fell on the road. No casualties reported.",0,1618480314,MMR -7801770,104,MMR14686,14686,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,Democratic Voice of Burma,National,"On 1 April 2021, in Sagaing township area (Sagaing district, Sagaing Region), more than 700 people, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 700]",0,1617737280,MMR -7801780,104,MMR14697,14697,1-Apr-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,1,Democratic Voice of Burma,National,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0,1618480316,MMR -7814581,104,MMR14674,14674,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Buddhist Group (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 1 April 2021, in Mandalay City (Mandalay Region), locals - including members of the ABFSU, health workers, and Buddhist monks - protested against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burnt physical copies of the 2008 Constitution, which was abolished by the Committee Representing Pyidaungsu Hluttaw the day before. [size=no report]",0,1618442039,MMR -7814583,104,MMR14695,14695,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Pressphoto Agency,National,"On 1 April 2021, in Yangon City (Yangon Region), student organizations burned copies of the constitution and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7814588,104,MMR14696,14696,1-Apr-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Democratic Voice of Burma,National,"Around 1 April 2021 (as reported), in Yangon city (Yangon region), locals held a candlelight protest across the city at night against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618442039,MMR -7801790,104,MMR14689,14689,1-Apr-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Democratic Voice of Burma,National,"On 1 April 2021, near Da Ru Kha village in Sumprabum township (Puta-O District, Kachin State), the KIA battalion-10 which operates under brigade-1 attacked the Myanmar military LIB-138 base near the village. Both sides exchanged fires. Casualties unknown.",0,1617737280,MMR -7801792,104,MMR14661,14661,1-Apr-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,2,Democratic Voice of Burma,National,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4,1617737280,MMR -7802049,104,MMR14671,14671,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 1 April 2021, in Lashio town (Lashio Township, Lashio District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480319,MMR -7801794,104,MMR14658,14658,1-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,Democratic Voice of Burma,National,"On 1 April 2021, between Zoke Thoke and Wea Ka Lay villages in Bilin township (Thaton District, Mon State), a landmine set up by an unknown armed group exploded. The explosion killed 3 civilians, including a 10-year-old child and injured at least 30 civilians.",3,1617737280,MMR -7802051,104,MMR14690,14690,1-Apr-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shwe Phee Myay News Agency,Subnational,"On 1 April 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), an explosion went off inside the Tachileik District Police Force office. Locals reported that three bombs were detonated. It was not known if there were any damages to the police station. Casualties unknown.",0,1618480320,MMR -7802053,104,MMR14668,14668,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 1 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480321,MMR -7801801,104,MMR14678,14678,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 1 April 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480322,MMR -7802057,104,MMR14681,14681,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 1 April 2021, in Muse town (Muse Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480322,MMR -7802060,104,MMR14683,14683,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 1 April 2021, in Namhkan township (Muse District, Shan State), people belonging to different ethnicities held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480323,MMR -7801806,104,MMR14659,14659,1-Apr-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Democratic Voice of Burma,National,"On 1 April 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), people gathered and burned the copies of constitution to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801837,104,MMR14687,14687,1-Apr-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Shwe Myin Tin,16.9023,94.7361,2,Irrawaddy,National,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0,1617737280,MMR -7801839,104,MMR14665,14665,1-Apr-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,Irrawaddy,National,"On 1 April 2021, at the bank of Manipur River in Kale Township (Kale District, Sagaing Region), the Myanmar military and villagers clashed. The villagers used hunting rifles and airguns. The Myanmar military also employed hand grenades and grenade launchers. Some Myanmar military soldiers reportedly died, though there was no additional information. Three villagers were killed, including one man shot dead at his home during the battle. Three villagers were wounded by gunfire from security forces. Many villages had reportedly fled their homes in fear of raids by security forces. Locals called the battle 'Battle of the Red Cliffs'. Fatalities coded as 3.",3,1617737280,MMR -7801906,104,MMR14611,14611,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 31 March 2021, in Hlaingthayar township (Yangon-North District, Yangon region), residents protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480341,MMR -7801908,104,MMR14620,14620,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,1,Myanmar Labour News,National,"On 31 March 2021, in Kyaik Htaw Model village, Kawhmu town (Kawhmu Township, Yangon-south District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480341,MMR -7801929,104,MMR14629,14629,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Latha,Latha,16.7767,96.1505,2,Myanmar Now,National,"On 31 March 2021, in Latha township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They played drums, chanted, and honked their cars. [size=no report]",0,1618480344,MMR -7801930,104,MMR14655,14655,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Myanmar Now,National,"On 31 March 2021, in Yankin township (Yangon-East District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They played drums loudly. [size=no report]",0,1618480345,MMR -7801676,104,MMR14610,14610,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Irrawaddy; Radio Free Asia,National-Regional,"On 31 March 2021, in Demoso township (Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801677,104,MMR14614,14614,31-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA; Irrawaddy,National-International,"On 31 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military attacked with a fighter jet around the KNU brigade-5 controlled area. The Myanmar military also allegedly fired artillery shells inside the Hpapun town. Casualties unknown.",0,1617737279,MMR -7801678,104,MMR14619,14619,31-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma; Myanmar Now,National,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0,1617737279,MMR -7801679,104,MMR14621,14621,31-Mar-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,13,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Democratic Voice of Burma; Karen Information Center News,Subnational-National,"On 31 March 2021, in Kawkareik town, Kawkareik township (Kawkareik District, Kayin State), an unidentified motorcyclist threw a handmade bomb at the military-owned Myanmar Economic Bank in the evening. Three members of security forces who were providing security at the bank were injured, including a military captain who was in critical condition, and two other police officers who sustained minor injuries. It was reported that more than 50 shots from small arms were fired following the explosion.",0,1617737279,MMR -7801935,104,MMR14645,14645,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Myanmar Now,National,"On 31 March 2021, in Pabedan township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They played drums, chanted, and honked their cars. [size=no report]",0,1618480345,MMR -7801681,104,MMR14637,14637,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Irrawaddy; Radio Free Asia,National-Regional,"On 31 March 2021, in Mohnyin township (Mohnyin district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801682,104,MMR14642,14642,31-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Nat Chaung,22.9993,94.0357,1,Myanmar Now; Democratic Voice of Burma,National,"On 31 March 2021, in Nat Chaung village (Kale Township, Kale district, Sagaing region), military forces entered the village and fired shots around four times - reportedly using heavy arms - at villagers who came out of their houses. Villagers responded by firing back with locally-made percussion rifles. Myanmar Now reported that one villager was shot and killed, while DVB reported that two villagers were killed. Other injuries were reported.",1,1617737279,MMR -7801942,104,MMR14648,14648,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 31 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480345,MMR -7801947,104,MMR14646,14646,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Pressphoto Agency,National,"On 31 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480346,MMR -7801723,104,MMR14634,14634,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Channel News Asia,International,"On 31 March 2021, in Mogaung town, Mogaung township (Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7802007,104,MMR14622,14622,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Radio Free Asia,Regional,"On 31 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801752,104,MMR14607,14607,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 31 March 2021, on Sandaw Dwin Road and Agga Road in Bago town (Bago Township, Bago District, Bago Region), Generation Z youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480354,MMR -7802010,104,MMR14623,14623,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,Radio Free Asia,Regional,"On 31 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801756,104,MMR14612,14612,31-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),Civilians (Myanmar),1,15,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Hpa Do,18.0373,96.5543,1,Democratic Voice of Burma,National,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2,1618480354,MMR -7802014,104,MMR14613,14613,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Radio Free Asia,Regional,"On 31 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802015,104,MMR14643,14643,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,1,Radio Free Asia,Regional,"On 31 March 2021, in Natmauk town (Natmauk Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801761,104,MMR14616,14616,31-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Htan Ta Pin,24.7938,96.3932,1,Democratic Voice of Burma,National,"On 31 March 2021, in Htan Ta Pin village (Mohnyin township, Mohnyin district, Kachin State), a bomb exploded at the bottom of Nant Yin Chaung concrete bridge. No party has claimed the responsibility for the bombing.",0,1617737280,MMR -7802030,104,MMR14641,14641,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Namtu township (Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480357,MMR -7801775,104,MMR14617,14617,31-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,In Zi Ran,26.8972,97.6598,1,Democratic Voice of Burma,National,"On 31 March 2021, in In Zi Ran village, Tsum Pi Yang village track (Puta-O Township, Puta-O District, Kachin State), the Myanmar military LB-138 and LB-46 clashed with KIA battalion-7 of brigade-1. Three Myanmar military soldiers died.",3,1617737280,MMR -7801779,104,MMR14625,14625,31-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Kyauk Gyi,24.3144,96.7232,1,Democratic Voice of Burma,National,"On 31 March 2021, in Kyauk Gyi village (Shwegu Township, Bhamo District, Kachin State), the KIA brigade-8 attacked Kyauk Gyi area police station. Both sides exchanged fire for about 20 minutes. A police commander was injured. The KIA seized all guns.",0,1617737280,MMR -7802035,104,MMR14615,14615,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480357,MMR -7802039,104,MMR14624,14624,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), the youth of Kutkai held a 'Save Muse' protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480357,MMR -7801787,104,MMR14609,14609,31-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Democratic Voice of Burma,National,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1,1618480358,MMR -7802043,104,MMR14639,14639,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480358,MMR -7802046,104,MMR14627,14627,31-Mar-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), an unknown armed group attacked buildings of the Myanmar police located near ward-5 with a hand-made bomb. Residents also heard sounds of gunfire. Casualties unknown",0,1618480358,MMR -7802047,104,MMR14628,14628,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), teachers and young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480359,MMR -7814591,104,MMR14654,14654,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Now,National,"On 31 March 2021, in Yangon City (Yangon Region), locals protested by carrying out pot-banging, chanting slogans, honking their cars against the Myanmar military coup and in support of the civil disobedience movement. This was in response to the arrival of a CNN correspondent and her team who had just arrived in Yangon last night and was being escorted through the city with a military convoy. [size=no report]",0,1618442039,MMR -7814593,104,MMR14631,14631,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency; Democratic Voice of Burma,National,"On 31 March 2021, in Mandalay city (Mandalay district, Mandalay region), monks from the Mandalay Monks' Union (UMU) and students from the All Burma Students' Union (ABFSU) held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7814594,104,MMR14653,14653,31-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Eleven Media Group; Assistance Association for Political Prisoners,National,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1,1618442039,MMR -7801797,104,MMR14626,14626,31-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0,1618480360,MMR -7801799,104,MMR14638,14638,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 31 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1617737280,MMR -7801802,104,MMR14649,14649,31-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Taung Khin Yan,22.6065,94.0966,2,Democratic Voice of Burma,National,"On 31 March 2021, near Taung Khin Yan village, Gangaw township (Gangaw district, Magway region), a small-scale clash took place between armed villagers and the Myanmar military along the Kalay-Gangaw road. One villager was killed, while eight people were injured (believed to be local firefighters). Locals reported that security forces also suffered casualties but details had yet been confirmed. Villagers were later forced to retreat due to heavy gunfire by the military. Weapons used by villagers were reported to be firearms used for traditional hunting.",1,1617737280,MMR -7802062,104,MMR14640,14640,31-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 31 March 2021, in Namhsan township (Kyaukme district, Shan state), teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480361,MMR -7801843,104,MMR14633,14633,31-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Maw Han,24.6342,96.2115,2,Kachin News Group,Subnational,"On 31 March 2021, near Maw Han village (Mohnyin Township, Mohnyin District, Kachin State), the KIA ambushed six Myanmar military trucks full of soldiers. About 30 Myanmar soldiers were reportedly killed and some were also injured.",30,1617737280,MMR -7801850,104,MMR14636,14636,31-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Kachin News Group,Subnational,"On 31 March 2021, between Mohnyin and Hopin town (coded as Mohnyin) (Mohnyin District, Kachin State), the KIA brigade-8 ambushed the Myanmar military troops. Casualties unknown.",0,1617737280,MMR -7801851,104,MMR14635,14635,31-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Kachin News Group,Subnational,"On 31 March 2021, in Mohnyin Township (Mohnyin District, Kachin State), the Myanmar military bombed the KIA brigade-8 headquarters with two fighter jets two times. Two fighter jets bombed the headquarters at 3:00 PM and 4:40 PM for the second time. Casualties unknown.",0,1617737280,MMR -7801852,104,MMR14630,14630,31-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Ma Li Kha,25.3618,97.1766,2,Kachin News Group,Subnational,"On 31 March 2021, near Ma Li Kha village, Myitkyina township (Myitkyina District, Kachin State), the KIA battalion-11 attacked a military oil tanker carrying jet fuel near Mali Hka village around 2:15 PM. Casualties unknown.",0,1617737280,MMR -7802112,104,MMR14584,14584,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,VOA,International,"On 30 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802124,104,MMR14599,14599,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,VOA,International,"On 30 March 2021, in Taze town, Taze township (Shwebo District Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802125,104,MMR14575,14575,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,VOA,International,"On 30 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802126,104,MMR14569,14569,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,VOA,International,"On 30 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7801900,104,MMR14568,14568,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,1,Myanmar Labour News,National,"On 30 March 2021, in Kawhmu town (Kawhmu Township, Yangon-south District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480370,MMR -7801901,104,MMR14581,14581,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 30 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480370,MMR -7801920,104,MMR14579,14579,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Labour News,National,"On 30 March 2021, in Mayangone township (Yangon (West) district, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480372,MMR -7801667,104,MMR14558,14558,30-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Assistance Association for Political Prisoners; Myanmar Now; Irrawaddy,National,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2,1618480372,MMR -7801668,104,MMR14560,14560,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Dun Bang,25.6338,96.7712,2,Myanmar Now; Democratic Voice of Burma,National,"On 30 March 2021, on Tanai-Myitkyina Road, near Dun Bang village (Hpakant Township, Mohnyin District, Kachin State), the Myanmar military LIB-86 and KIA battalion-20 clashed. Some Myanmar military soldiers were reportedly killed and injured. Unknown fatalities coded as 3.",3,1617737279,MMR -7801924,104,MMR14600,14600,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Tha Yet Kone,17.4669,96.4789,2,Myanmar Now,National,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0,1618480372,MMR -7801669,104,MMR14562,14562,30-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,3,Kachin News Group; Democratic Voice of Burma,Subnational-National,"On 30 March 2021, in Hpakant township (Mohnyin District, Kachin State), the Myanmar military carried airstrike targeting the KIA brigade-9 headquarters at 3:50 PM. Afterwards, the Dingnyin Kawng-based Myanmar military also fired 3 rounds of 105 MM howitzer on at the same KIA quarter at 4:10 PM. Casualties unknown.",0,1617737279,MMR -7801670,104,MMR14571,14571,30-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Radio Free Asia; Assistance Association for Political Prisoners; Myanmar Now; Eleven Media Group,National-Regional,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4,1617737279,MMR -7801671,104,MMR14586,14586,30-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma; Assistance Association for Political Prisoners; VOA; Radio Free Asia; Shan Herald Agency for News,Subnational-National,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1,1618480373,MMR -7801672,104,MMR14588,14588,30-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group; Assistance Association for Political Prisoners; Eleven Media Group,Subnational-National,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1,1617737279,MMR -7801674,104,MMR14592,14592,30-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Shwegyin,Shwegyin,17.8917,97.0045,2,Karen Information Center News; Irrawaddy,National,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11,1618480373,MMR -7801937,104,MMR14604,14604,30-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Myanmar Pressphoto Agency,National,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0,1618480373,MMR -7801941,104,MMR14596,14596,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 30 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480374,MMR -7801720,104,MMR14559,14559,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AP,International,"On 30 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801748,104,MMR14589,14589,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 30 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago Region), Myanmar army and airforce attacked the KNU 5 Brigade. DVB reported that six people were killed.",6,1618480380,MMR -7801751,104,MMR14555,14555,30-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 30 March 2021, in Bago (Bago Township, Bago Region), a bomb exploded inside the district police chief office. DVB reported casualities unknown.",0,1618480380,MMR -7802008,104,MMR14566,14566,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 30 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802009,104,MMR14553,14553,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Radio Free Asia,Regional,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1,1618480381,MMR -7801754,104,MMR14561,14561,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Han Thar Wa Di,22.7244,94.071,2,Democratic Voice of Burma,National,"On 30 March 2021, near Han Thar Wa Di village, Gangaw township (Gangaw district, Magway region), military forces shot and killed a man from Hnam Kha village who was reportedly hunting for wild boar near the village. A clash then broke out between military forces and Hnam Kha villagers after the soldiers were barred from retrieving his body. Villagers fired makeshift weapons including locally-made hunting rifles against the soldiers, while soldiers responded by firing heavy explosives and machine guns. Myanmar Now reported four villagers were killed in total (including the earlier fatality), while DVB reported one was killed (fatalities coded as 4 as the most recent fatality estimate).",4,1617737279,MMR -7802011,104,MMR14590,14590,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,1,Radio Free Asia,Regional,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0,1617737280,MMR -7801768,104,MMR14606,14606,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Zigon,Zigon,18.3356,95.6215,1,Democratic Voice of Burma,National,"On 30 March 2021, in Zigon town (Zigon Township, Thayarwady District, Bago Region), hundreds of teachers and education workers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618480382,MMR -7802026,104,MMR14565,14565,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 30 March 2021, in Hsipaw township (Kayukme district, Shan state), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480383,MMR -7801774,104,MMR14585,14585,30-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1,1618480384,MMR -7801777,104,MMR14570,14570,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Democratic Voice of Burma,National,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1,1617737280,MMR -7801778,104,MMR14567,14567,30-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,1,Democratic Voice of Burma,National,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0,1617737280,MMR -7802037,104,MMR14595,14595,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shwe Phee Myay News Agency,Subnational,"On 30 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest near the Tachileik Kyite Htee Yoe mountain against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480384,MMR -7801785,104,MMR14587,14587,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1,1617737280,MMR -7801788,104,MMR14598,14598,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Taung Khin Yan,22.6065,94.0966,2,Democratic Voice of Burma,National,"On 30 March 2021, near Taung Khin Yan village, Gangaw township (Gangaw district, Magway region), a shootout took place between armed villagers and the Myanmar military along the Kalay-Gangaw road. One villager was shot dead.",1,1617737280,MMR -7802045,104,MMR14573,14573,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 30 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480385,MMR -7801800,104,MMR14556,14556,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Bo Gyoke,16.746,96.2413,1,Democratic Voice of Burma,National,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0,1618480386,MMR -7814606,104,MMR14576,14576,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA,International,"On 30 March 2021, in Mandalay City (Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7801810,104,MMR14602,14602,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0,1618480388,MMR -7801814,104,MMR14557,14557,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,1,Democratic Voice of Burma,National,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1,1618480388,MMR -7801815,104,MMR14578,14578,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 30 March 2021, in Mawlamyine (Mawlamyine Township, Mon State), youth protested against the Myanmar military coup and in support of the civil disobedience movement despite the tight security by the security forces. [size=no report]",0,1617737280,MMR -7801817,104,MMR14597,14597,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,1,Democratic Voice of Burma,National,"On 30 March 2021, in Tanai (Tanai Township, Kachin State), Myanmar army and air force attacked KIA 2 Brigade, 20 Battallions under the brigade were fighting back. There were reportedly no casualties.",0,1617737280,MMR -7801833,104,MMR14563,14563,30-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 30 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military attacked with a fighter jet around the KNU brigade-5 controlled area. Casualties unknown.",0,1617737280,MMR -7801838,104,MMR14594,14594,30-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Irrawaddy,National,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0,1618480392,MMR -7801841,104,MMR14593,14593,30-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Si Thar,23.0489,94.0204,2,Irrawaddy,National,"On 30 March 2021, between Si Thar and Nga Hpar village on Kale-Gangaw road (Kale Township, Kale District, Sagaing Region), the Myanmar military and villagers armed with airguns exchanged fire. Five villagers were killed in the clash. Another villager was also shot by the military. 6 fatalities reported.",6,1617737280,MMR -7802098,104,MMR14574,14574,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,VOA,International,"On 30 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802099,104,MMR14572,14572,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,VOA,International,"On 30 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801845,104,MMR14583,14583,30-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachin News Group,Subnational,"On 30 March 2021, in Momauk township (Bhamo District, Kachin State), the Hka Ya Bum-based Myanmar military fired 2 rounds of 120 MM mortars on the KIA's positions at Alen Bum. The Gum Ra Dabaing-based Myanmar military as well as the Myanmar military stationed at Nam Ya and Ka Maing also fired several rounds of mortars on the same KIA area. Casualties unknown.",0,1617737280,MMR -7802102,104,MMR14605,14605,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,VOA,International,"On 30 March 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802104,104,MMR14582,14582,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,VOA,International,"On 30 March 2021, in Minhla township (Thayarwaddy District, Bago Division), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480392,MMR -7802109,104,MMR14554,14554,30-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA,International,"On 30 March 2021, in Bago town, Bago township (Bago district, Bago region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480393,MMR -7802115,104,MMR14505,14505,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 29 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7801866,104,MMR14509,14509,29-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 29 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), three unidentified men on a motorcycle hurled handmade bombs at the residence of the military-appointed ward administrator in Ward 6 which did not explode. The assailants then fled on a motorcycle.",0,1618480395,MMR -7801656,104,MMR14501,14501,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Students (Myanmar),7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Assistance Association for Political Prisoners; Myanmar Now,National,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2,1618480400,MMR -7801657,104,MMR14504,14504,29-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Democratic Voice of Burma; Radio Free Asia; Myanmar Now; VOA; Irrawaddy; Assistance Association for Political Prisoners,National-Regional,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15,1618480400,MMR -7801658,104,MMR14510,14510,29-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers; Irrawaddy,Other-National,"On 29 March 2021, in Day Pu No area in Hpapun township (Hpapun District, Kayin State), the Myanmar military bombed the KNU brigade-5 controlled area with fighter jets. The bombing killed three civilians and wounded six civilians. More than 2,500 people fled to Thailand.",3,1617737279,MMR -7801659,104,MMR14511,14511,29-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers; Twitter,Other-New media,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0,1617737279,MMR -7801660,104,MMR14513,14513,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Twitter; AFP,New media-International,"On 29 March 2021, in Kawkareik township (Kawkareik District, Kayin State), 60 young children and their mothers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=60]",0,1617737279,MMR -7801661,104,MMR14527,14527,29-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Government of Myanmar (2016-),7,57,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma; Shwe Phee Myay News Agency,Subnational-National,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0,1618480400,MMR -7801662,104,MMR14529,14529,29-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Irrawaddy; Assistance Association for Political Prisoners,National,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5,1617737279,MMR -7801663,104,MMR14533,14533,29-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma; Kachin News Group,Subnational-National,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0,1617737279,MMR -7801664,104,MMR14538,14538,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Irrawaddy; Radio Free Asia,National-Regional,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2,1617737279,MMR -7801665,104,MMR14550,14550,29-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Radio Free Asia; Myanmar Now; Democratic Voice of Burma; Assistance Association for Political Prisoners,National-Regional,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3,1618480401,MMR -7801666,104,MMR14551,14551,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Now; Radio Free Asia,National-Regional,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1,1618480401,MMR -7801925,104,MMR14547,14547,29-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Myanmar Now,National,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1,1618480401,MMR -7801926,104,MMR14544,14544,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,2,Myanmar Now,National,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0,1617737280,MMR -7801952,104,MMR14507,14507,29-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Ga Ra Yang,25.1536,97.535,2,Myitkyina Journal,Subnational,"On 29 March 2021, near a Myanmar military base in Ga Ra Yang village (Waingmaw Township, Myitkyina District, Kachin State), the Myanmar military and KIA clashed. Casualties unknown.",0,1617737280,MMR -7801724,104,MMR14506,14506,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Channel News Asia,International,"On 29 March 2021, in Demoso town, Demoso township (Loikaw District, Kayah State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801725,104,MMR14524,14524,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,1,Channel News Asia,International,"On 29 March 2021, in Minhla town (Minhla Township, Thayarwaddy District, Bago Division), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480407,MMR -7801726,104,MMR14549,14549,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Channel News Asia,International,"On 29 March 2021, in Taze town, Taze township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801727,104,MMR14502,14502,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Channel News Asia,International,"On 29 March 2021, in Bago town, Bago township (Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480407,MMR -7801728,104,MMR14540,14540,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Pinlebu,Pinlebu,24.0808,95.3702,1,Channel News Asia,International,"On 29 March 2021, in Pinlebu town, Pinlebu township (Katha district, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480408,MMR -7801729,104,MMR14532,14532,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Channel News Asia,International,"On 29 March 2021, in Kachin State (coded as Myitkyina), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801730,104,MMR14514,14514,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,Channel News Asia,International,"On 29 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737279,MMR -7801999,104,MMR14525,14525,29-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0,1617737280,MMR -7802000,104,MMR14542,14542,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Radio Free Asia,Regional,"On 29 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802004,104,MMR14508,14508,29-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Radio Free Asia,Regional,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0,1617737280,MMR -7802005,104,MMR14541,14541,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Radio Free Asia,Regional,"On 29 March 2021, in Salingyi township (Yinmarbin district, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801758,104,MMR14517,14517,29-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Democratic Voice of Burma,National,"On 29 March 2021, near Sa Lat village in Kyaukkyi township (Taungoo District, Bago Region), the Myanmar military and KNU clashed. Casualties unknown.",0,1618480411,MMR -7801759,104,MMR14526,14526,29-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0,1618480411,MMR -7801762,104,MMR14539,14539,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Democratic Voice of Burma,National,"On 29 March 2021, in Penwegon town, Kyauktaga township (Bago District, Bago Region), more than 30,000 people gathered for a funeral procession for a man who was shot and killed by police during an anti-coup motorcade rally on 27 March. [size=more than 30,000]",0,1618480411,MMR -7802018,104,MMR14536,14536,29-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shan Herald Agency for News,Subnational,"On 29 March 2021, near Pang Long village in Namtu township (Kyaukme District, Shan State), the RCSS clashed with a combined force of TNLA and SSPP with heavy weapons. Casualties unknown.",0,1618480412,MMR -7801766,104,MMR14537,14537,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Budalin,Nga Pu Yin,22.4737,95.1544,1,Democratic Voice of Burma,National,"On 29 March 2021, in Nga Pu Yin village, Budalin township (Monywa District, Sagaing Region), locals gathered at Buddhist temple to put a curse on the military dictators. They also prayed for democracy and raised the three-finger salute. [size=no report]",0,1617737280,MMR -7802027,104,MMR14518,14518,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 29 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480413,MMR -7801772,104,MMR14515,14515,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 29 March 2021, in Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in boats on a river against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480413,MMR -7802028,104,MMR14516,14516,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 29 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480413,MMR -7801782,104,MMR14521,14521,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 29 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), university students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7801784,104,MMR14552,14552,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 29 March 2021, in either Yinmarbin or Salingyi township (coded as Yinmarbin) (Yinmarbin district, Sagaing Region), residents of Yinmarbin and Salingyi Township held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7802042,104,MMR14512,14512,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 29 March 2021, in Hsipaw township (Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480415,MMR -7802044,104,MMR14519,14519,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 29 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480415,MMR -7801791,104,MMR14530,14530,29-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 29 March 2021, in Myitkyina, (Myitkyna Township, Kachin State), Myanmar Air Force attacked three KIA bases in Myitkyina. There were reportedly no casualties.",0,1617737280,MMR -7801795,104,MMR14528,14528,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma,National,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3,1617737280,MMR -7801796,104,MMR14531,14531,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0,1617737280,MMR -7802056,104,MMR14534,14534,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 29 March 2021, in Namhkan township (Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480416,MMR -7814616,104,MMR14520,14520,29-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 29 March 2021, in Mandalay city (Mandalay district, Mandalay region), monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442039,MMR -7801818,104,MMR14503,14503,29-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Bo Gyoke,16.746,96.2413,1,Democratic Voice of Burma,National,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2,1618480417,MMR -7801836,104,MMR14546,14546,29-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Irrawaddy,National,"On 29 March 2021, in Tanai township (Myitkyina District, Kachin State), the Myanmar military fired artillery shells into the KIA controlled area. Casualties unknown.",0,1617737280,MMR -7801840,104,MMR14535,14535,29-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Irrawaddy,National,"On 29 March 2021, in the Nammatee town area (Mogaung Township, Mohnyin District, Kachin State), the Myanmar military bombed the KIA battalion-14 and battalion-11 areas with fighter jets. Casualties unknown.",0,1617737280,MMR -7802113,104,MMR14465,14465,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,VOA,International,"On 28 March 2021, in Katha town (Katha Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802116,104,MMR14498,14498,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,VOA,International,"On 28 March 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480421,MMR -7801863,104,MMR14457,14457,28-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 28 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), an unknown armed group attacked Ward-6 Administrator Office with a hand-made bomb. Casualties unknown.",0,1618480421,MMR -7802120,104,MMR14453,14453,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,VOA,International,"On 28 March 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802123,104,MMR14473,14473,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,VOA,International,"On 28 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480422,MMR -7801639,104,MMR14451,14451,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma; Myanmar Now,National,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0,1618480426,MMR -7801640,104,MMR14454,14454,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now; Democratic Voice of Burma; Assistance Association for Political Prisoners; Radio Free Asia,National-Regional,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4,1618480426,MMR -7801641,104,MMR14455,14455,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia; AFP; Assistance Association for Political Prisoners,National-Regional,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0,1618480426,MMR -7801642,104,MMR14459,14459,28-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News; Democratic Voice of Burma; Myanmar Now,Subnational-National,"On 28 March 2021, in Hpapun township (Hpapun District, Kayin State), two fighter jets of the Myanmar military fired at Thay Kaw Hta camp - one of the KNU's base camps. They fired at least four times between 3 PM to 5 PM. No casualties or fatalities reported.",0,1617737278,MMR -7801644,104,MMR14463,14463,28-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Myanmar Now; Radio Free Asia; Assistance Association for Political Prisoners; Irrawaddy,National-Regional,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6,1617737278,MMR -7801645,104,MMR14464,14464,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA; Assistance Association for Political Prisoners,National-International,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1,1618480428,MMR -7801646,104,MMR14475,14475,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Assistance Association for Political Prisoners; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5,1617737278,MMR -7801647,104,MMR14477,14477,28-Mar-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News; Democratic Voice of Burma,Subnational-National,"On 28 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), a motorcyclist threw a grenade at the No. 3 Ward Administration Office. No injuries reported, but a car parked at the side of the road was hit. An unexploded bomb was found in Ward 4 later that night.",0,1617737278,MMR -7801648,104,MMR14478,14478,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Irrawaddy; Democratic Voice of Burma,National,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2,1617737278,MMR -7801649,104,MMR14479,14479,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Irrawaddy; Democratic Voice of Burma; Assistance Association for Political Prisoners; Radio Free Asia,National-Regional,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2,1617737279,MMR -7801650,104,MMR14480,14480,28-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma; Kachin News Group,Subnational-National,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0,1617737279,MMR -7801651,104,MMR14481,14481,28-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Thit Htoo Lwin; Democratic Voice of Burma,New media-National,"On 28 March 2021, at Tat Kone ward in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), a landmine set up by an unknown armed group exploded at Myitkyina District Education Office. An office guard was injured in his hand. At the same time, unidentified people also set a police station on fire, though no damage was reported.",0,1617737279,MMR -7801654,104,MMR14491,14491,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Now; Irrawaddy; VOA,National-International,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0,1618480430,MMR -7801655,104,MMR14496,14496,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Assistance Association for Political Prisoners; VOA; Democratic Voice of Burma,National-International,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1,1618480430,MMR -7801915,104,MMR14466,14466,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,1,Myanmar Labour News,National,"On 28 March 2021, in Kawhmu town (Kawhmu Township, Yangon-south District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480431,MMR -7801936,104,MMR14456,14456,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Pressphoto Agency,National,"On 28 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480432,MMR -7801954,104,MMR14462,14462,28-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Ka Htan Yang,25.4974,96.6432,1,Network Media Group,National,"On 28 March 2021, in Ka Htan Yang village (Hpakant Township, Mohnyin District, Kachin State), the KIA attacked a police station. The fighting forced villagers to flee. Casualties unknown.",0,1617737280,MMR -7801955,104,MMR14458,14458,28-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Network Media Group,National,"On 28 March 2021, in Taw Hmaw or Ma Zut Yang village in (Hpakant Township, Mohnyin District, Kachin State), the KIA attacked a police station. The Myanmar military fired two times toward Taw Hmaw with two fighter jets. The fighting forced villagers to flee. Casualties unknown.",0,1617737280,MMR -7801956,104,MMR14490,14490,28-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,San Khar,25.6837,96.3461,1,Network Media Group,National,"On 28 March 2021, in San Khar village (Hpakant Township, Mohnyin District, Kachin State), the KIA attacked a police station. The fighting forced villagers to flee. Casualties unknown.",0,1617737280,MMR -7801744,104,MMR14485,14485,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1,1617737279,MMR -7801745,104,MMR14486,14486,28-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0,1617737279,MMR -7802002,104,MMR14493,14493,28-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Radio Free Asia,Regional,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0,1618480442,MMR -7802019,104,MMR14483,14483,28-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shan Herald Agency for News,Subnational,"On 28 March 2021, near Pang Long village in Namtu township (Kyaukme District, Shan State), the RCSS clashed with a combined force of TNLA and SSPP with heavy weapons. Some artillery shells fell in the village, destroying 5 houses. One woman was injured. More than 400 villagers fled.",0,1618480445,MMR -7802020,104,MMR14476,14476,28-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 28 March 2021, near the Hydropower plant in Muse township (Muse District, Shan State), the Myanmar military and KIA clashed with both small and heavy weapons. Five staff of the hydropower plant were injured.",0,1618480445,MMR -7801765,104,MMR14495,14495,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Democratic Voice of Burma,National,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1,1618480445,MMR -7802029,104,MMR14470,14470,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 28 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), people held a mass protest against the Myanmar military coup and in support of the civil disobedience movement. [size=mass]",0,1618480446,MMR -7801783,104,MMR14499,14499,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 28 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters paid homage to those who died during the recent violent crackdown by security forces against the anti-coup protesters and demanded democracy. [size=no report]",0,1617737280,MMR -7802052,104,MMR14482,14482,28-Mar-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shwe Phee Myay News Agency,Subnational,"On 28 March 2021, in Man Hsar village (Namtu Township, Kyaukme District, Shan State), the RCSS allegedly abducted two villagers at night. The RCSS denied the abduction of two villagers. The reason for abduction was not known. The whereabouts of two detained villagers were not known.",0,1618480448,MMR -7801803,104,MMR14494,14494,28-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1,1618480449,MMR -7801819,104,MMR14467,14467,28-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Ku Lar Kone,20.3442,94.6829,1,Democratic Voice of Burma,National,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1,1617737280,MMR -7814625,104,MMR14471,14471,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA,International,"On 28 March 2021, in Mandalay city (Mandalay Region), locals with two protest column - Myat Taung and Phayar Protest Columns - held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618442039,MMR -7801849,104,MMR14487,14487,28-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Pha War,25.6824,96.3253,1,Kachin News Group,Subnational,"On 28 March 2021, in Pha War village in Lone Khin village track (Hpakant Township, Mohnyin District, Kachin State), the KIA attacked a police station in the village. There were about 30 police officers in the village police station. Two police out of about 30 police officers ran away. All of the other police officers reportedly died at the scene. Fatalities coded as 28.",28,1617737280,MMR -7802105,104,MMR14461,14461,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,VOA,International,"On 28 March 2021, in Hsipaw township (Kayukme district, Shan state), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480455,MMR -7802106,104,MMR14468,14468,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kyunhla,Kyunhla,23.3532,95.3246,1,VOA,International,"On 28 March 2021, in Kyunhla town (Kyunhla township, Kanbula District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617737281,MMR -7802107,104,MMR14472,14472,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Mawlaik,Mawlaik,Mawlaik,23.6351,94.412,1,VOA,International,"On 28 March 2021, in Mawlaik town (Mawlaik Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618480456,MMR -7802108,104,MMR14452,14452,28-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA,International,"On 28 March 2021, in Bago city (Bago region, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618480456,MMR -7801853,104,MMR14474,14474,28-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachin News Group,Subnational,"On 28 March 2021, in Momauk township (Bhamo District, Kachin State), the Myanmar military fired 120 MM mortars at the KIA battalion-15 and battalion-17 positions of the KIA brigade-3.",0,1617737280,MMR -7801600,104,MMR14383,14383,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Assistance Association for Political Prisoners; Myanmar Now,National,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1,1618480457,MMR -7801601,104,MMR14385,14385,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Hopin,24.9918,96.5302,1,Assistance Association for Political Prisoners; Kachin News Group; Democratic Voice of Burma,Subnational-National,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1,1617737278,MMR -7801602,104,MMR14388,14388,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group; Assistance Association for Political Prisoners,Subnational-National,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1,1617737278,MMR -7801603,104,MMR14389,14389,27-Mar-21,2021,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Democratic Voice of Burma; Karen Information Center News; Myanmar Now,Subnational-National,"On 27 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired at KNU brigade-5 base with two fighter jets. The Myanmar military carried the airstrike after the KNU brigade-5 attacked the Myanmar military and seized its camp on the same day. The airstrike lasted five hours, started from 7 PM until 2:00 AM. A house was burned down. 7 others were injured. The DVB reported 3 fatalities, and Myanmar Now reported 6 fatalities.",3,1617737278,MMR -7801604,104,MMR14390,14390,27-Mar-21,2021,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Myanmar Now; Democratic Voice of Burma; Karen Information Center News,Subnational-National,"On 27 March 2021, in Thee Mu Hta along the Myanmar-Thai border in Hpapun township (Hpapun District, Kayin State), the KNU brigade-5 attacked the Myanmar military LIB-349 base. Ten Myanmar military soldiers died, and eight were captured by the KNU. One KNU soldier died and another one was also injured. Fatalities coded as 11, including a KNU soldier.",11,1617737278,MMR -7801605,104,MMR14392,14392,27-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Hpayargyi,17.4754,96.5265,1,Democratic Voice of Burma; Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1,1618480457,MMR -7801861,104,MMR14387,14387,27-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 27 March 2021, in Hpa-an town (Hpa-an township, Hpa-an District, Kayin State), an unknown armed group attacked Taxation Office with a hand-made bomb. Casualties unknown.",0,1618480457,MMR -7801606,104,MMR14393,14393,27-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma; Assistance Association for Political Prisoners; VOA,National-International,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5,1618480457,MMR -7801607,104,MMR14395,14395,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5,1617737278,MMR -7801608,104,MMR14397,14397,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency; Democratic Voice of Burma,Subnational-National,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0,1618480458,MMR -7801609,104,MMR14398,14398,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2,1617737278,MMR -7801865,104,MMR14391,14391,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,3,Karen Information Center News,Subnational,"On 27 March 2021, in KNU-controlled area in Kayin state (coded to Hpapun), at least 200 KNU leaders along with villagers and locals held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 200]",0,1617737280,MMR -7801610,104,MMR14401,14401,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Assistance Association for Political Prisoners; Democratic Voice of Burma; Myanmar Now,National,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2,1617737278,MMR -7801611,104,MMR14404,14404,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4,1618480458,MMR -7801613,104,MMR14407,14407,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,VOA; Democratic Voice of Burma; Assistance Association for Political Prisoners,National-International,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2,1617737278,MMR -7801614,104,MMR14408,14408,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Assistance Association for Political Prisoners; Myanmar Pressphoto Agency; Myanmar Labour News,National,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3,1618480458,MMR -7801615,104,MMR14409,14409,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4,1617737278,MMR -7801616,104,MMR14411,14411,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1,1618480459,MMR -7801617,104,MMR14412,14412,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Assistance Association for Political Prisoners; VOA,National-International,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2,1618480459,MMR -7801618,104,MMR14413,14413,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1,1618480459,MMR -7801619,104,MMR14414,14414,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Labour News; Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4,1617737278,MMR -7801620,104,MMR14415,14415,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,VOA; Democratic Voice of Burma,National-International,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0,1617737278,MMR -7801621,104,MMR14416,14416,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3,1618480460,MMR -7801622,104,MMR14417,14417,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5,1617737278,MMR -7801623,104,MMR14424,14424,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,1,Assistance Association for Political Prisoners; Myanmar Now,National,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2,1617737278,MMR -7801624,104,MMR14425,14425,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Assistance Association for Political Prisoners; VOA,National-International,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3,1617737278,MMR -7801625,104,MMR14427,14427,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5,1617737278,MMR -7801626,104,MMR14428,14428,27-Mar-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),Former Military Forces of Myanmar (2021-),3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Human Rights Foundation of Monland; Karen Information Center News,Other-Subnational,"On 27 March 2021, in Payathonzu village (Kyainseikgyi Township, Kawkareik District, Kachin State), at night, a protest leader was shot and wounded by a former Myanmar military soldier with a hunting gun. The protest leader was hospitalized.",0,1617737278,MMR -7801627,104,MMR14429,14429,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1,1618480462,MMR -7801628,104,MMR14430,14430,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Pwintbyu,20.3633,94.6693,2,Assistance Association for Political Prisoners; Democratic Voice of Burma; Myanmar Now,National,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1,1617737278,MMR -7801630,104,MMR14432,14432,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7,1618480462,MMR -7801631,104,MMR14433,14433,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma; Assistance Association for Political Prisoners; Myanmar Now,National,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2,1617737278,MMR -7801632,104,MMR14434,14434,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Assistance Association for Political Prisoners; VOA; Myanmar Now,National-International,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1,1618480462,MMR -7801633,104,MMR14435,14435,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4,1617737278,MMR -7801634,104,MMR14438,14438,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Sintgaing,21.7398,96.1302,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1,1617737278,MMR -7801635,104,MMR14444,14444,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,VOA; Assistance Association for Political Prisoners; Democratic Voice of Burma,National-International,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4,1618480463,MMR -7801636,104,MMR14446,14446,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Democratic Voice of Burma; Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1,1618480463,MMR -7801637,104,MMR14447,14447,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2,1617737278,MMR -7801638,104,MMR14449,14449,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1,1617737278,MMR -7801902,104,MMR14436,14436,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Labour News,National,"On 27 March 2021, in Shwepyithar township (Yangon-north District, Yangon region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480464,MMR -7801905,104,MMR14402,14402,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Labour News,National,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0,1618480465,MMR -7801907,104,MMR14426,14426,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Pale,21.9341,94.8748,2,Myanmar Labour News,National,"On 27 March 2021, in Pale township, Sagaing Region, hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617737280,MMR -7801911,104,MMR14396,14396,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Myanmar Labour News,National,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0,1618480465,MMR -7801913,104,MMR14384,14384,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0,1618480465,MMR -7801914,104,MMR14410,14410,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 27 March 2021, Mingaladon township (Yangon-North District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480466,MMR -7801938,104,MMR14445,14445,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Pressphoto Agency,National,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0,1618480467,MMR -7801939,104,MMR14442,14442,27-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Myanmar Pressphoto Agency,National,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0,1618480467,MMR -7801949,104,MMR14376,14376,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-East,Dagon Myothit (East),16.9128,96.2132,2,Myanmar Pressphoto Agency,National,"On 27 March 2021, in Dagon Myothit (East) township (Yangon-East District, Yangon region), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480468,MMR -7801998,104,MMR14372,14372,27-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,2,Radio Free Asia,Regional,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1,1617737280,MMR -7801755,104,MMR14386,14386,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Hpa Do,18.0373,96.5543,1,Democratic Voice of Burma,National,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1,1618480478,MMR -7801757,104,MMR14399,14399,27-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Democratic Voice of Burma,National,"On 27 March 2021, near Sa Lat village in Kyaukkyi township (Taungoo District, Bago Region), the Myanmar military launched a military operation against the KNU. Afterwards, the military and KNU clashed with both small and heavy weapons. About 30 Myanmar military soldiers were reportedly killed.",30,1618480478,MMR -7802022,104,MMR14440,14440,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News,Subnational,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0,1618480479,MMR -7801767,104,MMR14405,14405,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Madaya,Madaya,22.2104,96.1064,1,Democratic Voice of Burma,National,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2,1618480479,MMR -7802031,104,MMR14400,14400,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 27 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), a protest was held against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480480,MMR -7802038,104,MMR14423,14423,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 27 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480481,MMR -7801793,104,MMR14418,14418,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0,1617737280,MMR -7802059,104,MMR14421,14421,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0,1618480484,MMR -7802061,104,MMR14422,14422,27-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 27 March 2021, in Namhsan township (Kyaukme District, Shan State), a protest was held against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480484,MMR -7801822,104,MMR14373,14373,27-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2021-) State Administration Council,7,37,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Eleven Media Group,National,"On 27 March 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), an unknown person with a car threw a hand grenade into the compound of the former Ministry of Home Affair office. The explosion damaged the office building.",0,1618480487,MMR -7801823,104,MMR14443,14443,27-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Eleven Media Group,National,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0,1618480487,MMR -7801825,104,MMR14437,14437,27-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Si Pein,24.4437,96.1794,2,Eleven Media Group,National,"On 27 March 2021, near Si Pein village (Indaw Township, Katha District, Sagaing Region), an unknown armed group attacked a bridge connecting Sagaing region and Kachin State with a landmine. The explosion damaged the bridge a little, however, cars can still pass through it.",0,1617737280,MMR -7801826,104,MMR14403,14403,27-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Eleven Media Group,National,"On 27 March 2021, at Oe Bo Ward in Kyeemyindaing township (Yangon (West) District, Yangon Region), an unknown person passed through a police station with a Mark II car and threw two grenades into the police station compound. The explosion damaged the police double cab car.",0,1618480488,MMR -7801835,104,MMR14441,14441,27-Mar-21,2021,1,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Irrawaddy,National,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1,1618480491,MMR -7814636,104,MMR14406,14406,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Assistance Association for Political Prisoners; Myanmar Now; Democratic Voice of Burma; VOA,National-International,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32,1618442039,MMR -7801846,104,MMR14420,14420,27-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Nam Ya,25.6182,96.5813,2,Kachin News Group,Subnational,"On 27 March 2021, in Hpakant Township (Mohnyin District, Kachin State), the Nam Ya-based Myanmar military LIB-12 fired artillery shells towards the KIA battalion-44 of brigade-9 position. Casualties unknown.",0,1617737280,MMR -7801593,104,MMR14374,14374,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma; Kachin News Group; Kachinland News,Subnational-National,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2,1617737278,MMR -7801594,104,MMR14377,14377,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2,1618480492,MMR -7801595,104,MMR14378,14378,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1,1618480492,MMR -7801597,104,MMR14380,14380,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Daik-U,Daik-U,17.7896,96.6696,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2,1618480493,MMR -7801598,104,MMR14381,14381,27-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma; Irrawaddy; Myanmar Now; Assistance Association for Political Prisoners,National,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1,1617737278,MMR -7802110,104,MMR14448,14448,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,VOA,International,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1,1618480493,MMR -7801599,104,MMR14382,14382,27-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1,1617737278,MMR -7801855,104,MMR14419,14419,27-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Kachin News Group,Subnational,"On 27 March 2021, in Kachin State (coded as Myitkyina), Hka Yar Taung-based Myanmar military fired 120 MM towards KIA positions four times. Casualties unknown.",0,1617737280,MMR -7801864,104,MMR14362,14362,26-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kawt Nwet,15.9905,98.3578,1,Karen Information Center News,Subnational,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0,1617737280,MMR -7787534,104,MMR14344,14344,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 26 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), around 800 yogis (Buddhist lay people who are ascetics) held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=around 800]",0,1617127242,MMR -7787540,104,MMR14340,14340,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 26 March 2021, in Kyauktada township (Yangon-west District, Yangon Region), locals held a protest march near Sule Pagoda against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480496,MMR -7787544,104,MMR14346,14346,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 26 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals gathered for a funeral procession march for two men who were killed during a protest in front of a police station to demand the release of detained protesters. They held up the three-finger salute during the procession. While police did not intervene, they reportedly threatened to shoot at those gathering for the funeral. [size=no report]",0,1617127242,MMR -7787548,104,MMR14351,14351,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 26 March 2021, in Sagaing town (Sagaing region), more than 200 people, including students, monks, and nuns, held a march against the Myanmar military coup and in support of the civil disobedience movement. They chanted slogans at the Sagaing Hills Pagoda. [size=more than 200]",0,1617127242,MMR -7787617,104,MMR14337,14337,26-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0,1618480505,MMR -7787374,104,MMR14349,14349,26-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Myanmar Now; VOA; Assistance Association for Political Prisoners; Democratic Voice of Burma; AFP; Irrawaddy,National-International,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6,1617127241,MMR -7787640,104,MMR14338,14338,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News,National,"On 26 March 2021, in Insein township (Yangon-West district, Yangon Region), members of the Federation of General Workers Myanmar held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480509,MMR -7787641,104,MMR14353,14353,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Ayadaw,Wet Khe,22.3388,95.553,1,Myanmar Labour News,National,"On 26 March 2021, in Wet Khe village, Ayadaw town (Monywa District, Sagaing Region), at night, locals held a candlelight protest at a Buddhist temple against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787647,104,MMR14335,14335,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 26 March 2021, in Hlaingthayar township (Yangon-North District, Yangon region), at dawn, residents held a motorcade rally against the Myanmar military coup and in support of the civil disobedience movement. Residents also held a people-less protest. [size=no report]",0,1618480509,MMR -7801743,104,MMR14367,14367,26-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0,1617737279,MMR -7787680,104,MMR14343,14343,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Pressphoto Agency,National,"On 26 March 2021, in Mayangone township (Yangon-West district, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480513,MMR -7801781,104,MMR14364,14364,26-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0,1617737280,MMR -7801807,104,MMR14368,14368,26-Mar-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Democratic Voice of Burma,National,"On 26 March 2021, in Seik Mu village (Hpakant Township, Mohnyin District, Kachin State), an unknown armed group ambushed and attacked three police trucks with either a heavy weapons, landmines or bombs, and gunfire. One police officer was injured.",0,1617737280,MMR -7787744,104,MMR14350,14350,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 26 March 2021, in Myo Thit village, Namhsan township (coded as Namhsan) (Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480525,MMR -7801827,104,MMR14370,14370,26-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,2,Free Burma Rangers,Other,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0,1617737280,MMR -7801590,104,MMR14332,14332,26-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Dala,Dala,16.7586,96.143,2,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6,1618483395,MMR -7801591,104,MMR14360,14360,26-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,VOA; Assistance Association for Political Prisoners,National-International,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1,1618480529,MMR -7801592,104,MMR14369,14369,26-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,VOA; Assistance Association for Political Prisoners,National-International,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0,1617737278,MMR -7801848,104,MMR14366,14366,26-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Kachin News Group,Subnational,"On 26 March 2021, in Kachin State (coded as Myitkyina), the San Kan-based Myanmar military IB-276 fired 60-MM mortars towards the Hka Yaw Gawng camp of the KIA battalion-15 of brigade-3. Casualties unknown.",0,1617737280,MMR -7787514,104,MMR14333,14333,26-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Dala,Dala,16.7586,96.143,2,Democratic Voice of Burma,National,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0,1618480529,MMR -7787517,104,MMR14348,14348,26-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 26 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1617127242,MMR -7801854,104,MMR14361,14361,26-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachin News Group,Subnational,"On 26 March 2021, in Injangyang township (Myitkyina District, Kachin State), the Gway Htaw-based Myanmar military IB-276 fired 60-MM mortars three times at the KIA battalion-3 of brigade-1 position. Casualties unknown.",0,1617737280,MMR -7814658,104,MMR14295,14295,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Twitter; Democratic Voice of Burma,New media-National,"On 25 March 2021, in Mandalay City (Mandalay Region), hundreds of doctors, pharmacists, nurses and other health workers, as well as students affiliated with ABFSU held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618442040,MMR -7787523,104,MMR14318,14318,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,1,Democratic Voice of Burma,National,"On 25 March 2021, in Tabayin town (Tabayin township, Shwebo District, Sagaing region), thousands of locals gathered and held a spiritual strike against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1617127242,MMR -7787529,104,MMR14307,14307,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 25 March 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1617127242,MMR -7787532,104,MMR14300,14300,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at least 1800 people with 400 motorbikes held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 1800]",0,1617127242,MMR -7787794,104,MMR14296,14296,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,VOA,International,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0,1617127242,MMR -7787797,104,MMR14285,14285,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0,1617127242,MMR -7787543,104,MMR14303,14303,25-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0,1617127242,MMR -7787545,104,MMR14309,14309,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 25 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), people including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787802,104,MMR14320,14320,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA,International,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0,1618480533,MMR -7787806,104,MMR14298,14298,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,VOA,International,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0,1618480533,MMR -7787559,104,MMR14301,14301,25-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0,1617127242,MMR -7787566,104,MMR14299,14299,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 25 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480536,MMR -7787595,104,MMR14306,14306,25-Mar-21,2021,2,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Irrawaddy,National,"Around 25 March 2021 (as reported), in Monywa town (Monywa Township, Monywa District, Sagaing Region), unknown assailants beat two police officers to death. The police officers' bodies were found at the Sarkyin Cemetery compound on 25 March.",2,1617127242,MMR -7787602,104,MMR14317,14317,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Kachin News Group,Subnational,"On 25 March 2021, in Seik Mu village (Hpakant Township, Mohnyin District, Kachin State), locals held a protest march against the Myanmar military coup. Protesters chanted anti-coup slogans and carried a signboard with the sentence 'we need KIA to protect people' [size=no report]",0,1617127242,MMR -7787609,104,MMR14294,14294,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Lone Khin,25.6564,96.3568,1,Kachin News Group,Subnational,"On 25 March 2021, in Lone Khin village (Hpakant Township, Mohnyin District, Kachin State), locals marched from Lone Khin through Ma Zut Yan, San Khar and Sai Yar Ywar Thit villages in protest against the Myanmar military coup. Protesters chanted anti-coup slogans and carried a signboard with the sentence 'we need KIA to protect people'. [size=no report]",0,1617127242,MMR -7787355,104,MMR14282,14282,25-Mar-21,2021,1,Battles,Non-state actor overtakes territory,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Network Media Group; Democratic Voice of Burma; Myanmar Now; Irrawaddy,National,"On 25 March 2021, between Myitkyina and Bhamo town (coded as Bhamo) in Bhamo Township (Bhamo District, Kachin State), the KIA battalion 30 attacked the Myanmar military base at Alum Bum strategic hill for the second day. After occupying three outposts surrounding the Myanmar military's Alaw Bum base, the KIA seized the Alaw Bum base. Some Myanmar soldiers were killed, including a battalion commander and a sergeant. Five Myanmar soldiers were also reportedly captured. The number of injuries is unknown (two fatalities split across two dates - for 24 March and 25 March).",1,1617127241,MMR -7787356,104,MMR14284,14284,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Assistance Association for Political Prisoners; Myanmar Now; Radio Free Asia,National-Regional,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2,1618480542,MMR -7787357,104,MMR14287,14287,25-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Gang Dau Yang,24.9792,97.5616,1,Network Media Group; Kachin News Group,Subnational-National,"On 25 March 2021, near Gang Dau Yang village (Waingmaw Township, Myitkyina District, Kachin State), the KIA attacked the Myanmar military column. Residents fled the village. Casualties unknown.",0,1617127241,MMR -7787358,104,MMR14289,14289,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma; Myanmar Labour News; Karen Information Center News,Subnational-National,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0,1618480542,MMR -7787359,104,MMR14291,14291,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,Assistance Association for Political Prisoners; Myanmar Now,National,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2,1617127241,MMR -7787362,104,MMR14297,14297,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma; Independent Mon News Agency,Subnational-National,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0,1617127241,MMR -7787618,104,MMR14286,14286,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Ein Du,16.7647,97.757,1,Karen Information Center News,Subnational,"On 25 March 2021, in Ein Du village located near Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The protest was held following the Myanmar police crackdown against protesters in Hpa-an town on the same day. [size=no report]",0,1618480542,MMR -7787363,104,MMR14302,14302,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3,1617127241,MMR -7787364,104,MMR14310,14310,25-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency; Network Media Group,Subnational-National,"On 25 March 2021, between Pang Hkar and Man Pang Awe Law village in Namhkan township (Muse District, Shan State), the Myanmar military engaged in intense fighting with a combined force of MNDAA and TNLA. More than 100 Awi Law villagers fled. Casualties unknown.",0,1618480543,MMR -7787365,104,MMR14315,14315,25-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Assistance Association for Political Prisoners; Myanmar Now,National,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1,1618480543,MMR -7787366,104,MMR14316,14316,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Say Yoe Khin,18.0463,96.6085,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1,1618480544,MMR -7787367,104,MMR14319,14319,25-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Assistance Association for Political Prisoners; Myanmar Now; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2,1617127241,MMR -7787368,104,MMR14322,14322,25-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Irrawaddy; Assistance Association for Political Prisoners; Democratic Voice of Burma; Myanmar Now,National,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4,1618480544,MMR -7787369,104,MMR14326,14326,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Assistance Association for Political Prisoners; Irrawaddy; Myanmar Now,National,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2,1618480545,MMR -7787370,104,MMR14327,14327,25-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,2,Kachin News Group; Network Media Group,Subnational-National,"On 25 March 2021, in Waingmaw township (Myitkyina District, Kachin State), the KIA ambushed the Myanmar military's truck coming down from Waingmaw town with a landmine. Casualties unknown.",0,1617127241,MMR -7787637,104,MMR14290,14290,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,1,Myanmar Labour News,National,"On 25 March 2021, in Insein township (Yangon-North district, Yangon Region), people including workers gathered and held a protest strike against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480547,MMR -7787642,104,MMR14283,14283,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Labour News,National,"On 25 March 2021, at Yuzana in Dagon Township (Yangon-west District, Yangon Region), people held a strike against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618482639,MMR -7787392,104,MMR14324,14324,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,AFP,International,"On 25 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618480549,MMR -7787748,104,MMR14308,14308,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 25 March 2021, in Muse town (Muse Township, Muse District, Shan State), hundreds of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618480561,MMR -7787753,104,MMR14293,14293,25-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 25 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), hundreds of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618480562,MMR -7787500,104,MMR14323,14323,25-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0,1618480563,MMR -7812607,104,MMR14305,14305,25-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0,1618336752,MMR -7787793,104,MMR14272,14272,24-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,VOA,International,"On 24 March 2021, between Pang Hkar and Man Pang Awe Law village in Namhkan township (Muse District, Shan State), the Myanmar military and TNLA clashed. The Myanmar military accused the TNLA of attacking its three bases. Casualties unknown.",0,1618480568,MMR -7814675,104,MMR14281,14281,24-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Channel News Asia,International,"On 24 March 2021, in Yangon city (Yangon region), locals held candelight protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7787541,104,MMR14270,14270,24-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 24 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held a silent sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. They raised the three-finger salute during the protest. [size=no report]",0,1618480569,MMR -7787550,104,MMR14268,14268,24-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,1,Democratic Voice of Burma,National,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0,1617127242,MMR -7787557,104,MMR14266,14266,24-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0,1618480570,MMR -7787558,104,MMR14271,14271,24-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 24 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), over 1,000 locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=over 1,000]",0,1617127242,MMR -7787601,104,MMR14264,14264,24-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Dawthponeyan,24.6139,97.4612,2,Kachin News Group,Subnational,"On 24 March 2021, near Dawthponeyan town (Momauk Township, Bhamo District, Kachin State), the KIA attacked a Myanmar military base located between Maing Jar Yang and Laiza. The KIA said that its troops attacked the Myanmar military base because the Myanmar military fired artillery shelling targeting KIA's bases in the last 2-3 days. Casualties unknown.",0,1617127242,MMR -7787349,104,MMR14261,14261,24-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Myanmar Now; Irrawaddy; Network Media Group; Democratic Voice of Burma,National,"On 24 March 2021, between Myitkyina and Bhamo town (coded as Bhamo) in Bhamo Township (Bhamo District, Kachin State), the KIA battalion 30 attacked the Myanmar military base at Alum Bum strategic hill. Some Myanmar soldiers were killed, including a battalion commander and a sergeant. Five Myanmar soldiers were also reportedly captured. The number of injuries is unknown (two fatalities split across two days - for 24 March and 25 March).",1,1617127241,MMR -7787605,104,MMR14262,14262,24-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Students (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Kachin News Group,Subnational,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0,1617127242,MMR -7787350,104,MMR14263,14263,24-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Assistance Association for Political Prisoners; Myanmar Now,National,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1,1617127241,MMR -7787351,104,MMR14269,14269,24-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Radio Free Asia; Assistance Association for Political Prisoners,National-Regional,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1,1617127241,MMR -7787354,104,MMR14276,14276,24-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pang Kut,22.9282,97.3834,2,Shwe Phee Myay News Agency; Network Media Group,Subnational-National,"On 24 March 2021, around Pang Kut village in Pang Hsawt village tract (Namtu Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. Casualties on the sides of RCSS and TNLA were unknown. However, two shells fell in the Pang Kut village, injuring 6 civilians, including a Buddhist monk.",0,1618480578,MMR -7787624,104,MMR14260,14260,24-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,An Kaung,16.461,98.218,1,Karen Information Center News,Subnational,"On 24 March 2021, in An Kaung village (Kawkareik township, Kawkareik District, Kayin State), over 1,000 locals, including teachers, ethnic Pa-Oh people, and people from the surrounding villages, marched in protest against the military coup and in support of the civil disobedience movement. KNU forces marched alongside to provide security. [size=over 1,000] [armed presence]",0,1617127242,MMR -7787402,104,MMR14279,14279,24-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Channel News Asia,International,"On 24 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a candelight protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7802017,104,MMR14358,14358,24-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nyaung Mawng,22.7875,96.8089,1,Shan Herald Agency for News,Subnational,"On 24 March 2021, in Nyaung Mawng village (Kyaukme Township, Kyaukme District, Shan State), the RCSS clashed with the combined forces of SSPP and TNLA. A shell hit a house in the village which killed a man and wounded two other villagers.",1,1618480586,MMR -7787726,104,MMR14273,14273,24-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Nar Ma Hkaw,22.3966,97.405,2,Shan Herald Agency for News,Subnational,"On 24 March 2021, near Nar Ma Hkaw village (Hsipaw Township, Kyaukme District, Shan State), the RCSS and SSPP clashed. The shelling destroyed two civilian houses. Villagers fled to Hsipaw town.",0,1618480593,MMR -7787521,104,MMR14234,14234,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Khin-U,Khin-U,22.7744,95.698,2,Democratic Voice of Burma,National,"On 23 March 2021, in Khin-U township (Shwebo district, Sagaing Region), tens of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1617127242,MMR -7787526,104,MMR14254,14254,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Pazundaung,Pazundaung,16.7796,96.1744,2,Democratic Voice of Burma,National,"On 23 March 2021, in Pazundaung township (Yangon-East district, Yangon Region), at least 40 people held a kneeling campaign protest against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 40]",0,1618480601,MMR -7787533,104,MMR14233,14233,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 23 March 2021, in Insein township (Yangon-North district, Yangon Region), students and youth held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480602,MMR -7787535,104,MMR14230,14230,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 23 March 2021, in Hlaing township (Yangon-West District, Yangon Region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480602,MMR -7787792,104,MMR14225,14225,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Chone (New),22.7902,96.9291,2,VOA,International,"On 23 March 2021, near Chone (New) village (Kyaukme Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. Casualties unknown.",0,1618480602,MMR -7814680,104,MMR14357,14357,23-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),NLD: National League for Democracy,7,17,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Radio Free Asia,Regional,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1,1618442040,MMR -7787547,104,MMR14256,14256,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 23 March 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), students and monks held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787803,104,MMR14249,14249,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nyaung Mawng,22.7875,96.8089,1,VOA,International,"On 23 March 2021, in Nyaung Mawng village in Tawt Sang village tract (Kyaukme Township, Kyaukme District, Shan State), the RCSS and TNLA clashed with both small and heavy weapons. An artillery shell fell at a civilian house. The artillery shell explosion killed one civilian and injured 3 civilians.",1,1618480604,MMR -7787549,104,MMR14259,14259,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 23 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480605,MMR -7787809,104,MMR14246,14246,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nam Man,22.6378,97.0139,2,VOA,International,"On 23 March 2021, near Nam Man village (Kyaukme Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. Casualties unknown.",0,1618480606,MMR -7787568,104,MMR14244,14244,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 23 March 2021, in Muse town (Muse Township, Muse District, Shan State), people held a poster sticker protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480608,MMR -7787585,104,MMR14240,14240,23-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Irrawaddy,National,"On 23 March 2021, near Laiza in Waingmaw Township (Myitkyina District, Kachin State), the Myanmar military shelled KIA battalion-3 base. The Myanmar military shelled from the Sa Done area. The Myanmar military's shells fell at KIA camps and two shells also fell into the China territory. The Myanmar military also shelled IDP camps. Casualties unknown.",0,1617127242,MMR -7787346,104,MMR14224,14224,23-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Irrawaddy; Myanmar Now; Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3,1617127241,MMR -7787347,104,MMR14228,14228,23-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1,1618480613,MMR -7787348,104,MMR14229,14229,23-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1,1617127241,MMR -7787643,104,MMR14257,14257,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Myanmar Labour News,National,"On 23 March 2021, in Kyauk Maung ward, Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), at least 300 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 300]",0,1618480620,MMR -7787644,104,MMR14227,14227,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Labour News,National,"On 23 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a kneeling campaign protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480621,MMR -7787648,104,MMR14223,14223,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,2,Myanmar Labour News,National,"On 23 March 2021, in Bago district (Bago region), locals held a protest at dawn against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480621,MMR -7787649,104,MMR14231,14231,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 23 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480621,MMR -7787687,104,MMR14226,14226,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-East,Dagon Myothit (East),16.9128,96.2132,2,Myanmar Pressphoto Agency,National,"On 23 March 2021, in Dagon Myothit (East) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480630,MMR -7787722,104,MMR14242,14242,23-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Journalists (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 23 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), an unknown assailant attacked the house of Chief of Editor of Pyae Madaing News agency reportedly with a handmade bomb. Two of his children were injured.",0,1618480637,MMR -7787723,104,MMR14237,14237,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 23 March 2021, near Nyaung Mawng village (Kyaukme Township, Kyaukme District, Shan State), a combined force of TNLA and SSPP clashed with the RCSS. Artillery shells fell in a village and hit a house, killing a civilian and injuring two civilians.",1,1618480637,MMR -7787725,104,MMR14235,14235,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Kone Hsar,22.2547,97.4233,2,Shan Herald Agency for News,Subnational,"On 23 March 2021, near Kone Hsar village (Hsipaw Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. Casualties unknown.",0,1618480638,MMR -7787728,104,MMR14232,14232,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 23 March 2021, in Hsipaw township (Kayukme district, Shan state), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480639,MMR -7787747,104,MMR14238,14238,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 23 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480642,MMR -7787751,104,MMR14241,14241,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 23 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480642,MMR -7787752,104,MMR14248,14248,23-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 23 March 2021, in Mat Moe village, Nam Tway village track (Namhsan Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. A Buddhist monastery was burned as it was reportedly hit by a shell. Casualties unknown.",0,1618480643,MMR -7787501,104,MMR14236,14236,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,Democratic Voice of Burma,National,"On 23 March 2021, in Kyainseikgyi town (Kyainseikgyi Township, Kawkareik District, Kayin State), people including teachers and members of indigenous community held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787504,104,MMR14247,14247,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Democratic Voice of Burma,National,"On 23 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), at least 150 people held a motorcycle march against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 150]",0,1618480644,MMR -7787519,104,MMR14243,14243,23-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 23 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787522,104,MMR14196,14196,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 22 March 2021, in Mawlamyine town (Mawlamyine, Mawlamyine District, Mon State), university students led a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787525,104,MMR14218,14218,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Democratic Voice of Burma,National,"On 22 March 2021, in Taze town, Taze township (Shwebo District Sagaing Region), hundreds of thousands of locals from various villages held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787527,104,MMR14212,14212,22-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Sa Mar,21.5593,96.0605,1,Democratic Voice of Burma,National,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0,1617127242,MMR -7787538,104,MMR14219,14219,22-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0,1618480655,MMR -7787795,104,MMR14211,14211,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Pazundaung,Pazundaung,16.7796,96.1744,2,VOA,International,"On 22 March 2021, in Pazundaung township (Yangon-East District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480655,MMR -7787801,104,MMR14213,14213,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA,International,"On 22 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480656,MMR -7787805,104,MMR14176,14176,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,VOA,International,"On 22 March 2021, in Hlaingthayar township (Yangon-North District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480656,MMR -7787552,104,MMR14222,14222,22-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0,1617127242,MMR -7814690,104,MMR14193,14193,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,AFP; VOA,International,"On 22 March 2021, in Mandalay City (Mandalay Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Doctors and monks also staged people-less protesta by lining up placards on the street. [size=no report]",0,1618442040,MMR -7787810,104,MMR14180,14180,22-Mar-21,2021,2,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA,International,"Around 22 March 2021 (as reported), around Lel Mu Pa Law in Hpapun township (Hpapun District, Kayin State), the Myanmar military and KNU clashed. The clashes reportedly happened almost everyday in Hpapun township. Several villagers have been displaced by the fighting. Casualties unknown.",0,1617127242,MMR -7814691,104,MMR14194,14194,22-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8,1618442040,MMR -7787813,104,MMR14183,14183,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA,International,"On 22 March 2021, in Kamayut township (Yangon-West District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480657,MMR -7787818,104,MMR14220,14220,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,VOA,International,"On 22 March 2021, in Thingangyun township (Yangon-East District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480658,MMR -7787563,104,MMR14184,14184,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Kawt Hlaik,16.7965,97.6229,1,Democratic Voice of Burma,National,"On 22 March 2021, in Kawt Hlaik village, Hpa-an Township (Hpa-an district, Kayin state), locals including G-Z youths held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480658,MMR -7787565,104,MMR14221,14221,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Tigyaing,Tigyaing,23.7542,96.1494,1,Democratic Voice of Burma,National,"On 22 March 2021, in Tigyaing town, Tigyaing township (Katha District, Sagaing Region), striking teachers protested in front of a high school against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787583,104,MMR14190,14190,22-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Irrawaddy,National,"On 22 March 2021, near Laiza town in Waingmaw Township (Myitkyina District, Kachin State), the Myanmar military attacked the KIA's Hpalap Bum camp with both small and heavy weapons. The military also attacked the entrance and exit roads of Laiza. Casualties unknown.",0,1617127242,MMR -7787337,104,MMR14171,14171,22-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Health Workers (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Myanmar Now; Irrawaddy; Eleven Media Group; Assistance Association for Political Prisoners,National,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5,1617127241,MMR -7787339,104,MMR14174,14174,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma; Myanmar Now,National,"On 22 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), NLD youth members held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787340,104,MMR14192,14192,22-Mar-21,2021,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Eleven Media Group; Radio Free Asia,National-Regional,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), two unidentified men with a motorcycle threw a handmade bomb inside the Police Chief Office compound. A motorcycle was damaged. No one was injured.",0,1618480661,MMR -7787343,104,MMR14198,14198,22-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0,1617127241,MMR -7787345,104,MMR14208,14208,22-Mar-21,2021,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2021-); Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Nyaung Myint,20.8257,95.9322,2,Democratic Voice of Burma; Irrawaddy,National,"Around 22 March 2021 (as reported), at Mile 307/1 on the Yangon-Mandalay Old Road near Nyaung Myint village, Meiktila township (Meiktila District, Mandalay Region), a local police sergeant and a forest ranger were killed for reasons unknown. They were found with stab wounds and bruises on the side of the road. The police officer was identified as such only after his body was taken to the morgue (and assumed to be off-duty at the time of the incident).",2,1617127241,MMR -7787610,104,MMR14210,14210,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Karen Information Center News,Subnational,"On 22 March 2021, in Payathonzu town (Kyainseikgyi township, Kawkareik District, Kayin state), about 600 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 600]",0,1617127242,MMR -7787638,104,MMR14200,14200,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 22 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), at dawn, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480666,MMR -7787645,104,MMR14217,14217,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Myanmar Labour News,National,"On 22 March 2021, in Kyauk Maung ward, Tamwe town, Tamwe township (Yangon-East district, Yangon Region), at dawn, around 60 locals held a march to protest against the Myanmar military coup and in support of the civil disobedience movement. In the evening, university student unions also rallied and recited poems to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=around 60]",0,1618480667,MMR -7787666,104,MMR14172,14172,22-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,1,Myanmar Now,National,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0,1618480670,MMR -7787679,104,MMR14168,14168,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,2,Myanmar Pressphoto Agency,National,"On 22 March 2021, near Aunglan town (Thayet district, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787684,104,MMR14197,14197,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Pressphoto Agency,National,"On 22 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480674,MMR -7787708,104,MMR14201,14201,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 22 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1617127242,MMR -7787710,104,MMR14189,14189,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 22 March 2021, in downtown Yangon (coded as Kyauktada) (Yangon-west District, Yangon Region), protesters drove around Sule Pagoda and downtown Yangon to protest against the Myanmar military coup and in support of the civil disobedience movement. They raised the three-finger salute during the protest. [size=no report]",0,1618480678,MMR -7787712,104,MMR14175,14175,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia,Regional,"On 22 March 2021, in Hlaing township (Yangon-west District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. They release red balloons with placards stating 'R2P' (or Responsibility to Protect, referring to the political commitment endorsed by UN Member States) into the sky. Protesters stated that they aim to raise awareness about the oppression of the Myanmar military. [size=no report]",0,1618480678,MMR -7812812,104,MMR14186,14186,22-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Kyangin,Kyangin,18.3404,95.2391,1,Radio Free Asia,Regional,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0,1618336753,MMR -7787729,104,MMR14185,14185,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), about 200 locals from various ethnicities held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 200]",0,1618480680,MMR -7787732,104,MMR14188,14188,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480681,MMR -7787738,104,MMR14182,14182,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. People also held a people-less protest aby placing placards on a street.[size=no report]",0,1618480682,MMR -7787739,104,MMR14204,14204,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in the North Namhkan town, Namhkan township (Muse district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480682,MMR -7787740,104,MMR14215,14215,22-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Sun Long,22.6309,97.3748,2,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, near Sun Long village (Hsipaw Township, Kyaukme District, Shan State), the RCSS and TNLA clashed. Nearly 100 villagers fled the village. Casualties unknown.",0,1618480682,MMR -7787742,104,MMR14195,14195,22-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, near Tar Pang and Kyu Pant village in Manton township (Kyaukme District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618480683,MMR -7787745,104,MMR14202,14202,22-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, near Kyu Koke Pang Hseng village in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed with both small and heavy weapons. An artillery shell explosion injured two IDPs who went to a farm to cut sugar cane.",0,1618480684,MMR -7787746,104,MMR14191,14191,22-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0,1618480684,MMR -7787755,104,MMR14206,14206,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shwe Phee Myay News Agency,Subnational,"On 22 March 2021, in Nawnghkio Township (Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480685,MMR -7801588,104,MMR14187,14187,22-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Network Media Group; Irrawaddy,National,"On 22 March 2021, on Saw Mee Lu-Kyaukkyi road in Kyaukkyi Township (Taungoo District, Bago Region), the KNU brigade-3 ambushed the Myanmar military with a landmine. Two Myanmar military trucks were hit by a landmine. Casualties unknown.",0,1618480686,MMR -7801589,104,MMR14205,14205,22-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Myanmar Now; VOA,National-International,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0,1617737278,MMR -7787511,104,MMR14169,14169,22-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 22 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480687,MMR -7787516,104,MMR14178,14178,22-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Democratic Voice of Burma,National,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0,1617127242,MMR -7787520,104,MMR14151,14151,21-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Pyapon,Pyapon,16.2854,95.6788,1,Democratic Voice of Burma,National,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0,1617127242,MMR -7812616,104,MMR14115,14115,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Democratic Voice of Burma,National,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3,1618336752,MMR -7787537,104,MMR14113,14113,21-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0,1618480689,MMR -7787796,104,MMR14121,14121,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,VOA,International,"On 21 March 2021, in Hlaing township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480690,MMR -7787798,104,MMR14167,14167,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,VOA,International,"On 21 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480690,MMR -7787811,104,MMR14159,14159,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA,International,"On 21 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480691,MMR -7787815,104,MMR14127,14127,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,VOA,International,"On 21 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480692,MMR -7814697,104,MMR14135,14135,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA,International,"On 21 March 2021, in Mandalay city (Mandalay district, Mandalay region), hundreds of health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618442040,MMR -7787817,104,MMR14155,14155,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,VOA,International,"On 21 March 2021, in Sagaing township area (Sagaing district, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7814701,104,MMR14147,14147,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Myanmar Now,National,"On 21 March 2021, in Nay Pyi Taw City, people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7814702,104,MMR14136,14136,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 21 March 2021, in Mandalay city (Mandalay region), about 100 health workers, nurses and medical students held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=about 100]",0,1618442040,MMR -7787571,104,MMR14124,14124,21-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Eleven Media Group,National,"On 21 March 2021, near Kan See Sai Yar (Hpakant Township, Mohnyin District, Kachin State), the Myanmar military fired artillery shells twice. Casualties unknown.",0,1617127242,MMR -7787573,104,MMR14123,14123,21-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Eleven Media Group,National,"On 21 March 2021, near Ta Dar Phyu bridge in Hmaw Kawng village, Seik Mu village tract (Hpakant Township, Mohnyin District, Kachin State), a mine exploded while the Myanmar military was passing through the area. Casualties unknown.",0,1617127242,MMR -7787327,104,MMR14114,14114,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Myanmar Now; Irrawaddy; Myanmar Pressphoto Agency,National,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2,1617127241,MMR -7787328,104,MMR14116,14116,21-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Irrawaddy; Assistance Association for Political Prisoners; Myanmar Now,National,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3,1617127241,MMR -7787330,104,MMR14131,14131,21-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Kyaw,21.9274,94.3579,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1,1617127241,MMR -7787331,104,MMR14140,14140,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Assistance Association for Political Prisoners; Myanmar Now,National,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1,1618480694,MMR -7787332,104,MMR14142,14142,21-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Assistance Association for Political Prisoners; Myanmar Now; Democratic Voice of Burma; Channel News Asia,National-International,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2,1617127241,MMR -7787333,104,MMR14152,14152,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Myanmar Now; Irrawaddy,National,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3,1617127241,MMR -7787335,104,MMR14161,14161,21-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),5,Military Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Irrawaddy; Radio Free Asia,National-Regional,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0,1618480694,MMR -7787336,104,MMR14163,14163,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,VOA; AP; AFP,International,"On 21 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. People also gathered for the funeral procession of a 15-year-old boy who was shot and killed by security forces at an anti-coup demonstration on 20 March. They held up the three-finger salute during the funeral. [size=no report]",0,1618480695,MMR -7787592,104,MMR14156,14156,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Lawyers (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Irrawaddy,National,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0,1618480695,MMR -7787391,104,MMR14133,14133,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Launglon,13.9755,98.1204,1,AFP,International,"On 21 March 2021, in Launglon town (Launglon Township, Dawei District, Tanintharyi Region), locals held a motorcade rally to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787394,104,MMR14120,14120,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AFP,International,"On 21 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals including students, teachers and engineers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787650,104,MMR14148,14148,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,1,Myanmar Now,National,"On 21 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787651,104,MMR14137,14137,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Myanmar Now,National,"On 21 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787652,104,MMR14139,14139,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Now,National,"On 21 March 2021, in Minbu town (Minbu township, Minbu district, Magway region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787653,104,MMR14157,14157,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Now,National,"On 21 March 2021, in Sanchaung township (Yangon (West) district, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480703,MMR -7787654,104,MMR14145,14145,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Myanmar Now,National,"On 21 March 2021, in Namhkan town (Muse Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480703,MMR -7787655,104,MMR14129,14129,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Kamma,Kamma,19.0289,95.0959,1,Myanmar Now,National,"On 21 March 2021, in Kamma town, Kamma township (Thayet District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787656,104,MMR14144,14144,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Now,National,"On 21 March 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787658,104,MMR14138,14138,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Myanmar Now,National,"On 21 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787659,104,MMR14162,14162,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,1,Myanmar Now,National,"On 21 March 2021, in Taungtha town (Taungtha Township, Myingyan District, Mandalay Region), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787660,104,MMR14153,14153,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Myanmar Now,National,"On 21 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618480704,MMR -7787662,104,MMR14150,14150,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Myanmar Now,National,"On 21 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787665,104,MMR14165,14165,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Zay Yar Thi Ri,Wegyi,19.7535,96.2481,1,Myanmar Now,National,"On 21 March 2021, in Wegyi town, Zay Yar Thi Ri township (Oke Ta Ra District, Nay Pyi Taw), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787672,104,MMR14112,14112,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Myanmar Now,National,"On 21 March 2021, in Bagan town, Nyaung-U township (Nyaung-U District, Mandalay Region), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787673,104,MMR14149,14149,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Myanmar Now,National,"On 21 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787674,104,MMR14164,14164,21-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Myanmar Now,National,"On 21 March 2021, on a road that leads towards Kan Paik Ti village in Waingmaw township (Myitkyina District, Kachin State), KIA attacked the Myanmar military. There some casualties. The number of casualties is not known yet.",0,1617127242,MMR -7787677,104,MMR14143,14143,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Myitnge,21.8542,96.0686,2,Myanmar Now,National,"On 21 March 2021, in Myitnge township (Amarapura District, Mandalay state), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1617127242,MMR -7787678,104,MMR14117,14117,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Now,National,"On 21 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480706,MMR -7802036,104,MMR14146,14146,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Nansang,Nansang,20.8891,97.7202,1,Shwe Phee Myay News Agency,Subnational,"On 21 March 2021, in Nansang Town (Nansang Township, Loilen District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480709,MMR -7812532,104,MMR14119,14119,21-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Communal Militia (Myanmar),,4,14,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Myanmar Now; Democratic Voice of Burma,National,"On 21 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), two men in plainclothes (later identified as military soldiers) riding a motorcycle entered a neighbourhood where they were stopped by members of the neighbourhood night watch. The two men reportedly drove their motorcycle into the night watchmen. The confrontation escalated where one of the plainclothes men were beaten to death. A card on his body later identified him as a military soldier. The second soldier reportedly died of his injuries the next day.",2,1618336752,MMR -7787705,104,MMR14128,14128,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 21 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals organized five protest column in protest against the Myanmar military coup and in support of the civil disobedience movement. Locals also organized a people-less protest. [size=no report]",0,1617127242,MMR -7787715,104,MMR14118,14118,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Daung Shaung,14.193,98.1505,1,Radio Free Asia,Regional,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1,1617127242,MMR -7787735,104,MMR14125,14125,21-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Hsam Ma Hse,22.2487,96.6426,1,Shwe Phee Myay News Agency,Subnational,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0,1618480713,MMR -7787737,104,MMR14126,14126,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 21 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), people held a motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480714,MMR -7787749,104,MMR14132,14132,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 21 March 2021, in Lashio Township (Lashio District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480715,MMR -7787507,104,MMR14130,14130,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Kanbauk,14.5933,98.0256,2,Democratic Voice of Burma,National,"On 21 March 2021, in Kanbauk village (Yebyu township, Dawei District, Tanintharyi region), residents of Kanbauk held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787512,104,MMR14160,14160,21-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0,1618480718,MMR -7787515,104,MMR14166,14166,21-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 21 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), at least 1,500 people held a march against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 1,500]",0,1617127242,MMR -7787528,104,MMR14100,14100,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 20 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyerwady region), protesters lit lanterns in neighborhoods and held a rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787530,104,MMR14090,14090,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 20 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), student unions of universities held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787542,104,MMR14111,14111,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 20 March 2021, in either Yinmarbin or Salingyi township (Yinmarbin district, Sagaing Region), residents of Yinmarbin and Salingyi Township held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787800,104,MMR14092,14092,20-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,VOA,International,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1,1617127242,MMR -7787553,104,MMR14102,14102,20-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma,National,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0,1618480723,MMR -7787555,104,MMR14073,14073,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 20 March 2021, in Hlaing township (Yangon-west District, Yangon Region), protesters held a rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480723,MMR -7787556,104,MMR14093,14093,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 20 March 2021, in Muse town (Muse Township, Muse District, Shan State), protesters held a rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480724,MMR -7787814,104,MMR14103,14103,20-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,VOA,International,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1,1618480724,MMR -7787562,104,MMR14097,14097,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Democratic Voice of Burma,National,"On 20 March 2021, in Namhkan town (Muse Township, Muse District, Shan State), protesters held a rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480725,MMR -7787567,104,MMR14076,14076,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 20 March 2021, in Hpa-an town (Hpa-an township, Hpa-an district, Kayin state), youth held a motorcycle rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480725,MMR -7814704,104,MMR14099,14099,20-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,VOA,International,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0,1618442040,MMR -7814707,104,MMR14089,14089,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA; Myanmar Pressphoto Agency,National-International,"On 20 March 2021, in Mandalay city (Mandalay region), led by monks from Myat Taung Monastery, people held a protest against the Myanmar military coup and in support of the Committee for Representing Pyingdaungsu Hluttaw (CRPH). Youth also marched against the military coup. [size=no report]",0,1618442040,MMR -7787322,104,MMR14069,14069,20-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2,1618480728,MMR -7787324,104,MMR14104,14104,20-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency; Democratic Voice of Burma; Assistance Association for Political Prisoners,National,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1,1618480728,MMR -7787326,104,MMR14106,14106,20-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Myanmar Pressphoto Agency; AFP; Radio Free Asia,National-Regional,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1,1618480729,MMR -7787621,104,MMR14095,14095,20-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Karen Information Center News,Subnational,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0,1617127242,MMR -7804014,104,MMR14098,14098,20-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0,1617746752,MMR -7787636,104,MMR14086,14086,20-Mar-21,2021,2,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Labour News,National,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0,1618480744,MMR -7787390,104,MMR14071,14071,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AFP,International,"On 20 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a motorcade rally holding placards against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787396,104,MMR14094,14094,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Channel News Asia,International,"On 20 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil obedience movement. [size=no report]",0,1617127241,MMR -7787397,104,MMR14110,14110,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,Channel News Asia,International,"On 20 March 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480749,MMR -7787398,104,MMR14080,14080,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Channel News Asia,International,"On 20 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787399,104,MMR14088,14088,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,3,Channel News Asia,International,"On 20 March 2021, in northern Shan state (coded as Lashio), locals holding gas masks held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618480750,MMR -7787400,104,MMR14087,14087,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Channel News Asia,International,"On 20 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1617127241,MMR -7787403,104,MMR14096,14096,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Channel News Asia,International,"On 20 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787661,104,MMR14085,14085,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Myanmar Now,National,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, the Myanmar military one-sidedly fired gunshots in front of Bogyoke Status. Locals responded with pot-banging. [size=no report]",0,1617127242,MMR -7787664,104,MMR14067,14067,20-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,2,Myanmar Now,National,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0,1617127242,MMR -7787667,104,MMR14084,14084,20-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Myanmar Now,National,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1,1617127242,MMR -7787668,104,MMR14082,14082,20-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Myanmar Now,National,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), an unknown gunman shot the Myanmar military soldier dead. It is not known if a soldier was shot by his fellow soldier or someone else. The Myanmar military soldiers reportedly argued among themselves just before the shooting happened at the scene.",1,1617127242,MMR -7812775,104,MMR14083,14083,20-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Myanmar Now,National,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0,1618336753,MMR -7787707,104,MMR14078,14078,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 20 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787709,104,MMR14107,14107,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Yae Paw,19.2938,95.294,2,Radio Free Asia,Regional,"On 20 March 2021, on Aunglan road between San Ka Lay and Yae Paw village (Aunglan Township, Thayet District, Magway Region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787711,104,MMR14074,14074,20-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Radio Free Asia,Regional,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1,1618480765,MMR -7787713,104,MMR14101,14101,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,3,Radio Free Asia,Regional,"On 20 March 2021, in Sagaing Taung Yoe (coded as Sagaing) (Sagaing region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787719,104,MMR14091,14091,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 20 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787734,104,MMR14081,14081,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 20 March 2021, in Kyaukme Township (Kyaukme District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480772,MMR -7787736,104,MMR14077,14077,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 20 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), people held a symolic protest against the Myanmar military coup and in support of the civil disobedience movement. They submerged themselves in water and pretended to drown. [size=no report]",0,1618480773,MMR -7787505,104,MMR14109,14109,20-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0,1618480776,MMR -7787508,104,MMR14072,14072,20-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,1,Democratic Voice of Burma,National,"On 20 March 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a night to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots in the neighbourhood after the protest. [size=no report]",0,1617127242,MMR -7760901,104,MMR13939,13939,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 19 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals marched in more than one locations in the town in protest against the Myanmar military coup and in support of the civil disobedience movement. The protesters also demanded for R2P to end military rule. [size=no report]",0,1616520288,MMR -7761161,104,MMR13936,13936,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 19 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a guerilla protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480779,MMR -7787536,104,MMR14063,14063,19-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Democratic Voice of Burma,National,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1,1617127242,MMR -7760913,104,MMR13943,13943,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 19 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters leaders urged locals not to allow 'armed terrorist' to trespass into residents' wards and to fight back with any arms they have. [size=thousands]",0,1616520288,MMR -7760916,104,MMR13942,13942,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 19 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. They also organized people-less protests in more than one locations in the town. [size=no report]",0,1618480781,MMR -7761173,104,MMR13944,13944,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 19 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480781,MMR -7787569,104,MMR14066,14066,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 19 March 2021, in Ye township (Mawlamyine District, Mon State), Karen youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also called for the release of all those detained illegally. [size=no report]",0,1617127242,MMR -7787314,104,MMR13928,13928,19-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Aungpan,20.6612,96.6358,1,Eleven Media Group; Shan Herald Agency for News; Myanmar Now; Assistance Association for Political Prisoners,Subnational-National,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9,1618480785,MMR -7787315,104,MMR13952,13952,19-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Radio Free Asia; BBC News; VOA,Regional-International,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0,1618480785,MMR -7787318,104,MMR14054,14054,19-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia; Assistance Association for Political Prisoners,National-Regional,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2,1618480786,MMR -7787320,104,MMR14059,14059,19-Mar-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-) People's Militia Force,,1,13,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Irrawaddy; Eleven Media Group,National,"On 19 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), an unknown armed group attacked village administrators and people militia soldiers when they were holding a meeting. Two village administrators died at the scene. A member of the People Militia Force later died at a hospital. KNU, DKBA and BGF armed groups have their bases in Myawaddy township.",3,1617127241,MMR -7787321,104,MMR14062,14062,19-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,AFP; Democratic Voice of Burma; Assistance Association for Political Prisoners,National-International,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1,1617127241,MMR -7814724,104,MMR13938,13938,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 19 March 2021, in Mandalay city (Mandalay region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7787611,104,MMR14056,14056,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 19 March 2021, at the foot of Mount Zwekapin in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), nearly 100 young people held a prayer service to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 100]",0,1618480793,MMR -7787614,104,MMR14060,14060,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 19 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a prayer service to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787620,104,MMR14055,14055,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Karen Information Center News,Subnational,"On 19 March 2021, in Hlaingbwe town (Hlaingbwe township, Hpa-an district, Kayin State), locals held a prayer service to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480794,MMR -7804015,104,MMR14061,14061,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 19 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617746752,MMR -7761041,104,MMR13940,13940,19-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0,1618480802,MMR -7761053,104,MMR13949,13949,19-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Now,National,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0,1618480804,MMR -7761069,104,MMR13930,13930,19-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now,National,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1,1618480806,MMR -7812531,104,MMR14058,14058,19-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Shwe Phee Myay News Agency; AFP,National-International,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1,1618480807,MMR -7760841,104,MMR13931,13931,19-Mar-21,2021,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Journalists (Myanmar),7,37,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Det Khi Na Thi Ri,19.719,96.067,1,BBC News; Eleven Media Group,National-International,"On 19 March 2021, in Det Khi Na Thi Ri town, Det Khi Na Thi Ri township (Nay Pyi Taw region), ahead of a court hearing for a NLD patron, plainclothes men took away two journalists (a BBC correspondent, and a former correspondent for Mizzima) in front of the Dakhina District Court. It was not clear which party was responsible and their whereabouts.",0,1616520288,MMR -7760842,104,MMR13937,13937,19-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Myanmar Now; Assistance Association for Political Prisoners,National,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1,1616520288,MMR -7760843,104,MMR13950,13950,19-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma; Shan Herald Agency for News,Subnational-National,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0,1618480810,MMR -7761104,104,MMR13946,13946,19-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"Around 19 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), despite a recent crackdown against protesters by security forces, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480811,MMR -7761105,104,MMR13929,13929,19-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,1,Radio Free Asia,Regional,"Around 19 March 2021 (as reported), in Bilin town (Bilin Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protester request the R2P intervention to end the military dictatorship. [size=no report]",0,1616520288,MMR -7761109,104,MMR13933,13933,19-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlegu,Hlegu,17.0957,96.2206,2,Radio Free Asia,Regional,"Around 19 March 2021 (as reported), in Hlegu township (Yangon-North District, Yangon Region), despite a recent crackdown against protesters by security forces, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480812,MMR -7761117,104,MMR13934,13934,19-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Radio Free Asia,Regional,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0,1616520288,MMR -7787743,104,MMR14057,14057,19-Mar-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 19 March 2021, between Kyaukme and Namhsan township (Kyaukme District, Shan State), RCSS allegedly detained two Kyet Thay villages on their way to Kyaukme town. RCSS denied the allegation.",0,1618480814,MMR -7761127,104,MMR13941,13941,19-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Radio Free Asia,Regional,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2,1618480816,MMR -7761147,104,MMR13935,13935,19-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0,1618480819,MMR -7760895,104,MMR13953,13953,19-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 19 March 2021, in Yinmarbin town (Yinmarbin Township, Yinmarbin District, Sagaing Region), residents and people from Salingyi town gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The protesters urged to fight against the Myanmar military dictatorship with any weapon they have to fully defend their rights. [size=no report]",0,1616520288,MMR -7760899,104,MMR13916,13916,18-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Democratic Voice of Burma,National,"On 18 March 2021, in Seik Mu village (Hpakant Township. Mohnyin District, Kachin State), a bomb set by an unknown armed group exploded on the outskirts of the village. There were no casualties.",0,1616520288,MMR -7761160,104,MMR13905,13905,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 18 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. They held the protest early in the morning, in the afternoon, and evening. [size=no report]",0,1618480822,MMR -7760919,104,MMR13895,13895,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0,1616520288,MMR -7760927,104,MMR13926,13926,18-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"Around 18 March 2021 (as reported), in Yinmarbin District (Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A protester called for the formation of a Public Security Force (MPF). [size=no report]",0,1616520288,MMR -7760935,104,MMR13920,13920,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,1,Democratic Voice of Burma,National,"On 18 March 2021, in Tabayin town (Tabayin Township, Shwebo District, Sagaing Region), villagers from seven village tracks gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760944,104,MMR13914,13914,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,1,Democratic Voice of Burma,National,"On 18 March 2021, in Natmauk town (Natmauk Township, Magway District, Magway Region), thousands of people including government staff, teachers, health workers, students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1616520288,MMR -7787313,104,MMR13910,13910,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Moe Bye,19.7444,97.093,2,VOA; Eleven Media Group; Irrawaddy,National-International,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0,1618480832,MMR -7812659,104,MMR13892,13892,18-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,1,Eleven Media Group,National,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1,1618336753,MMR -7761212,104,MMR13912,13912,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,VOA,International,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0,1616520289,MMR -7761213,104,MMR13906,13906,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,VOA,International,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0,1616520289,MMR -7760958,104,MMR13899,13899,18-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Democratic Voice of Burma,National,"On 18 March 2021, in Hpakant Township (Mohnyin District, Kachin State), KIA attacked two police stations at Maw La Kin and Moe Kar villages. Casualties unknown.",0,1616520288,MMR -7761215,104,MMR13909,13909,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,VOA,International,"On 18 March 2021, in Mindat town, Mindat township (Mindat district, Chin State), locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7760961,104,MMR13913,13913,18-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Nam Hmaw,25.5556,96.246,2,Democratic Voice of Burma,National,"On 18 March 2021, near Nam Hmaw village (Hpakant Township, Mohnyin District, Kachin State), KIA attacked a police station. Casualties unknown.",0,1616520288,MMR -7760969,104,MMR13901,13901,18-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0,1618480837,MMR -7814732,104,MMR13925,13925,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 18 March 2021, in Yangon city (Yangon region), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7761239,104,MMR13911,13911,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,VOA,International,"On 18 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7761244,104,MMR13917,13917,18-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,VOA,International,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0,1618480841,MMR -7761245,104,MMR13896,13896,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,VOA,International,"On 18 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7760993,104,MMR13893,13893,18-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Baw Net Gyi,17.4706,96.4474,1,Irrawaddy,National,"On 18 March 2021, in Baw Net Gyi village (Bago Township, Bago District, Bago Region), an unknown armed group fired three MM-107 artillery shells reportedly targeting the Myanmar military base, according to the Myanmar military. However, although some residents also reportedly heard the sound of explosions, others said they hear no explosions.",0,1618480843,MMR -7804016,104,MMR14050,14050,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 18 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617746752,MMR -7761047,104,MMR13891,13891,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,Myanmar Labour News,National,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0,1618480856,MMR -7787447,104,MMR14049,14049,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 18 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787455,104,MMR14047,14047,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 18 March 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7760837,104,MMR13903,13903,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma; Irrawaddy,National,"On 18 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The crowd dispersed peacefully while military vehicles arrived. [size=no report]",0,1616520288,MMR -7760838,104,MMR13915,13915,18-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Twitter; Assistance Association for Political Prisoners,New media-National,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1,1618480868,MMR -7760839,104,MMR13919,13919,18-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,2,Myanmar Now; Democratic Voice of Burma; Irrawaddy,National,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2,1616520288,MMR -7787466,104,MMR14052,14052,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 18 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787470,104,MMR14048,14048,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 18 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761108,104,MMR13921,13921,18-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia,Regional,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0,1618480870,MMR -7761124,104,MMR13898,13898,18-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Radio Free Asia,Regional,"On 18 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), KIA attacked the Myanmar military base. About 20 Myanmar military reportedly died.",20,1616520288,MMR -7761151,104,MMR13904,13904,18-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 18 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burned the 2008 constitution. [size=no report]",0,1618480879,MMR -7761153,104,MMR13833,13833,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480879,MMR -7761157,104,MMR13863,13863,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Muse Township (Muse District, Shan State), locals held a guerilla protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480880,MMR -7761158,104,MMR13845,13845,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Lashio Township (Lashio District, Shan State), locals held a protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480880,MMR -7761159,104,MMR13865,13865,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Namhkan Township (Muse District, Shan State), locals held a guerilla protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480880,MMR -7760907,104,MMR13832,13832,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 17 March 2021, at village cemeteries in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals from the Generation Z youths held a night prayer against the Myanmar military coup and in support of the civil disobedience movement. They lit candles. [size=no report]",0,1618480881,MMR -7761163,104,MMR13866,13866,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Namhsan township (Kyaukme district, Shan state), locals held a guerilla protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480881,MMR -7760914,104,MMR13858,13858,17-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0,1618480882,MMR -7761176,104,MMR13842,13842,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0,1618480883,MMR -7761177,104,MMR13843,13843,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480883,MMR -7761179,104,MMR13868,13868,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Nawnghkio Township (Kyaukme District, Shan State), locals held a guerilla protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480884,MMR -7760938,104,MMR13880,13880,17-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Singu,Shwe Pyi,22.4481,96.0778,1,Democratic Voice of Burma,National,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1,1618480885,MMR -7760947,104,MMR13874,13874,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 17 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region) and other towns across the township, locals held several protests against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480887,MMR -7787316,104,MMR14043,14043,17-Mar-21,2021,2,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,2,Democratic Voice of Burma; Irrawaddy,National,"Around 17 March 2021 (between 15 - 19 March), near Lel Hton village (coded as Pekon) (Pekon Township, Taunggyi District, Shan State), four military soldiers were found dead for reasons unknown. The soldiers first went missing on 15 March 2021, where reports alleged that they had defected. Their bodies were found tied with ropes in a hole near Lel Hton village, with their burnt-out vehicle in a ravine, on 19 March. The KNPLF claimed that the military soldiers had drowned. This followed after heavy deployment of military troops in villages in the township on 17 March in search of the four missing soldiers.",4,1618480887,MMR -7760954,104,MMR13849,13849,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Mon Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 17 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), locals including Mon youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761211,104,MMR13879,13879,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA,International,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0,1618480887,MMR -7760959,104,MMR13840,13840,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Democratic Voice of Burma,National,"On 17 March 2021, in Kanyutkwin town (Phyu Township, Taungoo District, Bago Region), locals held a march on motorbikes and a candlelight vigil protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480888,MMR -7761217,104,MMR13859,13859,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,VOA,International,"On 17 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals held a silent protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480888,MMR -7761221,104,MMR13828,13828,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,VOA,International,"On 17 March 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7760966,104,MMR13884,13884,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested in front of the township police station to demand the release of those who were detained by security polices during demonstrations again the military coup. [size=no report]",0,1618480889,MMR -7761222,104,MMR13838,13838,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,VOA,International,"On 17 March 2021, in Kale (Kale Township, Kale District, Sagaing Region), locals held a sit-in protest and motorbikes rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7787590,104,MMR14044,14044,17-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,2,Irrawaddy,National,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0,1618480889,MMR -7761224,104,MMR13875,13875,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,VOA,International,"On 17 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480889,MMR -7761226,104,MMR13876,13876,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,VOA,International,"On 17 March 2021, in Pyinmana town (Pyinmana township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7761228,104,MMR13850,13850,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,3,VOA,International,"On 17 March 2021, in Mon State (coded to Mawlamyine), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They symbolically burned the constitution. [size=no report]",0,1616520289,MMR -7761229,104,MMR13846,13846,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,VOA,International,"On 17 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480889,MMR -7761237,104,MMR13882,13882,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA,International,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0,1618480890,MMR -7761247,104,MMR13834,13834,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,VOA,International,"On 17 March 2021, in Hsipaw township (Kayukme district, Shan state), locals held a silent protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480891,MMR -7814752,104,MMR13848,13848,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Now; Radio Free Asia,National-Regional,"On 17 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks and engineers protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7760992,104,MMR13827,13827,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Irrawaddy,National,"On 17 March 2021, in Bagan town, Nyaung-U Township (Nyaung U District, Mandalay Region), locals demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760994,104,MMR13861,13861,17-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Irrawaddy,National,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1,1616520288,MMR -7804013,104,MMR14042,14042,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 17 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617746752,MMR -7787418,104,MMR14038,14038,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 17 March 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761054,104,MMR13844,13844,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Now,National,"On 17 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480904,MMR -7761055,104,MMR13857,13857,17-Mar-21,2021,2,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Myanmar Now,National,"Around 17 March 2021 (as reported), in Mogaung township (Mohnyin District, Kachin State), the KIA attacked the Myanmar military base. Casualties unknown.",0,1616520288,MMR -7761056,104,MMR13836,13836,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Ka Paing,22.2077,94.6786,1,Myanmar Now,National,"On 17 March 2021, in Ka Paing village (Yinmarbin Township, Yinmarbin District, Sagaing Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1616520288,MMR -7761057,104,MMR13873,13873,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Pazundaung,Pazundaung,16.7796,96.1744,2,Myanmar Now,National,"On 17 March 2021, in Pazundaung township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480905,MMR -7761059,104,MMR13847,13847,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Lel Gyi,21.9701,95.7198,1,Myanmar Now,National,"On 17 March 2021, in Lel Gyi village (Sagaing Township, Sagaing District, Sagaing Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1616520288,MMR -7761062,104,MMR13870,13870,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Ngwe Thar,21.8916,95.0459,1,Myanmar Now,National,"On 17 March 2021, in Ngwe Thar village (Salingyi Township, Yinmarbin District, Sagaing Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1616520288,MMR -7761063,104,MMR13878,13878,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Myanmar Now,National,"On 17 March 2021, in Hpaung Kar village, Salingyi township (coded as Salingyi), Yinmarbin District, Sagaing Region, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761064,104,MMR13852,13852,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Now,National,"On 17 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480905,MMR -7761066,104,MMR13841,13841,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,2,Myanmar Now,National,"On 17 March 2021, in Kone Tan village and other villages around Kone Tan (Katha Township, Katha District, Sagaing Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1616520288,MMR -7761072,104,MMR13887,13887,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Now,National,"On 17 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480907,MMR -7761074,104,MMR13835,13835,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Now,National,"On 17 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480907,MMR -7761075,104,MMR13886,13886,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Myanmar Now,National,"On 17 March 2021, in Thaketa township (Yangon-East district, Yangon Region), people demonstrated the military coup and in support of the civil disobedience movement. [size=no report]",0,1618480908,MMR -7787445,104,MMR14041,14041,17-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0,1618480908,MMR -7760831,104,MMR13831,13831,17-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Assistance Association for Political Prisoners; Irrawaddy; Frontier Myanmar,National,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2,1618480910,MMR -7760832,104,MMR13837,13837,17-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Irrawaddy; Democratic Voice of Burma; Assistance Association for Political Prisoners; VOA,National-International,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4,1616520288,MMR -7760834,104,MMR13854,13854,17-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Moe Bye,19.7444,97.093,2,Shan Herald Agency for News; VOA,Subnational-International,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0,1618480910,MMR -7760835,104,MMR13885,13885,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News; Democratic Voice of Burma,Subnational-National,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0,1618480910,MMR -7787459,104,MMR14039,14039,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 17 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761101,104,MMR13867,13867,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,1,Radio Free Asia,Regional,"On 17 March 2021, in Natmauk town (Natmauk Township, Magway District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761102,104,MMR13881,13881,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0,1618480912,MMR -7787473,104,MMR14046,14046,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 17 March 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787476,104,MMR14040,14040,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 17 March 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7761130,104,MMR13888,13888,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Radio Free Asia,Regional,"On 17 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618480915,MMR -7761131,104,MMR13864,13864,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Radio Free Asia,Regional,"On 17 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761132,104,MMR13862,13862,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 17 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of people marched to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1616520288,MMR -7760877,104,MMR13830,13830,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Channel News Asia,International,"On 17 March 2021, in Demoso town, Demoso township (Loikaw District, Kayah State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760878,104,MMR13829,13829,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Channel News Asia,International,"On 17 March 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761135,104,MMR13853,13853,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Radio Free Asia,Regional,"On 17 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1616520288,MMR -7760892,104,MMR13872,13872,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 17 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761148,104,MMR13883,13883,17-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Shwe Phee Myay News Agency,Subnational,"On 17 March 2021, in Tangyan Township (Lashio District, Shan State), locals held a guerilla protest on motorbikes to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480918,MMR -7760894,104,MMR13860,13860,17-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0,1616520288,MMR -7760903,104,MMR13800,13800,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 16 March 2021, at Naung Pein village in Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), at least 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 100]",0,1618480920,MMR -7761175,104,MMR13799,13799,16-Mar-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 16 March 2021, in Man San village, between Man Tan and Man Kut in Kyaukme township (Kyaukme District, Shan State), an unknown assailant shot a Buddhist monk's car near RCSS base. His car was shot while he was driving back to the village after he had gone to a town for shopping.",0,1618480923,MMR -7760921,104,MMR13804,13804,16-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1,1616520288,MMR -7760933,104,MMR13823,13823,16-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0,1616520288,MMR -7760937,104,MMR13806,13806,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held protests to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760955,104,MMR13826,13826,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 16 March 2021, in Yinmarbin township (Yinmarbing district, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761214,104,MMR13790,13790,16-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA,International,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0,1616520289,MMR -7761218,104,MMR13817,13817,16-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA,International,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0,1618480929,MMR -7760964,104,MMR13805,13805,16-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0,1616520288,MMR -7760967,104,MMR13816,13816,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Democratic Voice of Burma,National,"On 16 March 2021, in Salingyi township (Yinmarbin district, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7814759,104,MMR13803,13803,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 16 March 2021, in Mandalay City (Mandalay region), All Burma Federation of Student Unions and Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7760999,104,MMR13814,13814,16-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,2,Irrawaddy,National,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0,1616520288,MMR -7814762,104,MMR13824,13824,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,BBC News,International,"On 16 March 2021, in Yangon City (Yangon Region), hundreds of people including medical students wearing white duty coats gathered for a funeral procession of a medical student who was killed by security forces during a demonstration on 14 March. They raised the three-finger salute as a sign of resistance to the military coup and chanted slogans during the procession. [size=hundreds]",0,1618442040,MMR -7761003,104,MMR13791,13791,16-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Irrawaddy,National,"On 16 March 2021, near Ma Li Zut village and near Gway Htaw village in (Injangyang Township, Myitkyina District, Kachin State), the Myanmar military and KIA exchanged heavy weapons. Casualties unknown.",0,1616520288,MMR -7761004,104,MMR13812,13812,16-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Myin Ka Bar,21.152,94.8634,1,Irrawaddy,National,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0,1616520288,MMR -7804017,104,MMR14037,14037,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 16 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617746752,MMR -7761014,104,MMR13793,13793,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Khonumthung News,National,"On 16 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Five protesters were arrested. It is not reported if the protesters were arrested during the protest. [size=no report]",0,1616520288,MMR -7787663,104,MMR14035,14035,16-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Myanmar Now,National,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0,1617127242,MMR -7761060,104,MMR13822,13822,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Myanmar Now,National,"On 16 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480943,MMR -7787431,104,MMR14036,14036,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 16 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7761065,104,MMR13821,13821,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Now,National,"On 16 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480944,MMR -7761073,104,MMR13782,13782,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Now,National,"On 16 March 2021, in Hlaing township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480945,MMR -7760821,104,MMR13779,13779,16-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1,1616520288,MMR -7760822,104,MMR13780,13780,16-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Assistance Association for Political Prisoners; VOA; Radio Free Asia,National-Regional,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1,1618480946,MMR -7760823,104,MMR13783,13783,16-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News; Myanmar Now,National,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6,1618480947,MMR -7760824,104,MMR13784,13784,16-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Frontier Myanmar; Radio Free Asia; AFP,National-Regional,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0,1618480947,MMR -7760826,104,MMR13796,13796,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Assistance Association for Political Prisoners; Irrawaddy; Democratic Voice of Burma,National,"On 16 March 2021, in Kanyutkwin town (Phyu Township, Taungoo District, Bago Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480948,MMR -7760827,104,MMR13797,13797,16-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),Civilians (Myanmar),1,15,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Assistance Association for Political Prisoners; Myanmar Now; Irrawaddy; AP,National-International,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1,1616520288,MMR -7760828,104,MMR13798,13798,16-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Irrawaddy; Myanmar Now,National,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0,1616520288,MMR -7760829,104,MMR13808,13808,16-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Irrawaddy; Assistance Association for Political Prisoners,National,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1,1618480948,MMR -7760830,104,MMR13815,13815,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma; Irrawaddy; Assistance Association for Political Prisoners,National,"On 16 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480949,MMR -7787469,104,MMR14034,14034,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 16 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. They chanted slogans and sang Christian hymns. [size=no report]",0,1617127241,MMR -7761107,104,MMR13788,13788,16-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Radio Free Asia,Regional,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0,1618480953,MMR -7761120,104,MMR13813,13813,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Radio Free Asia,Regional,"On 16 March 2021, in North Okkalapa township (Yangon, Yangon), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480955,MMR -7812833,104,MMR13810,13810,16-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0,1618480956,MMR -7760867,104,MMR13792,13792,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Kalaw,20.6241,96.5586,1,AP,International,"On 16 March 2021, in Kalaw town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480956,MMR -7760868,104,MMR13825,13825,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,AP,International,"On 16 March 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618480957,MMR -7760869,104,MMR13802,13802,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,AP,International,"On 16 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761129,104,MMR13794,13794,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 16 March 2021, in Kale township (Kale district, Sagaing Region), near a police station, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761140,104,MMR13820,13820,16-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0,1618480961,MMR -7760891,104,MMR13811,13811,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 16 March 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals gathered in more than one location and held protests against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760893,104,MMR13778,13778,16-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,1,Democratic Voice of Burma,National,"On 16 March 2021, in Amarapura town (Amarapura township, Mandalay District, Mandalay Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1616520288,MMR -7760897,104,MMR13752,13752,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Thabeikkyin,Kyauk Phyu,22.7688,96.0207,2,Democratic Voice of Burma,National,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0,1618488612,MMR -7761156,104,MMR13751,13751,15-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0,1618488613,MMR -7760908,104,MMR13769,13769,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 15 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488614,MMR -7760909,104,MMR13767,13767,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 15 March 2021, in some ward in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held night protests against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760910,104,MMR13745,13745,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Hta Naung Win,22.1602,95.2273,1,Democratic Voice of Burma,National,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1,1616520288,MMR -7760911,104,MMR13758,13758,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0,1618488614,MMR -7761168,104,MMR13754,13754,15-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0,1618488615,MMR -7761169,104,MMR13755,13755,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 15 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), young people held two protests against the Myanmar military coup and in support of the civil disobedience movement. They held the protests early in the morning in Kyauktaung and in the evening. There were also protests in four wards in North Lashio. [size=no report]",0,1618488615,MMR -7761172,104,MMR13763,13763,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shwe Phee Myay News Agency,Subnational,"On 15 March 2021, in Banbwe village, Nawnghkio Township (Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488615,MMR -7760924,104,MMR13770,13770,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,2,Democratic Voice of Burma,National,"On 15 March 2021, in Pyin Oo Lwin District (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They held placards. People also gathered to pray at the Aung Shwe Htee Pagoda. [size=no report]",0,1618488616,MMR -7760939,104,MMR13753,13753,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 15 March 2021, at Naung Kyaukme cemetery in Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), at least 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 100]",0,1618488619,MMR -7787587,104,MMR14032,14032,15-Mar-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,2,Irrawaddy,National,"On 15 March 2021, in Pekon township (Taunggyi District, Shan State), four Myanmar military soldiers travelling to Pekon Township were killed on the way and their car was burned. The military said that the bodies of the four soldiers tied with ropes were found in a hole near Lelhton village. A burnt-out vehicle was also found in a ravine. Four villagers have been detained and another four have been interrogated.",4,1618488622,MMR -7760971,104,MMR13775,13775,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 15 March 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), locals demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761235,104,MMR13744,13744,15-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA,International,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0,1616520289,MMR -7761001,104,MMR13746,13746,15-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Irrawaddy,National,"On 15 March 2021, near Gway Htaw and Tan Baung Yan villages in Injangyang township (Myitkyina District, Kachin State), the Myanmar military and KIA clashed. More than 200 villagers fled. Casualties unknown.",0,1616520288,MMR -7804012,104,MMR14030,14030,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Kachin News Group,Subnational,"On 15 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement .[size=no report]",0,1617746752,MMR -7814765,104,MMR13757,13757,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 15 March 2021, in Mandalay city (Mandalay Region), locals held a sit-in protest and motorbike rally against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7761009,104,MMR13776,13776,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Kachin News Group,Subnational,"On 15 March 2021, in Waingmaw town (Waingmaw township, Myitkyina District, Kachin State), young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7814774,104,MMR13756,13756,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Assistance Association for Political Prisoners; VOA,National-International,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4,1618442040,MMR -7787425,104,MMR14031,14031,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Ngalang,22.3535,93.2074,1,Chinland Guardian,Subnational,"On 15 March 2021, in Ngalang village (Thantlang Township, Hakha District, Chin State), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7760806,104,MMR13731,13731,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,1,Irrawaddy; Assistance Association for Political Prisoners; VOA,National-International,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1,1616520288,MMR -7760807,104,MMR13732,13732,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Aungpan,20.6612,96.6358,1,Shan Herald Agency for News; Assistance Association for Political Prisoners; Radio Free Asia,Subnational-National,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1,1618488639,MMR -7760808,104,MMR13733,13733,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2,1618488639,MMR -7760809,104,MMR13735,13735,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Thabeikkyin,Chaung Gyi,22.7406,96.0113,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2,1618488639,MMR -7760810,104,MMR13736,13736,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now; BBC News,National-International,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1,1618488639,MMR -7760811,104,MMR13737,13737,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,2,Democratic Voice of Burma; BBC News,National-International,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1,1618488640,MMR -7760812,104,MMR13740,13740,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Thayarwady,Gyobingauk,Gyobingauk,18.2306,95.6488,1,Assistance Association for Political Prisoners; Irrawaddy,National,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1,1618488640,MMR -7760814,104,MMR13742,13742,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Now; Irrawaddy,National,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3,1618488640,MMR -7760815,104,MMR13743,13743,15-Mar-21,2021,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2021-) People's Militia Force,Military Forces of Myanmar (2021-),1,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachin News Group; Myitkyina Journal,Subnational,"On 15 March 2021, in San Pya village (Hpakant Township, Mohnyin District, Kachin State), the KIA battalion 14 of brigade-2 attacked the people's militia base which operates under the Myanmar military LIB 297. Both sides exchanged fires with both small and heavy weapons. The Shar Du Zut village base Myanmar military LIB 297 also fired artillery shells towards the San Pya village. A shell fell in the village but didn't explode. Casualties unknown.",0,1616520288,MMR -7760816,104,MMR13750,13750,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Singu,Kan Pyo,22.6416,96.0193,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2,1618488641,MMR -7760818,104,MMR13761,13761,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Myanmar Now; Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7,1616520288,MMR -7760819,104,MMR13766,13766,15-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Singu,Nwe Yon,22.6695,96.0146,1,Assistance Association for Political Prisoners; VOA,National-International,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1,1618488641,MMR -7760820,104,MMR13768,13768,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma; Assistance Association for Political Prisoners; Irrawaddy,National,"On 15 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488641,MMR -7761084,104,MMR13748,13748,15-Mar-21,2021,2,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Network Media Group,National,"Around 15 March 2021 (as reported), in Kamaing town, Hpakant township (Mohnyin District, Kachin State), the Myanmar military LIB 381 and KIA battalion 44 of brigade 9 clashed. Casualties unknown.",0,1616520288,MMR -7787456,104,MMR14028,14028,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,2,Chinland Guardian,Subnational,"On 15 March 2021, in Hungthar village (coded as Mindat) (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787458,104,MMR14029,14029,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 15 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761103,104,MMR13777,13777,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Radio Free Asia,Regional,"On 15 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7787485,104,MMR14033,14033,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 15 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7787488,104,MMR14027,14027,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 15 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), hundreds of people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127242,MMR -7760865,104,MMR13739,13739,15-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AP,International,"On 15 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held two marches to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They also built barricades out of rocks on the main roads. [size=no report]",0,1616520288,MMR -7761121,104,MMR13765,13765,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Radio Free Asia,Regional,"On 15 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. [size=no report]",0,1618488647,MMR -7760866,104,MMR13738,13738,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,AP,International,"On 15 March 2021, around Dawei township (Dawei district, Tanintharyi Region), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. They drove through villages carrying placards. [size=no report]",0,1616520288,MMR -7761125,104,MMR13772,13772,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia,Regional,"On 15 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488648,MMR -7761128,104,MMR13749,13749,15-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0,1618488648,MMR -7760873,104,MMR13747,13747,15-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,BBC News,International,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0,1618488649,MMR -7761137,104,MMR13774,13774,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Radio Free Asia,Regional,"On 15 March 2021, in Thaketa township (Yangon-East district, Yangon Region), people demonstrated the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488650,MMR -7761138,104,MMR13773,13773,15-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Thabeikkyin,Thabeikkyin,22.88,95.97,2,Radio Free Asia,Regional,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2,1618488650,MMR -7801847,104,MMR14354,14354,15-Mar-21,2021,3,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Kachin News Group,Subnational,"Around 15 March 2021 (month of), in the Man Wein Gyi area in Mansi township (coded as Myitkyina, Kachin State), two residents stepped a landmine and died. Afterwards, along with an intensifying tension between the Myanmar military and ethnic armed groups, some residents fled to IDP camp.",2,1617737280,MMR -7760888,104,MMR13760,13760,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 15 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1616520288,MMR -7760889,104,MMR13759,13759,15-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0,1618488651,MMR -7760890,104,MMR13734,13734,15-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals including students, government staff, civil society groups) held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488652,MMR -7760896,104,MMR13694,13694,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0,1616520288,MMR -7761152,104,MMR13708,13708,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 14 March 2021, in Kyauk Pyat Thut pagoda in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488652,MMR -7760902,104,MMR13676,13676,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 14 March 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held the first candle lighting campaign in protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761162,104,MMR13711,13711,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 14 March 2021, in Namhsan (Namhsan township, Kyaukme district, Shan state), around 30 young people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488654,MMR -7761164,104,MMR13715,13715,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shwe Phee Myay News Agency,Subnational,"On 14 March 2021, in Nawnghkio township (Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488654,MMR -7761165,104,MMR13714,13714,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shwe Phee Myay News Agency,Subnational,"On 14 March 2021, in Namtu township (Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488654,MMR -7761167,104,MMR13698,13698,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 14 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held protests against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488654,MMR -7760929,104,MMR13677,13677,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 14 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. On the same day, more than 5,000 people attended a funeral service for a young man killed by security forces on 13 March in Chauk town. People held up three-finger salute in protest against the Myanmar military dictatorship. [size=more than 5,000]",0,1616520288,MMR -7760936,104,MMR13697,13697,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Kyun Gyi,24.319,97.1862,2,Democratic Voice of Burma,National,"On 14 March 2021, in Bhamo township (Bhamo district, Kachin state), about 100 people including farmers and several children from Kan Ni, Kyun Gyi and Maing Kar gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held the slogan 'we will attend school only if Mother Suu come'. [size=about 100]",0,1616520288,MMR -7787311,104,MMR13679,13679,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4,1618488657,MMR -7801923,104,MMR13713,13713,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Myanmar Now,National,"On 14 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They voiced their support for the KIO/KIA. [size=no report]",0,1617737280,MMR -7761233,104,MMR13683,13683,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 14 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), hundreds of people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1616520289,MMR -7761238,104,MMR13724,13724,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,VOA,International,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0,1618488660,MMR -7761241,104,MMR13682,13682,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,2,VOA,International,"On 14 March 2021, in Dawbon township (Yangon-East District, Yangon Region), at night, hundreds of people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618488661,MMR -7761246,104,MMR13674,13674,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,VOA,International,"On 14 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest using boats along the Irrawaddy River against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7761007,104,MMR13701,13701,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Ma Li Yang,25.0408,97.5771,2,Kachin News Group,Subnational,"On 14 March 2021, in Ma Li Yang village (Waingmaw township, Myitkyina district, Kachin state), locals held a protest march from the village to the Irrawaddy river against a hydropower project. [size=no report]",0,1616520288,MMR -7761008,104,MMR13729,13729,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Kachin News Group,Subnational,"On 14 March 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals held a protest in support of the Kachin Independence Army (KIA). The protest happened after an intensifying tension between the Myanmar military and KIA. Anti-coup protesters in some other towns in Kachin also hold signs showing support for the KIA. [size=no report]",0,1616520288,MMR -7814782,104,MMR13705,13705,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 14 March 2021, in Mandalay city (Mandalay Region), locals including students, former students and teachers rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618442040,MMR -7814783,104,MMR13730,13730,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 14 March 2021, in Yangon city (Yangon region), locals held night protests in some township in protest against the Myanmar military coup and the civil disobedience movement. Protesters also held candle lighting in honour of heroes killed by security forces in a recent crackdown against the Anti-coup protesters. [size=no report]",0,1618442040,MMR -7804034,104,MMR13712,13712,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Radio Free Asia,Regional,"On 14 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. [size=no report]",0,1617746752,MMR -7761038,104,MMR13720,13720,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Labour News,National,"On 14 March 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761040,104,MMR13725,13725,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Sintgaing,21.7398,96.1302,2,Myanmar Labour News,National,"On 14 March 2021, in Pa Leik town (Sintgaing Township, Kyaukse District, Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760790,104,MMR13675,13675,14-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA; Assistance Association for Political Prisoners; Reuters; Democratic Voice of Burma,National-International,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3,1618488667,MMR -7761046,104,MMR13681,13681,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Dala,Dala,16.7586,96.143,2,Myanmar Labour News,National,"On 14 March 2021, in Dala township (Yangon (south) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The locals also paid homage to protesters killed by security forces in recent Anti-coup protests. [size=no report]",0,1618488667,MMR -7760791,104,MMR13678,13678,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Assistance Association for Political Prisoners; BBC News,National-International,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5,1618488667,MMR -7761048,104,MMR13692,13692,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News,National,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest by hoisting a black flag against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488667,MMR -7760793,104,MMR13680,13680,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Assistance Association for Political Prisoners; Myanmar Now; Channel News Asia; Irrawaddy,National-International,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7,1618488667,MMR -7760794,104,MMR13685,13685,14-Mar-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (China),Civilians (Myanmar); Labour Group (China); Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Twitter; Eleven Media Group; Reuters; Irrawaddy,New media-National,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), three factories were reportedly set on fire but it was not confirmed who were the perpetrators. It was reported that some of the factories were owned by Chinese nationals. It was reported that many Chinese-owned factories were looted and burned, and the Chinese Embassy in Yangon reported that many Chinese staff were injured or trapped in the arson attacks. Chinese state media Global Times reported on 15 March that a total of 32 Chinese-invested factories were vandalised.",0,1618488667,MMR -7760795,104,MMR13686,13686,14-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Eleven Media Group; BBC News; Assistance Association for Political Prisoners; VOA; AFP; Myanmar Now; Channel News Asia,National-International,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49,1618488667,MMR -7761051,104,MMR13706,13706,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 14 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488668,MMR -7760796,104,MMR13687,13687,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Assistance Association for Political Prisoners; Radio Free Asia; VOA,National-Regional,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1,1616520288,MMR -7760797,104,MMR13689,13689,14-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News; Assistance Association for Political Prisoners,National,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2,1618488668,MMR -7760798,104,MMR13690,13690,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,BBC News; Myanmar Labour News,National-International,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0,1618488668,MMR -7760799,104,MMR13693,13693,14-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Irrawaddy; Democratic Voice of Burma,National,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0,1616520288,MMR -7760800,104,MMR13702,13702,14-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Eleven Media Group; VOA; Assistance Association for Political Prisoners,National-International,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1,1616520288,MMR -7760801,104,MMR13716,13716,14-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,1,Assistance Association for Political Prisoners; Democratic Voice of Burma,National,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2,1618488668,MMR -7760802,104,MMR13718,13718,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Irrawaddy; Assistance Association for Political Prisoners; Radio Free Asia,National-Regional,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2,1616520288,MMR -7760803,104,MMR13722,13722,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Assistance Association for Political Prisoners; Irrawaddy,National,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6,1618488668,MMR -7787427,104,MMR14024,14024,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 14 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a sit-in protest in front of Carson Hall against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7760804,104,MMR13726,13726,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA; Assistance Association for Political Prisoners; Irrawaddy,National-International,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1,1618488669,MMR -7760805,104,MMR13728,13728,14-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Myanmar Now; Assistance Association for Political Prisoners; VOA,National-International,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10,1618488669,MMR -7761061,104,MMR13688,13688,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myanmar Now,National,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. They voiced their support for the KIO/KIA. [size=no report]",0,1616520288,MMR -7787430,104,MMR14025,14025,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Khuahrang,22.1891,93.4725,1,Chinland Guardian,Subnational,"On 14 March 2021, in Khuahrang village (Thantlang Township, Hakha District, Chin State), about 1,000 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. [size=about 1,000]",0,1617127241,MMR -7761077,104,MMR13717,13717,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Pressphoto Agency,National,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488673,MMR -7761083,104,MMR13721,13721,14-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sezin,25.3269,95.9737,2,Network Media Group,National,"On 14 March 2021, at Sezin gate in Hpakant Township (Mohnyin District, Kachin State), the Myanmar military and KIA clashed. Casualties unknown.",0,1616520288,MMR -7761085,104,MMR13695,13695,14-Mar-21,2021,2,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Network Media Group,National,"Around 14 March 2021 (as reported), between Kamaing and Mogaung town (Hpakant Township, Mohnyin District, Kachin State), the Myanmar military and KIA clashed. Casualties unknown.",0,1616520288,MMR -7761111,104,MMR13709,13709,14-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Radio Free Asia,Regional,"Around 14 March 2021 (as reported), in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761112,104,MMR13710,13710,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0,1616520288,MMR -7761116,104,MMR13719,13719,14-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Radio Free Asia,Regional,"Around 14 March 2021, in Puta-O township (Puta-O District, Kachin State), locals including police held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7787489,104,MMR14026,14026,14-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 14 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), hundreds of locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7761123,104,MMR13727,13727,14-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,1,Radio Free Asia,Regional,"Around 14 March 2021 (as reported), Tanai town (Tanai Township, Myitkyina District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760871,104,MMR13696,13696,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,BBC News,International,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0,1618488677,MMR -7760872,104,MMR13684,13684,14-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,BBC News,International,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0,1618488677,MMR -7761133,104,MMR13707,13707,14-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Radio Free Asia,Regional,"Around 14 March 2021 (as reported), in Mogaung town, Mogaung township (Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761150,104,MMR13699,13699,14-Mar-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force,1,12,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Loi Hkan,22.963,97.1853,1,Shwe Phee Myay News Agency,Subnational,"On 14 March 2021, in Loi Hkan village (Namhsan Township, Kyaukme District, Shan State), TNLA attacked Ngawn Sai People's Militia leader at his house. The Myanmar military arrived at the scene and exchanged fires with the TNLA. Ngwan Sai People's Militia leader was killed.",1,1618488679,MMR -7760898,104,MMR13656,13656,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 13 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1616520288,MMR -7761154,104,MMR13662,13662,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Shwe Phee Myay News Agency,National,"On 13 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488681,MMR -7761155,104,MMR13634,13634,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0,1618488681,MMR -7760904,104,MMR13624,13624,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), a protest column involving teachers, engineers and civil servants marched against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100]",0,1616520288,MMR -7760905,104,MMR13658,13658,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 13 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a night protest in several ways in protest of the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488682,MMR -7760906,104,MMR13659,13659,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Danu Self-Administered Zone,Pindaya,Pindaya,20.9394,96.6732,1,Democratic Voice of Burma,National,"On 13 March 2021, in Pindaya town (Pindaya Township, Taunggyi District, Shan State), locals held a mass prayer for head of Pathein Public Hospital who was arrested by the Myanmar military on 12 March. Locals also gathered in front of the police station to call for his release. [size=no report]",0,1618488682,MMR -7761166,104,MMR13653,13653,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in Namhsan town (Namhsan Township, Kyaukme District, Shan State), locals from the Nam San Generation-Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. They went on a strike. They criticized the plan to hold the annual Ta Paung festival. [size=no report]",0,1618488683,MMR -7761170,104,MMR13654,13654,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest at the top of a hill against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488685,MMR -7760915,104,MMR13621,13621,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1,1616520288,MMR -7761171,104,MMR13652,13652,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in front of a pagoda in Namhkan township (Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488685,MMR -7760917,104,MMR13631,13631,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Democratic Voice of Burma,National,"On 13 March 2021, in Kanyutkwin town (Phyu Township, Taungoo District, Bago Region), locals gathered and held candle lighting event at night to mark the death of heroes killed by security forces recent crackdown against the Anti-coup protesters across the country. [size=no report]",0,1618488685,MMR -7761174,104,MMR13639,13639,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), at night, locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488686,MMR -7760920,104,MMR13627,13627,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 13 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 500 locals rode a motorcycle in front of Hpa-an Prison and around the town in protest against the Myanmar military coup and in support of the civil disobedience movement. The protesters also demanded the release of protesters arrested in recent Anti-coup protests. [size=about 500]",0,1618488686,MMR -7760922,104,MMR13647,13647,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0,1618488687,MMR -7761178,104,MMR13635,13635,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0,1618488687,MMR -7760926,104,MMR13642,13642,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0,1616520288,MMR -7760930,104,MMR13669,13669,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 13 March 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), about 500 locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 500]",0,1616520288,MMR -7760934,104,MMR13649,13649,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 13 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals rode about 50 motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement [size=about 50]",0,1618488690,MMR -7760940,104,MMR13623,13623,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0,1616520288,MMR -7760942,104,MMR13620,13620,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Aungpan,20.6612,96.6358,1,Democratic Voice of Burma,National,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0,1618488691,MMR -7760948,104,MMR13646,13646,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 13 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), about 700 locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 700]",0,1616520288,MMR -7760951,104,MMR13633,13633,13-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,1,Democratic Voice of Burma,National,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0,1618488693,MMR -7760952,104,MMR13636,13636,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Democratic Voice of Burma,National,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0,1616520288,MMR -7760956,104,MMR13668,13668,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Rioters (Myanmar),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Thar Yar Gyi,21.3065,95.3841,1,Democratic Voice of Burma,National,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0,1616520288,MMR -7760957,104,MMR13626,13626,13-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Democratic Voice of Burma,National,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0,1618488694,MMR -7761216,104,MMR13632,13632,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,VOA,International,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0,1616520289,MMR -7761219,104,MMR13645,13645,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,VOA,International,"On 13 March 2021, in Mayangone township (Yangon-west District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488695,MMR -7761225,104,MMR13640,13640,13-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,VOA,International,"Around 13 March 2021 (as reported), in Loikaw town (Loikaw Township, Loikaw District, Kayah State), locals split into different protest columns and held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520289,MMR -7760970,104,MMR13673,13673,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0,1616520288,MMR -7761230,104,MMR13630,13630,13-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,VOA,International,"Around 13 March 2021 (as reported), in Kale town (Kale township, Kale District, Sagaing Region), about 1,000 locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 1,000]",0,1616520289,MMR -7760976,104,MMR13666,13666,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Eleven Media Group,National,"On 13 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488700,MMR -7760978,104,MMR13667,13667,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Eleven Media Group,National,"On 13 March 2021, near Market 7 and a cinema on Myin Taw Thar Road, Thaketa Township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488701,MMR -7760980,104,MMR13650,13650,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Eleven Media Group,National,"On 13 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761236,104,MMR13664,13664,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA,International,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0,1618488701,MMR -7761240,104,MMR13637,13637,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,VOA,International,"On 13 March 2021, in Kyauktada township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618488702,MMR -7787615,104,MMR14020,14020,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Kyon Pa Ko,17.1081,97.6817,1,Karen Information Center News,Subnational,"On 13 March 2021, in Kyon Pa Ko village, Hlaingbwe township (Hpa-an District, Kayin State), nearly 600 locals marched to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 600]",0,1618488703,MMR -7814792,104,MMR13643,13643,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Eleven Media Group,National,"On 13 March 2021, in Mandalay city (Mandalay region), locals including teachers, health workers, students, and politicians held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. A group of people also staged a protest by riding motorcycles. [size=no report]",0,1618442040,MMR -7814794,104,MMR13644,13644,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Labour News,National,"On 13 March 2021, in Mandalay city (Mandalay region), locals held night protests in wards in protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618442040,MMR -7787406,104,MMR14023,14023,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Zephai (A),22.4555,93.2579,1,Chinland Guardian,Subnational,"On 13 March 2021, in Zephai (coded as Zephai (A)) village (Thantlang Township, Hakha District, Chin State), about 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=about 400]",0,1617127241,MMR -7814799,104,MMR13671,13671,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,AFP,International,"On 13 March 2021, in Yangon City (Yangon Region), a crowd of people gathered for a funeral procession for a man who was killed by security forces during a protest against the military coup on 11 March. They raised the three-finger salute as a sign of resistance during the procession. [size=no report]",0,1618442040,MMR -7761039,104,MMR13663,13663,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sar Yay (East),21.9986,95.9389,1,Myanmar Labour News,National,"On 13 March 2021, in Sar Yay village, Sagaing township (Sagaing district, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Location coded for Sar Yay (East) village. [size=no report]",0,1616520288,MMR -7814800,104,MMR13672,13672,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Radio Free Asia,Regional,"On 13 March 2021, in Yangon city (Yangon region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7761042,104,MMR13661,13661,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,3,Myanmar Labour News,National,"On 13 March 2021, in Sagaing Hills, Sagaing Region, locals including monks and nuns held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7760787,104,MMR13641,13641,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Assistance Association for Political Prisoners; Democratic Voice of Burma; VOA,National-International,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5,1616520288,MMR -7760788,104,MMR13660,13660,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group; Irrawaddy; Assistance Association for Political Prisoners,National,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2,1618488714,MMR -7761044,104,MMR13622,13622,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Dala,Dala,16.7586,96.143,2,Myanmar Labour News,National,"On 13 March 2021, in Dala township (Yangon (South) District, Yangon Region), locals held a night time candle light vigil and protest with signboards against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488714,MMR -7760789,104,MMR13670,13670,13-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Twantay,Twantay,16.7073,95.9304,1,Assistance Association for Political Prisoners; Myanmar Now; Myanmar Labour News,National,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4,1618488714,MMR -7787414,104,MMR14018,14018,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 13 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. They also chanted slogans demanding security forces to withdraw from the General Hospital. [size=no report]",0,1617127241,MMR -7761050,104,MMR13629,13629,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News,National,"On 13 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488715,MMR -7761052,104,MMR13625,13625,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Myanmar Labour News,National,"On 13 March 2021, in Hlaingbwe town, Hlaingbwe township (Hpa-an district, Kayin State), a youth group held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488716,MMR -7787437,104,MMR14019,14019,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 13 March 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761078,104,MMR13638,13638,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Pressphoto Agency,National,"On 13 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488722,MMR -7761081,104,MMR13628,13628,13-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myitkyina Journal,Subnational,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0,1616520288,MMR -7761082,104,MMR13665,13665,13-Mar-21,2021,2,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Tar Ma Hkan,25.5239,96.1359,2,Myitkyina Journal,Subnational,"Around 13 March 2021 (as reported), near Tar Ma Hkan village (Hpakant Township, Mohnyin District, Kachin State), the Myanmar military brigade 33 fired heavy artillery shells around a KIA brigade 31 base. The KIA didn't fire back. Casualties unknown.",0,1616520288,MMR -7787454,104,MMR14022,14022,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Surkhua,22.2555,93.6342,1,Chinland Guardian,Subnational,"On 13 March 2021, in Surkhua village (Hakha Township, Hakha District, Chin State), locals held a protest in front against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787475,104,MMR14021,14021,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 13 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7761113,104,MMR13648,13648,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,Radio Free Asia,Regional,"On 13 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7761114,104,MMR13657,13657,13-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Radio Free Asia,Regional,"On 13 March 2021, Paung town (Paung Township, Thaton District, Mon State), Kayin ethnic people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1616520288,MMR -7754241,104,MMR13548,13548,12-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,VOA,International,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2,1618488734,MMR -7753990,104,MMR13568,13568,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma,National,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0,1618488735,MMR -7754001,104,MMR13573,13573,12-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people demonstrated the military coup and in support of the civil disobedience movement. They set up barricades along one of the streets. [size=hundreds]",0,1618488736,MMR -7760923,104,MMR13610,13610,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma,National,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0,1618488736,MMR -7760932,104,MMR13619,13619,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 12 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), about 400 locals rode cycles around town in protest against the military coup and gathered in religious places and held mass prayers in honour of heroes killed by the Myanmar security forces in a recent crackdown against the Anti-coup protesters. [size=about 300]",0,1616520288,MMR -7753772,104,MMR13531,13531,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,VOA; Radio Free Asia,Regional-International,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0,1618488739,MMR -7753773,104,MMR13540,13540,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Myanmar Now; Shwe Phee Myay News Agency,Subnational-National,"On 12 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. At night, residents held a candlelight vigil against the Myanmar military coup. [size=no report]",0,1618488739,MMR -7753774,104,MMR13553,13553,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma; VOA,National-International,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0,1615994769,MMR -7753776,104,MMR13574,13574,12-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Radio Free Asia; Assistance Association for Political Prisoners,National-Regional,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0,1618488740,MMR -7753777,104,MMR13576,13576,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 12 March 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), more than 5,000 people including government staff held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 5,000]",0,1615994769,MMR -7754033,104,MMR13536,13536,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News,National,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), at night, residents held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488740,MMR -7754034,104,MMR13527,13527,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Labour News,National,"On 12 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488740,MMR -7754035,104,MMR13538,13538,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Labour News,National,"On 12 March 2021, in Kamayut township (Yangon-West District, Yangon Region), at night, people held in a sit-in protest in front of Hledan Market against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488740,MMR -7754036,104,MMR13526,13526,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Labour News,National,"On 12 March 2021, in Dagon Myothit (Seikkan) township (Yangon-East District, Yangon Region), at night, locals held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488741,MMR -7760949,104,MMR13615,13615,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 12 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The protest was held at night in more than one locations to avoid a crackdown by security forces. [size=no report]",0,1616520288,MMR -7754039,104,MMR13567,13567,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Sintgaing,21.7398,96.1302,2,Myanmar Labour News,National,"On 12 March 2021, in Sintgaing township (Kyaukse District, Mandalay Region), locals held a candlelight vigil at a Buddhist pagoda to commemorate those who had sacrificed their lives during the demonstrations and uprising against the Myanmar military coup. [size=no report]",0,1615994769,MMR -7754040,104,MMR13578,13578,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Ye-U,Ye-U,22.7691,95.4304,1,Myanmar Labour News,National,"On 12 March 2021, in Ye-U town, Ye-U township (Shwebo District, Sagaing Region), at night, residents held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488741,MMR -7754042,104,MMR13545,13545,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Madaya,Madaya,22.2104,96.1064,2,Myanmar Labour News,National,"On 12 March 2021, in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488741,MMR -7754045,104,MMR13528,13528,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,2,Myanmar Labour News,National,"On 12 March 2021, in Dawbon township (Yangon-East District, Yangon Region), at night, residents held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488742,MMR -7754046,104,MMR13532,13532,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 12 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), at night, residents held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488742,MMR -7754049,104,MMR13541,13541,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 12 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), at night, locals held a candlelight vigil to mourn of th deaths of students who were killed by security forces during demonstrations against the military coup. [size=no report]",0,1615994769,MMR -7754051,104,MMR13549,13549,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Labour News,National,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), locals held in a protest march against the military coup and in support of the civil disobedience movement. They continued protesting at night against the military coup. [size=no report]",0,1618488742,MMR -7754053,104,MMR13569,13569,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Tada-U,Tada-U,21.819,95.9737,2,Myanmar Labour News,National,"On 12 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754056,104,MMR13563,13563,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Labour News,National,"On 12 March 2021, in Sagaing town (Sagaing township, Sagaing district, Sagaing region), at night, locals and Buddhist monks held a protest at the Sitagu International Buddhist Academy against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7761227,104,MMR13618,13618,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,VOA,International,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals held a night protest against the military coup and in support of the civil disobedience movement. The police arrested three people allegedly involved in the night protest. The arrest reportedly happened after the protest [size=no report]",0,1618488743,MMR -7754060,104,MMR13557,13557,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Labour News,National,"On 12 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), at night, residents held a candlelight vigil against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488744,MMR -7760979,104,MMR13614,13614,12-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,2,Eleven Media Group,National,"On 12 March 2021, near Indaw township (Katha District, Sagaing Region), a railway bridge along the Mandalay-Myitkyina route was damaged by explosives. One of the bridge piers was destroyed. It was not known who was responsible for the attack.",0,1616520288,MMR -7754073,104,MMR13562,13562,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Myanmar Now,National,"On 12 March 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754086,104,MMR13523,13523,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,1,Myanmar Now,National,"On 12 March 2021, in Amarapura town (Amarapura township, Mandalay District, Mandalay Region), thousands of Buddhist monks, health workers, education staff and teachers, university students held a protest march in the morning against the Myanmar military coup and in support of the civil disobedience movement. At night, residents held a candlelight vigil against the Myanmar military coup. [size=thousands]",0,1615994769,MMR -7753840,104,MMR13522,13522,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 12 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students demonstrated in front of the police station to demand the release of detained students who had been arrested by security forces during demonstrations against the military coup. [size=no report]",0,1615994769,MMR -7753841,104,MMR13570,13570,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0,1618488747,MMR -7754098,104,MMR13561,13561,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Myanmar Now,National,"On 12 March 2021, in Puta-O township (Puta-O District, Kachin State), more than 1,000 locals held a protest against the military coup and in support of the civil disobedience movement. [size=more than 1,000]",0,1615994769,MMR -7754104,104,MMR13554,13554,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Myanmar Pressphoto Agency,National,"On 12 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753854,104,MMR13558,13558,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 12 March 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488748,MMR -7754115,104,MMR13530,13530,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Pressphoto Agency,National,"On 12 March 2021, in Hlaing township (Yangon (North) District, Yangon Region), over 500 locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=over 500]",0,1618488749,MMR -7760782,104,MMR13550,13550,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,VOA; Myanmar Pressphoto Agency,National-International,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0,1618488751,MMR -7760783,104,MMR13572,13572,12-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Irrawaddy; Radio Free Asia; Assistance Association for Political Prisoners,National-Regional,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3,1618488751,MMR -7760784,104,MMR13611,13611,12-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,AFP; BBC News; Eleven Media Group; Myanmar Now,National-International,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1,1618488752,MMR -7760785,104,MMR13616,13616,12-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Bago-West,Pyay,Paungde,Paungde,18.4917,95.5059,1,Assistance Association for Political Prisoners; Myanmar Now,National,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0,1618488752,MMR -7787409,104,MMR14011,14011,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 12 March 2021, in Falam town (Falam Township, Falam District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7760786,104,MMR13617,13617,12-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma; AFP,National-International,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0,1618488752,MMR -7754132,104,MMR13575,13575,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,1,Radio Free Asia,Regional,"On 12 March 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754134,104,MMR13564,13564,12-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 12 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired either rubber bullets into alleyways after giving chase to demonstrators. They also destroyed barricades set up by demonstrators. [size=no report]",0,1618488753,MMR -7814808,104,MMR13547,13547,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0,1618442040,MMR -7753881,104,MMR13571,13571,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 12 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787417,104,MMR14013,14013,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 12 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7753884,104,MMR13579,13579,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 12 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787420,104,MMR14016,14016,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 12 March 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7753886,104,MMR13529,13529,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Democratic Voice of Burma,National,"On 12 March 2021, in Demoso (Demoso townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753887,104,MMR13534,13534,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,1,Democratic Voice of Burma,National,"On 12 March 2021, in Hpruso (Hpruso townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754145,104,MMR13537,13537,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Radio Free Asia,Regional,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0,1618488754,MMR -7754146,104,MMR13525,13525,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,1,Radio Free Asia,Regional,"On 12 March 2021, in Bilin town (Bilin Township, Thaton District, Mon State), locals protested riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753895,104,MMR13544,13544,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0,1615994769,MMR -7754151,104,MMR13577,13577,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Radio Free Asia,Regional,"On 12 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753899,104,MMR13533,13533,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 12 March 2021, in Hpa-an (Hpa-an township, Hpa-an district, Kayin region), as many as 1000 locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=as many as 1000]",0,1618488755,MMR -7754161,104,MMR13566,13566,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Radio Free Asia,Regional,"On 12 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488756,MMR -7787444,104,MMR14012,14012,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 12 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488757,MMR -7787452,104,MMR14014,14014,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Ro,21.5102,93.6988,1,Chinland Guardian,Subnational,"On 12 March 2021, in Ro village (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7754180,104,MMR13560,13560,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Radio Free Asia,Regional,"On 12 March 2021, in Paung town, Paung township (Thaton District, Mon State), people including ethnic Kayin people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787461,104,MMR14015,14015,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 12 March 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7754182,104,MMR13546,13546,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0,1615994769,MMR -7754183,104,MMR13565,13565,12-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sezin,25.3269,95.9737,2,Radio Free Asia,Regional,"On 12 March 2021, near Sezin village located between Kamaing and Mogaung town (Hpakant Township, Mohnyin District, Kachin State), the Myanmar military and KIA clashed. The Myanmar military employed two fighter jets. Four civilians including three children were injured due to artillery shells explosions. Casualties on the sides of the Myanmar military and KIA unknown.",0,1615994769,MMR -7753928,104,MMR13552,13552,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 12 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488760,MMR -7753944,104,MMR13542,13542,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Lanmadaw,Lanmadaw,16.7795,96.142,2,Democratic Voice of Burma,National,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0,1618488765,MMR -7754200,104,MMR13556,13556,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 12 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488765,MMR -7754203,104,MMR13535,13535,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0,1618488765,MMR -7754214,104,MMR13539,13539,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0,1618488767,MMR -7754215,104,MMR13555,13555,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 12 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488767,MMR -7754220,104,MMR13543,13543,12-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 12 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488768,MMR -7754226,104,MMR13524,13524,12-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA,International,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0,1618488769,MMR -7812602,104,MMR13551,13551,12-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0,1618488770,MMR -7767055,104,MMR13478,13478,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Aungpan,20.6612,96.6358,1,Democratic Voice of Burma,National,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0,1618488773,MMR -7754259,104,MMR13506,13506,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,VOA,International,"On 11 March 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7761180,104,MMR13607,13607,11-Mar-21,2021,2,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"Around 11 March 2021 (as reported), in Nam Hai village (Lashio Township, Lashio District, Shan State), the Myanmar military fired two artillery shells that fell near the village. The shells did not exploded. Later, the villagers set the shells on fire.",0,1618488776,MMR -7754015,104,MMR13477,13477,11-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,Irrawaddy,National,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0,1618488776,MMR -7753764,104,MMR13479,13479,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma; France24; Assistance Association for Political Prisoners,National-International,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1,1618488777,MMR -7753765,104,MMR13482,13482,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Irrawaddy; Myanmar Now,National,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1,1615994768,MMR -7754022,104,MMR13480,13480,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Irrawaddy,National,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1,1618488778,MMR -7753768,104,MMR13504,13504,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,1,Assistance Association for Political Prisoners; Eleven Media Group; Irrawaddy,National,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6,1615994768,MMR -7753769,104,MMR13505,13505,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Myanmar Now; Irrawaddy,National,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1,1615994768,MMR -7753770,104,MMR13510,13510,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,VOA; Radio Free Asia,Regional-International,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0,1615994769,MMR -7753771,104,MMR13512,13512,11-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sezin,25.3269,95.9737,2,Irrawaddy; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 11 March 2021, near Sezin village (Hpakant Township, Mohnyin District, Kachin State), the KIA fired at least 10 rounds of heavy artillery shells at a military base near the village. Afterwards, the Myanmar military fired at KIA battalion 26 bases with a helicopter. Casualties unknown.",0,1615994769,MMR -7760941,104,MMR13605,13605,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1,1618488779,MMR -7787310,104,MMR13516,13516,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shwe Phee Myay News Agency; Eleven Media Group; Democratic Voice of Burma,Subnational-National,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0,1618488779,MMR -7753788,104,MMR13490,13490,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Kyaiklat,Kyaiklat,16.4452,95.7174,1,Democratic Voice of Burma,National,"On 11 March 2021, in Kyaiklat (Kyaiklat township, Pyapon district, Ayeyarwady region), locals held a protest in boats against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754044,104,MMR13495,13495,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 11 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754047,104,MMR13485,13485,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 11 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals - including students and trade unions - held in a sit-in protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488781,MMR -7760960,104,MMR13608,13608,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0,1618488781,MMR -7754068,104,MMR13519,13519,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Now,National,"On 11 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488785,MMR -7754076,104,MMR13484,13484,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Now,National,"On 11 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488787,MMR -7754081,104,MMR13513,13513,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Myanmar Now,National,"On 11 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals - including health workers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754083,104,MMR13520,13520,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Myanmar Now,National,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0,1618488789,MMR -7754091,104,MMR13517,13517,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Myanmar Now,National,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1,1618488790,MMR -7754092,104,MMR13511,13511,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Myanmar Now,National,"On 11 March 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488790,MMR -7753838,104,MMR13476,13476,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 11 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals including students demonstrated against the military coup and in support of the civil disobedience movement. They also shouted slogans calling for the release of detained protesters. [size=no report]",0,1615994769,MMR -7753839,104,MMR13509,13509,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0,1615994769,MMR -7754100,104,MMR13503,13503,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Myanmar Now,National,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0,1618488792,MMR -7753860,104,MMR13493,13493,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0,1618488795,MMR -7754122,104,MMR13487,13487,11-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Pressphoto Agency,National,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0,1618488796,MMR -7753867,104,MMR13499,13499,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0,1615994769,MMR -7754131,104,MMR13488,13488,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 11 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest march with two columns of protesters against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7753880,104,MMR13514,13514,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0,1618488798,MMR -7787416,104,MMR14008,14008,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 11 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), hundreds of locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7814814,104,MMR13501,13501,11-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Irrawaddy; Myanmar Now; Myanmar Pressphoto Agency; Radio Free Asia,National-Regional,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1,1618442040,MMR -7814816,104,MMR13502,13502,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 11 March 2021, in Mandalay city (Mandalay township, Mandalay District, Mandalay Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7753896,104,MMR13492,13492,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kyauk Myaung,19.43,93.8929,1,Democratic Voice of Burma,National,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0,1615994769,MMR -7754152,104,MMR13497,13497,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia,Regional,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0,1615994769,MMR -7754159,104,MMR13491,13491,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Radio Free Asia,Regional,"On 11 March 2021, in Kyaikto township (Thaton District, Mon State), locals held a protest march against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787441,104,MMR14009,14009,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 11 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a sit-in protest in front of the General Hospital against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7753924,104,MMR13521,13521,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0,1615994769,MMR -7787467,104,MMR14010,14010,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 11 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7754193,104,MMR13486,13486,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 11 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488809,MMR -7754194,104,MMR13507,13507,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0,1618488809,MMR -7753947,104,MMR13494,13494,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 11 March 2021, in Kyaukme (Kyaukme township, Kyaukme district, Shan state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police were present along the protest route but no intervention was reported. [size=no report]",0,1618488811,MMR -7753948,104,MMR13500,13500,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0,1615994769,MMR -7754207,104,MMR13489,13489,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0,1618488813,MMR -7753956,104,MMR13483,13483,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0,1615994769,MMR -7754219,104,MMR13496,13496,11-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 11 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested riding motorcycles against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488814,MMR -7753966,104,MMR13518,13518,11-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0,1618488815,MMR -7753968,104,MMR13481,13481,11-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1,1615994769,MMR -7761143,104,MMR13606,13606,11-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News,Subnational,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1,1618488817,MMR -7753984,104,MMR13446,13446,10-Mar-21,2021,2,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1,1618488819,MMR -7754246,104,MMR13438,13438,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0,1615994769,MMR -7801867,104,MMR14005,14005,10-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Pein Hne Taw (Auk),17.1137,97.4822,1,Karen Information Center News,National,"On 10 March 2021, in Pein Hne Taw village (coded as Pein Hne Taw (Auk)), Thaton Township (Thaton District, Mon State), the Pein Hne Taw based Myanmar military fired artillery shells in civilian residential areas. Afterwards, the villagers fled.",0,1617737280,MMR -7754252,104,MMR13462,13462,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,VOA,International,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0,1618488820,MMR -7754254,104,MMR13452,13452,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,VOA,International,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0,1615994769,MMR -7754004,104,MMR13466,13466,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Pyapon,Pyapon,16.2854,95.6788,1,Eleven Media Group,National,"On 10 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals gathered for a funeral to mourn the death of a protester who was killed on 8 March by security forces during a protest against the Myanmar military coup. [size=no report]",0,1615994769,MMR -7753760,104,MMR13442,13442,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shan Herald Agency for News; VOA,Subnational-International,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0,1618488823,MMR -7753762,104,MMR13461,13461,10-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Labour News; VOA,National-International,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0,1618488824,MMR -7753763,104,MMR13471,13471,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News; VOA,Subnational-International,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0,1618488824,MMR -7754025,104,MMR13432,13432,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Irrawaddy,National,"On 10 March 2021, in Bago city (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police followed and arrested some protesters after the protest [size=no report]",0,1618488825,MMR -7754032,104,MMR13433,13433,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Khonumthung News,Subnational,"On 10 March 2021, in Thantang town (Thantlang Township, Hakha District, Chin State), youths held protest in front of the police station to demand the release of a youth leader arrested by police. [size=no report]",0,1615994769,MMR -7754037,104,MMR13447,13447,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Labour News,National,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0,1618488828,MMR -7754041,104,MMR13465,13465,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Myanmar Labour News,National,"On 10 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754052,104,MMR13443,13443,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Htantabin,Htantabin,17.0173,95.9826,2,Myanmar Labour News,National,"On 10 March 2021, in Htantabin township (Yangon-North district, Yangon Region), locals including students demonstrated in front of University of West Yangon, demanding military troops to withdraw from the premises. It followed after military troops launched a nationwide campaign occupying hospitals, schools and other public buildings on 7 March. [size=no report]",0,1618488830,MMR -7754061,104,MMR13436,13436,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Labour News,National,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0,1618488831,MMR -7753837,104,MMR13464,13464,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0,1615994769,MMR -7753855,104,MMR13463,13463,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Thayarwady,Okpho,Okpho,18.1278,95.6746,1,Democratic Voice of Burma,National,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0,1618488838,MMR -7753856,104,MMR13472,13472,10-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Taw Ma,21.6959,96.1287,1,Democratic Voice of Burma,National,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0,1615994769,MMR -7787415,104,MMR14000,14000,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 10 March 2021, in Falam town (Falam Township, Falam District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7754136,104,MMR13474,13474,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Radio Free Asia,Regional,"On 10 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754142,104,MMR13468,13468,10-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0,1618488841,MMR -7754143,104,MMR13448,13448,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"On 10 March 2021, in Kawkareik township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753894,104,MMR13470,13470,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Tada-U,Tada-U,21.819,95.9737,2,Democratic Voice of Burma,National,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0,1615994769,MMR -7753898,104,MMR13473,13473,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Taw Ma,21.6959,96.1287,1,Democratic Voice of Burma,National,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0,1615994769,MMR -7754154,104,MMR13441,13441,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,Radio Free Asia,Regional,"On 10 March 2021, in Hpa-an township (Hpa-an district, Kayin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Due to heavy security forces presence in Hpa-an towns, locals held a protest in villages. [size=no report]",0,1618488844,MMR -7814830,104,MMR13454,13454,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0,1618442040,MMR -7754158,104,MMR13453,13453,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0,1615994769,MMR -7787440,104,MMR14004,14004,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 10 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787442,104,MMR14001,14001,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0,1617127241,MMR -7754167,104,MMR13469,13469,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0,1618488846,MMR -7787453,104,MMR14007,14007,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 10 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), over 500 people protested near a military camp to demand the release of a man who was arrested by security forces earlier in the evening. [size=over 500]",0,1617127241,MMR -7754178,104,MMR13450,13450,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Radio Free Asia,Regional,"On 10 March 2021, in Kyaikto township (Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787472,104,MMR14003,14003,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 10 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), hundreds of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1618488851,MMR -7753946,104,MMR13440,13440,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0,1618488853,MMR -7754202,104,MMR13449,13449,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 10 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488853,MMR -7754218,104,MMR13445,13445,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488856,MMR -7754221,104,MMR13444,13444,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0,1618488857,MMR -7753967,104,MMR13439,13439,10-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0,1615994769,MMR -7754225,104,MMR13435,13435,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,VOA,International,"On 10 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), before dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754227,104,MMR13457,13457,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,VOA,International,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0,1615994769,MMR -7753972,104,MMR13460,13460,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Democratic Voice of Burma,National,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0,1618488859,MMR -7753973,104,MMR13451,13451,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Launglon,13.9755,98.1204,1,Democratic Voice of Burma,National,"On 10 March 2021, in Launglon town (Launglon Township, Dawei District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754232,104,MMR13437,13437,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,VOA,International,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0,1618488859,MMR -7753979,104,MMR13467,13467,10-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0,1615994769,MMR -7754237,104,MMR13434,13434,10-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,1,VOA,International,"On 10 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753988,104,MMR13425,13425,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0,1615994769,MMR -7754006,104,MMR13416,13416,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Eleven Media Group,National,"On 9 March 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals gathered for a funeral to mourn the death of a protester who was killed on 8 March by security forces during a protest against the Myanmar military coup. They held up the three-finger salute. [size=no report]",0,1615994769,MMR -7753754,104,MMR13393,13393,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia; Irrawaddy; VOA,National-Regional,"On 9 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The KNLA and Karen National Police Force (under the KNU) were deployed at the scene to provide security for demonstrators. It was reported that protests were held in villages after security forces had blocked all main roads into Kawkareik town. [size=thousands] [armed presence]",0,1615994768,MMR -7753755,104,MMR13396,13396,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Karen Information Center News; VOA,National-International,"On 9 March 2021, in Kyaukkyi township (Taungoo district, Bago region), nearly 3,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 3,000]",0,1618488863,MMR -7753756,104,MMR13397,13397,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Myanmar Now; Radio Free Asia; VOA,National-Regional,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0,1615994768,MMR -7753758,104,MMR13413,13413,9-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Irrawaddy; VOA,National-International,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0,1615994768,MMR -7753759,104,MMR13420,13420,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Labour News; VOA,National-International,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0,1618488864,MMR -7787307,104,MMR13387,13387,9-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) Border Guard Force,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,Karen Information Center News; Radio Free Asia,Subnational-Regional,"On 9 March 2021, near Nyaungyi Ywar Thit in the east of the Donthami River in Hpa-an township (Hpa-an District, Kayin State), a combined force of the Myanmar military and BGF clashed in the KNU brigade-1 controlled area. The clashes happened in five locations in the KNU brigade-1 controlled area. The KNU claimed to have killed five Myanmar soldiers. The Myanmar military seized KNU's small base, 8 motorcycles and one car (during the clashes between both sides in five locations).",5,1618488867,MMR -7787308,104,MMR13395,13395,9-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) Border Guard Force,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Radio Free Asia; Karen Information Center News,National-Regional,"On 9 March 2021, in Kyaikto township (Thaton District, Mon State), a combined force of the Myanmar military and BGF clashed in the KNU brigade-1 controlled area. The clashes reportedly happened in five locations in the KNU brigade-1 controlled area. There were no casualties. The Myanmar military seized KNU's small base, 8 motorcycles and one car (during the clashes between both sides in five locations).",0,1617127241,MMR -7787309,104,MMR13430,13430,9-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) Border Guard Force,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,2,Radio Free Asia; Karen Information Center News,National-Regional,"On 9 March 2021, in Thaton township (Thaton District, Mon State), a combined force of the Myanmar military and BGF clashed in the KNU brigade-1 controlled area. The clashes reportedly happened in five locations in the KNU brigade-1 controlled area. Some villagers fled. There were no casualties. The Myanmar military seized KNU's small base, 8 motorcycles and one car (during the clashes between both sides in five locations).",0,1617127241,MMR -7753783,104,MMR13403,13403,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kyunhla,Kyunhla,23.3532,95.3246,2,Democratic Voice of Burma,National,"On 9 March 2021, in Kyunhla township (Kanbula District, Sagaing Region) locals from Kyee Konei, Sa Thar Kone, Ywar Thit Kone, Pi Tauk Kone, Zee Taw and Chaung Gwayt Ni villages and civil servants held a protest against the Myanmar military-appointed villager administrators. [size=no report]",0,1615994769,MMR -7754054,104,MMR13404,13404,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kyunhla,Kyunhla,23.3532,95.3246,2,Myanmar Labour News,National,"On 9 March 2021, in Kyunhla township (Kanbalu district, Sagaing region), locals held a candlelight vigil at a Buddhist temple to mourn the deaths of protesters who were killed by security forces while protesting against the military coup. [size=no report]",0,1615994769,MMR -7754057,104,MMR13401,13401,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 9 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), residents held a motorcade protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754067,104,MMR13394,13394,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Myanmar Now,National,"On 9 March 2021, in Kungyangon township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488872,MMR -7753822,104,MMR13421,13421,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Nyaungdon,Nyaungdon,17.0446,95.6396,1,Democratic Voice of Burma,National,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0,1615994769,MMR -7754078,104,MMR13426,13426,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Now,National,"On 9 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people including industrial workers and students held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488873,MMR -7760997,104,MMR13604,13604,9-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Irrawaddy,National,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0,1616520288,MMR -7787623,104,MMR13998,13998,9-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 9 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military one-sidedly fired artillery shells. Locals fled to safe areas.",0,1617127242,MMR -7753836,104,MMR13423,13423,9-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0,1615994769,MMR -7753853,104,MMR13422,13422,9-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0,1618488877,MMR -7753858,104,MMR13431,13431,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0,1615994769,MMR -7753861,104,MMR13378,13378,9-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"Around 9 March 2021 (as reported), in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The protest was held after Myanmar police issued a warrant to arrest two alleged protest leaders for Thandwe and Ngapali and searched their houses on 8 March 2021. [size=no report]",0,1615994769,MMR -7754119,104,MMR13377,13377,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 9 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. They also held a prayer service for detained students and those who had been killed by security forces during demonstrations against the coup. [size=no report]",0,1618488879,MMR -7753869,104,MMR13373,13373,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 9 March 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals rode the motorcycle in protest against the military coup and support of the civil disobedience movement. The Myanmar police arrested at least 10 civilians after the protest. [size=no report]",0,1615994769,MMR -7754127,104,MMR13400,13400,9-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Radio Free Asia,Regional,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0,1615994769,MMR -7753879,104,MMR13415,13415,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0,1615994769,MMR -7754135,104,MMR13379,13379,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,Radio Free Asia,Regional,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0,1618488880,MMR -7754137,104,MMR13424,13424,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 9 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no reort]",0,1618488880,MMR -7753883,104,MMR13382,13382,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0,1615994769,MMR -7754140,104,MMR13374,13374,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,Radio Free Asia,Regional,"On 9 March 2021, in Don Yin village area (Hpa-an township, Hpa-an district, Kayin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Locals moved their demonstrations to villages because of the violent crackdowns against protesters in cities and towns [size=no report]",0,1618488881,MMR -7754144,104,MMR13408,13408,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0,1615994769,MMR -7753892,104,MMR13391,13391,9-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,1,Democratic Voice of Burma,National,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0,1615994769,MMR -7753893,104,MMR13399,13399,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Democratic Voice of Burma,National,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0,1615994769,MMR -7753897,104,MMR13375,13375,9-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Ngapali,18.4375,94.3206,1,Democratic Voice of Burma,National,"Around 9 March 2021 (as reported), in Ngapali town (Thandwe Township, Thandwe District, Rakhine Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The protest was held after Myanmar police issued a warrant to arrest two alleged protest leaders for Thandwe and Ngapali and searched their houses on 8 March 2021. [size=no report]",0,1615994769,MMR -7754156,104,MMR13381,13381,9-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,Radio Free Asia,Regional,"On 9 March 2021, in Bilin Township (Thaton District, Mon State), the Myanmar military and KNU clashed. Casualties unknown.",0,1615994769,MMR -7814833,104,MMR13410,13410,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia; Myanmar Pressphoto Agency,National-Regional,"On 9 March 2021, in Mandalay City (Mandalay Region), people including Buddhist monks demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7814839,104,MMR13411,13411,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0,1618442040,MMR -7754177,104,MMR13376,13376,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia,Regional,"On 9 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), people demonstrated against the military coup and in support of the civil disobedience movement. Police arrived at the scene but no intervention or arrest were reported. [size=no report]",0,1615994769,MMR -7754181,104,MMR13385,13385,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia,Regional,"On 9 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488886,MMR -7753926,104,MMR13386,13386,9-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0,1618488886,MMR -7787464,104,MMR13997,13997,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 9 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals carried out pot-banging protests at three separate timings on the same day against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7753932,104,MMR13418,13418,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,1,Democratic Voice of Burma,National,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0,1615994769,MMR -7754192,104,MMR13429,13429,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0,1618488887,MMR -7754195,104,MMR13398,13398,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 9 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488889,MMR -7754196,104,MMR13417,13417,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 9 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a prayer service to mourn the deaths of protesters who were killed by security forces during protests against the Myanmar military coup. [size=no report]",0,1618488889,MMR -7754206,104,MMR13388,13388,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. [size=no report]",0,1618488891,MMR -7753961,104,MMR13428,13428,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 9 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals gathered and held a candle lighting event to honour heroes killed in a recent crackdown by security forces against the anti-coup protests across the country. [size=no report]",0,1618488893,MMR -7753962,104,MMR13414,13414,9-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Kyethi,Mongnawng,21.645,98.123,2,Democratic Voice of Burma,National,"On 9 March 2021, near Ho Tat village in Mongnawng area (Kyethi Township, Loilen District, Shan State), the Myanmar military from LIB 286 attacked the RCSS. The attack happened on the same day RCSS held an informal meeting with CRPH. Casualties not reported.",0,1618488893,MMR -7754234,104,MMR13407,13407,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,VOA,International,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0,1615994769,MMR -7754236,104,MMR13389,13389,9-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,VOA,International,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0,1618488896,MMR -7754238,104,MMR13402,13402,9-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kyone Doe,16.5944,98.0435,1,VOA,International,"On 9 March 2021, in Kyone Doe town, Kyone Doe Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753989,104,MMR13324,13324,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Democratic Voice of Burma,National,"On 8 March 2021, in Mingaladon township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488898,MMR -7753991,104,MMR13358,13358,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Democratic Voice of Burma,National,"On 8 March 2021, in Hseni town (Hseni Township, Lashio District, Shan State), about 400 residents, villagers, CSOs and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried slogans such as 'we want democracy', and 'no military dictatorship'. [size=about 400]",0,1618488898,MMR -7753992,104,MMR13308,13308,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 8 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488899,MMR -7753994,104,MMR13302,13302,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Democratic Voice of Burma,National,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0,1618488899,MMR -7753996,104,MMR13325,13325,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0,1618488900,MMR -7754253,104,MMR13295,13295,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,VOA,International,"On 8 March 2021, in Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Armed KNU soldiers from Brigade 4 were deployed at the scene to provide security to the protesters. [size=no report] [armed presence]",0,1615994769,MMR -7753998,104,MMR13370,13370,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 8 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of peaceful protesters trapped by security forces for several hours in Sanchaung township during a protest against the Myanmar military coup. [size=no report]",0,1618488901,MMR -7754000,104,MMR13301,13301,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 8 March 2021, in Hlaing township (Yangon (west) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488901,MMR -7753747,104,MMR13290,13290,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Eleven Media Group; Democratic Voice of Burma,National,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0,1615994768,MMR -7754003,104,MMR13361,13361,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Development Media Group,Subnational,"On 8 March 2021, in Sittwe city (Sittwe township, Sittwe district, Rakhine State), a local women's group called Women Generation held a protest in support of women's rights for International Women's Day. [size=no report]",0,1615994769,MMR -7753748,104,MMR13331,13331,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News; Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0,1618488901,MMR -7754260,104,MMR13291,13291,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,VOA,International,"On 8 March 2021, in Dagon Myothit (North) township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488902,MMR -7753749,104,MMR13334,13334,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2,1615994768,MMR -7753750,104,MMR13348,13348,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Pyapon,Pyapon,16.2854,95.6788,1,Myanmar Now; Eleven Media Group,National,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1,1615994768,MMR -7754262,104,MMR13340,13340,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,VOA,International,"On 8 March 2021, in North Okkalapa township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488902,MMR -7753751,104,MMR13353,13353,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA; Eleven Media Group,National-International,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0,1618488903,MMR -7754008,104,MMR13349,13349,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group,National,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0,1618488903,MMR -7754016,104,MMR13299,13299,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Einme,Einme,16.8961,95.1804,1,Irrawaddy,National,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0,1615994769,MMR -7754018,104,MMR13371,13371,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Wakema,Wakema,16.6033,95.1827,1,Irrawaddy,National,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0,1615994769,MMR -7754019,104,MMR13350,13350,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Irrawaddy,National,"On 8 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754023,104,MMR13332,13332,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Irrawaddy,National,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0,1615994769,MMR -7754024,104,MMR13322,13322,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,1,Irrawaddy,National,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0,1615994769,MMR -7754026,104,MMR13300,13300,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Irrawaddy,National,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0,1615994769,MMR -7754027,104,MMR13344,13344,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Pantanaw,Pantanaw,16.9832,95.4652,1,Irrawaddy,National,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0,1615994769,MMR -7753781,104,MMR13284,13284,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Dedaye,Dedaye,16.4113,95.8857,1,Democratic Voice of Burma,National,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), people gathered at the police station to demand the release of three protesters who were arrested earlier for protesting against the Myanmar military coup. The detainees were released following the protest. [size=no report]",0,1615994769,MMR -7753782,104,MMR13298,13298,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Dedaye,Dedaye,16.4113,95.8857,1,Democratic Voice of Burma,National,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0,1615994769,MMR -7754043,104,MMR13292,13292,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Labour News,National,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0,1618488912,MMR -7754048,104,MMR13303,13303,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 8 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals including education staff and teachers held in a sit-in protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488912,MMR -7760968,104,MMR13603,13603,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0,1618488914,MMR -7754058,104,MMR13313,13313,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 8 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), residents protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754064,104,MMR13287,13287,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Pyapon,Pyapon,16.2854,95.6788,1,Myanmar Now,National,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), residents rallied to demand the release of about 100 protesters who were arrested earlier in the day for protesting against the military coup. [size=no report]",0,1615994769,MMR -7754070,104,MMR13360,13360,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Now,National,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488917,MMR -7753816,104,MMR13315,13315,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0,1615994769,MMR -7753834,104,MMR13345,13345,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 8 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters avoided the roads that had been blockaded by police. [size=no report]",0,1615994769,MMR -7753842,104,MMR13339,13339,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Democratic Voice of Burma,National,"On 8 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488921,MMR -7753843,104,MMR13304,13304,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma,National,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0,1618488921,MMR -7753847,104,MMR13289,13289,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0,1618488922,MMR -7753848,104,MMR13333,13333,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma,National,"On 8 March 2021, in Myingyan town (Myingyan Township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces reportedly blocked protesters but the protest continued peacefully. [size=no report]",0,1615994769,MMR -7753852,104,MMR13341,13341,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 8 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals including students and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to block the protest route so protesters moved forward through a different route. [size=more than 500]",0,1618488923,MMR -7754108,104,MMR13286,13286,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Myanmar Pressphoto Agency,National,"On 8 March 2021, in Pabedan township (Yangon-West District, Yangon Region), residents gathered on the streets at night to protest against the deployment of security forces after hundreds of military troops (including from LID 77) and police forces blocked off streets in Sanchaung township in an attempt to trap and arrest the demonstrators that had been protesting during the day. [size=no report]",0,1618488923,MMR -7754117,104,MMR13309,13309,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Pressphoto Agency,National,"On 8 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488924,MMR -7754118,104,MMR13364,13364,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0,1618488924,MMR -7754121,104,MMR13369,13369,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Myanmar Pressphoto Agency,National,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0,1618488925,MMR -7760781,104,MMR13352,13352,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Now; VOA,National-International,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0,1618488926,MMR -7753871,104,MMR13326,13326,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0,1615994769,MMR -7787411,104,MMR13991,13991,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 8 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement and also commemorated the International Women's Day. [size=no report]",0,1617127241,MMR -7754133,104,MMR13296,13296,8-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Radio Free Asia,Regional,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0,1615994769,MMR -7753885,104,MMR13356,13356,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Democratic Voice of Burma,National,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0,1615994769,MMR -7787426,104,MMR13990,13990,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 8 March 2021, in Falam town (Falam Township, Falam District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement and also commemorated the International Women's Day. [size=no report]",0,1617127241,MMR -7754149,104,MMR13323,13323,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0,1615994769,MMR -7754150,104,MMR13317,13317,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Gangaw,Saw,Laung Shey,21.0122,94.1338,1,Radio Free Asia,Regional,"On 8 March 2021, in Laung Shey village, Saw Township (Gangaw District, Magway Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615994769,MMR -7754153,104,MMR13328,13328,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,Radio Free Asia,Regional,"On 8 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7787433,104,MMR13992,13992,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Hriphi (A),22.5469,93.3581,1,Chinland Guardian,Subnational,"On 8 March 2021, in Hriphi (coded as Hriphi (A)) village (Thantlang Township, Hakha District, Chin State), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7787439,104,MMR13995,13995,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 8 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement and also commemorated the International Women's Day. [size=no report]",0,1617127241,MMR -7753905,104,MMR13293,13293,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dawbon,Dawbon,16.7819,96.1843,2,Democratic Voice of Burma,National,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0,1618488933,MMR -7814842,104,MMR13288,13288,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Irrawaddy,National,"On 8 March 2021, in Yangon City (Yangon Region), in the evening, thousands of people in many townships - disregarding the 8pm curfew - gathered on the streets to express solidarity with protesters in Sanchaung, after security forces blocked off exit routes from Sanchaung township in an attempt to trap and arrest demonstrators who had been protesting in the day against the military coup. [size=thousands]",0,1618442040,MMR -7754171,104,MMR13319,13319,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0,1615994769,MMR -7787451,104,MMR13996,13996,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 8 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement and also commemorated the International Women's Day. [size=no report]",0,1617127241,MMR -7814845,104,MMR13321,13321,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 8 March 2021, in Mandalay city (Mandalay Region), Buddhist monks held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The monks cited both Metta Sutta and Mora Sutta during the march. [size=no report]",0,1618442040,MMR -7754174,104,MMR13329,13329,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Radio Free Asia,Regional,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0,1618488935,MMR -7753919,104,MMR13342,13342,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0,1615994769,MMR -7753920,104,MMR13355,13355,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Democratic Voice of Burma,National,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0,1618488935,MMR -7814849,104,MMR13372,13372,8-Mar-21,2021,2,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),NLD: National League for Democracy,7,17,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Radio Free Asia,Regional,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1,1618442040,MMR -7814854,104,MMR13336,13336,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Radio Free Asia,Regional,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0,1618442040,MMR -7787463,104,MMR13993,13993,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 8 March 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement and also commemorated the International Women's Day. [size=no report]",0,1617127241,MMR -7754184,104,MMR13363,13363,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia,Regional,"On 8 March 2021, in Tamwe township (Yangon-east district, Yangon region), in commemoration of International Women's Day, locals including women used traditional female skirt 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488937,MMR -7753929,104,MMR13346,13346,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Pazundaung,Pazundaung,16.7796,96.1744,2,Democratic Voice of Burma,National,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0,1618488937,MMR -7754187,104,MMR13351,13351,8-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,1,Radio Free Asia,Regional,"On 8 March 2021, in Sa Hnyin village (Myebon Township, Mrauk-U District, Rakhine State), a man stepped a landmine and was injured from the explosion.",0,1615994769,MMR -7754189,104,MMR13347,13347,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Loilen,Loilen,Pinlon,20.991,97.532,1,Shan Herald Agency for News,Subnational,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0,1618488938,MMR -7753934,104,MMR13310,13310,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Democratic Voice of Burma,National,"On 8 March 2021, in Kamayut township (Yangon (west) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488938,MMR -7754190,104,MMR13318,13318,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Loilen,Loilen,Loilen,20.9227,97.565,1,Shan Herald Agency for News,Subnational,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0,1618488938,MMR -7754191,104,MMR13367,13367,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 8 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), more than 200 women held a protest against the Myanmar military coup and in support of the civil disobedience movement. They waved flags made out of the Burmese traditional women's skirt in commemoration of International Women's Day. [size=more than 200]",0,1618488939,MMR -7753939,104,MMR13285,13285,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals gathered near the Muse Public Hospital to hold a pot-banging protest to express opposition against the Myanmar military troops who occupied the Muse Public Hospital as their base camp on the same day. Protesters dispersed peacefully after monks mediated between the protesters and the military. [size=no report]",0,1618488940,MMR -7753941,104,MMR13314,13314,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Democratic Voice of Burma,National,"On 8 March 2021, in Kyeemyindaing township (Yangon (west) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. [size=no report]",0,1618488940,MMR -7754197,104,MMR13311,13311,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488940,MMR -7787483,104,MMR13994,13994,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Laitui,23.3531,93.5583,1,Chinland Guardian,Subnational,"On 8 March 2021, in Laitui village (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7754204,104,MMR13357,13357,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Hseni town (Hseni Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. A large number of women also joined the protest in commemoration of International Women's Day. [size=no report]",0,1618488942,MMR -7754205,104,MMR13306,13306,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0,1618488942,MMR -7753952,104,MMR13365,13365,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0,1618488943,MMR -7754208,104,MMR13335,13335,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488943,MMR -7754210,104,MMR13368,13368,8-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, between Tee Ma and Nam Aum village in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618488944,MMR -7753957,104,MMR13312,13312,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 8 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), in commemoration of International Women's Day, locals held a protest march led by women carrying skirts as flags to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488945,MMR -7753960,104,MMR13354,13354,8-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,1,Democratic Voice of Burma,National,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0,1618488946,MMR -7754216,104,MMR13327,13327,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 8 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618488946,MMR -7753964,104,MMR13362,13362,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma,National,"On 8 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of peaceful protesters trapped by security forces for several hours in Sanchaung township during a protest against the Myanmar military coup. [size=no report]",0,1618488947,MMR -7754222,104,MMR13305,13305,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 50 locals held a protest in front of the ward office in Ward 11 against the new ward administration that had been appointed by the military. [size=about 50]",0,1618488948,MMR -7753974,104,MMR13294,13294,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), in commemoration of International Women's Day, about 300 women carrying skirts as flags held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=about 300]",0,1615994769,MMR -7753980,104,MMR13359,13359,8-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Democratic Voice of Burma,National,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1,1618488952,MMR -7812861,104,MMR14896,14896,8-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Indigenous Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,The Voice of Shanni,National,"On 8 March 2021, in Mohnyin township (Mohnyin district, Kachin State), locals including students, teachers, health workers and civil servants from Agriculture Department, Railway Department, Health Department, Education Department, Private Bank Staff, General Administration Department and indigenous young people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618336753,MMR -7753981,104,MMR13307,13307,8-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0,1618488953,MMR -7753985,104,MMR13262,13262,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0,1618488955,MMR -7753986,104,MMR13227,13227,7-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0,1618488955,MMR -7753745,104,MMR13256,13256,7-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma; Myanmar Now,National,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0,1618488956,MMR -7753746,104,MMR13273,13273,7-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Gangaw,Tilin,Tilin,21.6963,94.0927,1,Myanmar Now; Radio Free Asia,National-Regional,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1,1615994768,MMR -7754002,104,MMR13277,13277,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals gathered at night with the lighted lamp to honour heroes who were killed by security forces in recent crackdowns against the Myanmar military coup. [size=no report]",0,1618488956,MMR -7754007,104,MMR13194,13194,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,1,Eleven Media Group,National,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0,1615994769,MMR -7754263,104,MMR13214,13214,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,VOA,International,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0,1618488957,MMR -7754010,104,MMR13235,13235,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,Independent Mon News Agency,Subnational,"On 7 March 2021, in Mudon (Mudon township, Mawlamyine district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754011,104,MMR13268,13268,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Thein Za Yat,17.5146,96.8805,1,Independent Mon News Agency,Subnational,"On 7 March 2021, in Thein Za Yat (Kyaikto township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754012,104,MMR13266,13266,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Independent Mon News Agency,Subnational,"On 7 March 2021, in Thanbyuzayat (Thanbyuzayat township, Mawlamyine district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753778,104,MMR13580,13580,7-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Eleven Media Group; Myanmar Pressphoto Agency,National,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0,1618488961,MMR -7753779,104,MMR13582,13582,7-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,VOA; Radio Free Asia,Regional-International,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0,1615994769,MMR -7753780,104,MMR13587,13587,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Human Rights Foundation of Monland; Independent Mon News Agency,Other-Subnational,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0,1615994769,MMR -7753784,104,MMR13200,13200,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Democratic Voice of Burma,National,"On 7 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1615994769,MMR -7753787,104,MMR13205,13205,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 7 March 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753789,104,MMR13206,13206,7-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Kyangin,Kyangin,18.3404,95.2391,1,Democratic Voice of Burma,National,"Around 7 March 2021 (as reported), in Kyangin town (Kyangin township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754050,104,MMR13203,13203,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 7 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488963,MMR -7754062,104,MMR13209,13209,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 7 March 2021, in Kyaukse (Kyaukse township, Kyaukse district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754069,104,MMR13210,13210,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Now,National,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0,1618488965,MMR -7753815,104,MMR13212,13212,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 7 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7754071,104,MMR13202,13202,7-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),NLD: National League for Democracy,7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Now,National,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0,1618488965,MMR -7753820,104,MMR13237,13237,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,1,Democratic Voice of Burma,National,"On 7 March 2021, in Myanaung town (Myanung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754085,104,MMR13260,13260,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,2,Myanmar Now,National,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0,1618488967,MMR -7753831,104,MMR13245,13245,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals separated into three columns and held a protest march in three different locations to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754087,104,MMR13195,13195,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Botahtaung,Botahtaung,16.7719,96.1697,2,Myanmar Now,National,"On 7 March 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals held a protest in front of Gandhi hospital against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488968,MMR -7753832,104,MMR13246,13246,7-Mar-21,2021,2,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0,1615994769,MMR -7754088,104,MMR13248,13248,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Myanmar Now,National,"On 7 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), the Myanmar military attempted to occupy the Penwegon Public Hospital as their base camp. However, locals protested against them and the military withdrew from the site. [size=no report]",0,1618488968,MMR -7753833,104,MMR13247,13247,7-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0,1615994769,MMR -7754094,104,MMR13242,13242,7-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Now,National,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0,1618488968,MMR -7754096,104,MMR13279,13279,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Myanmar Now,National,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0,1615994769,MMR -7754099,104,MMR13255,13255,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Now,National,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0,1618488969,MMR -7753845,104,MMR13282,13282,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Zalun,Zalun,17.4781,95.5566,1,Democratic Voice of Burma,National,"On 7 March 2021, in Zalun town (Zalun Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754101,104,MMR13597,13597,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Thanlyin township (South Yangon, Yangon region), residents gathered to hold a candlelight vigil to mourn the deaths of demonstrators who were killed by security forces during demonstrations against the Myanmar military coup. [size=no report]",0,1618488969,MMR -7754102,104,MMR13595,13595,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Mahaaungmyay township (Mandalay District, Mandalay Region), Buddhist monks held a sit-in protest against the Myanmar military coup. They also prayed for the safety of Myanmar. [size=np report]",0,1615994769,MMR -7753849,104,MMR13252,13252,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Democratic Voice of Burma,National,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0,1618488970,MMR -7753850,104,MMR13215,13215,7-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0,1615994769,MMR -7754109,104,MMR13596,13596,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), residents gathered to hold a candlelight vigil to mourn the deaths of demonstrators who were killed by security forces during demonstrations against the Myanmar military coup. [size=no report]",0,1615994769,MMR -7753857,104,MMR13249,13249,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 7 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to protest an attempt of Myanmar military and police to station forces in the Phyu hospitals. Afterwards, the Myanmar military and police withdrew. [size=no report]",0,1618488970,MMR -7754114,104,MMR13211,13211,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488971,MMR -7753862,104,MMR13283,13283,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Zayyawadi,18.5409,96.4308,1,Democratic Voice of Burma,National,"On 7 March 2021, in Zayyawadi town (Phyu Township, Taungoo District, Bago Region), locals gathered in front of the Zayyawadi Hospital to oppose the Myanmar military plan to establish an outpost at the hospital. The locals demanded that they want only civil servants to serve at the hospitals, not the military doctors. [size=no report]",0,1618488971,MMR -7753864,104,MMR13225,13225,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 7 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a floating protest with speed boats on the Chindwin River to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754120,104,MMR13585,13585,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,1,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0,1618488972,MMR -7753865,104,MMR13226,13226,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,2,Democratic Voice of Burma,National,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0,1615994769,MMR -7753866,104,MMR13217,13217,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Ma Ya Kan,22.6247,95.3966,1,Democratic Voice of Burma,National,"On 7 March 2021, in Ma Ya Kan village (Tabayin Township, Shwebo District, Sagaing Region) villagers from Ma Ya Kan, Ohn Khar, Kone Te, In Pin, Thit Ton, Myin Tan and Ta Nei held a protest against the Myanmar military coup and in support of the civil disobedience movement and CRHP. The villagers showed their solidarity with people who were killed in recent anti-coup protests. [size=no report]",0,1615994769,MMR -7754123,104,MMR13267,13267,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0,1618488972,MMR -7753868,104,MMR13259,13259,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma,National,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0,1618488972,MMR -7754124,104,MMR13232,13232,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Myitkyina Journal,Subnational,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0,1615994769,MMR -7753870,104,MMR13263,13263,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0,1618488972,MMR -7753872,104,MMR13219,13219,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0,1615994769,MMR -7753873,104,MMR13261,13261,7-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0,1618488973,MMR -7787413,104,MMR13986,13986,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Congthia,22.5438,93.4237,1,Chinland Guardian,Subnational,"On 7 March 2021, in Congthia village (Thantlang Township, Hakha District, Chin State), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7753878,104,MMR13253,13253,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0,1615994769,MMR -7753882,104,MMR13276,13276,7-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0,1618488974,MMR -7753891,104,MMR13216,13216,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), the Myanmar military and police attempted to establish a base at Loikaw Computer University. Locals, including students, gathered to protest and expelled the Military and police from the campus. [size=no report]",0,1615994769,MMR -7753900,104,MMR13204,13204,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Democratic Voice of Burma,National,"On 7 March 2021, in Tha Mein Taw village (Hpapun Township, Hpaun District, Kayin State), villagers from Tha Mein Taw, Byin Kazin, Kani and Kyon Ka Dun gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. It is also reported that protests were also held in some other villages in Kayin State [size=no report]",0,1615994769,MMR -7754164,104,MMR13229,13229,7-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Radio Free Asia,Regional,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0,1618488976,MMR -7753909,104,MMR13234,13234,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 7 March 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals gathered near the Monywa University demanding the Myanmar military and police leave the Monywa University. [size=no report]",0,1615994769,MMR -7754165,104,MMR13240,13240,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Radio Free Asia,Regional,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0,1618488976,MMR -7787448,104,MMR13987,13987,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 7 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At night, they had a candlelight prayer service. [size=no report]",0,1617127241,MMR -7753921,104,MMR13241,13241,7-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Democratic Voice of Burma,National,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0,1618488977,MMR -7753923,104,MMR13272,13272,7-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Magway,Gangaw,Tilin,Tilin,21.6963,94.0927,1,Democratic Voice of Burma,National,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1,1615994769,MMR -7754179,104,MMR13280,13280,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Yenangyaung,Yenangyaung,20.465,94.8712,1,Radio Free Asia,Regional,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0,1615994769,MMR -7787460,104,MMR13988,13988,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Hriphi (A),22.5469,93.3581,1,Chinland Guardian,Subnational,"On 7 March 2021, in Hriphi (coded as Hriphi (A)) village (Thantlang Township, Hakha District, Chin State), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7814857,104,MMR13221,13221,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA,International,"On 7 March 2021, in Mandalay City (Mandalay Region), thousands of people incuding teachers, medical staff, engineers demonstrated against the military coup and in support of the civil disobedience movement. They also held a memorial service during the demonstration to mourn the deaths of those who had been killed by security forces during demonstrations against the coup. [size=thousands]",0,1618442040,MMR -7814858,104,MMR13222,13222,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Now; Radio Free Asia; Irrawaddy,National-Regional,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0,1618442040,MMR -7814865,104,MMR13584,13584,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Pressphoto Agency,National,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0,1618442040,MMR -7754198,104,MMR13592,13592,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 7 March 2021, in Muse (Muse township, Muse district, Shan state), at night, locals held a candlelight vigil and demanded security forces who had occupied Muse Hospital to withdraw from the premises. [size=no report]",0,1618488979,MMR -7753943,104,MMR13207,13207,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 7 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618488979,MMR -7753959,104,MMR13251,13251,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Democratic Voice of Burma,National,"On 7 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 50]",0,1615994769,MMR -7754223,104,MMR13236,13236,7-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 7 March 2021, in Muse (Muse township, Muse district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488982,MMR -7754224,104,MMR13599,13599,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Twitter,New media,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0,1615994769,MMR -7753970,104,MMR13271,13271,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thuwunnawady,17.0602,97.3048,1,Democratic Voice of Burma,National,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0,1615994769,MMR -7754228,104,MMR13243,13243,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,VOA,International,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0,1615994769,MMR -7754230,104,MMR13270,13270,7-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,VOA,International,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0,1618488983,MMR -7753741,104,MMR13174,13174,6-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Irrawaddy; Eleven Media Group,National,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1,1618488988,MMR -7753999,104,MMR13166,13166,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0,1618488989,MMR -7754257,104,MMR13187,13187,6-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,VOA,International,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0,1618488990,MMR -7754030,104,MMR13177,13177,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Irrawaddy,National,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0,1615994769,MMR -7754038,104,MMR13181,13181,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 6 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), primary school teachers, former students and labour group held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618488996,MMR -7753785,104,MMR13148,13148,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 6 March 2021, in Chauk town (Chauk Township, Magway District, Magway region), tens of thousands of locals including oil field workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1615994769,MMR -7753786,104,MMR13167,13167,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 6 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), more than 800 locals held a candlelight vigil at a Buddhist temple in the evening to mourn the deaths of more than 60 people who were killed during demonstrations against the military coup. [size=more than 800]",0,1615994769,MMR -7754055,104,MMR13593,13593,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Labour News,National,"On 6 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a memorial service in front of the Regional Education Office to mourn the death of a teacher who died of a heart attack after security forces intervened during a demonstration against the Myanmar military coup. [size=no report]",0,1618489001,MMR -7754059,104,MMR13149,13149,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Labour News,National,"On 6 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489002,MMR -7753814,104,MMR13153,13153,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 6 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7753819,104,MMR13168,13168,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,1,Democratic Voice of Burma,National,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0,1615994769,MMR -7753827,104,MMR13176,13176,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), about 500 locals gathered and protested against the Myanmar military plan to station at Ayar Min Monastery. [size=about 500]",0,1615994769,MMR -7753829,104,MMR13178,13178,6-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0,1615994769,MMR -7753844,104,MMR13183,13183,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Democratic Voice of Burma,National,"On 6 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), several people held a protest against the military coup and in support of the civil disobedience movement. [size=several]",0,1615994769,MMR -7754103,104,MMR13173,13173,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Pressphoto Agency,National,"On 6 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489014,MMR -7754105,104,MMR13186,13186,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0,1618489016,MMR -7754107,104,MMR13583,13583,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Pressphoto Agency,National,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0,1618489017,MMR -7754111,104,MMR13594,13594,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Pressphoto Agency,National,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), residents gathered to hold a candlelight vigil to mourn the deaths of demonstrators who were killed by security forces during demonstrations against the Myanmar military coup. [size=no report]",0,1618489018,MMR -7754125,104,MMR13598,13598,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Shanni Ethnic Group (Myanmar); Kachin Ethnic Group (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Myitkyina Journal,Subnational,"On 6 March 2021, in Mohnyin township (Mohnyin District, Kachin State), at a Buddhist temple in Indawgyi Lake, people gathered to hold a interfaith prayer service organised by Kachin and Shanni youth groups to mourn the deaths of protesters who were killed by security forces while protesting against the military coup. [size=no report]",0,1615994769,MMR -7753875,104,MMR13169,13169,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0,1615994769,MMR -7753876,104,MMR13170,13170,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0,1615994769,MMR -7754139,104,MMR13157,13157,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 6 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), thousands of locals marched to protest against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489024,MMR -7753889,104,MMR13158,13158,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 6 March 2021, in Loikaw town (Loikaw Township, Loikaw District, Kayin State), more than 10 police officers arrived at the Loikaw University campus and planned to station there. Locals gathered and protested against the plan. Afterwards, the police left the campus. [size=no report]",0,1615994769,MMR -7753890,104,MMR13146,13146,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Democratic Voice of Burma,National,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0,1615994769,MMR -7753901,104,MMR13160,13160,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Madaya,Madaya,22.2104,96.1064,1,Democratic Voice of Burma,National,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0,1618489028,MMR -7754160,104,MMR13145,13145,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,1,Radio Free Asia,Regional,"On 6 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754162,104,MMR13147,13147,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Radio Free Asia,Regional,"On 6 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753908,104,MMR13159,13159,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Ma Gyi Kan,20.1364,94.9879,1,Democratic Voice of Burma,National,"On 6 March 2021, in Ma Gyi Kan village (Magway Township, Magway District, Magway Region), villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753910,104,MMR13163,13163,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0,1615994769,MMR -7754168,104,MMR13192,13192,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Yenangyaung,Yenangyaung,20.465,94.8712,1,Radio Free Asia,Regional,"On 6 March 2021, in Yenangyaung town, Yenangyaung township (Magway district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754175,104,MMR13184,13184,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 6 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489031,MMR -7754176,104,MMR13162,13162,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 6 March 2021, in Magway town, Magway township (Magway district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753922,104,MMR13188,13188,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 6 March 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615994769,MMR -7753927,104,MMR13193,13193,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Yin Seik,20.1029,95.1263,1,Democratic Voice of Burma,National,"On 6 March 2021, in Yin Seik village (Magway Township, Magway District, Magway Region), villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7753931,104,MMR13179,13179,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Democratic Voice of Burma,National,"On 6 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), about 50 locals held motorcycle-driving protests inside and around the town to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=about 50]",0,1615994769,MMR -7753933,104,MMR13185,13185,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Democratic Voice of Burma,National,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0,1618489034,MMR -7814870,104,MMR13190,13190,6-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Radio Free Asia; Irrawaddy,National-Regional,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0,1618442040,MMR -7754199,104,MMR13591,13591,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 6 March 2021, in Hsipaw (Hsipaw township, Kyaukme division, Shan state), at night, locals held a candlelight vigil to mourn the deaths of protesters who were killed by security forces during demonstrations against the Myanmar military coup. [size=no report]",0,1618489035,MMR -7814877,104,MMR13172,13172,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Myanmar Pressphoto Agency,National,"On 6 March 2021, in Nay Pyi Taw (Nay Pyi Taw Union Territory), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7753951,104,MMR13155,13155,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,1,Democratic Voice of Burma,National,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0,1618489037,MMR -7814880,104,MMR13165,13165,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0,1618442040,MMR -7753955,104,MMR13152,13152,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 6 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489038,MMR -7754211,104,MMR13150,13150,6-Mar-21,2021,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"Around 6 March 2021 (as reported), near San Lawng village (Hsipaw Township, Kyaukme District, Shan State), an unknown assailant killed two villagers. Their bodies were found in a shop located about a mile from the village on 6 March.",2,1618489038,MMR -7754212,104,MMR13171,13171,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 6 March 2021, in Namtu (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489039,MMR -7753958,104,MMR13182,13182,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0,1615994769,MMR -7753963,104,MMR13189,13189,6-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0,1618489041,MMR -7753971,104,MMR13191,13191,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0,1615994769,MMR -7753977,104,MMR13151,13151,6-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,1,Democratic Voice of Burma,National,"On 6 March 2021, in Kungyangon town (Kungyangon Township, Yangon-south District, Yangon Region), about 70 students gathered to mark and honour heroes killed in recent crackdowns against the Myanmar military coup and prayed for a stable situation for the country. [size=about 70]",0,1618489045,MMR -7753978,104,MMR13180,13180,6-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0,1615994769,MMR -7753733,104,MMR12609,12609,5-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,5,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,55,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Pwintbyu,20.3633,94.6693,2,Myanmar Now; Democratic Voice of Burma; Irrawaddy,National,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3,1615994768,MMR -7754245,104,MMR13129,13129,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,VOA,International,"On 5 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489048,MMR -7754248,104,MMR13131,13131,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,VOA,International,"On 5 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754249,104,MMR13130,13130,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 5 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7754250,104,MMR13139,13139,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,VOA,International,"On 5 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), tens of thousands of people gathered for a funeral to mourn the deaths of three people who were killed by security forces during a demonstration against the Myanmar military coup on 3 March. They chanted slogans and sang pro-democracy songs. [size=tens of thousands]",0,1618489048,MMR -7753740,104,MMR13128,13128,5-Mar-21,2021,1,Battles,Armed clash,ARSA: Arakan Rohingya Salvation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Aung Zan,21.3188,92.2253,2,Irrawaddy; Radio Free Asia,National-Regional,"On 5 March 2021, near Aung Zan village (Maungdaw Township, Maungdaw District, Rakhine State), ARSA allegedly attacked a car carrying border fencing materials. One Myanmar military engineer and two workers died.",3,1615994768,MMR -7754255,104,MMR13142,13142,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,VOA,International,"On 5 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), about 50 youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7740945,104,MMR13003,13003,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,1,Myanmar Now,National,"On 5 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people protested in front of the Aungmyaythazan Township Court to express support for the Mandalay Region Chief Minister ahead of the court hearing. The Chief Minister was facing charges filed by the military following the coup. [size=no report]",0,1615331305,MMR -7744018,104,MMR13072,13072,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Channel News Asia,International,"On 5 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615438530,MMR -7740691,104,MMR13054,13054,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Kamarmaung,17.3469,97.6529,1,Democratic Voice of Burma,National,"On 5 March 2021, in Kamarmaung town (Hpapun Township, Hpapun District, Kayin State), thousands of residents of Kamarmaung and villagers gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. KNU provided security for protesters during the protest. [size=thousands] [armed presence]",0,1615331305,MMR -7740947,104,MMR13004,13004,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Myanmar Now,National,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1,1615331305,MMR -7754261,104,MMR13132,13132,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,VOA,International,"On 5 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7740950,104,MMR13010,13010,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,Myanmar Pressphoto Agency,National,"On 5 March 2021, in Kale township (Kale district, Sagaing Region), tens of thousands of locals gathered at a funeral to mourn the death of a protester who was killed by security forces during a protest against the military coup on 3 March. They held up the three-finger salute during the procession. [size=tens of thousands]",0,1615331305,MMR -7740951,104,MMR13025,13025,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0,1618489049,MMR -7740952,104,MMR13020,13020,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,2,Myanmar Pressphoto Agency,National,"On 5 March 2021, in Myingyan township (Myingyan district, Mandalay Region), locals gathered at a funeral to mourn the death of a protester who was killed by security forces during a protest against the military coup on 3 March. They held up the three-finger salute during the procession. [size=no report]",0,1615331305,MMR -7754013,104,MMR13586,13586,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 5 March 2021, in Mawlamyine (Mawlamyine township, Mawlamyine district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7740709,104,MMR13041,13041,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 5 March 2021, in Chauk town (Chauk Township, Magway District, Magway region), thousands of locals including oil field workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740978,104,MMR13028,13028,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Radio Free Asia,Regional,"On 5 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They erected barricades on main roads in the township. [size=no report]",0,1618489052,MMR -7740982,104,MMR13024,13024,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 5 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They erected barricades on main roads in the township. [size=no report]",0,1618489053,MMR -7740992,104,MMR13009,13009,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Radio Free Asia,Regional,"On 5 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They erected barricades on main roads in the township. [size=no report]",0,1618489054,MMR -7740745,104,MMR12560,12560,5-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Democratic Voice of Burma,National,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1,1615331305,MMR -7741007,104,MMR13027,13027,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Radio Free Asia,Regional,"On 5 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They erected barricades on main roads in the township. [size=no report]",0,1618489056,MMR -7753813,104,MMR13135,13135,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 5 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7740760,104,MMR12595,12595,5-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0,1615331305,MMR -7754075,104,MMR13581,13581,5-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Myanmar Now,National,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0,1615994769,MMR -7741024,104,MMR13019,13019,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 5 March 2021, in Muse town (Muse Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489058,MMR -7741025,104,MMR13007,13007,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Shwe Phee Myay News Agency,Subnational,"On 5 March 2021, in Hseni town (Hseni Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489058,MMR -7753825,104,MMR13141,13141,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 5 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7741027,104,MMR13013,13013,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 5 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489059,MMR -7754084,104,MMR13589,13589,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Myanmar Now,National,"On 5 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489059,MMR -7741035,104,MMR12632,12632,5-Mar-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Mae Han,22.8847,97.698,1,Shwe Phee Myay News Agency,Subnational,"On 5 March 2021, in Mae Han village (Lashio Township, Lashio District, Shan State), several Myanmar military soldiers entered the village. The Myanmar military one-sidedly fired heavy weapon two times.",0,1618489060,MMR -7741036,104,MMR13015,13015,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 5 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489061,MMR -7741045,104,MMR13068,13068,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,VOA,International,"On 5 March 2021, in Hpa-an district, Kayin state, tens of thousands of people protested against the Myanmar military coup and in support of the civil disobedience movement. They also called for the repeal of the 2008 Constitution and the establishment of a federal democratic union. [size=tens of thousands]",0,1618489062,MMR -7740539,104,MMR12562,12562,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,1,Karen Information Center News; Democratic Voice of Burma,Subnational-National,"On 5 March 2021, in Hpapun town (Hpapun Township, Hpapun district, Kayin state), more than 10,000 people protested against the Myanmar military coup and in support of the civil disobedience movement. They also called for the repeal of the 2008 Constitution and the establishment of a federal democratic union. KNU Brigade 5 were deployed at the scene to provide security for protesters. [size=more than 10,000] [armed presence]",0,1615331304,MMR -7740797,104,MMR12621,12621,5-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0,1618489064,MMR -7740802,104,MMR12660,12660,5-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0,1618489065,MMR -7740825,104,MMR13070,13070,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 5 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters avoided locations where military and police present during the protest. [size=no report]",0,1615331305,MMR -7740577,104,MMR13014,13014,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Guardian (United Kingdom); Democratic Voice of Burma; Irrawaddy,National-International,"On 5 March 2021, in Kyaukpyu town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), about 70 members of USDP along with other allegedly hired people held a protest in support of the Myanmar military. [size=about 70]",0,1615331304,MMR -7740578,104,MMR13022,13022,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Pressphoto Agency; Radio Free Asia,National-Regional,"On 5 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), nearly 10,000 people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags, wooden pellets, tables during the demonstration. [size=nearly 10,000]",0,1618489071,MMR -7740834,104,MMR12654,12654,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 5 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), about 10,000 locals including teachers, labour group, health workers, teachers, farmers, and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 10,000]",0,1615331305,MMR -7740579,104,MMR13023,13023,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Frontier Myanmar; Myanmar Pressphoto Agency; VOA,National-International,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0,1618489071,MMR -7740847,104,MMR13008,13008,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 5 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrived near the protest location. [size=thousands]",0,1618489074,MMR -7753914,104,MMR13133,13133,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 5 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489075,MMR -7753915,104,MMR13143,13143,5-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0,1615994769,MMR -7753917,104,MMR13140,13140,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 5 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a late evening pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Afterwards, people get out of their houses and chanted anti-coup slogans at night. [size=no report]",0,1615994769,MMR -7740883,104,MMR13026,13026,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Eleven Media Group,National,"On 5 March 2021, in Taungoo town (Taungoo township, Taungoo district, Bago region), university students and political activists held a memorial service to mourn the deaths of demonstrators through the decades of Myanmar's pro-democracy struggle. They observed a minute of silence and recited poems to commemorate those who were killed by security forces during demonstrations against the military coup. [size=no report]",0,1618489080,MMR -7740884,104,MMR13018,13018,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Eleven Media Group,National,"On 5 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), locals gathered for a funeral service to mourn the deaths of six protesters who were killed by security forces during demonstrations against the Myanmar military coup on 3 March. [size=no report]",0,1615331305,MMR -7740890,104,MMR13012,13012,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Eleven Media Group,National,"On 5 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), more than 1,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Troops from KNU 7th Brigade were deployed at the scene to provide security for protesters. [size=more than 1,000] [armed presence]",0,1615331305,MMR -7814884,104,MMR13017,13017,5-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,France24; Myanmar Labour News; Democratic Voice of Burma; Bangkok Post,National-Regional,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2,1618442040,MMR -7740901,104,MMR13069,13069,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group,National,"On 5 March 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), locals gathered for a funeral service to mourn the deaths of protesters who were killed by security forces during demonstrations against the Myanmar military coup on 3 March. They held up the three-finger salute during the funeral. [size=no report]",0,1615331305,MMR -7814889,104,MMR13137,13137,5-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Now,National,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1,1618442040,MMR -7740650,104,MMR12547,12547,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,1,Democratic Voice of Burma,National,"On 5 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), about 5,000 locals including students, labour group and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 5,000]",0,1618489085,MMR -7814890,104,MMR13144,13144,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Now,National,"On 5 March 2021, in Yangon, tens of thousands of locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618442040,MMR -7754231,104,MMR13136,13136,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,VOA,International,"On 5 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7740921,104,MMR13016,13016,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Myanmar Labour News,National,"On 5 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7754233,104,MMR13138,13138,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,VOA,International,"On 5 March 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615994769,MMR -7740922,104,MMR13005,13005,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 5 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held in a sit-in protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489086,MMR -7812860,104,MMR14769,14769,5-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,The Voice of Shanni,National,"On 5 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), in front of Homalin city hall, five municipal staff who joined the civil disobedience movement stand up and held up three-finger salutes in protest against the Myanmar military coup and in support of the civil disobedience movement. Besides, 13 staff from General Administration Department and 19 staff from Forestry Department and Land Record Department in Homalin also joined the civil disobedience movement today. The Myanmar police blocked roads but the protest continued [size=five]",0,1618336753,MMR -7754239,104,MMR13134,13134,5-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,VOA,International,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0,1618489089,MMR -7740930,104,MMR12984,12984,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 4 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), residents held a motorcade rally to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740675,104,MMR12602,12602,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Democratic Voice of Burma,National,"On 4 March 2021, in Puta-O township (Puta-O District, Kachin State), locals including police held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7753732,104,MMR12593,12593,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,VOA; Shwe Phee Myay News Agency,Subnational-International,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0,1618489091,MMR -7753739,104,MMR13126,13126,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,1,Coconuts Yangon; Guardian; Daily Sentinel (Grand Junction),Subnational-International,"On 4 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), a large crowd of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=large]",0,1618489093,MMR -7740684,104,MMR13052,13052,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 4 March 2021, near Thandwe river in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7740943,104,MMR13001,13001,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Now,National,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0,1618489093,MMR -7740944,104,MMR13002,13002,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Myanmar Now,National,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0,1618489093,MMR -7740946,104,MMR12997,12997,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,Pazundaung,Pazundaung,16.7796,96.1744,2,Myanmar Now,National,"On 4 March 2021, in Pazundaung township (Yangon-East district, Yangon Region), nearly 600 people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades during the demonstration. Military troops were stationed at a nearby YMBA building but no intervention was reported. [size=nearly 600]",0,1618489094,MMR -7744019,104,MMR13073,13073,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Channel News Asia,International,"On 4 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1615438530,MMR -7740948,104,MMR12591,12591,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Now,National,"On 4 March 2021, in Insein township (Yangon-North district, Yangon Region), thousands of people held a sit-in demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using two container trucks. Security forces were deployed at the scene but no intervention reported. [size=thousands]",0,1618489094,MMR -7740949,104,MMR12994,12994,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Pressphoto Agency,National,"On 4 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using metal sheets, water pipes, tyres and large PVC pipes during the demonstration. [size=no report]",0,1618489094,MMR -7740703,104,MMR12996,12996,4-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0,1615331305,MMR -7740708,104,MMR13040,13040,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 4 March 2021, in Chauk town (Chauk Township, Magway District, Magway region), thousands of locals including oil field workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740987,104,MMR13064,13064,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0,1618489106,MMR -7740732,104,MMR12590,12590,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Hmaw Bi,16.6355,97.6153,1,Democratic Voice of Burma,National,"On 4 March 2021, in Hmaw Bi village (Paung Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators demanded federal democracy and a civilian government. [size=no report]",0,1615331305,MMR -7740990,104,MMR12569,12569,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Radio Free Asia,Regional,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0,1615331305,MMR -7740991,104,MMR12637,12637,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Radio Free Asia,Regional,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0,1615331305,MMR -7740994,104,MMR12979,12979,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Radio Free Asia,Regional,"On 4 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740742,104,MMR13067,13067,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 4 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement.[size=no report]",0,1615331305,MMR -7741005,104,MMR12988,12988,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 4 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7741008,104,MMR12659,12659,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0,1615331305,MMR -7753812,104,MMR13124,13124,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 4 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7741014,104,MMR13055,13055,4-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Tawng,23.9337,98.1401,1,Shwe Phee Myay News Agency,Subnational,"On 4 March 2021, in Man Tawng village (Muse Township, Muse District, Shan State), the Myanmar military and KIA clashed. The Myanmar military also arrested three villagers. Casualties unknown.",0,1618489111,MMR -7741015,104,MMR13048,13048,4-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shwe Phee Myay News Agency,Subnational,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military LIB 287 entered KIA controlled areas and clashed with KIA battalion 36 of brigade 6. Myanmar military arrested four villagers. Villagers fled to other areas. Casualties unknown.",0,1618489112,MMR -7740761,104,MMR12585,12585,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 4 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police attempted to block protesters but the protesters march through a different direction peacefully. [size=no report]",0,1618489112,MMR -7741022,104,MMR12989,12989,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a candlelight vigil to mourn the deaths of protesters who were killed by security forces during protests against the military coup since 1 February. [size=no report]",0,1618489113,MMR -7741032,104,MMR12990,12990,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. They also spray painted the walls of some government offices in the town. [size=no report]",0,1618489116,MMR -7754090,104,MMR13125,13125,4-Mar-21,2021,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Myanmar Now,National,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0,1618489117,MMR -7740780,104,MMR13045,13045,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 4 March 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489117,MMR -7741047,104,MMR12977,12977,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,VOA,International,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0,1618489120,MMR -7740536,104,MMR12543,12543,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,55,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Kyaung Kone,20.3784,94.6255,1,Irrawaddy; Myanmar Now,National,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0,1615331304,MMR -7741050,104,MMR12991,12991,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,VOA,International,"On 4 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7741053,104,MMR12619,12619,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,VOA,International,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0,1618489122,MMR -7741054,104,MMR13066,13066,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,VOA,International,"On 4 March 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), thousands of people gathered for a funeral service to mourn the deaths of four protesters who were killed by security forces during demonstrations against the Myanmar military coup on 3 March. [size=no report]",0,1615331305,MMR -7741057,104,MMR12978,12978,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,VOA,International,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0,1618489123,MMR -7741059,104,MMR12992,12992,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,2,VOA,International,"On 4 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7753874,104,MMR13127,13127,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0,1615994769,MMR -7740819,104,MMR12981,12981,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 4 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest march with two columns of protesters against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331305,MMR -7787421,104,MMR13981,13981,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 4 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740575,104,MMR12999,12999,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Frontier Myanmar; Myanmar Now,National,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0,1618489130,MMR -7740576,104,MMR13000,13000,4-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Now; Twitter,New media-National,"On 4 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people held a sit-in demonstration against the Myanmar military coup and in support of the civil disobedience movement. They built barricades using tyres and sandbags. [size=no report]",0,1618489131,MMR -7740839,104,MMR12982,12982,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kawhmu,Kawhmu,16.5461,96.0619,1,Democratic Voice of Burma,National,"On 4 March 2021, in Kawhmu town (Kawhmu Township, Yangon-south District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. After the protest, the Revolutionary Music held a concert program in support of the civil disobedience movement. [size=no report]",0,1618489132,MMR -7787436,104,MMR13983,13983,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 4 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740852,104,MMR12993,12993,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,1,Democratic Voice of Burma,National,"On 4 March 2021, in North Okkalapa township (Yangon-east district, Yangon Region), people gathered for a prayer service to mark the recent deaths of demonstrators who were killed in violent crackdowns against the military coup by the Myanmar security forces. [size=no report]",0,1618489134,MMR -7740854,104,MMR12639,12639,4-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0,1618489135,MMR -7787449,104,MMR13984,13984,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 4 March 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740861,104,MMR13030,13030,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 4 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. One of the protesters who was diabled was arrested by police after the protest. [size=no report]",0,1618489136,MMR -7740870,104,MMR12983,12983,4-Mar-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,1,Democratic Voice of Burma,National,"Around 4 March 2021 (as reported), in Kungyangon town (Kungyangon Township, Yangon-south District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. After the protest, the Revolutionary Music held a concert program in support of the civil disobedience movement. [size=no report]",0,1618489138,MMR -7787462,104,MMR13985,13985,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 4 March 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740881,104,MMR12998,12998,4-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pe Tha Du,20.6781,92.7138,1,Development Media Group,Subnational,"On 4 March 2021, in Pe Tha Du village, in Rathedaung Township, in Rakhine State, two children were seriously injured after they picked up an improvised explosive device that blew up. One of them was wounded in his chest, head and limbs, while his older brother was wounded in his chest. It was not known who planted the explosive device.",0,1615331305,MMR -7740882,104,MMR12597,12597,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Eleven Media Group,National,"On 4 March 2021, in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), locals held a march to pay tribute to the demonstrators who were killed by security forces during demonstrations against the Myanmar military coup. They raised the three-finger salute and sang pro-democracy songs during the march. [size=no report]",0,1615331305,MMR -7740636,104,MMR13029,13029,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 4 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489144,MMR -7740640,104,MMR13053,13053,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Zigon,Zigon,18.3356,95.6215,1,Democratic Voice of Burma,National,"On 4 March 2021, in Zigon town (Zigon Township, Thayarwady District, Bago Region), locals gathered and light candles to mark the recent deaths of demonstrators who were killed in violent crackdowns against the military coup by the Myanmar military and police. [size=no report]",0,1618489145,MMR -7753954,104,MMR13123,13123,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 4 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489145,MMR -7740644,104,MMR12995,12995,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 4 March 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489146,MMR -7740646,104,MMR12985,12985,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 4 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7814895,104,MMR12987,12987,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 4 March 2021, in Mandalay city (Mandalay Region), locals gathered for a funeral march to mourn the death of a protester who was killed by security forces during a protest against the Myanmar military coup on 3 March. They held up the three-finger salute and chanted slogans during the procession. [size=no report]",0,1618442040,MMR -7814900,104,MMR12563,12563,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Labour News; Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 4 March 2021, near Thiri Mingalar Market in Mandalay city (Mandalay Region), locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. It was reported that five fighter jets were seen hovering over the city during the day. [size=no report]",0,1618442040,MMR -7740925,104,MMR12980,12980,4-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 4 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held in a sit-in protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489149,MMR -7814919,104,MMR13118,13118,3-Mar-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA,International,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0,1618442040,MMR -7740680,104,MMR12853,12853,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Democratic Voice of Burma,National,"On 3 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), locals protested in front of the local market against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7814920,104,MMR12700,12700,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Labour News,National,"On 3 March 2021, in Mandalay City (Mandalay region), locals including government railway workers and footballers held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7740937,104,MMR12699,12699,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kyauktan,Kyauktan,16.638,96.3227,2,Myanmar Labour News,National,"On 3 March 2021, in Kyauktan township (Yangon (South) district, Yangon region), tens of thousands of people including teachers protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489151,MMR -7753993,104,MMR13115,13115,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 3 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489151,MMR -7740938,104,MMR12849,12849,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 3 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7744010,104,MMR12680,12680,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma; Irrawaddy,National,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1,1615438530,MMR -7753738,104,MMR13119,13119,3-Mar-21,2021,2,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News; Radio Free Asia,Subnational-Regional,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1,1618489152,MMR -7744011,104,MMR12822,12822,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Assistance Association for Political Prisoners; Radio Free Asia,National-Regional,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1,1615438530,MMR -7740940,104,MMR12665,12665,3-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Now,National,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0,1618489152,MMR -7744020,104,MMR12559,12559,3-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Magway,Minbu,Salin,Salin,20.5772,94.6593,1,Democratic Voice of Burma,National,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1,1615438530,MMR -7740953,104,MMR12557,12557,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Myanmar Pressphoto Agency,National,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), residents held a candlelight vigil and marched through their wards to mourn the deaths of at least 8 demonstrators who were killed by security forces during demonstrations against the military coup earlier in the day. The township saw the highest number of fatalities in a single day, in a day of violent crackdowns by security forces across Myanmar that resulted in at least 38 confirmed deaths. [size=no report]",0,1618489153,MMR -7740707,104,MMR12845,12845,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 3 March 2021, in Chauk town (Chauk township, Magway district, Magway region), locals held a protest in support of the Committee Representing the Pyidaungsu Hluttaw (CRPH) representing ousted elected lawmakers which was formed following the military coup. [size=no report]",0,1615331305,MMR -7740975,104,MMR12852,12852,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Network Media Group,National,"On 3 March 2021, in Puta-O town (Puta-O Township, Puta-O District, Kachin state), locals held a protest riding motorcycles against the military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute. Soldiers and police were reportedly at the scene and blocked one of the roads and negotiated with protesters to stop proceeding any further. No further details on the intervention reported. [size=no report]",0,1615331305,MMR -7740980,104,MMR13034,13034,3-Mar-21,2021,2,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Radio Free Asia,Regional,"Around 3 March 2021 (as reported), in Kyaukkyi Township (Kyaukkyi District, Bago Region), the Myanmar military and KNU clashed in the KNU brigade 3 controlled area. Casualties unknown.",0,1618489156,MMR -7740981,104,MMR12888,12888,3-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 3 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades by stacking sandbags. [size=no report]",0,1618489156,MMR -7740985,104,MMR12972,12972,3-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Radio Free Asia,Regional,"On 3 March 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), the Myanmar military and TNLA clashed. Casualties unknown.",0,1618489157,MMR -7760953,104,MMR13602,13602,3-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0,1618489157,MMR -7740986,104,MMR12986,12986,3-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Nam Kut,23.9948,98.2266,2,Radio Free Asia,Regional,"On 3 March 2021, near Nam Kut village (Kutkai Township, Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489157,MMR -7740988,104,MMR12846,12846,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Radio Free Asia,Regional,"On 3 March 2021, in Demoso town, Demoso township (Loikaw district, Kayah region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that nearly 100,000 people in Hpruso, Demoso and Bawlake townships protested on the same day. [size=no report]",0,1615331305,MMR -7740989,104,MMR12844,12844,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Bawlake,Bawlake,Bawlake,19.1741,97.3373,1,Radio Free Asia,Regional,"On 3 March 2021, in Bawlake town (Bawlake township, Bawlake District, Kayah state), locals protested against the military coup and in support of the civil disobedience movement. It was reported that nearly 100,000 people in Hpruso, Demoso and Bawlake townships protested on the same day. [size=no report]",0,1615331305,MMR -7740734,104,MMR12851,12851,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 3 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), about 7,000 to 10,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 7,000 to 10,000]",0,1615331305,MMR -7740993,104,MMR12847,12847,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,1,Radio Free Asia,Regional,"On 3 March 2021, in Hpruso town, Hpruso township (Loikaw district, Kayah State), locals protested against Myanmar military coup and in support of the civil disobedience movement. It was reported that nearly 100,000 people in Hpruso, Demoso and Bawlake townships protested on the same day. [size=no report]",0,1615331305,MMR -7741001,104,MMR12657,12657,3-Mar-21,2021,2,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"Around 3 March 2021 (as reported), in Kawkareik township (Kawkareik District, Kayin State), the Myanmar military shelled one-sidedly. The shelling displaced some villagers.",0,1615331305,MMR -7741006,104,MMR12881,12881,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0,1618489159,MMR -7753811,104,MMR13116,13116,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 3 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7741019,104,MMR12850,12850,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 3 March 2021, in Namhsan (Namhsan township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489161,MMR -7740764,104,MMR12973,12973,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 3 March 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489161,MMR -7741021,104,MMR12971,12971,3-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nawng Aw,22.9499,97.435,1,Shwe Phee Myay News Agency,Subnational,"On 3 March 2021, in Nawng Aw village (Namtu Township, Kyaukme District, Shan State), RCSS and TNLA clashed. Casualties unknown.",0,1618489162,MMR -7741030,104,MMR12848,12848,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 3 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489164,MMR -7740781,104,MMR12544,12544,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,1,Democratic Voice of Burma,National,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0,1618489165,MMR -7741049,104,MMR12892,12892,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA,International,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0,1618489172,MMR -7740795,104,MMR12854,12854,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 3 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740796,104,MMR12976,12976,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 3 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), more than 300 people gathered for a prayer service to mark the recent deaths of demonstrators who were killed in violent crackdowns against the military coup by the police. [size=more than 300]",0,1615331305,MMR -7741052,104,MMR12681,12681,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,VOA,International,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0,1618489173,MMR -7740545,104,MMR12606,12606,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group; Eleven Media Group; Democratic Voice of Burma,Subnational-National,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0,1615331304,MMR -7740806,104,MMR12968,12968,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 3 March 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489176,MMR -7741062,104,MMR12882,12882,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,VOA,International,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0,1618489177,MMR -7741064,104,MMR12667,12667,3-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,VOA,International,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0,1618489177,MMR -7760778,104,MMR12856,12856,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma; VOA; Myanmar Now,National-International,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0,1618489178,MMR -7740555,104,MMR12676,12676,3-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Human Rights Foundation of Monland; Independent Mon News Agency,Other-Subnational,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0,1615331304,MMR -7760779,104,MMR13032,13032,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,1,Radio Free Asia; Assistance Association for Political Prisoners; Myanmar Now; Guardian; Sky News,National-Regional,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10,1618489178,MMR -7760780,104,MMR13063,13063,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma; Irrawaddy; Assistance Association for Political Prisoners,National,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8,1616520288,MMR -7754128,104,MMR13120,13120,3-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Journalists (Myanmar),7,17,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Radio Free Asia,Regional,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0,1618489180,MMR -7787410,104,MMR13977,13977,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 3 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740565,104,MMR12855,12855,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma; VOA,National-International,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0,1615331304,MMR -7740572,104,MMR12886,12886,3-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Myanmar Pressphoto Agency; Democratic Voice of Burma,National,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0,1618489181,MMR -7740574,104,MMR12891,12891,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia; Myanmar Labour News,National-Regional,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0,1615331304,MMR -7754147,104,MMR13117,13117,3-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Aid Workers (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Radio Free Asia,Regional,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0,1618489182,MMR -7787429,104,MMR13978,13978,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Chinland Guardian,National,"On 3 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7787432,104,MMR13980,13980,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 3 March 2021, in Tonzang town (Tedim Township, Falam District, Chin State), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7740846,104,MMR12672,12672,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0,1615331305,MMR -7787443,104,MMR13976,13976,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 3 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740599,104,MMR12890,12890,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 3 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489184,MMR -7740855,104,MMR12883,12883,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0,1615331305,MMR -7740856,104,MMR12889,12889,3-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 3 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish bins, bricks and sandbags. [size=no report]",0,1618489184,MMR -7740858,104,MMR12975,12975,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 3 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489185,MMR -7740862,104,MMR12636,12636,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0,1618489186,MMR -7740616,104,MMR12558,12558,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,2,Democratic Voice of Burma,National,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0,1615331304,MMR -7740618,104,MMR12605,12605,3-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0,1615331304,MMR -7787482,104,MMR13979,13979,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 3 March 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7740635,104,MMR12974,12974,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 3 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489189,MMR -7740637,104,MMR12572,12572,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Democratic Voice of Burma,National,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0,1618489190,MMR -7740647,104,MMR12612,12612,3-Mar-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Police Forces of Myanmar (2021-),7,57,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0,1618489191,MMR -7740648,104,MMR12613,12613,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 3 March 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), three locals serving as security personnel for residents along with two others including a fire-fighter were detained by the police and military at night. Ward residents got out and demanded the release of five detainees using a pot-banging protest. Afterwards, detainees were released. [size=no report]",0,1615331304,MMR -7740653,104,MMR12556,12556,3-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Democratic Voice of Burma,National,"On 3 March 2021, in Kyaikto township (Thaton District, Mon State), more than 5,000 people - including government staff - rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 5,000]",0,1615331304,MMR -7814905,104,MMR12970,12970,3-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,WISC-TV3; Democratic Voice of Burma,National-International,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3,1618442040,MMR -7740673,104,MMR12841,12841,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 2 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7740674,104,MMR12966,12966,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 2 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489193,MMR -7740934,104,MMR12833,12833,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 2 March 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740939,104,MMR13056,13056,2-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,2,Myanmar Now,National,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0,1615331305,MMR -7814923,104,MMR12694,12694,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency; Democratic Voice of Burma,National,"On 2 March 2021, in Mandalay City (Mandalay district, Mandalay region), locals including monks and more than 200 teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 200]",0,1618442040,MMR -7740941,104,MMR12838,12838,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Myanmar Now,National,"On 2 March 2021, in Pabedan township (Yangon-West District, Yangon Region), about 30 people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=about 30]",0,1618489195,MMR -7814925,104,MMR12837,12837,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Eleven Media Group,National,"On 2 March 2021, in Nay Pyi Taw City (Nay Pyi Taw), youth gathered for a prayer service to mourn the deaths of demonstrators who were killed by security forces during demonstrations against the military coup. They also painted murals of 'We Want Democracy' and 'Save Myanmar' on the streets in other parts of the city. [size=no report]",0,1618442040,MMR -7740942,104,MMR12880,12880,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Now,National,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0,1618489195,MMR -7744014,104,MMR13049,13049,2-Mar-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma; Guardian (United Kingdom); Irrawaddy,National-International,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1,1615438530,MMR -7740689,104,MMR12691,12691,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Democratic Voice of Burma,National,"On 2 March 2021, in Hpapun township, Hpapun district, Kayin state, ethnic Kayin villagers from 34 villages protested along the banks of Salween River against the Myanmar military coup and called for the Myanmar military troops to withdraw military bases from their area. [size=no report]",0,1615331304,MMR -7744021,104,MMR12664,12664,2-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1,1615438530,MMR -7740710,104,MMR12666,12666,2-Mar-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,2,Democratic Voice of Burma,National,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0,1615331305,MMR -7740974,104,MMR12964,12964,2-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 2 March 2021, in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489199,MMR -7740735,104,MMR12862,12862,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0,1615331305,MMR -7740740,104,MMR12863,12863,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0,1618489201,MMR -7740997,104,MMR12952,12952,2-Mar-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"On 2 March 2021, in Kawkareik township (Kawkareik District, Kayin State), the Myanmar military and KNU clashed in the KNU brigade 3 and 5 controlled areas. Casualties unknown.",0,1615331305,MMR -7740746,104,MMR12839,12839,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 2 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7741002,104,MMR12878,12878,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Radio Free Asia,Regional,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0,1615331305,MMR -7741004,104,MMR12568,12568,2-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Radio Free Asia,Regional,"On 2 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. [size=no report]",0,1618489204,MMR -7753810,104,MMR13114,13114,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 2 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7740762,104,MMR12835,12835,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 2 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), thousands of people protested against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489206,MMR -7740763,104,MMR12965,12965,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 2 March 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489207,MMR -7740766,104,MMR12704,12704,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 2 March 2021, in Insein township (Yangon-north District, Yangon Region), about 6,000 people - including labour groups, education staff and teachers, government staff - held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489208,MMR -7740778,104,MMR12963,12963,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 2 March 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489210,MMR -7740791,104,MMR12967,12967,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 2 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489212,MMR -7741048,104,MMR12868,12868,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,VOA,International,"On 2 March 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740537,104,MMR12545,12545,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shwe Phee Myay News Agency; Democratic Voice of Burma; Shan Herald Agency for News,Subnational-National,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0,1618489212,MMR -7740798,104,MMR12840,12840,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 2 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489213,MMR -7741063,104,MMR12842,12842,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,VOA,International,"On 2 March 2021, in Yebyu township (Dawei District, Tanintharyi region), hundreds of people gathered to mourn the death of a protester who was killed at a protest in Mandalay against the military coup on 28 February. [size=hundreds]",0,1615331305,MMR -7740558,104,MMR12684,12684,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Nwe Ni,22.0309,96.1293,1,Myanmar Labour News; Eleven Media Group,National,"On 2 March 2021, in Nwe Ni village, Patheingyi township (Mandalay District, Mandalay Region), many locals including members of the ABSFU gathered to mourn the death of a man who were killed by security forces during a demonstration in Mandalay on 28 February against the military coup. [size=no report]",0,1615331304,MMR -7740560,104,MMR12698,12698,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News; VOA,National-International,"On 2 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region),, thousands of people including teachers held a funeral march to mourn the death of teacher who was killed on 28 February during a demonstration against the Myanmar military coup. They held up the three-finger salute during the march. [size=thousands]",0,1618489216,MMR -7740562,104,MMR12832,12832,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Myanmar Pressphoto Agency; Eleven Media Group,National,"On 2 March 2021, in Kyaikto township (Thaton District, Mon State), thousands of people gathered for a funeral march to mourn the death of a demonstrator who was killed by security forces during a demonstration against the military coup in Yangon on 28 February. They held up the three-finger salute during the march. [size=thousands]",0,1615331304,MMR -7740563,104,MMR12834,12834,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,AFP; VOA,International,"On 2 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), thousands of people gathered to mourn the death of protester who was killed on 28 February during a demonstration against the Myanmar military coup. They sang the popular pro-democracy revolutionary song and held up the three-finger salute. [size=thousands]",0,1618489216,MMR -7740564,104,MMR12843,12843,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,BBC News; Democratic Voice of Burma,National-International,"On 2 March 2021, in Bago town (Bago town, Bago district, Bago region), thousands of locals including government staff, students and labour unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489217,MMR -7740821,104,MMR12861,12861,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0,1618489217,MMR -7740567,104,MMR12860,12860,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma; VOA,National-International,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0,1618489218,MMR -7740569,104,MMR12879,12879,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myitkyina Journal; Kachin News Group,Subnational,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0,1615331304,MMR -7740570,104,MMR12884,12884,2-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA; Myanmar Now,National-International,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0,1618489218,MMR -7787422,104,MMR13974,13974,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 2 March 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740586,104,MMR12688,12688,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlegu,Hlegu,17.0957,96.2206,2,BBC News,International,"On 2 March 2021, in Hlegu township (Yangon-North District, Yangon Region), people including firefighters demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489220,MMR -7740607,104,MMR12876,12876,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 2 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1615331304,MMR -7740620,104,MMR12555,12555,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Democratic Voice of Burma,National,"On 2 March 2021, in Kyaukkyi township (Taungoo district, Bago region), more than 1,000 local ethnic Kayin farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. They also demanded for the KNU to provide security in their villages against the Myanmar military. [size=more than 1,000]",0,1618489225,MMR -7787468,104,MMR13973,13973,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 2 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489225,MMR -7740877,104,MMR12831,12831,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma,National,"On 2 March 2021, in Dagon Myothit (Seikkan) township (Yangon-East District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489226,MMR -7753938,104,MMR13113,13113,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 2 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489226,MMR -7787474,104,MMR13972,13972,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 2 March 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740651,104,MMR12830,12830,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 2 March 2021, in Bhamo town (Bhamo township, Bhamo district, Kachin state), locals gathered for a rally to protest against the Myanmar military coup and mourn the demonstrators who had been killed by security forces during demonstrations against the coup. [size=no report]",0,1615331304,MMR -7740668,104,MMR12836,12836,2-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 2 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7740928,104,MMR12703,12703,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 1 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals including education workers and teachers gathered to mourn the death of two protesters who was killed during a demonstration against the military coup in Yangon 28 February. They held placards and the three-finger salute to express their opposition to the military coup. [size=no report]",0,1618489233,MMR -7753997,104,MMR13109,13109,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 1 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489234,MMR -7744017,104,MMR13071,13071,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,AP,International,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0,1618489235,MMR -7814931,104,MMR12690,12690,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 1 March 2021, in Mandalay City (Mandalay Region), locals including NLD members and jade industry workers protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7740741,104,MMR12617,12617,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0,1615331305,MMR -7753809,104,MMR13110,13110,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 1 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7740754,104,MMR12960,12960,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 1 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489242,MMR -7741011,104,MMR12864,12864,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 1 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), following the crackdown by security forces in a protest yesterday, locals protested by marching in their own neighbourhoods against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489242,MMR -7741017,104,MMR12662,12662,1-Mar-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shwe Phee Myay News Agency,Subnational,"On 1 March 2021, in Namtu township (Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP. Some shells fell in the village. Villagers fled. Casualties unknown.",0,1618489243,MMR -7741020,104,MMR12958,12958,1-Mar-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 1 March 2021, in Mu Thay village (Kyaukme Township, Kyaukme District, Shan State), two villagers stepped a landmine and died on their way to shopping. KNU reportedly didn't allow villagers to use the road. The armed group who planted landmine was not known yet.",2,1618489244,MMR -7741029,104,MMR12821,12821,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 1 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489247,MMR -7740777,104,MMR12957,12957,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 1 March 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489247,MMR -7741034,104,MMR12962,12962,1-Mar-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,1,Shwe Phee Myay News Agency,Subnational,"On 1 March 2021, in Tawt Sang Ywar Ma village (Kyaukme Township, Kyaukme District, Shan State), RCSS abducted two villagers at their house.",0,1618489248,MMR -7740790,104,MMR12961,12961,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 1 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489250,MMR -7741046,104,MMR12857,12857,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,VOA,International,"On 1 March 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest by riding motorcycles against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740793,104,MMR12829,12829,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 1 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740541,104,MMR12573,12573,1-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Journalists (Myanmar),7,17,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Twitter; Democratic Voice of Burma,New media-National,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0,1615331304,MMR -7741058,104,MMR12827,12827,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,VOA,International,"On 1 March 2021, in Thingangyun township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489253,MMR -7741061,104,MMR12859,12859,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,VOA,International,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0,1615331305,MMR -7740551,104,MMR12633,12633,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,VOA; Shwe Phee Myay News Agency; Democratic Voice of Burma; Myanmar Now,Subnational-National,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0,1618489253,MMR -7740553,104,MMR12644,12644,1-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Twitter; VOA,New media-International,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0,1618489253,MMR -7740554,104,MMR12673,12673,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Myanmar Now; VOA,National-International,"On 1 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals gathered for a funeral for a demonstrator who was killed by security forces during a demonstration against the military coup the day before. They raised the three-finger salute to express their opposition against the military coup. [size=no report]",0,1615331304,MMR -7740561,104,MMR12825,12825,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group; Democratic Voice of Burma,National,"On 1 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. In addition, people gathered for a funeral to mourn the death of a man who was shot dead by security forces during a protest against the military coup on 28 February. They held up the three-finger salute during the funeral. [size=no report]",0,1615331304,MMR -7740820,104,MMR13061,13061,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 1 March 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7787412,104,MMR13969,13969,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 1 March 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police were deployed at the scene but did not intervene. [size=no report]",0,1617127241,MMR -7740571,104,MMR12885,12885,1-Mar-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma; Irrawaddy,National,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0,1615331304,MMR -7740573,104,MMR12887,12887,1-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Frontier Myanmar; Democratic Voice of Burma; Myanmar Pressphoto Agency; VOA,National-International,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0,1618489257,MMR -7740832,104,MMR12693,12693,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 1 March 2021, in Insein township (Yangon-north District, Yangon Region), more than 1,000 employees of the Insein Locomotive Factory protested against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 1,000]",0,1618489257,MMR -7740843,104,MMR12959,12959,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 1 March 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489258,MMR -7787446,104,MMR13968,13968,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Aive,22.6583,93.721,1,Chinland Guardian,Subnational,"On 1 March 2021, in Aive village (Hakha Township, Hakha District, Chin State), over 400 people held a protest in front against the Myanmar military coup and in support of the civil disobedience movement. [size=over 400]",0,1617127241,MMR -7740857,104,MMR12819,12819,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 1 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. They also observed a minute of silence for the five demonstrators who were killed by security forces during a protest the day before. [size=no report]",0,1615331305,MMR -7753913,104,MMR13112,13112,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0,1615994769,MMR -7740602,104,MMR12696,12696,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 1 March 2021, in Bago town (Bago town, Bago district, Bago region), locals - including students, government railway staff - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489259,MMR -7787450,104,MMR13970,13970,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 1 March 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489259,MMR -7787481,104,MMR13971,13971,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Surkhua,22.2555,93.6342,1,Chinland Guardian,Subnational,"On 1 March 2021, in Surkhua village (Hakha Township, Hakha District, Chin State), locals held a protest in front against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7740649,104,MMR12823,12823,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,1,Democratic Voice of Burma,National,"On 1 March 2021, in Minhla township (Thayarwaddy District, Bago Division), some youth protested in front of the township administration office to call on government employees to join the civil disobedience movement against the Myanmar military coup. [size=some]",0,1618489265,MMR -7740908,104,MMR13035,13035,1-Mar-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,15,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Irrawaddy,National,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0,1615331305,MMR -7740914,104,MMR12828,12828,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Kachin News Group,Subnational,"On 1 March 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740918,104,MMR12820,12820,1-Mar-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Karen Information Center News,Subnational,"On 1 March 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740919,104,MMR12877,12877,1-Mar-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0,1615331305,MMR -7740672,104,MMR12956,12956,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 28 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489268,MMR -7740929,104,MMR12809,12809,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Labour News,National,"On 28 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), Urban Poor (Poor People) Network (UNP)-led protest columns marched from Thakin Mya Park towards Sule to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489268,MMR -7740931,104,MMR12692,12692,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 28 February 2021, Hlaingthayar township (Yangon-north District, Yangon Region), members of the Federation of Garment Workers Myanmar (FGWM) held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489269,MMR -7753731,104,MMR12567,12567,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Unidentified Armed Group (Myanmar),Police Forces of Myanmar (2021-),3,36,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Eleven Media Group; Radio Free Asia; Shan Herald Agency for News,Subnational-National,"On 28 February 2021, in Muse town (Muse Township, Muse District, Shan State), nearly 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four unknown gunmen with pistols hit protesters with a car. Some protesters were injured. Protesters apprehended the four men and handed them over to the Myanmar police. Police also arrested three protesters, accusing them of being armed. [size=nearly 100,000]",0,1618489269,MMR -7740933,104,MMR12686,12686,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,1,Myanmar Labour News,National,"On 28 February 2021, in Natogyi town (Natogyi Township, Myingyan District, Mandalay Region), locals including civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7744006,104,MMR12553,12553,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Frontier Myanmar; VOA,National-International,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0,1618489270,MMR -7744007,104,MMR12618,12618,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,AFP; Democratic Voice of Burma,National-International,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0,1618489270,MMR -7744009,104,MMR12670,12670,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,AFP; Democratic Voice of Burma,National-International,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4,1615438530,MMR -7744012,104,MMR12875,12875,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Labour News; Irrawaddy,National,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1,1618489271,MMR -7744024,104,MMR12592,12592,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Irrawaddy,National,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1,1618489274,MMR -7744025,104,MMR12695,12695,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Radio Free Asia,Regional,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3,1618489274,MMR -7744026,104,MMR12678,12678,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,VOA,International,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1,1615438530,MMR -7744027,104,MMR12674,12674,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA,International,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2,1618489275,MMR -7814940,104,MMR12675,12675,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Eleven Media Group,National,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2,1618442040,MMR -7740706,104,MMR12549,12549,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 28 February 2021, in Chauk town (Chauk Township, Magway District, Magway region), thousands of locals including oil field workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740711,104,MMR12870,12870,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,1,Democratic Voice of Burma,National,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0,1615331305,MMR -7740713,104,MMR12623,12623,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0,1615331305,MMR -7740972,104,MMR12805,12805,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 28 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740973,104,MMR12584,12584,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Narinjara News,Subnational,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0,1615331305,MMR -7740976,104,MMR12643,12643,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia,Regional,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0,1618489278,MMR -7740999,104,MMR12628,12628,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Tatkon,Tatkon,20.1318,96.1997,2,Radio Free Asia,Regional,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0,1615331305,MMR -7741000,104,MMR12642,12642,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Radio Free Asia,Regional,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0,1618489280,MMR -7753808,104,MMR13108,13108,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 28 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7741009,104,MMR12641,12641,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Radio Free Asia,Regional,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0,1618489281,MMR -7740759,104,MMR12600,12600,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma,National,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0,1618489281,MMR -7804002,104,MMR13033,13033,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Thabeikkyin,Kyar Hnyat,23.2436,95.9972,1,Democratic Voice of Burma,National,"On 28 February 2021, in Kyar Hnyat village constituency (Thabeikkyin town, Thabeikkyin Township, Pyinoolwin District, Mandalay Region), residents held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The sit-in protest was held to prevent the Myanmar military from seizing a hospital. [size=no report]",0,1618489282,MMR -7741028,104,MMR12807,12807,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 28 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489282,MMR -7753828,104,MMR13107,13107,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 28 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489282,MMR -7740774,104,MMR12689,12689,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 28 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), more than 20,000 locals health workers, teachers and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=more than 20,000].",0,1618489283,MMR -7741033,104,MMR12806,12806,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Shwe Phee Myay News Agency,Subnational,"On 28 February 2021, in Hseni town (Hseni Township, Lashio District, Shan State), about 1,000 people held a protest against the military coup and in support of the civil disobedience movement. [size=about 1,000]",0,1618489283,MMR -7741037,104,MMR12955,12955,28-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,1,Shwe Phee Myay News Agency,Subnational,"On 28 February 2021, in Man San village (Namtu Township, Kyaukme District, Shan State), about 6 to 7 artillery shells from an unkown armed group fell in the village. 3 women and 3 men were injured. Some IDPs who took refuge in the village fled to an urban area.",0,1618489283,MMR -7741039,104,MMR12586,12586,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Twitter,New media,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0,1618489283,MMR -7741042,104,MMR12687,12687,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,VOA,International,"On 28 February 2021, in Puta-O town (Puta-O Township, Puta-O District, Kachin State), around 100,000 people along with some civil servants protested against Myanmar military coup. [size=about 100,000]",0,1615331305,MMR -7741043,104,MMR12677,12677,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,VOA,International,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5,1615331305,MMR -7741044,104,MMR12803,12803,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,VOA,International,"On 28 February 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7804024,104,MMR12596,12596,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Budalin,Lay Myay,22.3218,95.0334,1,Myanmar Labour News,National,"On 28 February 2021, in Lay Myay village (Budalin Township, Magway District, Sagaing Region), villagers held a protest against the military coup and in support of the civil disobedience movement. Villagers protested against a solider in civilian uniform who beat a journalist from the village; they drove the soldier out of the village. [size=no report]",0,1617746752,MMR -7804025,104,MMR12611,12611,28-Feb-21,2021,2,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),Journalists (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Monywa,Budalin,Lay Myay,22.3218,95.0334,1,Myanmar Labour News,National,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0,1617746752,MMR -7740800,104,MMR12802,12802,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 28 February 2021, in Ahpyauk town (Taikkyi Township, Yangon-north District, Yangon Region) more than 10,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1618489286,MMR -7741056,104,MMR12661,12661,28-Feb-21,2021,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,VOA,International,"On 28 February 2021, in Kawkareik District, Kayin State, KNU attacked the Myanmar military who dispersed anti-coup protesters in KNU controlled area. Some Myanmar military died and were injured. Fatality coded as 1.",1,1615331305,MMR -7740546,104,MMR12607,12607,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Twitter; Karen Information Center News,New media-Subnational,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0,1615331304,MMR -7760777,104,MMR12671,12671,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma; Eleven Media Group,National,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2,1616520288,MMR -7740810,104,MMR12561,12561,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,1,Democratic Voice of Burma,National,"On 28 February 2021, at People's Park in Dagon Township (Yangon-west District, Yangon Region), locals including movie actors and comedian held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489286,MMR -7740817,104,MMR12615,12615,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Mawlaik,Mawlaik,Mawlaik,23.6351,94.412,1,Democratic Voice of Burma,National,"On 28 February 2021, in Mawlaik town (Mawlaik Township, Kale District, Sagaing Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters from entering the town, and protesters continued to hold a protest on the river bank. [size=no report]",0,1618489288,MMR -7740568,104,MMR12869,12869,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Khonumthung News; Chinland Guardian,Subnational,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0,1615331304,MMR -7740828,104,MMR13046,13046,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 28 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740829,104,MMR12872,12872,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0,1615331305,MMR -7740837,104,MMR12571,12571,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Botahtaung,Botahtaung,16.7719,96.1697,2,Democratic Voice of Burma,National,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0,1618489292,MMR -7740582,104,MMR13050,13050,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma; Shan Herald Agency for News,Subnational-National,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0,1618489292,MMR -7740584,104,MMR13062,13062,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma; Eleven Media Group,National,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0,1618489292,MMR -7740588,104,MMR12871,12871,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0,1615331304,MMR -7740589,104,MMR12817,12817,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 28 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a 'Prayer for Myanmar' service against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7740590,104,MMR12812,12812,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,2,Chinland Guardian,Subnational,"On 28 February 2021, in Suntui village (Mindat Township, Mindat District, Chin State) (coded as Mindat), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7787438,104,MMR12811,12811,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0,1618489293,MMR -7740591,104,MMR12816,12816,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 28 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7740598,104,MMR12874,12874,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0,1615331304,MMR -7740860,104,MMR12624,12624,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0,1618489295,MMR -7740606,104,MMR13042,13042,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar); Kayah Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 28 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), thousands of Kayin, Kayah and Pa-Oh ethnic people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489295,MMR -7740864,104,MMR12551,12551,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Democratic Voice of Burma,National,"On 28 February 2021, in Chanayethazan township (Mandalay District, Mandalay Region), tens of thousands of people including teachers, students, engineers and workers locals held a general protest against the Myanmar military coup and in support of the civil disobedience movement [size=tens of thousands]",0,1615331305,MMR -7740866,104,MMR12858,12858,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma,National,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0,1618489296,MMR -7740873,104,MMR12616,12616,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Democratic Voice of Burma,National,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0,1615331305,MMR -7740876,104,MMR12814,12814,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 28 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), more than 10,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1618489297,MMR -7740622,104,MMR13051,13051,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0,1615331304,MMR -7740879,104,MMR12583,12583,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,1,Democratic Voice of Burma,National,"On 28 February 2021, in Thaketa township (Yangon-east District, Yangon Region), thousands of local people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The protesters reportedly forced a woman to leave their ward because a woman reported the location of protest police and the Myanmar military. This week, protesters in many cities across the country marched with different protest columns from different locations. [size=thousands]",0,1618489297,MMR -7740880,104,MMR12603,12603,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0,1618489297,MMR -7740892,104,MMR12813,12813,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Eleven Media Group,National,"On 28 February 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740902,104,MMR12818,12818,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Independent Mon News Agency,Subnational,"On 28 February 2021, in Thaton town (Thaton Township, Thaton District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740903,104,MMR12626,12626,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Independent Mon News Agency,Subnational,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0,1615331305,MMR -7740904,104,MMR12804,12804,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,1,Independent Mon News Agency,Subnational,"On 28 February 2021, in Bilin town (Bilin Township, Thaton District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740905,104,MMR12808,12808,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Kyaikkhami,16.08,97.5675,1,Independent Mon News Agency,Subnational,"On 28 February 2021, in Kyaikkhami town (Kyaikkhami Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489298,MMR -7740658,104,MMR13038,13038,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 28 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), thousands of locals including teachers, monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489300,MMR -7740917,104,MMR12588,12588,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Karen Information Center News,Subnational,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0,1615331305,MMR -7740662,104,MMR12638,12638,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0,1615331304,MMR -7740920,104,MMR12570,12570,28-Feb-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Mizzima,National,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0,1615331305,MMR -7740923,104,MMR12873,12873,28-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Labour News,National,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0,1618489302,MMR -7740924,104,MMR12815,12815,28-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Myanmar Labour News,National,"On 28 February 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested in front of the ward administration office against the new ward administrator who had been appointed by the military. They stated that they would not accept any ward administrator except the one elected by the people. [size=no report]",0,1618489302,MMR -7740671,104,MMR12824,12824,28-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0,1615331304,MMR -7740679,104,MMR12801,12801,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Democratic Voice of Burma,National,"On 27 February 2021, in Shwegu town, Shwegu township (Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7744008,104,MMR12620,12620,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,VOA; Democratic Voice of Burma; AFP,National-International,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0,1618489305,MMR -7744015,104,MMR13058,13058,27-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,AFP; Eleven Media Group; VOA,National-International,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1,1615438530,MMR -7740701,104,MMR12702,12702,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 27 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740967,104,MMR12797,12797,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 27 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740712,104,MMR12594,12594,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0,1615331305,MMR -7787816,104,MMR12625,12625,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA,International,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0,1618489311,MMR -7740738,104,MMR12582,12582,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 27 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489318,MMR -7740744,104,MMR12865,12865,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Democratic Voice of Burma,National,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0,1615331305,MMR -7741003,104,MMR12627,12627,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,1,Radio Free Asia,Regional,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0,1618489321,MMR -7740748,104,MMR12630,12630,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0,1615331305,MMR -7753807,104,MMR13106,13106,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 27 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7740752,104,MMR12866,12866,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Democratic Voice of Burma,National,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0,1615331305,MMR -7741010,104,MMR12656,12656,27-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"On 27 February 2021, near Man Pying (Kutkai Township, Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown. Location coded as Kutkai.",0,1618489325,MMR -7804003,104,MMR12799,12799,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Li Shaw Lel U,22.9787,96.4517,2,Democratic Voice of Burma,National,"On 27 February 2021, in Li Shaw Lel U village tract (Mogoke Township, Pyinoolwin District, Mandalay Region), hundreds of villagers from 7 villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Villagers didn't accept the Myanmar military-appointed villager administrators. [size=hundreds]",0,1618489332,MMR -7741031,104,MMR12810,12810,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0,1618489333,MMR -7741038,104,MMR12658,12658,27-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shwe Phee Myay News Agency,Subnational,"On 27 February 2021, near Man San village (Namtu Township, Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP with both small and heavy weapons. A monk was injured and a monastery was also damaged.",0,1618489334,MMR -7740538,104,MMR12546,12546,27-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma; VOA,National-International,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0,1615331304,MMR -7740794,104,MMR12622,12622,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0,1615331305,MMR -7740542,104,MMR12574,12574,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Eleven Media Group; Network Media Group,National,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0,1615331304,MMR -7740552,104,MMR12640,12640,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma; Eleven Media Group,National,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0,1615331304,MMR -7740816,104,MMR12951,12951,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 27 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489343,MMR -7740826,104,MMR12685,12685,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 27 February 2021, in Shwebo town (Shwebo Township, Shwebo District, Sagaing Region) locals including villagers and civil servants held a general protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740827,104,MMR12796,12796,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 27 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740830,104,MMR13043,13043,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0,1615331305,MMR -7787435,104,MMR13967,13967,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 27 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7740845,104,MMR12954,12954,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 27 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489350,MMR -7740594,104,MMR12548,12548,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 27 February 2021, in Chauk town (Chauk Township, Magway District, Magway region), thousands of locals including oil field workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331304,MMR -7740850,104,MMR13039,13039,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 27 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), about 5,000 locals including teachers, farmers, and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 5,000]",0,1615331305,MMR -7740595,104,MMR12631,12631,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,2,Democratic Voice of Burma,National,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0,1615331304,MMR -7740853,104,MMR12682,12682,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 27 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489353,MMR -7740609,104,MMR12798,12798,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 27 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489356,MMR -7740885,104,MMR12554,12554,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Mawlamyinegyun,Mawlamyinegyun,16.3789,95.2629,2,Eleven Media Group,National,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0,1615331305,MMR -7740631,104,MMR12953,12953,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 27 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489362,MMR -7740888,104,MMR12565,12565,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Eleven Media Group,National,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0,1618489362,MMR -7740891,104,MMR12566,12566,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Eleven Media Group,National,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0,1618489363,MMR -7740893,104,MMR12701,12701,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group,National,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), teachers and civil servants from the education department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7753949,104,MMR13105,13105,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 27 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489364,MMR -7740894,104,MMR13036,13036,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Eleven Media Group,National,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0,1615331305,MMR -7740896,104,MMR12564,12564,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Eleven Media Group,National,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0,1618489367,MMR -7740641,104,MMR12599,12599,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Democratic Voice of Burma,National,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0,1615331304,MMR -7740645,104,MMR13044,13044,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 27 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested one protester after the protest. [size=no report]",0,1618489369,MMR -7740906,104,MMR12795,12795,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Irrawaddy,National,"On 27 February 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar police reportedly warned protesters that they will disperse them, protesters continued to protest. [size=no report]",0,1615331305,MMR -7740907,104,MMR12587,12587,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Irrawaddy,National,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0,1615331305,MMR -7740654,104,MMR12668,12668,27-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1,1615331304,MMR -7740910,104,MMR12800,12800,27-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Irrawaddy,National,"On 27 February 2021, in Puta-O town (Puta-O Township, Puta-O District, Kachin State), locals held protests involving more than one protest column to oppose the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar police reportedly warned protesters that they will disperse them, protesters continued to protest. [size=no report]",0,1615331305,MMR -7740912,104,MMR12552,12552,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Kachin News Group,Subnational,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0,1615331305,MMR -7740915,104,MMR12867,12867,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0,1615331305,MMR -7740670,104,MMR12652,12652,27-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0,1615331304,MMR -7740676,104,MMR13047,13047,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 26 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724815,104,MMR12507,12507,26-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,VOA,International,"On 26 February 2021, in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489376,MMR -7724560,104,MMR12515,12515,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 26 February 2021, in Yinmarbin town (Yinmarbin township, Yinmarbin district, Sagaing region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. They expressed their opposition against the military-appointed administrators arguing that the junta does not have the power to appoint administrators. [size=no report]",0,1614709547,MMR -7740705,104,MMR12790,12790,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 26 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740961,104,MMR12791,12791,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 26 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7727150,104,MMR12517,12517,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Minbu,Ngape,Ngape,20.0753,94.4676,1,Assistance Association for Political Prisoners; Democratic Voice of Burma; Twitter,New media-National,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0,1614789684,MMR -7740733,104,MMR12794,12794,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 26 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7727165,104,MMR12540,12540,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Kani,Kani,22.4329,94.8485,1,Democratic Voice of Burma,National,"On 26 February 2021, in Kani town (Kani township, Yinmarbin district, Sagaing region), about 200 people held a prayer service at a Buddhist pagoda against the military coup. They also prayed for the return to democracy and the release of arrested leaders. [size=about 200]",0,1614789684,MMR -7724607,104,MMR12496,12496,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 26 February 2021, in Kyauktada township (Yangon (West) district, Yangon region), locals held a sit-in protest in front of Sule Shangri-La Hotel against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489386,MMR -7727167,104,MMR12542,12542,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Democratic Voice of Burma,National,"On 26 February 2021, in Tamwe township (Yangon (East) District, Yangon Region), people - including members of the Myanmar Seamen Union and students and alumni of Myanmar Mercantile Marine College - held a protest in Aung Mingalar ward to express support for the residents in the ward who faced crackdown by the police the day before for gathering to protest against the new military-appointed ward administrator. [size=no report]",0,1618489386,MMR -7724608,104,MMR12503,12503,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 26 February 2021, in Mayangone township (Yangon (West) district, Yangon region), locals held a sit-in protest in front of the ICRC office against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489387,MMR -7740737,104,MMR12581,12581,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 26 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489387,MMR -7740998,104,MMR12653,12653,26-Feb-21,2021,2,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"Around 26 February 2021 (as reported), in Kawkareik township (Kawkareik District, Kayin State), KNU attacked the Myanmar military who dispersed anti-coup protesters in KNU controlled area. Three Myanmar military died and four others were injured.",3,1615331305,MMR -7727174,104,MMR12541,12541,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 26 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), residents held a motorcade rally to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614789684,MMR -7724618,104,MMR12490,12490,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 26 February 2021, in Chauk town (Chauk township, Magway district, Magway region), hundreds of thousands of locals from urban areas and villagers, and labour groups, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614709547,MMR -7753806,104,MMR13104,13104,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 26 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7741012,104,MMR12635,12635,26-Feb-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Unidentified Armed Group (Myanmar),,3,33,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 26 February 2021, near Man San village (Namtu Township, Kyaukme District, Shan State), clashes with both small and heavy weapon took place between two armed groups. Casualties unknown. Fighting between RCSS and combined forces of TNLA and SSPP have taken place here recently.",0,1618489388,MMR -7741013,104,MMR12826,12826,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0,1618489389,MMR -7724655,104,MMR12495,12495,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 26 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. In addition, a group of youth held a sit-in protest in front of the township administration office to protest. [size=tens of thousands]",0,1618489393,MMR -7740788,104,MMR12697,12697,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 26 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1615331305,MMR -7740813,104,MMR12793,12793,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 26 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1615331305,MMR -7740815,104,MMR12947,12947,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 26 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489401,MMR -7740604,104,MMR12792,12792,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 26 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489410,MMR -7740867,104,MMR12948,12948,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 26 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489411,MMR -7740871,104,MMR12950,12950,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 26 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489411,MMR -7740617,104,MMR12589,12589,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 26 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including teachers and civil servant held a protest against the military coup and in support of the civil disobedience movement. A woman was arrested after a protest. [size=no report]",0,1615331304,MMR -7740630,104,MMR12949,12949,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 26 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489413,MMR -7724505,104,MMR12488,12488,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Frontier Myanmar; Myanmar Now; Democratic Voice of Burma,National,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0,1614709547,MMR -7724506,104,MMR12489,12489,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Democratic Voice of Burma; Frontier Myanmar,National,"On 26 February 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724507,104,MMR12491,12491,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian; Radio Free Asia,Subnational-Regional,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0,1614709547,MMR -7787484,104,MMR13966,13966,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 26 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), over 5,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=over 5,000]",0,1617127242,MMR -7724508,104,MMR12492,12492,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Democratic Voice of Burma; Eleven Media Group,National,"On 26 February 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals protested in front of the Hinthada Hospital against the Myanmar military coup and in support of the civil disobedience movement. They blocked police forces and police vehicles from entering the hospital by holding a sit-in, as authorities police tried to reopen the hospital which had been shut due to the ongoing civil disobedience movement. No intervention or clashes were reported and the police left the area. [size=no report]",0,1614709547,MMR -7724509,104,MMR12494,12494,26-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,AFP; Myanmar Now,National-International,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0,1618489416,MMR -7724511,104,MMR12498,12498,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Kachin Ethnic Group (Myanmar); Wa Ethnic Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency; Democratic Voice of Burma,Subnational-National,"On 26 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 locals including students, ethnic Ta'ang, Wa, Kachin people protested in front of the UN office against the military coup and in support of the civil disobedience movement. They also called for assistance from the United Nations to pressure the military to release the detained leaders. In addition, protesters also protested in front of Lashio University. [size=about 200]",0,1618489417,MMR -7724512,104,MMR12500,12500,26-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,1,Democratic Voice of Burma; Frontier Myanmar,National,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0,1614709547,MMR -7724769,104,MMR12493,12493,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia,Regional,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0,1618489417,MMR -7724516,104,MMR12513,12513,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Democratic Voice of Burma; Myanmar Now,National,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0,1614709547,MMR -7724517,104,MMR12514,12514,26-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Democratic Voice of Burma; Myanmar Now,National,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0,1618489417,MMR -7724518,104,MMR12516,12516,26-Feb-21,2021,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Maung Ma Ywar Thit,16.5349,98.2565,2,Democratic Voice of Burma; Irrawaddy,National,"On 26 February 2021, near Maung Ma Ywar Thit village (Kawkareik Township, Kawkareik District, Kayin State), KNLA battalion 18 of brigade 6 clashed with the Myanmar military. Two Myanmar military soldiers were died and another two were injured.",2,1614709547,MMR -7724775,104,MMR12502,12502,26-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 26 February 2021, near Man San village (Namtu Township, Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP. Some shells fell in the village. Villagers fled. Casualties unknown.",0,1618489418,MMR -7724522,104,MMR12506,12506,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,7Day News,National,"On 26 February 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), hundreds of thousands of locals, including farmers, civil servants, labour groups, and students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to remove hundreds of protesters by truck. [size=hundreds of thousands]",0,1614709547,MMR -7724527,104,MMR12508,12508,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,7Day News,National,"On 26 February 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals, including eight police officers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=at least 8]",0,1614709547,MMR -7724534,104,MMR12512,12512,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 26 February 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7753975,104,MMR13103,13103,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 26 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489419,MMR -7724543,104,MMR12510,12510,26-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 26 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), tens of thousands of people - including government employees, teachers, and students' unions - protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489420,MMR -7724799,104,MMR12501,12501,26-Feb-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Unidentified Armed Group (Myanmar),,3,33,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Loi,23.5559,97.8306,2,Shwe Phee Myay News Agency,Subnational,"On 26 February 2021, near Man Loi village (Kutkai Township, Muse District, Shan State), fighting occurred near the village. The armed groups involved in the clash were not known yet. Casualties unknown. KIA and TNLA have been active in the area.",0,1618489420,MMR -7724546,104,MMR12478,12478,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 25 February 2021, in Magway town (Magway township, Magway district, Magway region), tens of thousands locals, including farmers, government staff, students, and teachers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724548,104,MMR12480,12480,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Buddhist Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 25 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals including teachers, students, monks and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=thousands]",0,1614709547,MMR -7724808,104,MMR12481,12481,25-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,VOA,International,"On 25 February 2021, in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489422,MMR -7753737,104,MMR13102,13102,25-Feb-21,2021,1,Violence against civilians,Abduction/forced disappearance,ARSA: Arakan Rohingya Salvation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,U Daung,20.6809,92.4734,2,Radio Free Asia; Irrawaddy,National-Regional,"On 25 February 2021, near U Daung village (Maungdaw Township, Maungdaw District, Rakhine State), ARSA allegedly abducted three villagers in a forest.",0,1615994768,MMR -7740683,104,MMR12789,12789,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 25 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7724811,104,MMR12474,12474,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 25 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740692,104,MMR12788,12788,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 25 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740959,104,MMR12785,12785,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 25 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740704,104,MMR12784,12784,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 25 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7727148,104,MMR12497,12497,25-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,6,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,56,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma; Frontier Myanmar; Twitter,New media-National,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0,1618489429,MMR -7727149,104,MMR12504,12504,25-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,Rioters (Myanmar),Government of Myanmar (2016-),5,55,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Frontier Myanmar; Democratic Voice of Burma,National,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0,1618489429,MMR -7727155,104,MMR12531,12531,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 25 February 2021, in Bago town (Bago town, Bago district, Bago region), locals - including students, NLD members, staff unions, civil society groups - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489430,MMR -7727156,104,MMR12535,12535,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 25 February 2021, in In Kyin Kone village tract, Minhla township (Thayarwady District, Bago Region) (coded as Minhla), villagers protested against the appointment of a new village administrator by the military's State Administration Council, stating that the new administrator would not be accepted as he was not democratically elected. [size=no report]",0,1618489431,MMR -7727157,104,MMR12536,12536,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Democratic Voice of Burma,National,"On 25 February 2021, in Puta-O township (Puta-O District, Kachin State), about 300 locals protested in front of the township court demanding the release of five youth who were arrested and detained by police on 20 February for participating in protests against the military coup. They had been detained in Putao prison and had not been allowed to see their family members. [size=about 300]",0,1614789684,MMR -7727158,104,MMR12533,12533,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 25 February 2021, in Loikaw town, Loikaw township (Loikaw district, Kayah State), thousands of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614789684,MMR -7727161,104,MMR12532,12532,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 25 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), locals including oil field workers held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614789684,MMR -7727162,104,MMR12523,12523,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Ngape,Ngape,20.0753,94.4676,1,Democratic Voice of Burma,National,"On 25 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), hundreds of protesters gathered in front of the Ngape Township Police Station at around 3pm to demand for the release of a philanthropist detained for opposing the coup. They continued holding the sit-in overnight. [size=hundreds]",0,1614789684,MMR -7727164,104,MMR12539,12539,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thuwunnawady,17.0602,97.3048,1,Democratic Voice of Burma,National,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0,1614789684,MMR -7727166,104,MMR12524,12524,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Myaung,Myaung,21.8334,95.4212,2,Democratic Voice of Burma,National,"On 25 February 2021, in Myaung township (Sagaing district, Sagaing Region), as many as 1,000 locals protested against the appointment of new village administrators by the military's State Administration Council. [size=as many as 1,000]",0,1614789684,MMR -7727169,104,MMR12525,12525,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 25 February 2021, in Shwebo town (Shwebo Township, Shwebo District, Sagaing Region), as many as 30 people held a protest in front of Shwebo General Hospital to demand for the immediate reopening of the hospital, stating that they do not want unethical doctors and health workers taking part in the civil disobedience movement. [size=as many as 30]",0,1614789684,MMR -7727171,104,MMR12538,12538,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Democratic Voice of Burma,National,"On 25 February 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), more than 100 people held a protest in front of the hospital, urging doctors and nurses at the hospital to join the civil disobedience movement agaist the military coup. [size=more than 100]",0,1614789684,MMR -7727172,104,MMR12537,12537,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 25 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals including ethnic Pa-Oh people held a protest in support of the Myanmar military coup. [size=no report]",0,1618489434,MMR -7727173,104,MMR12534,12534,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 25 February 2021, in Mayangone township (Yangon (West) district, Yangon region), locals held a sit-in protest in front of the ICRC office against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489435,MMR -7727175,104,MMR12522,12522,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Labour News,National,"On 25 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), residents - including monks, civil servants and students - protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614789684,MMR -7753805,104,MMR13101,13101,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 25 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7724635,104,MMR12476,12476,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 25 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489440,MMR -7724665,104,MMR12487,12487,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Eleven Media Group,National,"On 25 February 2021, in Thaton town (Thaton township, Thaton division, Mon state), thousands of locals held a protest in front of the General Administration Office to demand the release of a local elected official who had been reportedly detained there by the police. [size=thousands]",0,1614709547,MMR -7740812,104,MMR12787,12787,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 25 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740814,104,MMR12943,12943,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 25 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489453,MMR -7724691,104,MMR12475,12475,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Khumi Media Group,Subnational,"On 25 February 2021, in Kanpetlet town (Kanpetlet township, Mindat district, Chin state), locals, including ethnic Chin people, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7753906,104,MMR13100,13100,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 25 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489466,MMR -7740868,104,MMR12944,12944,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 25 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489469,MMR -7740874,104,MMR12946,12946,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 25 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489471,MMR -7740629,104,MMR12945,12945,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 25 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489472,MMR -7724504,104,MMR12483,12483,25-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0,1618489473,MMR -7740643,104,MMR12786,12786,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 25 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489474,MMR -7724523,104,MMR12484,12484,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Danu Ethnic Group (Myanmar); Health Workers (Myanmar); Shan Ethnic Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 25 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of thousands of locals - including students, engineers, health workers, education staff and teachers, as well as ethnic Shan, Danu, Pa-Oh, Palaung people - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618489476,MMR -7724779,104,MMR12479,12479,25-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 25 February 2021, near Man San village (Namtu Township, Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP. Some shells fell in the village and a house was destroyed. Casualties unknown.",0,1618489476,MMR -7740655,104,MMR12580,12580,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 25 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489476,MMR -7724533,104,MMR12482,12482,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 25 February 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724791,104,MMR12477,12477,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 25 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489478,MMR -7724794,104,MMR12485,12485,25-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,2,Shwe Phee Myay News Agency,Subnational,"On 25 February 2021, around the Tawt Sang Ywar Ma village track (Kyaukme Township, Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP. A 12-year-old child and a 21-year-old girl were injured.",0,1618489479,MMR -7740669,104,MMR12651,12651,25-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 25 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724809,104,MMR12418,12418,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 24 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), many people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=many]",0,1614709547,MMR -7724554,104,MMR12470,12470,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 24 February 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), about 8,000 locals including an LGBT group held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=8,000]",0,1614709547,MMR -7724813,104,MMR12429,12429,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Kyauk Chaw,21.8514,96.2557,1,VOA,International,"On 24 February 2021, in Kyauk Chaw village, Patheingyi township (Mandalay district, Mandalay Region), residents protested against the newly-appointed ward administrator by the military's State Administration Council. [size=no report]",0,1614709547,MMR -7724814,104,MMR12433,12433,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Kywe Na Hpar,21.8461,96.2541,1,VOA,International,"On 24 February 2021, in Kywe Na Hpar village, Patheingyi township (Mandalay district, Mandalay Region), residents protested against the newly-appointed ward administrator by the military's State Administration Council. [size=no report]",0,1614709547,MMR -7724568,104,MMR12432,12432,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Kyee Myin Daing,21.8426,95.9896,2,Democratic Voice of Burma,National,"On 24 February 2021, in Kyee Myin Daing village tract (Amarapura Township, Mandalay District, Mandalay Region), thousands of villagers from 5 villages gathered and held a protest against Myanmar military-appointed village administrators. Location coded as Kyee Myin Daing. [size=thousands]",0,1614709547,MMR -7740958,104,MMR12780,12780,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 24 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724583,104,MMR12454,12454,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 24 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), more than 1,000 locals including teachers, students, engineers and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 1,000]",0,1614709547,MMR -7724590,104,MMR12453,12453,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Myinmu,Myinmu,21.9251,95.5758,1,Democratic Voice of Burma,National,"On 24 February 2021, in Myinmu town (Myinmu Township, Myinmu District, Sagaing Region), about 10,000 locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=about 10,000]",0,1614709547,MMR -7724597,104,MMR12471,12471,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 24 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), about 5,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=5,000]",0,1614709547,MMR -7787574,104,MMR13965,13965,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Eleven Media Group,National,"On 24 February 2021, in Kalar Gyi Su village (as reported), near Hlaingthayar township (coded as Hlaingthayar) (Yangon (North) district, Yangon region, locals protested against the appointment of a new ward administrator (a USDP member) by the military junta. [size=no report]",0,1618489487,MMR -7727160,104,MMR12528,12528,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 24 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), locals including oil field workers held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614789684,MMR -7740731,104,MMR12783,12783,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 24 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7727163,104,MMR12530,12530,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Democratic Voice of Burma,National,"On 24 February 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), more than 100 held a protest in front of the hospital, urging doctors and nurses at the hospital to join the civil disobedience movement against the military coup. [size=more than 100]",0,1614789684,MMR -7814973,104,MMR12472,12472,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,3,Democratic Voice of Burma,National,"On 24 February 2021, in Tharkayta 2-North Ward (Yangon Region), residents of the ward held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1618442040,MMR -7727168,104,MMR12529,12529,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,Democratic Voice of Burma,National,"On 24 February 2021, in Sagaing township area (Sagaing district, Sagaing Region), residents protested against the appointment of new administrators in their respective wards and villages by the military's State Administration Council. They carried out pot-banging, locked the gates to their ward offices and chanted slogans 'No to military-appointed administrators'. [size=no report]",0,1614789684,MMR -7814980,104,MMR12440,12440,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Twitter; Radio Free Asia; Myanmar Now,New media-National,"On 24 February 2021, in Mandalay City (Mandalay district, Mandalay region), tens of thousands of people including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also rode on elephants across the city during the protest. [size=tens of thousands]",0,1618442040,MMR -7814981,104,MMR12456,12456,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,VOA; Myanmar Now,National-International,"On 24 February 2021, in Nay Pyi Taw (Nay Pyi Taw Union Territory), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618442040,MMR -7724613,104,MMR12437,12437,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 24 February 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), about 5,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=5,000]",0,1614709547,MMR -7753804,104,MMR13099,13099,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 24 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7724629,104,MMR12427,12427,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 24 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489491,MMR -7724633,104,MMR12462,12462,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 24 February 2021, in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), locals including teachers, students, cyclists and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724637,104,MMR12464,12464,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 24 February 2021, at Ward-10 in Shwebo town (Shwebo Township, Shwebo District, Sagaing Region), residents of the ward held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1614709547,MMR -7724638,104,MMR12443,12443,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 24 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), about 10,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 10,000]",0,1614709547,MMR -7724642,104,MMR12431,12431,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 24 February 2021, near Sule Pagoda in Kyauktada township (Yangon-west District, Yangon Region), locals including artists held a protest against the Myanmar military coup and in support of the civil disobedience movement. As the police blocked roads around the Sule Pagoda, protesters continued their demonstration with a sit-down strike [size=no report]",0,1618489492,MMR -7804004,104,MMR12466,12466,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Thabeikkyin,Takaung,23.5018,96.0136,1,Democratic Voice of Burma,National,"On 24 February 2021, in Takaung town (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), locals held a protest from the morning until the afternoon and also held a pot-banging protest as about 30 Myanmar military soldiers and doctors arrived at the hospital. [size=no report]",0,1618489493,MMR -7740773,104,MMR12939,12939,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 24 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489493,MMR -7724649,104,MMR12422,12422,24-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Inn Ma,23.3719,95.5951,2,Democratic Voice of Burma,National,"Around 24 February 2021 (as reported), in Kanbalu township (Kanbalu District, Sagaing Region), villagers from Inn Ma village tract held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1614709547,MMR -7724652,104,MMR12423,12423,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,Democratic Voice of Burma,National,"On 24 February 2021, in Kale Township (Kale District, Sagaing Region), villagers from the north See village track held a protest against the Myanmar military-appointed ward administrator. Location coded as Kale. [size=no report]",0,1614709547,MMR -7740786,104,MMR12942,12942,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 24 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489495,MMR -7740789,104,MMR12650,12650,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 24 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331305,MMR -7724664,104,MMR12426,12426,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,2,Eleven Media Group,National,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0,1614709547,MMR -7724667,104,MMR12436,12436,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,1,Eleven Media Group,National,"On 24 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), people and Buddhist monks held a funeral procession march to mourn the death of a teenager who was killed by the police on 20 February during a demonstration at Yadanarbon Shipyard. They held placards stating 'We don't accept military coup' during the march. [size=no report]",0,1614709547,MMR -7724669,104,MMR12465,12465,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Eleven Media Group,National,"On 24 February 2021, in Shwepyithar township (Yangon (North), Yangon Region), people gathered for a funeral procession to mourn the death of a man who was killed by the police while on community night watch duty on 20 February. They hung a protest slogan, raised the three-finger salute and sang the popular pro-democracy anthem 'Kabar Ma Kyay Bu'. [size=no report]",0,1618489497,MMR -7724672,104,MMR12457,12457,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Irrawaddy,National,"On 24 February 2021, in North Okkalapa township (Yangon (East) district, Yangon region), locals held a protest against the appointment of ward administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. [size=no report]",0,1618489498,MMR -7740811,104,MMR12782,12782,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 24 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740824,104,MMR12779,12779,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 24 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724698,104,MMR12430,12430,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 24 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), about 200 teachers protested against the military coup and in support of the civil disobedience movement. [size=about 200]",0,1614709547,MMR -7724699,104,MMR12473,12473,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Myanmar Labour News,National,"On 24 February 2021, in Yankin township (Yangon (East) district, Yangon region), more than 10,000 members of Federation of General Workers Myanmar marched from the ILO office to Central Bank of Myanmar to protest against the military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1618489501,MMR -7724706,104,MMR12442,12442,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Myanmar Now,National,"On 24 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724707,104,MMR12463,12463,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Now,National,"On 24 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), thousands of people including engineers held a protest against the appointment of administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. Meanwhile, 29 different ethnic groups protested against the Myanmar military coup and in support of the civil disobedience movement, demanding the abolishment of the 2008 constitution, the release of detained leaders, and building a federal democratic union. [size=thousands]",0,1618489502,MMR -7724708,104,MMR12469,12469,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Myanmar Now,National,"On 24 February 2021, in Taungoo town (Taungoo township, Taungoo district, Bago region), tens of thousands of locals - including education staff and teachers, government staff - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489503,MMR -7724710,104,MMR12449,12449,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Now,National,"On 24 February 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724711,104,MMR12467,12467,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Myanmar Now,National,"On 24 February 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals - including labour groups - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724712,104,MMR12416,12416,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Myanmar Now,National,"On 24 February 2021, in Bhamo town (Bhamo township, Bhamo district, Kachin state), tens of thousands of locals, including ethnic groups, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724714,104,MMR12455,12455,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Now,National,"On 24 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), thousands of locals, including government staff, students and teachers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614709547,MMR -7724717,104,MMR12452,12452,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Myanmar Now,National,"On 24 February 2021, in Myingyan town (Myingyan township, Myingyan district, Mandalay region), locals held a protest in front of government offices against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724718,104,MMR12425,12425,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Pressphoto Agency,National,"On 24 February 2021, in Kamayut township (Yangon (West) district, Yangon region), members of the General Strike Committee of Nationalities marched to the Hledan intersection to protest against the military coup and in support of the civil disobedience movement. They called for the establishment of a federal democratic union. [size=no report]",0,1618489504,MMR -7724735,104,MMR12420,12420,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Radio Free Asia,Regional,"On 24 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724737,104,MMR12444,12444,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Radio Free Asia,Regional,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest in front of the police station to demand the release of 7 protesters who were arrested and detained earlier in the morning for protesting against the military coup. [size=no report]",0,1614709547,MMR -7724738,104,MMR12451,12451,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Radio Free Asia,Regional,"On 24 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), around 1,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=around 1,000]",0,1614709547,MMR -7724740,104,MMR12419,12419,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Radio Free Asia,Regional,"On 24 February 2021, in Demoso town, Demoso township (Loikaw district, Kayah region), more than 10,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1614709547,MMR -7740614,104,MMR12579,12579,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 24 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489508,MMR -7724745,104,MMR12460,12460,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia,Regional,"On 24 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyerwady region), more than 7,000 locals including education workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 7,000]",0,1614709547,MMR -7740875,104,MMR12940,12940,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 24 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489508,MMR -7724497,104,MMR12415,12415,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Myanmar Labour News; Myanmar Now,National,"On 24 February 2021, in Bahan township (Yangon (East) district, Yangon region), people protested in front of the Embassy of Japan and Embassy of Singapore against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489509,MMR -7724753,104,MMR12435,12435,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 24 February 2021, in Magway town (Magway township, Magway district, Magway region), about 10,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=about 10,000]",0,1614709547,MMR -7724498,104,MMR12417,12417,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Pressphoto Agency; VOA,National-International,"On 24 February 2021, in Dagon township (Yangon-west District, Yangon Region), locals including Muslims held a protest in front of the Indonesian Embassy and Thai Embassy against the military coup and in support of the civil disobedience movement. They held placards calling Indonesia not to support dictatorship as the military-appointed Foreign Minister was due to hold talks with the Thai and Indonesian Foreign Ministers on the same day. People also protested at the Chinese embassy. [size=no report]",0,1618489510,MMR -7724499,104,MMR12421,12421,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia; Myanmar Labour News,National-Regional,"On 24 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), around 300 locals marched to protest against the Myanmar military coup. In addition, residents protested in front of the ward administrator's office against the newly-appointed ward administrator by the military's State Administration Council. They raised the three-finger salute during the protest. [size=at least around 300]",0,1618489510,MMR -7740628,104,MMR12941,12941,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 24 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489510,MMR -7724756,104,MMR12441,12441,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Radio Free Asia,Regional,"On 24 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489510,MMR -7724501,104,MMR12445,12445,24-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Radio Free Asia; Myanmar Now,National-Regional,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0,1614709547,MMR -7724503,104,MMR12461,12461,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Myanmar Now; Radio Free Asia,National-Regional,"On 24 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw), more than 200 locals - including students, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 200]",0,1614709547,MMR -7753945,104,MMR13098,13098,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 24 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489511,MMR -7724762,104,MMR12414,12414,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 24 February 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), tens of thousands of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724765,104,MMR12424,12424,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 24 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), about 100,000 people including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1614709547,MMR -7740642,104,MMR12781,12781,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 24 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489512,MMR -7724772,104,MMR12446,12446,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Radio Free Asia,Regional,"On 24 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724777,104,MMR12468,12468,24-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 24 February 2021, in front of the EPC Office in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), students and young people held a sit down protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters demanded civilians not to give electricity bill to EPC [size=no report]",0,1618489512,MMR -7724778,104,MMR12439,12439,24-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 24 February 2021, near Man San village (Namtu Township, Kyaukme District, Shan State), RCSS clashed with a combined force of TNLA and SSPP. Some shells fell in the village and a house was destroyed. Casualties unknown.",0,1618489513,MMR -7724780,104,MMR12450,12450,24-Feb-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,23,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 24 February 2021, in Muse town (Muse Township, Muse District, Shan State), unknown gunmen attacked KIA soldiers at a hotel. Both sides reportedly exchanged fires. Two KIA soldiers died.",2,1618489513,MMR -7724537,104,MMR12434,12434,24-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Madauk,17.9149,96.8453,1,Democratic Voice of Burma,National,"Around 24 February 2021 (as reported), at Madauk town (Nyaunglebin Township, Bago District, Bago Region), residents held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1618489515,MMR -7724538,104,MMR12447,12447,24-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"Around 24 February 2021 (as reported), in Minhla Township (Thayarwady District, Bago Region), residents of some wards and villages held a pot-banging protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1618489515,MMR -7724541,104,MMR12458,12458,24-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"Around 24 February 2021 (as reported), at Myoma Ward-2 in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), residents held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1618489517,MMR -7724542,104,MMR12459,12459,24-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,2,Democratic Voice of Burma,National,"Around 24 February 2021 (as reported), in Yae Hpyu Kan village (Nyaunglebin Township, Bago District, Bago Region), villagers held a protest against the Myanmar military-appointed village administrator. Location coded as Nyaunglebin. [size=no report]",0,1618489518,MMR -7724798,104,MMR12438,12438,24-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Nawng,23.5592,98.4404,2,Shwe Phee Myay News Agency,Subnational,"On 24 February 2021, near Man Nawng village (Kutkai Township, Muse District, Shan State), the Myanmar military and KIA clashed. Shells fired by the Myanmar military damaged a house. Casualties unknown.",0,1618489518,MMR -7724547,104,MMR12396,12396,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 23 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), thousands of people from different religious and ethnic background protested against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489519,MMR -7724806,104,MMR12408,12408,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,VOA,International,"On 23 February 2021, in Shwepyithar township (Yangon (North), Yangon Region), residents protested against the newly-appointed ward administrator by the military's State Administration Council. [size=no report]",0,1618489519,MMR -7724553,104,MMR12404,12404,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pauk Taw,21.1888,94.8126,2,Democratic Voice of Burma,National,"On 23 February 2021, in Pauk Taw village tract (Pakokku Township, Pakokku District, Magway Region), villagers from three villages such as Pauk Taw, Aing Gyi and Kan Gyi Su held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1614709547,MMR -7724556,104,MMR12413,12413,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 23 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 300]",0,1614709547,MMR -7724572,104,MMR12399,12399,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma,National,"On 23 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740702,104,MMR12775,12775,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 23 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724580,104,MMR12397,12397,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 23 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals including disabled people held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724584,104,MMR12393,12393,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 23 February 2021, in Magway city (Magway Township, Magway District, Magway Region), thousands of locals including students, teachers, health workers, engineers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1614709547,MMR -7724585,104,MMR12398,12398,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 23 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), about 60 monks recited Buddhist scripture and prayed for peace in Myanmar [size=about 60]",0,1614709547,MMR -7740971,104,MMR12776,12776,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 23 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724589,104,MMR12384,12384,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Pa-O Self-Administered Zone,Hsihseng,Hsihseng,20.1578,97.2505,1,Democratic Voice of Burma,National,"On 23 February 2021, in Hsihseng town (Hsihseng Township, Taunggyi District, Shan State), locals including teachers, health workers, engineers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489525,MMR -7727154,104,MMR12521,12521,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; Lahu Ethnic Group (Myanmar); Akha Ethnic Group (Myanmar); Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Mongkhet,Mongkhet,21.7498,99.4637,2,Shan Human Rights Foundation; Democratic Voice of Burma,Other-National,"On 23 February 2021, in Mongkhet township, Kengtung district, Shan State, about 50 locals including ethnic Lahu, Akha and Shan villagers (organised by a USDP member) held a protest march in support of the Myanmar army. The villagers were reportedly ordered by Tatmadaw-aligned militias operating in their areas to gather for the rallies and were paid 5,000 kyats. [size=about 50]",0,1618489526,MMR -7724596,104,MMR12407,12407,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 23 February 2021, at Ward-10 in Shwebo town (Shwebo Township, Shwebo District, Sagaing Region), residents of the ward held a pot-banging protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1614709547,MMR -7727159,104,MMR12526,12526,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 23 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), locals including oil field workers held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614789684,MMR -7740729,104,MMR12778,12778,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 23 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7724603,104,MMR12380,12380,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Democratic Voice of Burma,National,"On 23 February 2021, in Kan Thar Yar Ward in Chanmyathazi town (Chanmyathazi Township, Mandalay District, Mandalay Region), locals held a pot-banging protest and drove out the Myanmar military-appointed ward Administrator. Afterwards, residents closed the Ward Administration Office. [size=no report]",0,1614709547,MMR -7724606,104,MMR12388,12388,23-Feb-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2021-),,1,13,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Democratic Voice of Burma,National,"On 23 February 2021, between Nam Kut and Nawng Shwe village in Kutkai Township (Muse District, Shan State), an unknown armed group ambushed and attacked the Myanmar military truck carrying soldiers. Casualties unknown.",0,1618489527,MMR -7727170,104,MMR12527,12527,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Taze,Taze,22.944,95.3736,1,Democratic Voice of Burma,National,"On 23 February 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), more than 100 people held a protest in front of the hospital, urging doctors and nurses at the hospital to join the civil disobedience movement against the military coup. [size=more than 100]",0,1614789684,MMR -7724615,104,MMR12387,12387,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 23 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489529,MMR -7753803,104,MMR13097,13097,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 23 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7724620,104,MMR12392,12392,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Ma Gyi Kan,20.1364,94.9879,1,Democratic Voice of Burma,National,"On 23 February 2021, in Ma Gyi Kan village (Magway Township, Magway District, Magway Region), villagers held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1614709547,MMR -7814995,104,MMR12394,12394,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Aid Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia; Eleven Media Group,National-Regional,"On 23 February 2021, in Mandalay City (Mandalay region), tens of thousands of residents gathered for a funeral procession for a protester who was killed by the police on 20 February. In addition, local humanitarian organizations that provide community ambulance services drove vehicles around the city in protest against the attacks against ambulance vehicles by the Myanmar military and police during the protests on 17 and 20 February, which resulted in a staff member sustaining injuries on 17 Feb. [size=tens of thousands]",0,1618442040,MMR -7740758,104,MMR12936,12936,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 23 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489531,MMR -7724647,104,MMR12379,12379,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Bo Gyoke,16.746,96.2413,1,Democratic Voice of Burma,National,"On 23 February 2021, in Bo Gyoke village (Thanlyin Township, Yangon-north District, Yangon Region), villagers held a protest against the Myanmar military-appointed ward administrator. [size=no report]",0,1618489534,MMR -7740785,104,MMR12938,12938,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 23 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489535,MMR -7724668,104,MMR12402,12402,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group,National,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0,1614709547,MMR -7724673,104,MMR12401,12401,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,North Okkalapa,North Okkalapa,16.9188,96.163,2,Irrawaddy,National,"On 23 February 2021, in North Okkalapa township (Yangon (East) district, Yangon region), in the evening, hundreds of locals held a protest against the appointment of administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. [size=hundreds]",0,1618489539,MMR -7724674,104,MMR12412,12412,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Irrawaddy,National,"On 23 February 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest against the appointment of administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. [size=no report]",0,1618489539,MMR -7724678,104,MMR12406,12406,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Irrawaddy,National,"On 23 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), locals held a protest against the appointment of administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. [size=no report]",0,1618489539,MMR -7787407,104,MMR13964,13964,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 23 February 2021, in Falam town (Falam Township, Falam District, Chin State), youth groups held a sit-in protest in front of Myanmar Economic Bank, urging bank staff to join the civil disobedience movement against the Myanmar military coup. [size=no report]",0,1617127241,MMR -7724689,104,MMR12382,12382,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 23 February 2021, in Hpa-an city (Hpa-an Township, Hpa-an District, Kayin State), residents of ward-9 held a protest against the new ward administrator chanting 'against all who support State Administration Council,' 'respect the people's will' and so on. [size=no report]",0,1618489541,MMR -7724697,104,MMR12409,12409,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Labour News,National,"On 23 February 2021, in Tamwe Township (Yangon (East) District, Yangon Region), people held a protest near the United Nations office against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489542,MMR -7724700,104,MMR12378,12378,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Myanmar Labour News,National,"On 23 February 2021, in Bahan township (Yangon (East) district, Yangon region), people protested in front of the Embassy of Japan against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489542,MMR -7724701,104,MMR12389,12389,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 23 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), residents protested against the newly-appointed ward administrator by the military's State Administration Council. They raised the three-finger salute during the protest. [size=no report]",0,1614709547,MMR -7724702,104,MMR12405,12405,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Labour News,National,"On 23 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), residents protested in front of the ward administrator's office against the newly-appointed ward administrator by the military's State Administration Council. [size=no report]",0,1614709547,MMR -7724709,104,MMR12381,12381,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Now,National,"On 23 February 2021, in Dagon township (Yangon-west District, Yangon Region), hundreds of locals held a protest in front of the Indonesian Embassy against the military coup and in support of the civil disobedience movement. They also expressed their opposition to Indonesia's proposal to the ASEAN to hold the military to its promise of holding a new election within a year. People also protested in front of the Malaysian Embassy and Russian Embassy. [size=hundreds]",0,1618489544,MMR -7753904,104,MMR13096,13096,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 23 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489545,MMR -7740605,104,MMR12777,12777,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 23 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489549,MMR -7740613,104,MMR12578,12578,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 23 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489551,MMR -7724742,104,MMR12386,12386,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Radio Free Asia,Regional,"On 23 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724492,104,MMR12385,12385,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Now; Myanmar Labour News,National,"On 23 February 2021, in Kamayut township (Yangon (West) district, Yangon region), protesters gathered at the Hledan intersection and also held a sit-in on University Avenue Road near the US Embassy to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489553,MMR -7724748,104,MMR12377,12377,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 23 February 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724493,104,MMR12390,12390,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency; Radio Free Asia,Subnational-Regional,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0,1618489553,MMR -7740878,104,MMR12935,12935,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 23 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489553,MMR -7724750,104,MMR12391,12391,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia,Regional,"On 23 February 2021, in Loikaw town, Loikaw township (Loikaw district, Kayah State), around 200 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=around 200]",0,1614709547,MMR -7724495,104,MMR12400,12400,23-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group; Myitkyina Journal,Subnational-National,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0,1614709546,MMR -7724496,104,MMR12403,12403,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 23 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. Protesters also held 21 seconds of silent time giving respect to those who died in the nationwide strike against the military coup. [size=thousands]",0,1614709546,MMR -7724754,104,MMR12383,12383,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 23 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), around 300 people including engineers, education workers and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=around 300]",0,1618489554,MMR -7740627,104,MMR12937,12937,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 23 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489554,MMR -7724755,104,MMR12395,12395,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 23 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), nearly 1,000 locals - including health workers, government staff, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 1,000]",0,1614709547,MMR -7724519,104,MMR12410,12410,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 23 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489557,MMR -7740667,104,MMR12649,12649,23-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 23 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724797,104,MMR12411,12411,23-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Shwe Phee Myay News Agency,Subnational,"On 23 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489559,MMR -7724800,104,MMR12336,12336,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Manton town (Manton Township, Kyaukme District, Shan State), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=thousands]",0,1618489560,MMR -7724801,104,MMR12345,12345,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Mongmit,23.1097,96.6691,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Mongmit town (Mongmit Township, Mongmit District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=no report]",0,1618489560,MMR -7724551,104,MMR12360,12360,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 22 February 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), hundreds of thousands of locals protested against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=hundreds of thousands]",0,1618489562,MMR -7724555,104,MMR12375,12375,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 22 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724812,104,MMR12339,12339,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Min Kone,22.56,95.6722,1,VOA,International,"On 22 February 2021, in Min Kone village, Shwebo township (Shwebo district, Sagaing Region), residents protested against the newly-appointed ward administrator by the military's State Administration Council. [size=no report]",0,1614709547,MMR -7724558,104,MMR12367,12367,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,1,Democratic Voice of Burma,National,"On 22 February 2021, in Tabayin town (Tabayin township, Shwebo District, Sagaing region), around 100 locals gathered at a Buddhist temple for a prayer service against the Myanmar military coup. They placed portraits of the Commander-in-Chief at the entrance of the pagoda and trampled upon the portraits while entering the temple. [size=around 100]",0,1614709547,MMR -7724566,104,MMR12376,12376,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 22 February 2021, in Ye town (Ye township, Mawlamyine District, Mon State), hundreds of thousands of locals - including government staff, health workers, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=hundreds of thousands]",0,1614709547,MMR -7724579,104,MMR12343,12343,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 22 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724586,104,MMR12341,12341,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 22 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489569,MMR -7724595,104,MMR12363,12363,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Catholic Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 22 February 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), nearly 300,000 people - including government staff, labour groups, farmers, Muslims, Hindus, Catholics - marched in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=nearly 300,000]",0,1614709547,MMR -7724600,104,MMR12326,12326,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 22 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489574,MMR -7724601,104,MMR12323,12323,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Democratic Voice of Burma,National,"On 22 February 2021, in Hseni town (Hseni Township, Lashio District, Shan State), more than 400 locals protest against the military coup and in support of the civil disobedience movement. [size=400]",0,1618489574,MMR -7740730,104,MMR12774,12774,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 22 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724605,104,MMR12321,12321,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 22 February 2021, in Hpa-an city (Hpa-an Township, Hpa-an District, Kayin State), more than 300,000 people held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 young people also held a candle-lighting protest and chanted 'we want democracy' three times. [size=more than 300,000]",0,1618489575,MMR -7740739,104,MMR13037,13037,22-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,2,Democratic Voice of Burma,National,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0,1615331305,MMR -7724611,104,MMR12349,12349,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma,National,"On 22 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724617,104,MMR12313,12313,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 22 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), more than 200,000 people - including students and labour groups - held a protest against the military coup and in support of the civil disobedience movement. [size=more than 200,000]",0,1614709547,MMR -7753802,104,MMR13095,13095,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 22 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7724625,104,MMR12346,12346,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 22 February 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=tens of thousands]",0,1614709547,MMR -7724627,104,MMR12327,12327,22-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Democratic Voice of Burma,National,"On 22 February 2021, between Nam Hpat Kar and Kutkai (Kutkai Township, Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489578,MMR -7815000,104,MMR12356,12356,22-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Democratic Voice of Burma,National,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0,1618442040,MMR -7815008,104,MMR12335,12335,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Buddhist Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Myanmar Pressphoto Agency,National,"On 22 February 2021, in Mandalay City (Mandalay district, Mandalay region), hundreds of thousands of people - including Buddhist monks and nuns, government employees, students' unions, health workers - held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=hundreds of thousands]",0,1618442040,MMR -7741026,104,MMR12655,12655,22-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Kunlong township (Lashio District, Shan State), the Myanmar military fired artillery shells. Villagers from Pang Lway and Kawng Huong fled.",0,1618489581,MMR -7740771,104,MMR12931,12931,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 22 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489581,MMR -7740784,104,MMR12934,12934,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 22 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489585,MMR -7724656,104,MMR12316,12316,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar); Lawyers (Myanmar); Farmers (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 22 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals - including ethnic Kayin people, government staff, health workers, lawyers, farmers, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=about 400,000]",0,1614709547,MMR -7724661,104,MMR12368,12368,22-Feb-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Taung Pyo,21.2655,92.247,2,Development Media Group,Subnational,"On 22 February 2021, near the Taung Pyo border area (Maungdaw Township, Maungdaw District, Rakhine State), a landmine exploded when workers were repairing the Myanmar-Bangladesh border fence. One worker was injured.",0,1614709547,MMR -7740547,104,MMR12608,12608,22-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group; Shwe Phee Myay News Agency,Subnational-National,"On 22 February 2021, in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed. Casualties unknown.",0,1618489589,MMR -7724679,104,MMR12322,12322,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group,Subnational,"On 22 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), about 200,000 residents including teachers and other civil servants from different departments held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. [size= about 200,000]",0,1614709547,MMR -7740809,104,MMR12773,12773,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 22 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7724681,104,MMR12374,12374,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Kachin News Group,Subnational,"On 22 February 2021, in Waingmaw town (Waingmaw Township, Myitkyina District, Kachin State), about 100,000 residents and nearby villagers including teachers and civil servants locals held 22222 protests against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1614709547,MMR -7724682,104,MMR12342,12342,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Kachin News Group,Subnational,"On 22 February 2021, in Mohnyin town (Mohnyin Township, Mohynin District, Kachin State), tens of thousands of people including teachers, health workers, engineers, staff from private companies and other government departments held 22222 protests against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724684,104,MMR12359,12359,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Kachin News Group,Subnational,"On 22 February 2021, in Puta-O town (Puta-O Township, Puta-O District, Kachin state), about 20,000 people held a 22222 protest against the military coup and in support of the civil disobedience movement. [size=about 20,000]",0,1614709547,MMR -7724685,104,MMR12364,12364,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Kachin News Group,Subnational,"On 22 February 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), tens of thousands of people held 22222 protests against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724686,104,MMR12314,12314,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Refugees/IDPs (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Kachin News Group,Subnational,"On 22 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), about 1,000 locals including IDPs and some civil servants held a 22222 protest against Myanmar military coup and in support of the civil disobedience movement. [size= about 1,000]",0,1614709547,MMR -7724687,104,MMR12312,12312,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Kachin News Group,Subnational,"On 22 February 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), local including teachers and other civil servants held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724688,104,MMR12320,12320,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Hopin,24.9918,96.5302,1,Kachin News Group,Subnational,"On 22 February 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), tens of thousands of people held 22222 protests against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724693,104,MMR12365,12365,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Labour News,National,"On 22 February 2021, in Shwepyithar township (Yangon (North), Yangon Region), people held a protest against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489592,MMR -7740822,104,MMR12771,12771,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 22 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724695,104,MMR12362,12362,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Labour News,National,"On 22 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people - including basic education teachers, health workers, education staff - marched to the Myaynigone flyover to protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489593,MMR -7724696,104,MMR12330,12330,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 22 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals protested against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724704,104,MMR12319,12319,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 22 February 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals protested against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489594,MMR -7740600,104,MMR12772,12772,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 22 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489598,MMR -7724734,104,MMR12317,12317,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Radio Free Asia,Regional,"On 22 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724736,104,MMR12318,12318,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Radio Free Asia,Regional,"On 22 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7740865,104,MMR12932,12932,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 22 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489600,MMR -7724483,104,MMR12311,12311,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Myanmar Now; Frontier Myanmar,National,"On 22 February 2021, in Bahan township (Yangon (East) district, Yangon region), people gathered at Myanmar Plaza to protest against the military coup and in support of the civil disobedience movement. In addition, hundreds of protesters gathered near U Htaung Bo roundabout and blocked the roads with cars and motorcycles. [size=hundreds]",0,1618489600,MMR -7724739,104,MMR12310,12310,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 22 February 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), more than 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=more than 100,000]",0,1614709547,MMR -7740612,104,MMR12577,12577,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 22 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489601,MMR -7724484,104,MMR12315,12315,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,VOA; Myanmar Labour News,National-International,"On 22 February 2021, in Dagon township (Yangon-west District, Yangon Region), locals held a protest in front of the Indonesian Embassy, Chinese Embassy and Russian Embassy against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489601,MMR -7724485,104,MMR12324,12324,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Now; Myanmar Labour News,National,"On 22 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people gathered at the Hledan intersection to protest against the military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. In addition, tens of thousands of protesters held a sit-in on University Avenue Road near the US Embassy to protest against the coup. [size=at least tens of thousands]",0,1618489601,MMR -7724486,104,MMR12331,12331,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma; Myanmar Labour News,National,"On 22 February 2021, in Kyauktada township (Yangon (West) district, Yangon region), hundreds of thousands of people including students gathered near Sule Pagoda to protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=hundreds of thousands]",0,1618489602,MMR -7724487,104,MMR12333,12333,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 22 February 2021, in Loikaw town, Loikaw township (Loikaw district, Kayah State), hundreds of thousands of locals including government employees held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=hundreds of thousands]",0,1614709546,MMR -7724743,104,MMR12325,12325,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Radio Free Asia,Regional,"On 22 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724744,104,MMR12348,12348,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,1,Radio Free Asia,Regional,"On 22 February 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724489,104,MMR12338,12338,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar); Muslim Group (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency; Radio Free Asia,Subnational-Regional,"On 22 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), between tens to hundreds of thousands of locals including health workers, teachers, students, Muslim group, staff from private companies and other civil servants held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. [size=between tens to hundreds of thousands]",0,1614709546,MMR -7724490,104,MMR12351,12351,22-Feb-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia; Network Media Group; Democratic Voice of Burma,National-Regional,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0,1614709546,MMR -7724491,104,MMR12352,12352,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group; Network Media Group,Subnational-National,"On 22 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 400,000 people held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. Christians led by the Myanmar Council of Churches also gathered to protest and hold a prayer. [size=about 400,000]",0,1614709546,MMR -7724749,104,MMR12340,12340,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Radio Free Asia,Regional,"On 22 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724751,104,MMR12372,12372,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Radio Free Asia,Regional,"On 22 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724752,104,MMR12361,12361,22-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,2,Radio Free Asia,Regional,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0,1614709547,MMR -7740626,104,MMR12933,12933,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 22 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489605,MMR -7724758,104,MMR12373,12373,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Radio Free Asia,Regional,"On 22 February 2021, in Tonzang town (Tonzang Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724760,104,MMR12334,12334,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Farmers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 22 February 2021, in Magway town, Magway township (Magway District, Magway region), locals including civil servants, Buddhist monks, and farmers protested against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724764,104,MMR12366,12366,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Salin,Sinphyukyun,20.6637,94.6916,1,Radio Free Asia,Regional,"On 22 February 2021, in Sinphyukyun town, Salin township (Minbu District, Magway region), people protested against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724766,104,MMR12337,12337,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Radio Free Asia,Regional,"On 22 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489607,MMR -7724774,104,MMR12370,12370,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Radio Free Asia,Regional,"On 22 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1614709547,MMR -7724776,104,MMR12371,12371,22-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Shan Herald Agency for News,Subnational,"On 22 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military and KIA battalion 9 under brigade 6 fought with both small and heavy weapons. Casualties unknown.",0,1618489608,MMR -7724781,104,MMR12369,12369,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 22 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people from the different ethnic group and religious groups held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters demanded civilians not to give electricity bill to EPC. [size=no report]",0,1618489609,MMR -7724782,104,MMR12344,12344,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Monghsu,Monghsu,21.9066,98.3654,2,Shan Herald Agency for News,Subnational,"On 22 February 2021, in Monghsu town (Monghsu Township, Loilen District, Shan State), locals including students held a 22222 protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three students after the protest. [size=no report]",0,1618489609,MMR -7724784,104,MMR12328,12328,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=no report]",0,1618489609,MMR -7724785,104,MMR12332,12332,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), hundreds of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=hundreds of thousands]",0,1618489610,MMR -7724531,104,MMR12358,12358,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 22 February 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), more than 500,000 locals including students, university staff and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=more than 500,000]",0,1614709547,MMR -7724787,104,MMR12355,12355,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489610,MMR -7724789,104,MMR12354,12354,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Namhsan (Namhsan township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489611,MMR -7724790,104,MMR12347,12347,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Muse town (Muse Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=no report]",0,1618489611,MMR -7724792,104,MMR12329,12329,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), tens of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=tens of thousands]",0,1618489612,MMR -7724793,104,MMR12353,12353,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 22 February 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '2222' general strike. [size=no report]",0,1618489612,MMR -7740666,104,MMR12648,12648,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 22 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724540,104,MMR12357,12357,22-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 22 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), hundreds of thousands of people - including ethnic Kayin people, government staff, education staff and teachers, health workers - marched in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. [size=hundreds of thousands]",0,1618489613,MMR -7724544,104,MMR12302,12302,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 21 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. They also held moment of silence to mourn the deaths of demonstrators who had been killed in violent crackdowns during demonstrations held against the military coup. [size=no report]",0,1618489614,MMR -7724545,104,MMR12289,12289,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 21 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489615,MMR -7724805,104,MMR12285,12285,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Twitter,New media,"On 21 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489616,MMR -7724557,104,MMR12306,12306,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 21 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), locals gathered at the ward administration office to protest against the administrator that had been appointed by the military junta for their ward. Protesters also locked up the ward administration office. [size=no report]",0,1614709547,MMR -7724565,104,MMR12279,12279,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Labour Group (Myanmar); Health Workers (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Democratic Voice of Burma,National,"On 21 February 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), people - including nearly 100 students, engineers, lawyers, teachers, nurses - held a protest against the Myanmar military coup and in support of the civil disobedience movement. They urged civil servants to join the civil disobedience movement. [size=nearly 100]",0,1614709547,MMR -7740962,104,MMR12767,12767,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 21 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724578,104,MMR12292,12292,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 21 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724582,104,MMR12298,12298,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 21 February 2021, in Myitkyina town (Myitkyina township, Myitkyina district, Kachin state), about 50 people gathered in the evening for a prayer service to mourn the deaths of protesters who were killed by security forces during protests against the Myanmar military coup. [size=about 50]",0,1614709547,MMR -7724588,104,MMR12282,12282,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Kone Ta La Paung,17.0084,96.1497,1,Democratic Voice of Burma,National,"On 21 February 2021, in Kone Ta La Paung village (Mingaladon township, Yangon (North) division, Yangon region), locals held a protest against the State Administration Council-appointed ward administrator, arguing that the military cannot directly appoint ward administrators. [size=no report]",0,1618489623,MMR -7724592,104,MMR12300,12300,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Danu Ethnic Group (Myanmar); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,2,Democratic Voice of Burma,National,"On 21 February 2021, in Inle lake near Nyaungshwe township (Taunggyi District, Shan state), about 500 motorboats and nearly 12,000 locals, including ethnic Pa-Oh, ethnic Danu people, health workers, and teachers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 12,000]",0,1618489624,MMR -7724599,104,MMR12283,12283,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 21 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489625,MMR -7724604,104,MMR12278,12278,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 21 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), hundreds and thousands of people protested against the Myanmar military coup and in support of the civil disobedience movement. They also held a 10-minute silent prayer service to mourn the deaths of demonstrators who had been killed in violent crackdowns during demonstrations held against the military coup. [size=hundreds and thousands]",0,1618489625,MMR -7724610,104,MMR12286,12286,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,1,Democratic Voice of Burma,National,"On 21 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people gathered for a memorial service at Yadanapon Shipyard where two demonstrators were shot dead by the police in a violent crackdown during a demonstration against the Myanmar military held the day before. [size=no report]",0,1614709547,MMR -7724614,104,MMR12269,12269,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,2,Democratic Voice of Burma,National,"On 21 February 2021, near Aunglan township (Thayet district, Magway region), 30,000 locals held a protest and drove boats down the Irrawaddy River from Thayet to Aunglan, protesting against the Myanmar military coup and in support of the civil disobedience movement. [size=30,000]",0,1614709547,MMR -7724616,104,MMR12273,12273,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 21 February 2021, in Chauk town (Chauk township, Magway District, Magway Region), locals held a protest at each ward office against the Myanmar military, stating that they do not have the authority to directly appoint ward administrators. [size=no report]",0,1614709547,MMR -7753801,104,MMR13094,13094,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 21 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7740756,104,MMR12929,12929,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 21 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489628,MMR -7815011,104,MMR12299,12299,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Democratic Voice of Burma,National,"On 21 February 2021, in Nay Pyi Tay City (Nay Pyi Taw), hundreds of thousands of people gathered and joined a funeral procession for a female student who was shot in her head at a protest against the military coup on 9 February and later passed away on 19 February. They held up the three-finger salute during the procession to express their opposition against the military coup and police brutality. [size=hundreds of thousands]",0,1618442040,MMR -7815013,104,MMR12287,12287,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 21 February 2021, in Mandalay City (Mandalay district, Mandalay region), hundreds of thousands of locals, including engineers, health workers, teachers, and students, held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618442040,MMR -7724651,104,MMR12293,12293,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 21 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. A confrontation between protesters and police was reported, but there were no clashes as protesters withdrew. In the evening, a silent prayer service - including Buddhist monks - was held to mourn the loss of lives of protesters due to crackdown by the authorities. [size=no report]",0,1614709547,MMR -7724653,104,MMR12274,12274,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,1,Democratic Voice of Burma,National,"On 21 February 2021, in Dagon Myothit (South) (Dagon Myothit (South) township, Yangon (East) district, Yangon region), about 1,000 locals held a protest in No (22) Ward against the Myanmar military coup and the State Administration Council-appointed ward administrator. [size=about 1,000]",0,1618489632,MMR -7740783,104,MMR12930,12930,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 21 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489632,MMR -7724657,104,MMR12268,12268,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 21 February 2021, in Ahpyauk town (Taikkyi township, Yangon (North) district, Yangon region), about 1,000 people, including teachers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 1,000]",0,1618489633,MMR -7724670,104,MMR12288,12288,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Eleven Media Group,National,"On 21 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals including education staff and teachers, health workers, government employees, merchants, student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. In addition, people also held sit-in protests in front of the Internal Revenue Department and the Myanma Economic Bank office. [size=tens of thousands]",0,1614709547,MMR -7724671,104,MMR12270,12270,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Irrawaddy,National,"On 21 February 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724676,104,MMR12275,12275,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Irrawaddy,National,"On 21 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724677,104,MMR12297,12297,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Irrawaddy,National,"On 21 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740808,104,MMR12769,12769,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 21 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7724680,104,MMR12308,12308,21-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Kachin News Group,Subnational,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0,1618489637,MMR -7724694,104,MMR12304,12304,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Labour News,National,"On 21 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people gathered at the Myaynigone flyover to protest against the Myanmar military coup and in support of the civil disobedience movement. In the evening, people gathered at the flyover again for a candlelight vigil to mourn the death of the female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. [size=no report]",0,1618489639,MMR -7724703,104,MMR12305,12305,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Labour News,National,"On 21 February 2021, in Tamwe Township (Yangon (East) District, Yangon Region), people held a protest in front of the United Nations office against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489640,MMR -7724705,104,MMR12277,12277,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 21 February 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), labour groups protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489640,MMR -7740836,104,MMR12766,12766,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 21 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724477,104,MMR12272,12272,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Irrawaddy; Twitter,New media-National,"On 21 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals held a sit-in protest near Zegyo Market against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709546,MMR -7724733,104,MMR12303,12303,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 21 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724478,104,MMR12280,12280,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA; Myanmar Labour News,National-International,"On 21 February 2021, in Kamayut township (Yangon (West) district, Yangon region), tens of thousands of people protested and chanted slogans at the Hledan intersection against the military coup and in support of the civil disobedience movement. They also protested in front of US Embassy and observed three minutes of silence before the protest to commemorate the deaths of three protesters who were shot dead by the police and passed away on 19 and 20 February. [size=tens of thousands]",0,1618489646,MMR -7724479,104,MMR12291,12291,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma; The Voice of Shanni,National,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0,1614709546,MMR -7740608,104,MMR12770,12770,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 21 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7724480,104,MMR12294,12294,21-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group; Shwe Phee Myay News Agency,Subnational-National,"On 21 February 2021, in Muse Township (Muse District, Shan State), the Myanmar military and KIA clashed with both small and heavy weapons. Some shells fell in the village and one villager died.",1,1618489646,MMR -7724481,104,MMR12296,12296,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Twitter; VOA,New media-International,"On 21 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals - including ethnic Kayin people from more than 30 villages - held a protest against the Myanmar military coup and in support of the civil disobedience movement. It was reported that KNU soldiers were seen at the protest, while Karen National Police Force (under the KNU) provided escort to protesters. [size=no report] [armed presence]",0,1614709546,MMR -7724482,104,MMR12309,12309,21-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Unidentified Armed Group (Myanmar),,3,36,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Myitkyina Journal; Democratic Voice of Burma; Network Media Group; The 74 Media,Subnational-National,"On 21 February 2021, in Waingmaw town (Waingmaw Township, Myitkyina District, Kachin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Four to five live rounds were reportedly fired towards protesters in their houses, causing some damages to the building. Residents in the area stated that they did not know who fired the shots. Sources on social media claimed that the military fired the shots but this has not been verified. [size=no report]",0,1614709546,MMR -7740611,104,MMR12576,12576,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 21 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489647,MMR -7740639,104,MMR12768,12768,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 21 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489650,MMR -7724526,104,MMR12307,12307,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 21 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489652,MMR -7724529,104,MMR12276,12276,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,2,Democratic Voice of Burma,National,"On 21 February 2021, in Hinthada township (Hinthada district, Ayeyarwady region), youth protesters gathered and held protest banners forming the slogan 'We Want Democracy' in various locations to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724530,104,MMR12301,12301,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 21 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyerwady region), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also called for the release of detained leaders. [size=about 100,000]",0,1614709547,MMR -7724536,104,MMR12281,12281,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Democratic Voice of Burma,National,"On 21 February 2021, in Kanyutkwin town (Phyu Township, Taungoo District, Bago Region), locals - including education staff and teachers - protested against the Myanmar military coup and in support of the civil disobedience movement. They also held moment of silence to mourn the deaths of demonstrators who had been killed in violent crackdowns during demonstrations held against the military coup. [size=no report]",0,1618489653,MMR -7740665,104,MMR12647,12647,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 21 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724796,104,MMR12284,12284,21-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 21 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals gathered for a candlelight vigil to mourn the death of the female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. They laid out a banner stating 'We Want Democracy'. [size=no report]",0,1618489654,MMR -7744005,104,MMR12240,12240,20-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,1,Democratic Voice of Burma; Irrawaddy; Myanmar Now; VOA; Straits Times (Singapore),National-Regional,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4,1615438530,MMR -7724550,104,MMR12252,12252,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 20 February 2021, in Pakokku town (Pakokku township, Pakokku division, Magway region), about 50,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 50,000]",0,1614709547,MMR -7724807,104,MMR12221,12221,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,VOA,International,"On 20 February 2021, in Bahan township (Yangon (East) district, Yangon region), people - including ethnic Chin people - protested in front of the Embassy of Japan and the Embassy of the Republic of Korea against the military coup and in support of the civil disobedience movement. Protesters handed an open letter to the Japan Ambassador to Myanmar. [size=no report]",0,1618489657,MMR -7724562,104,MMR12223,12223,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Democratic Voice of Burma,National,"On 20 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals gathered near the Clock Tower to hold a public mourning ceremony to mark the death of a female protester who was shot dead by the police at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. [size=no report]",0,1614709547,MMR -7724563,104,MMR12228,12228,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Pa-Oh Ethnic Group (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 20 February 2021, in Hpa-an town, Hpa-an township (Hpa-an district, Kayin State), hundreds of thousands of people - including government staff, ethnic Kayin, Pa-Oh people and students - protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618489664,MMR -7724564,104,MMR12229,12229,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Democratic Voice of Burma,National,"On 20 February 2021, in Hpakant township (Mohnyin district, Kachin state), following the arrest of youth protesters who had gathered earlier to paint a pro-democracy mural, thousands of people gathered in front of the police station demanding their release. [size=thousands]",0,1614709547,MMR -7724567,104,MMR12226,12226,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 20 February 2021, in Dawei town (Dawei township, Dawei district, Tanintharyi region), about 100,000 locals - including farmers, labour groups, and students - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1614709547,MMR -7740699,104,MMR12762,12762,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 20 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740957,104,MMR12763,12763,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 20 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724577,104,MMR12243,12243,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 20 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724581,104,MMR12248,12248,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 20 February 2021, in Myitkyina town (Myitkyina township, Myitkyina division, Kachin state), hundreds of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614709547,MMR -7724587,104,MMR12234,12234,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Twantay,Kan Beit,16.7214,95.9917,1,Democratic Voice of Burma,National,"On 20 February 2021, in Kan Beit village (Twantay township, Yangon (South) district, Yangon region), nearly 150 health workers held a protest and rode on motorcycles holding placards from Kawhmu township to Kan Beit Junction against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 150]",0,1618489673,MMR -7724593,104,MMR12264,12264,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 20 February 2021, in Thazi town (Thazi township, Meiktila district, Mandalay region), over 800 locals held a sit-in protest in front of the Township Hospital against the presence of military medical teams who had taken over the operations of the hospital on 16 February after medical workers who were on strike in support of the civil disobedience movement shut the hospital. [size=over 800]",0,1614709547,MMR -7724598,104,MMR12235,12235,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 20 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489675,MMR -7724602,104,MMR12224,12224,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 20 February 2021, in Chauk town (Chauk township, Magway District, Magway Region), locals held a protest at each ward office against the Myanmar military, stating that they do not have the authority to directly appoint ward administrators. [size=no report]",0,1614709547,MMR -7753800,104,MMR13093,13093,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 20 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7724624,104,MMR12242,12242,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 20 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489681,MMR -7724641,104,MMR12267,12267,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 20 February 2021, in Ye town (Ye township, Mawlamyine District, Mon State), about 50 youth gathered for a prayer service to mark the recent deaths of demonstrators who were killed in violent crackdowns against the military coup by the police. They sang songs and prayed for the safety of demonstrators during the demonstrations for democracy. [size=about 50]",0,1614709547,MMR -7724645,104,MMR12237,12237,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma,National,"On 20 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. They also held a mourning ceremony to mourn the death of the female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. [size=no report]",0,1618489690,MMR -7815020,104,MMR12250,12250,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,VOA,International,"On 20 February 2021, in Nay Pyi Taw City (Nay Pyi Taw), thousands of people including students protested against the military coup and in support of the civil disobedience movement. In addition, protesters held a minute of silence to mourn the death of a female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and later passed away on 19 February. [size=thousands]",0,1618442040,MMR -7740782,104,MMR12928,12928,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 20 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489691,MMR -7724654,104,MMR12245,12245,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 20 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), more than 100,000 people - including government employees - protested against Myanmar military coup and in support of the civil disobedience movement. In addition, protesters also gathered in front of Monywa Prison to demand the release of the detained of Chief Minister and Region Advocate of Sagaing Region. [size=more than 100,000]",0,1614709547,MMR -7724659,104,MMR12231,12231,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 20 February 2021, in Kale town (Kale township, Kale district, Sagaing region), thousands of locals, including Chin people, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Ethnic Chin protesters also dressed in traditional clothes to commemorate Chin National Day. [size=thousands]",0,1614709547,MMR -7815028,104,MMR12266,12266,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Mizzima; VOA,National-International,"On 20 February 2021, in Yangon City (Yangon Region), people including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. In addition, members of the multi-ethnic group General Strike Committee of Nationalities held a multi-ethnic protest march to call for the establishment of a democratic federal union in Myanmar. [size=no report]",0,1618442040,MMR -7724663,104,MMR12247,12247,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Eleven Media Group,National,"On 20 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two youth protesters were reportedly arrested by the police as they were returning home after participating in a protest. They were charged under Section 505(A) of the Penal Code. [size=no report]",0,1614709547,MMR -7724675,104,MMR12254,12254,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pauk,Pauk,21.4522,94.4737,2,Irrawaddy,National,"On 20 February 2021, in Pauk township (Pakokku district, Magway region), more than 100 locals held a protest against the appointment of administrators by the military. Protesters argue that the junta does not have the power to directly appoint administrators. [size=more than 100]",0,1614709547,MMR -7740807,104,MMR12765,12765,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 20 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7753863,104,MMR13092,13092,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 20 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489697,MMR -7724683,104,MMR12263,12263,20-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Kachin News Group,Subnational,"On 20 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military and KIA clashed. One villager died.",1,1618489698,MMR -7724690,104,MMR12227,12227,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 20 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals held a protest combined with the 73rd Anniversary of the Chin National Day. Locals held this event to oppose the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724692,104,MMR12236,12236,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 20 February 2021, in Kyauktada township (Yangon (West) district, Yangon region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. In addition, a prayer service was held in the morning to mourn the death of a female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and later passed away on 19 February. [size=hundreds]",0,1618489701,MMR -7740823,104,MMR12926,12926,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 20 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489701,MMR -7724716,104,MMR12244,12244,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Monghsu,Monghsu,21.9066,98.3654,1,Myanmar Now,National,"On 20 February 2021, in Monghsu town (Monghsu Township, Loilen District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489710,MMR -7740851,104,MMR12925,12925,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 20 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489712,MMR -7724471,104,MMR12225,12225,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,VOA; Twitter,New media-International,"On 20 February 2021, in Dagon township (Yangon (West) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also voiced opposition to Chinese influence in the region and gathered in front of the Russian Embassy. [size=no report]",0,1618489713,MMR -7724473,104,MMR12253,12253,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 20 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyerwady region), hundreds of thousands of locals including university students and government employees held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614709546,MMR -7724731,104,MMR12256,12256,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 20 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740610,104,MMR12575,12575,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 20 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489715,MMR -7724741,104,MMR12230,12230,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,1,Radio Free Asia,Regional,"On 20 February 2021, in Hpruso town, Hpruso township (Loikaw district, Kayah State), more than 30,000 people - including health workers, government employees, education staff and teachers - protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 30,000]",0,1614709547,MMR -7812808,104,MMR12259,12259,20-Feb-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),Unidentified Communal Group (Myanmar),7,17,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,1,Radio Free Asia,Regional,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1,1618489716,MMR -7724746,104,MMR12232,12232,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 20 February 2021, in Kamayut township (Yangon (West) district, Yangon region), students from Yankin Education College protested in front of US Embassy and British Embassy against the military coup and in support of the civil disobedience movement. The UK Ambassador greeted protesters and received their letters. [size=no report]",0,1618489717,MMR -7724747,104,MMR12257,12257,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Salin,Salin,20.5772,94.6593,1,Radio Free Asia,Regional,"On 20 February 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7740625,104,MMR12927,12927,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 20 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489718,MMR -7724757,104,MMR12246,12246,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,1,Radio Free Asia,Regional,"On 20 February 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724759,104,MMR12233,12233,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Kamma,Kamma,19.0289,95.0959,1,Radio Free Asia,Regional,"On 20 February 2021, in Kamma town, Kamma township (Thayet District, Magway Region), tens of thousands of locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614709547,MMR -7724763,104,MMR12258,12258,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 20 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), locals including the multi-ethnic group, General Strike Committee of Nationalities, protested in various forms including picking up onions on the road against the Myanmar military coup and in support of the civil disobedience movement. In addition, to mark the 73rd Chin National Day, ethnic Chin people also protested to call for the abolition of the military dictatorship and the 2008 Constitution. [size=no report]",0,1618489721,MMR -7740638,104,MMR12764,12764,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 20 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489722,MMR -7724768,104,MMR12239,12239,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 20 February 2021, in Magway town, Magway township (Magway District, Magway Region), tens of thousands locals including government employees and health workers protested against the Myanmar military coup and in support of the civil disobedience movement. In addition, protesters also gathered in front of Magway University to mourn the death of the female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. [size=tens of thousands]",0,1614709547,MMR -7724770,104,MMR12241,12241,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 20 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), tens of thousands of locals including traders and government employees held a protest against the Myanmar military coup and in support of the civil disobedience movement. In addition, people also held sit-in protests in front of the Internal Revenue Department and the Myanma Economic Bank office. [size=tens of thousands]",0,1614709547,MMR -7724773,104,MMR12260,12260,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Sidoktaya,Sidoktaya,20.4466,94.2455,1,Radio Free Asia,Regional,"On 20 February 2021, in Sidoktaya town, Sidoktaya township (Minbu District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724525,104,MMR12262,12262,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 20 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489727,MMR -7724528,104,MMR12222,12222,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Bogale,Bogale,16.2949,95.3967,1,Democratic Voice of Burma,National,"On 20 February 2021, in Bogale town (Bogale township, Pyapon division, Ayeyerwady region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7724786,104,MMR12249,12249,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 20 February 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489728,MMR -7724535,104,MMR12220,12220,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 20 February 2021, in Bago town (Bago town, Bago district, Bago region), hundreds of thousands of locals - including labour groups, government employees, education staff and teachers, health workers, students - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618489729,MMR -7740664,104,MMR12646,12646,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 20 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7724539,104,MMR12251,12251,20-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 20 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), more than 500 locals including government staff protested against the military coup and in support of the civil disobedience movement. They also gathered to lay wreaths to mourn the death of the female protester who was shot in the head at a protest in Nay Pyi Taw on 9 February and passed away on 19 February. [size=more than 500]",0,1618489730,MMR -7718145,104,MMR12155,12155,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 19 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), thousands of people including 600 teachers and staff from the education department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618489731,MMR -7718149,104,MMR12162,12162,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Democratic Voice of Burma,National,"On 19 February 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), more than 5,000 locals including health workers, teachers and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Location coded as Kyaukkyi. [size=more than 5,000]",0,1618489732,MMR -7718152,104,MMR12163,12163,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 19 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals, including firefighters, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489732,MMR -7718154,104,MMR12134,12134,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 19 February 2021, in Bago town (Bago Township, Bago District, Bago Region), tens of thousands of people including students, health workers, teachers, civil society organizations and government railway staff held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489733,MMR -7718156,104,MMR12136,12136,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 19 February 2021, in Chauk township (Magway District, Magway Region), more than 150,000 people including oil field workers from Gold Petrol, teachers, engineers, health workers, private bank staff and other civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=more than 150,000]",0,1614130925,MMR -7724559,104,MMR12211,12211,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Democratic Voice of Burma,National,"On 19 February 2021, in Bhamo town, Bhamo township (Bhamo District, Kachin state), about 100 locals including ethnic Kachin people held a protest march against the military coup and in support of the civil disobedience movement. They stopped at different government department offices, with some protesters playing the violin in front of these offices. [size=about 100]",0,1614709547,MMR -7718163,104,MMR12148,12148,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 19 February 2021, Magway town (Magway Township, Magway District, Magway Region), about 400,000 locals including students, musicians and artists held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 400,000]",0,1614130925,MMR -7718165,104,MMR12139,12139,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Shanni Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Democratic Voice of Burma,National,"On 19 February 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), about 20,000 people including Shanni ethnic and civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=about 20,000]",0,1614130925,MMR -7718166,104,MMR11659,11659,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 19 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740698,104,MMR12757,12757,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 19 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740700,104,MMR12924,12924,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 19 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489735,MMR -7718435,104,MMR12160,12160,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Radio Free Asia,Regional,"On 19 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest to demand the release of two student union leaders who were arrested on campus earlier the same day, likely for protesting against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740968,104,MMR12758,12758,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 19 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7727151,104,MMR12518,12518,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Lahu Ethnic Group (Myanmar); Akha Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Monghpyak,Monghpyak,20.9589,99.8511,2,Democratic Voice of Burma; Shan Human Rights Foundation,Other-National,"On 19 February 2021, in Monghpyak township, Tachileik district, Shan State, about 100 ethnic Lahu and Akha villagers held a protest march in support of the Myanmar army. The villagers were reportedly ordered by Tatmadaw-aligned militias operating in their areas to gather for the rallies and were paid 6,000 kyats. [size=about 100]",0,1618489738,MMR -7727152,104,MMR12519,12519,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; Lahu Ethnic Group (Myanmar); Akha Ethnic Group (Myanmar); Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Monghsat,Monghsat,Monghsat,20.5353,99.2561,2,Democratic Voice of Burma; Shan Human Rights Foundation,Other-National,"On 19 February 2021, in Monghsat township, Monghsat district, Shan State, about 2,000 locals including ethnic Lahu, Akha and Shan villagers (including a ethnic Lahu USDP member) held a protest march in support of the Myanmar army, holding portraits of the Commander-in-Chief and chanting slogans including 'National stability and peace -- our cause' and 'Expose electoral fraud'. The villagers were reportedly ordered by Tatmadaw-aligned militias operating in their areas to gather for the rallies and were paid between 2500-3000 kyats. [size=about 2,000]",0,1618489738,MMR -7718193,104,MMR12164,12164,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Democratic Voice of Burma,National,"On 19 February 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), hundreds of students and teachers from three universities held a protest demanding the release of detained students and teachers. [size=hundreds]",0,1618489738,MMR -7727153,104,MMR12520,12520,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Lahu Ethnic Group (Myanmar); Akha Ethnic Group (Myanmar); Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Monghsat,Mongton,Mongton,20.2961,98.8972,2,Shan Human Rights Foundation; Democratic Voice of Burma,Other-National,"On 19 February 2021, in Mongton township, Monghsat district, Shan State, locals including ethnic Lahu, Akha and Shan villagers held a protest march in support of the Myanmar army, holding portraits of the Commander-in-Chief and chanting slogans including 'National stability and peace -- our cause' and 'Expose electoral fraud'. The villagers were reportedly ordered by Tatmadaw-aligned militias operating in their areas to gather for the rallies and were paid between 5000-20000 kyats. [size=no report]",0,1618489738,MMR -7718194,104,MMR12156,12156,19-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0,1614130925,MMR -7740726,104,MMR12760,12760,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 19 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740728,104,MMR12761,12761,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 19 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718200,104,MMR12149,12149,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 19 February 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), 15,000 locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=15,000]",0,1614130925,MMR -7718456,104,MMR12137,12137,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Radio Free Asia,Regional,"On 19 February 2021, in Dagon township (Yangon-west District, Yangon Region), locals held a protest in front of the Chinese Embassy against the military coup and demanded China not to support the coup. [size= no report]",0,1618489739,MMR -7718202,104,MMR11655,11655,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma,National,"On 19 February 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), more than 3,000 workers demonstrated in front of the Arao garment factory against the military coup. Demonstrators demanded three days of leave after the owner said workers will be dismissed if they were absent for three days. [size=more than 3,000]",0,1618489739,MMR -7718208,104,MMR12152,12152,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 19 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), about 50,000 locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 50,000]",0,1614130925,MMR -7718210,104,MMR12158,12158,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Myitnge,21.8542,96.0686,1,Democratic Voice of Burma,National,"On 19 February 2021, in Myitnge town (Amarapura Township, Mandalay Region), more than 1500 people including students, health workers, teachers, NLD members and government railway staff held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=more than 1,500]",0,1614130925,MMR -7753799,104,MMR13091,13091,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 19 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718478,104,MMR12145,12145,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 19 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Young people gathered in front of Kyaukme District General Administration Department office calling civil servant to join the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618489744,MMR -7718223,104,MMR12153,12153,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 19 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), more than 100 young people sang a song in front of Myanmar Economic Bank and called bank workers to join the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=more than 100]",0,1614130925,MMR -7724623,104,MMR12213,12213,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 19 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489745,MMR -7718224,104,MMR12165,12165,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 19 February 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), nearly 100,000 locals including civil servants held a general protest against the military coup and in support of the civil disobedience movement. [size=nearly 100,000]",0,1618489746,MMR -7724634,104,MMR12212,12212,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 19 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489748,MMR -7718494,104,MMR12146,12146,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 19 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489749,MMR -7718496,104,MMR12159,12159,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 19 February 2021, in Namhsan town (Namhsan Township, Kyaukme District, Shan State), about 10,000 residents joined by villagers held a protest against the military coup and in support of the civil disobedience movement. [size=about 10,000]",0,1618489749,MMR -7740769,104,MMR12922,12922,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 19 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489749,MMR -7718500,104,MMR11637,11637,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Twitter,New media,"On 19 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Armed KNLA Bridge 6 troops were present at the scene to provide security for the protest march. [size=no report] [armed presence]",0,1614130926,MMR -7717990,104,MMR11680,11680,19-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Myanmar Now; VOA; Network Media Group,National-International,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0,1614130925,MMR -7718250,104,MMR12138,12138,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 19 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers, civil servants, engineers and different ethnic people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7724660,104,MMR12215,12215,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 19 February 2021, in Monywa town (Monywa township, Monywa district, Sagaing region), about 300 people protested in front of Shwe Pyi Aye Ward administration office against the appointment of a new ward administrator by the military. [size=about 300]",0,1614709547,MMR -7815031,104,MMR12150,12150,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 19 February 2021, in Mandalay city (Mandalay Region), chefs from Myanmar Chef Philanthropy locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Hundreds of locals also rode bicycles in the city. [size=hundreds]",0,1618442040,MMR -7718264,104,MMR12157,12157,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma,National,"On 19 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7815033,104,MMR11678,11678,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA; Myanmar Pressphoto Agency,National-International,"On 19 February 2021, in Yangon city (Yangon region), people - including railway staff, students, youth, labor groups, government staff and celebrities - marched to protest against the Myanmar military coup and in support of the civil disobedience movement. A variety of protest strategies were employed throughout the day, including deliberate slowing down of cars, halting traffic by tying shoelaces or picking up onions on the streets. [size=no report]",0,1618442040,MMR -7718278,104,MMR12169,12169,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 19 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), 25,000 locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=25,000]",0,1614130925,MMR -7718290,104,MMR11658,11658,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 19 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718045,104,MMR12116,12116,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,7Day News; Shan Herald Agency for News; Myanmar Now,Subnational-National,"On 19 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489758,MMR -7718047,104,MMR12140,12140,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 19 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Chin State), about 30,000 people from different ethnic groups held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 30,000]",0,1614130925,MMR -7718048,104,MMR12167,12167,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Myanmar Now; Shan Herald Agency for News; 7Day News,Subnational-National,"On 19 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489758,MMR -7718306,104,MMR12142,12142,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Kanbalu,23.2033,95.517,1,Democratic Voice of Burma,National,"On 19 February 2021, in Kanbalu town (Kanbalu Township, Kanbalu District, Sagaing Region), tens of thousands of locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130926,MMR -7740835,104,MMR12923,12923,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 19 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489758,MMR -7718316,104,MMR12170,12170,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Democratic Voice of Burma,National,"On 19 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718319,104,MMR12131,12131,19-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Democratic Voice of Burma,National,"On 19 February 2021, in Mongpan township (Langkho District, Shan State), the Myanmar military and RCSS clashed. A stray bullet injured a villager.",0,1618489760,MMR -7724719,104,MMR12218,12218,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,1,Myanmar Times,National,"On 19 February 2021, in Salingyi town, Salingyi township (Yinmarbin District, Sagaing Region), about 150,000 people - including government staff and teachers - protested against Myanmar military coup and in support of the civil disobedience movement. [size=about 150,000]",0,1614709547,MMR -7724720,104,MMR12217,12217,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Buddhist Group (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 19 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), nearly 100,000 locals - including teachers, students, civil society organizations, monks, and market vendors - protested against the Myanmar military coup and in support of the civil disobedience movement. [size=nearly 100,000]",0,1614709547,MMR -7718325,104,MMR12135,12135,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,1,Democratic Voice of Burma,National,"On 19 February 2021, in Bokpyin town (Bokpyin Township, Kawthoung District, Tanintharyi Region), locals including teachers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130926,MMR -7718328,104,MMR11667,11667,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 19 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130926,MMR -7740601,104,MMR12759,12759,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 19 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489761,MMR -7724732,104,MMR12216,12216,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 19 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718347,104,MMR12166,12166,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Eleven Media Group,National,"On 19 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), locals held a protest in various form including tying their shoes, picking up onions, sweets and fruits on the road. Police tried to block them but demonstrators avoided them and continued to walk around the police. LGBT people also protested. [size=no report]",0,1618489763,MMR -7787471,104,MMR13963,13963,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Tlanglo,23.0082,93.3363,1,Chinland Guardian,Subnational,"On 19 February 2021, in Tlanglo village (Thantlang Township, Hakha District, Chin State), hundreds of people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0,1617127241,MMR -7718356,104,MMR12151,12151,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 19 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals including health workers, teachers and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7787480,104,MMR13962,13962,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 19 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held sit-in protests in front of government offices and Myanmar Economic Bank against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7718105,104,MMR12154,12154,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 19 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), more than 300 locals held a protest against the military coup and in support of the civil disobedience movement. [size=more than 300]",0,1614130925,MMR -7718364,104,MMR12147,12147,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 19 February 2021, in Loikaw town (Loikaw District, Kayah State), locals including civil engineers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718110,104,MMR12161,12161,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 19 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), more than 300,000 locals including students and teachers held a protest against the military coup and in support of the civil disobedience movement. [size=more than 300,000]",0,1614130925,MMR -7718113,104,MMR12168,12168,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 19 February 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), 25,000 locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=25,000]",0,1614130925,MMR -7718115,104,MMR12143,12143,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Democratic Voice of Burma,National,"On 19 February 2021, in Kanyutkwin town (Phyu Township, Taungoo District, Bago Region), locals held a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489765,MMR -7718371,104,MMR12133,12133,19-Feb-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),1,Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Mizzima,National,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0,1614130926,MMR -7718116,104,MMR12144,12144,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Democratic Voice of Burma,National,"On 19 February 2021, in Mone town (Kyaukkyi Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Location coded as Kyaukkyi. [size=no report]",0,1618489765,MMR -7718378,104,MMR12141,12141,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),CTUM: Confederation of Trade Unions Myanmar; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Labour News,National,"On 19 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people gathered in front of Hledan Centre to protest against the military coup and to urge workers to join the civil disobedience movement. In addition, members of the CTUM protested in front of the US Embassy against the coup. [size=no report]",0,1618489765,MMR -7724524,104,MMR12219,12219,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 19 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489766,MMR -7724783,104,MMR12214,12214,19-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,,,0,10,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Shan Herald Agency for News,Subnational,"On 19 February 2021, in Mongpan township (Langkho District, Shan State), the Myanmar military one-sidedly fired with both small and heavy weapons. One villager died.",1,1618489766,MMR -7740663,104,MMR12645,12645,19-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 19 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7718144,104,MMR12106,12106,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 18 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489767,MMR -7718403,104,MMR12108,12108,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times,National,"On 18 February 2021, in Myawaddy town (Myawaddy township, Myawaddy district, Kayin state), thousands of locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614130926,MMR -7718151,104,MMR12112,12112,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 18 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489768,MMR -7718155,104,MMR12082,12082,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 18 February 2021, in Chauk township (Magway District, Magway Region), tens of thousands of people including oil field workers from Gold Petrol and health workers held a protest against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7718161,104,MMR12086,12086,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 18 February 2021, in Hlaing township (Yangon-west District, Yangon Region), more than 500 students and teachers held a protest against the military coup and in support of the civil disobedience movement. [size=more than 500]",0,1618489769,MMR -7718162,104,MMR12097,12097,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 18 February 2021, in Magway town (Magway Township, Magway District, Magway Region), more than 300,000 people including health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 300,000]",0,1614130925,MMR -7740697,104,MMR12752,12752,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 18 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740956,104,MMR12753,12753,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 18 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718428,104,MMR11643,11643,18-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Narinjara News,Subnational,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0,1614130926,MMR -7724576,104,MMR12209,12209,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 18 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718438,104,MMR12087,12087,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Radio Free Asia,Regional,"On 18 February 2021, in Hlaingbwe town, Hlaingbwe township (Hpa-an district, Kayin State), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489772,MMR -7718439,104,MMR12088,12088,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 18 February 2021, in Hpa-an town, Hpa-an township (Hpa-an district, Kayin State), around 10,000 people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=around 10,000]",0,1618489772,MMR -7718187,104,MMR12079,12079,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,2,Democratic Voice of Burma,National,"On 18 February 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals gathered in front of Township Court and held a protest demanding the release of the Mandalay Region Chief Minister. [size=no report]",0,1614130925,MMR -7718188,104,MMR12080,12080,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Democratic Voice of Burma,National,"On 18 February 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), about 100,000 residents of Bagan, Taung Bi and Myin Kat Par held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=100,000]",0,1614130925,MMR -7718444,104,MMR12089,12089,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,1,Radio Free Asia,Regional,"On 18 February 2021, in Hpruso town, Hpruso township (Loikaw district, Kayah State), people protested in front of government offices to urge civil servants to join the civil disobedience movement against the Myanmar military coup. [size=no report]",0,1614130926,MMR -7740717,104,MMR12754,12754,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 18 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489773,MMR -7718446,104,MMR12119,12119,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Thandaunggyi,Thandaunggyi,19.0734,96.6755,1,Radio Free Asia,Regional,"On 18 February 2021, in Thandaunggyi town, Thandaunggyi township (Hpa-an district, Kayin State), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489774,MMR -7740727,104,MMR12756,12756,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 18 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718199,104,MMR12098,12098,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 18 February 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), 25,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=25,000]",0,1614130925,MMR -7718207,104,MMR12103,12103,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 18 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), about 60,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 60,000]",0,1614130925,MMR -7718466,104,MMR12129,12129,18-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Za Bu Thi Ri,19.764,96.061,2,Radio Free Asia,Regional,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0,1618489776,MMR -7718468,104,MMR12095,12095,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 18 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 10,000 locals - including students, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=around 10,000]",0,1618489776,MMR -7753798,104,MMR13090,13090,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 18 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718474,104,MMR12117,12117,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 18 February 2021, in Taunggyi town (Tuanggyi Township, Taunggyi District, Shan State), more than 40 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 40]",0,1618489777,MMR -7718219,104,MMR12102,12102,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Me Za Li Kone,17.8958,95.2277,1,Democratic Voice of Burma,National,"On 18 February 2021, in Me Za Li Kone town (Ingapu Township, Hinthada District, Ayeyarwady Region), more than 50,000 residents held a protest demanding the release of a doctor who was detained on 11 February. [size=more than 50,000]",0,1614130925,MMR -7718222,104,MMR12105,12105,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 18 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724622,104,MMR12208,12208,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 18 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489778,MMR -7718479,104,MMR12093,12093,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 18 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), villagers led by Buddhist monks held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489778,MMR -7740753,104,MMR12920,12920,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 18 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489779,MMR -7718229,104,MMR12121,12121,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 18 February 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), 35,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. More than 3,000 people gathered and blocked a train from entering Thazi Railway Station. [size=35,000]",0,1614130925,MMR -7718236,104,MMR12124,12124,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 18 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), 40,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=40,000]",0,1614130925,MMR -7724636,104,MMR12207,12207,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 18 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489780,MMR -7717981,104,MMR11665,11665,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myanmar Now; Shan Herald Agency for News,National,"On 18 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7740768,104,MMR12919,12919,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 18 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489781,MMR -7718241,104,MMR11654,11654,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma,National,"On 18 February 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), more than 3,000 workers demonstrated against the military coup in front of the Arao garment factory. Demonstrators demanded three days of leave after the owner said workers will be dismissed if they were absent for three days. [size=more than 3,000]",0,1618489781,MMR -7718497,104,MMR11681,11681,18-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Than Lwin Times,Subnational,"Around 18 February 2021 (as reported), in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7717989,104,MMR11679,11679,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Wa Ethnic Group (Myanmar); Kayin Ethnic Group (Myanmar); Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma; VOA,National-International,"On 18 February 2021, near Sule Pagoda in Kyauktada township (Yangon-west District, Yangon Region), more than 5,000 people from a multi-ethnic committee of 27 ethnic groups - including ethnic Kayin, Wa, Rakhine youth - marched to Sule Pagoda and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 5,000]",0,1618489782,MMR -7718514,104,MMR12110,12110,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,VOA,International,"On 18 February 2021, in Pabedan township (Yangon-west District, Yangon Region), people protested in front of the office of oil and gas company Petronas, calling the company to stop doing business with the military. [size=no report]",0,1618489785,MMR -7740805,104,MMR12755,12755,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 18 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7815050,104,MMR12125,12125,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Mizzima,National,"On 18 February 2021, in Yangon city (Yangon region), locals held a broken-down car campaign to protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters parked their cars in the middle of city streets and on bridges blocking police and army trucks moving around to break up protests. The first broken-down car campaign was held on 17 February. [size=no report]",0,1618442040,MMR -7815052,104,MMR12099,12099,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency,National,"On 18 February 2021, in Mandalay city (Mandalay Region), locals protested and held a general strike involving students, monks and labor groups against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7718030,104,MMR12001,12001,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Shan Herald Agency for News; 7Day News; Myanmar Now,Subnational-National,"On 18 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489790,MMR -7718040,104,MMR12064,12064,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,7Day News; Shan Herald Agency for News; Myanmar Now,Subnational-National,"On 18 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489792,MMR -7718296,104,MMR12090,12090,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 18 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718299,104,MMR12109,12109,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 18 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718044,104,MMR12083,12083,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,VOA; Myanmar Labour News,National-International,"On 18 February 2021, in Dagon township (Yangon-west District, Yangon Region), locals - including members of the Committee of Cooperative Trade Unions and former political prisoners - held a protest in front of the French Embassy against the Myanmar military coup and in support of the civil disobedience movement. In addition, people from a multi-ethnic committee of 27 ethnic groups protested at the Thai, Chinese, and Russian Embassies against the coup. [size=no report]",0,1618489792,MMR -7718046,104,MMR12128,12128,18-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),6,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group; Mizzima; Kachin News Group,Subnational-National,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0,1614130925,MMR -7718303,104,MMR12127,12127,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 18 February 2021, in Yinmarbin town (Yinmarbin Township, Yinmarbin District, Sagaing Region), thousands of people protested two times against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614130926,MMR -7718049,104,MMR12084,12084,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 18 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718305,104,MMR12091,12091,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 18 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), tens of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130926,MMR -7718053,104,MMR12118,12118,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 18 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718061,104,MMR12122,12122,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 18 February 2021, in Tonzang town (Tonzang Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718067,104,MMR12104,12104,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 18 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724723,104,MMR12210,12210,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 18 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718326,104,MMR12123,12123,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 18 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718327,104,MMR12081,12081,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,1,Democratic Voice of Burma,National,"On 18 February 2021, in Bokpyin town (Bokpyin Township, Kawthoung District, Tanintharyi Region), locals including teachers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130926,MMR -7718072,104,MMR12085,12085,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 18 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including 51 civil servants from District and Township Fire Departments held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718074,104,MMR11651,11651,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 18 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718082,104,MMR12120,12120,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 18 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718084,104,MMR12113,12113,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 18 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489799,MMR -7718348,104,MMR12130,12130,18-Feb-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,23,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Eleven Media Group,National,"On 18 February 2021, at ward 9 in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), an unknown armed group attacked the RCSS liaison office with two handmade explosive devices. Two cars and the gate were destroyed.",0,1618489800,MMR -7718350,104,MMR12107,12107,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Military Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group,National,"On 18 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals along with one Myanmar military soldier held a protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, the soldier delivered a speech saying 'he wanted to participate in the CDM. Some police officers have joined the CDM. And others should also join'. On the following day, a soldier admitted that he was drunk and claimed that he was misused by protesters. [size=no report]",0,1614130926,MMR -7718095,104,MMR12100,12100,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 18 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489801,MMR -7718363,104,MMR12096,12096,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 18 February 2021, in Loikaw town (Loikaw District, Kayah State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718108,104,MMR12111,12111,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 18 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students and civil servants held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718374,104,MMR12101,12101,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Mayangone,Mayangone,16.8662,96.1426,2,Myanmar Labour News,National,"On 18 February 2021, in Mayangone township (Yangon (West) district, Yangon region), workers held a protest in front of the Yangon Region Department of Labour Office to demand that the office join the civil disobedience movement against the Myanmar military coup. [size=no report]",0,1618489803,MMR -7718377,104,MMR12094,12094,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar); 88 Generation Peace and Open Society,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 18 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals - including Buddhist monks and nuns, civil servants, government officials, 88 Generation Peace and Open Society, and students - marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718379,104,MMR12092,12092,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),STUM: Solidarity Trade Union of Myanmar; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Labour News,National,"On 18 February 2021, in Kamayut township (Yangon (West) district, Yangon region), members of the Solidarity Trade Union Of Myanmar marched to Hledan Centre to protest against the military coup and to urge workers to join the civil disobedience movement. In addition, people protested in front of the office of oil and gas company PTTEP, calling on the company to stop doing business with the military. [size=no report]",0,1618489804,MMR -7718380,104,MMR12115,12115,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Labour News,National,"On 18 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), tens of thousands of education workers and teachers protested at the Myaynigone intersection against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489804,MMR -7718382,104,MMR12126,12126,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),CTUM: Confederation of Trade Unions Myanmar; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Myanmar Labour News,National,"On 18 February 2021, in Yankin township (Yangon (East) district, Yangon region), locals including members of the CTUM protested in front of the Myanmar Investment Commission against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489805,MMR -7718386,104,MMR11649,11649,18-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),5,Civilians (Myanmar),Journalists (Myanmar),7,57,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Myanmar Pressphoto Agency,National,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0,1618489805,MMR -7740659,104,MMR12921,12921,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 18 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489805,MMR -7740661,104,MMR12634,12634,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Democratic Voice of Burma,National,"On 18 February 2021, in Ye Township (Mawlamyine District, Mon State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615331304,MMR -7718390,104,MMR12114,12114,18-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 18 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), locals including students and Buddhist monks protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718147,104,MMR12069,12069,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 17 February 2021, in Thazi town (Thazi Township, Meiktila District, Mandalay Region), more than 600 locals held a protest in front of a hospital after the Myanmar military sent three military doctors for the Thazi Hospital. Residents protested chanting they did not welcome three military doctors. [size=more than 600]",0,1614130925,MMR -7718408,104,MMR12048,12048,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times,National,"On 17 February 2021, in Myawaddy town (Myawaddy township, Myawaddy district, Kayin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718409,104,MMR12045,12045,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Myanmar Times,National,"On 17 February 2021, in Muse Township, Muse District, Shan State), at the Myanmar-China border checkpoint, locals held a car breakdown campaign to protest against the Myanmar military coup and in support of the civil disobedience movement. They parked cars on the main trading route between China and Myanmar, claiming that their cars had broken down, causing traffic jam on the roads. [size=no report]",0,1618489807,MMR -7740686,104,MMR12751,12751,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 17 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7718164,104,MMR12020,12020,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 17 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740696,104,MMR12747,12747,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 17 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718170,104,MMR12046,12046,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,2,Democratic Voice of Burma,National,"On 17 February 2021, in Myaing township (Pakokku District, Magway Region), hundreds of thousands of people - including government officials, health workers, education staff and teachers, labor groups, judicial staff - protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7718430,104,MMR12051,12051,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Baptist Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group,National,"On 17 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), more than 300 Baptist Christian rallied in front of Lhaovo Baptist demanding the head of the College not to meet with the Kachin State Administration Council. After the protest, the meeting was cancelled. [size=more than 300]",0,1614130926,MMR -7724575,104,MMR12205,12205,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 17 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740960,104,MMR12748,12748,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 17 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718433,104,MMR12036,12036,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 17 February 2021, in Magway town, Magway township (Magway District, Magway Region), more than 100,000 to about 400,000 people - including farmers, teachers and education staff, students, government staff - protested against the Myanmar military coup and in support of the civil disobedience movement. In addition, a sit-in protest was held in front of Magway University. [size=more than 100,000 to about 400,000]",0,1614130926,MMR -7718436,104,MMR12032,12032,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 17 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), hundreds of thousands of people including artists protested near Sule Pagoda against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618489810,MMR -7718437,104,MMR12055,12055,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia,Regional,"On 17 February 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), more than 100,000 people protested against the Myanmar military coup and in support of the civil disobedience movement [size=more than 100,000]",0,1614130926,MMR -7718443,104,MMR12070,12070,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Radio Free Asia,Regional,"On 17 February 2021, in Tonzang town (Tonzang Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718449,104,MMR11686,11686,17-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Radio Free Asia,Regional,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0,1614130926,MMR -7718195,104,MMR12050,12050,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Myinmu,Myinmu,21.9251,95.5758,1,Democratic Voice of Burma,National,"On 17 February 2021, in Myinmu town, Myinmu township (Sagaing district, Sagaing Region), more than 40,000 people, including government staff, held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Protesters also demanded the release of the detained State Counsellor and President and anti-coup protesters. [size=more than 40,000]",0,1614130925,MMR -7718452,104,MMR12072,12072,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Radio Free Asia,Regional,"On 17 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718453,104,MMR11646,11646,17-Feb-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Tha Yet Pin Chaung,19.8873,93.8255,2,Radio Free Asia,Regional,"On 17 February 2021, near Tha Yet Pin Chaung village (Ann township, Kyaukpyu District, Rakhine State), a farmer was severely injured after stepping on a landmine. It was not known which group planted the mine.",0,1614130926,MMR -7718455,104,MMR12022,12022,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Former Military Forces of Myanmar (2021-); Military Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 17 February 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin Sate), pro-military supporters, including current and retired members of the armed forces and their families, held a rally in support of the Myanmar military coup and the newly formed State Administration Council. [size=no report]",0,1618489812,MMR -7718462,104,MMR12059,12059,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 17 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), people held a protest under the Myaynigone Flyover against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489813,MMR -7718463,104,MMR12075,12075,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Radio Free Asia,Regional,"On 17 February 2021, in Yankin Township (Yangon (East) District, Yangon Region), people including employees of various airlines protested in front of the Central Bank of Myanmar against the Myanmar military coup and in support of the civil disobedience movement. They urged employees to join the civil disobedience movement. [size=no report]",0,1618489813,MMR -7753797,104,MMR13089,13089,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 17 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718471,104,MMR12052,12052,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 17 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), over 50,000 people - including health workers, education workers and teachers, students - protested against the Myanmar military coup and in support of the civil disobedience movement. Police and some troops guarded Myanma Economic Bank but no intervention reported. [size=over 50,000]",0,1614130926,MMR -7718216,104,MMR12042,12042,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 17 February 2021, in Mogaung town, Mogaung township (Mohnyin district, Kachin State), locals including bank employees held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military were present but no interaction was reported. Students and CDM government staff have been protesting daily. [size=no report]",0,1614130925,MMR -7718472,104,MMR12028,12028,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Radio Free Asia,Regional,"On 17 February 2021, in Kawkareik town (Kawkareik Township, Kawkareik District, Kayin State), about 3,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 3,000]",0,1614130926,MMR -7718217,104,MMR12073,12073,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 17 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718218,104,MMR12053,12053,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,1,Democratic Voice of Burma,National,"On 17 February 2021, in Natogyi town, Natogyi township (Myingyan district, Mandalay region), thousands of locals - including monks, health workers, students, education staff and teachers, civil servants and several labor groups - held a protest against the Myanmar military coup and in support of the civil disobedience movement. This is the 10th day of the protest. [size=thousands]",0,1614130925,MMR -7718476,104,MMR12066,12066,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 17 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489815,MMR -7718221,104,MMR12043,12043,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 17 February 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. In addition, more than 50 young people held a sit-in protest in front of the General Administration Office against the death of an anti-military coup protester. [size=more than 50]",0,1614130925,MMR -7718483,104,MMR12030,12030,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 17 February 2021, in Kutkai town (Kutkai township, Muse district, Shan state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489815,MMR -7717972,104,MMR11633,11633,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia; Frontier Myanmar,National-Regional,"On 17 February 2021, in Kamayut Township (Yangon (West) District, Yangon Region), people held a protest in front of Hledan Centre against the Myanmar military coup and in support of the civil disobedience movement. In addition, about 100 students and alumni from Yangon University of Foreign Languages protested at the university against the school's leaders for failing to join the civil disobedience movement. Protesters also blocked a road in front of University of Yangon to protest against the coup. [size=at least about 100]",0,1618489815,MMR -7717975,104,MMR11648,11648,17-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0,1614130925,MMR -7718492,104,MMR12033,12033,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 17 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489817,MMR -7717983,104,MMR11670,11670,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hmaw Si Zar,25.6475,96.3476,1,Myanmar Now; Shan Herald Agency for News,National,"On 17 February 2021, in Hmaw village in Lone Khin village tract (Hpakant Township, Mohnyin District, Kachin State), villagers marched and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The village marched until Hpakant town and joined the mass gathering. Location coded at Hmaw Si Zar. [size=no report]",0,1614130925,MMR -7718242,104,MMR12025,12025,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 17 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724644,104,MMR12204,12204,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 17 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618489818,MMR -7718249,104,MMR12023,12023,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Students (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 17 February 2021, in Hpa-an town, Hpa-an township (Hpa-an district, Kayin State), hundreds of thousands of people - including students, teachers, government staff, LGBT members and farmers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also protested in front of the Hpa-an Township Court calling for the release of detained state government officials and protest leaders. [size=hundreds of thousands]",0,1618489818,MMR -7740779,104,MMR12918,12918,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 17 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489819,MMR -7718254,104,MMR12076,12076,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 17 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals including government staff held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718258,104,MMR12013,12013,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,1,Democratic Voice of Burma,National,"On 17 February 2021, in Bokpyin town (Bokpyin Township, Kawthoung District, Tanintharyi Region), locals including teachers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130925,MMR -7718275,104,MMR12016,12016,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 17 February 2021, in Chauk town (Chauk Township, Magway District, Magway Region), over 100,000 locals, including oil field workers from Gold Petrol and students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=over 100,000]",0,1614130925,MMR -7718276,104,MMR12029,12029,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,1,Democratic Voice of Burma,National,"On 17 February 2021, in Kungyangon town, Kungyangon township (Yangon (South) District, Yangon Region), hundreds of thousands including government staff held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618489822,MMR -7718022,104,MMR11921,11921,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Shan Herald Agency for News; 7Day News; Myanmar Now,Subnational-National,"On 17 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489823,MMR -7718024,104,MMR11948,11948,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,7Day News; Shan Herald Agency for News; Myanmar Now,Subnational-National,"On 17 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489823,MMR -7718280,104,MMR11653,11653,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Democratic Voice of Burma,National,"On 17 February 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), more than 3,000 workers demonstrated in front of the Arao garment factory against the military coup. Demonstrators demanded three days of leave after the owner said workers will be dismissed if they were absent for three days. [size=more than 3,000]",0,1618489823,MMR -7718284,104,MMR12014,12014,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Budalin,Budalin,22.3891,95.1485,1,Democratic Voice of Burma,National,"On 17 February 2021, in Budalin town, Budalin township (Monywa District, Sagaging Region), locals held sit-in protest in front of the General Administration Department office, Myanma Economic Bank and other government departments against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 15,000 government staff and locals marched on the streets against the coup. [size=more than 15,000]",0,1614130926,MMR -7815053,104,MMR12054,12054,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Radio Free Asia,Regional,"On 17 February 2021, in Nay Pyi Taw city (Nay Pyi Taw region), about 1,000 people protested against the Myanmar military coup and in support of the civil disobedience movement. They also held a prayer ceremony for a female protester who was shot in the head by police at a protest in Nay Pyi Taw on 9 February. [size=about 1,000]",0,1618442040,MMR -7718287,104,MMR12061,12061,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,2,Democratic Voice of Burma,National,"On 17 February 2021, in Chipa village, Shwebo township (Shwebo district, Sagaing region) (coded as Shwebo), locals, including farmers, marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718032,104,MMR12024,12024,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 17 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), about ten thousands residents of Hpakant along with residents of nearby villages held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1614130925,MMR -7718288,104,MMR12062,12062,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Government of Myanmar (2016-); LGBT (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 17 February 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), tens of thousands of people, including civil servants, labor groups, farmers and LGBT members, marched in Lanmadaw in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held a sit-in protest in front of Myanmar Economic Bank to urge employees to join the civil disobedience movement. [size=tens of thousands]",0,1614130926,MMR -7815057,104,MMR12037,12037,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 17 February 2021, in Mandalay City (Mandalay Region), hundreds of thousands of people, including business owners, health workers, students, teachers and public servants, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618442040,MMR -7718033,104,MMR12031,12031,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar); Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News; Myanmar Times,National,"On 17 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), locals, including government officials, Buddhist monks, labor groups, and students, marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718034,104,MMR12034,12034,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma; Kantarawaddy Times,Subnational-National,"On 17 February 2021, in Loikaw town, Loikaw township (Loikaw district, Kayah State), locals including at least 20 government staff held a sit-in protest in front of the Myanmar Economic Bank to urge employees to join the civil disobedience movement against the Myanmar military coup. Military and police forces were present at the scene blockading the bank, but no intervention was reported. Protesters at the sit-in protests then dispersed and continued to march around the town. [size=at least 20]",0,1614130925,MMR -7815059,104,MMR12074,12074,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Journalists (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Democratic Voice of Burma,National,"On 17 February 2021, in Yangon City (Yangon region), millions of people including students from the ABFSU, artists, civil society groups and journalists held a protest and blocked roads with parked cars against the Myanmar military coup and in support of the civil disobedience movement. The police inspected the cars but no intervention was reported. [size=millions]",0,1618442040,MMR -7718035,104,MMR12035,12035,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Lone Khin,25.6564,96.3568,1,Shan Herald Agency for News; Myanmar Now,National,"On 17 February 2021, in Lone Khine village (Hpakant Township, Mohnyin District, Kachin State), villagers marched and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The village marched until Hpakant town and joined the mass gathering. [size=no report]",0,1614130925,MMR -7718037,104,MMR12039,12039,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency; Radio Free Asia,Subnational-Regional,"On 17 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), tens of thousands of people - including students, health workers, government railway staff and other government staff - protested against the Myanmar military coup. In addition, about 500 demonstrators also staged a sit-in protest in front of the Myanma Economic Bank to urge employees to join the civil disobedience movement against the Myanmar military coup. [size=tens of thousands]",0,1614130925,MMR -7718038,104,MMR12058,12058,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sai Taung,25.565,96.3011,1,Shan Herald Agency for News; Myanmar Now,National,"On 17 February 2021, in Sai Taung village (Hpakant Township, Mohnyin District, Kachin State), villagers marched and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The village marched until Hpakant town and joined the mass gathering. [size=no report]",0,1614130925,MMR -7718039,104,MMR12060,12060,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Myanmar Now; Shan Herald Agency for News,National,"On 17 February 2021, in Seik Mu village (Hpakant Township, Mohnyin District, Kachin State), villagers marched and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The village marched until Hpakant town and joined the mass gathering. [size=no report]",0,1614130925,MMR -7718041,104,MMR12065,12065,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia; Mizzima,National-Regional,"On 17 February 2021, in Tamwe Township (Yangon (East) District, Yangon Region), tens of thousands of people including nearly 50 Buddhist monks held a protest in front of the United Nations office against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489826,MMR -7718042,104,MMR12077,12077,17-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Democratic Voice of Burma; Development Media Group,Subnational-National,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0,1614130925,MMR -7718304,104,MMR12026,12026,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 17 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740833,104,MMR12916,12916,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 17 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489827,MMR -7718307,104,MMR12071,12071,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Twantay,Twantay,16.7073,95.9304,1,Democratic Voice of Burma,National,"On 17 February 2021, in Twantay town, Twantay township (Yangon (South) District, Yangon Region), tens of thousands including health workers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489828,MMR -7718314,104,MMR12015,12015,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Democratic Voice of Burma,National,"On 17 February 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay district, Mandalay Region), youth protested in front of the Chinese Consulate-General to demand the Chinese government to stop supporting the military coup. They also urged more workers to join the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718059,104,MMR12067,12067,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 17 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740844,104,MMR12750,12750,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 17 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7718062,104,MMR12018,12018,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 17 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a public prayer gathering to protest against the Myanmar military coup and in support of the civil disobedience movement. 15 civil servants from the Township Education Department also joined the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=at least 15]",0,1614130925,MMR -7740848,104,MMR12915,12915,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 17 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489829,MMR -7718064,104,MMR12040,12040,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 17 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718320,104,MMR12021,12021,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,1,Democratic Voice of Burma,National,"On 17 February 2021, in Hlaingthayar town, Hlaingthayar township (Yangon (North) District, Yangon Region), tens of thousands of workers protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618489829,MMR -7718065,104,MMR12027,12027,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 17 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718321,104,MMR12049,12049,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 17 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130926,MMR -7740596,104,MMR12749,12749,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 17 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489830,MMR -7718070,104,MMR12019,12019,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 17 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants from District and Township Fire Departments and the GAD held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724728,104,MMR12206,12206,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 17 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718077,104,MMR12068,12068,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 17 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718337,104,MMR12017,12017,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 17 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), hundreds of thousands of people - including government staff, lawyers, engineers, students - protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130926,MMR -7718083,104,MMR12056,12056,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 17 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489833,MMR -7740624,104,MMR12917,12917,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 17 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489835,MMR -7718101,104,MMR12038,12038,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 17 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489835,MMR -7753942,104,MMR13088,13088,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 17 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618489835,MMR -7718112,104,MMR12047,12047,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,2,Democratic Voice of Burma,National,"On 17 February 2021, in Myanaung township (Hinthada district, Ayeyarwady region), about 300 families of oil workers marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 300 families]",0,1614130925,MMR -7718381,104,MMR12063,12063,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Labour News,National,"On 17 February 2021, in Shwepyithar township (Yangon (North) district, Yangon region), workers from the industrial zone protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489838,MMR -7718128,104,MMR12041,12041,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 17 February 2021, in Minhla township (Thayarwaddy District, Bago Division), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. This was the 11th day of ongoing protests. [size=thousands]",0,1618489839,MMR -7718392,104,MMR12057,12057,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 17 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), locals including students protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718143,104,MMR12044,12044,17-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 17 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489841,MMR -7753730,104,MMR11676,11676,16-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma; Narinjara News,Subnational-National,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0,1615994768,MMR -7740685,104,MMR12911,12911,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 16 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618489843,MMR -7718415,104,MMR11992,11992,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times,National,"On 16 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740695,104,MMR12741,12741,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 16 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718427,104,MMR11970,11970,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Narinjara News,Subnational,"On 16 February 2021, in Ann town (Ann Township, Kyaukpyu District, Rakhine State), as many as 50 people protested in front of Ann Hospital, shouting slogans against doctors at the hospital who had been taking part in the civil disobedience movement against the Myanmar military coup. It was claimed that they were likely to be supporters of the military. [size=as many as 50]",0,1614130926,MMR -7718173,104,MMR11977,11977,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 16 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724574,104,MMR12202,12202,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 16 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740970,104,MMR12742,12742,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 16 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7740725,104,MMR12745,12745,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 16 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718457,104,MMR11994,11994,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 16 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), more than 10,000 people - including health workers, education workers and teachers, government staff from Myanmar Railways, lawyers, and students - protested against the Myanmar military coup and in support of the civil disobedience movement. Police and some troops guarded Myanma Economic Bank but no intervention reported. [size=more than 10,000]",0,1614130926,MMR -7718205,104,MMR11999,11999,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 16 February 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), protesters held a sit-in in front of Myanmar Economic Bank to urge employees to join the civil disobedience movement against the Myanmar military coup. [size=no report]",0,1614130925,MMR -7718461,104,MMR12008,12008,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Radio Free Asia,Regional,"On 16 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7753796,104,MMR13087,13087,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 16 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718470,104,MMR11968,11968,16-Feb-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Radio Free Asia,Regional,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0,1614130926,MMR -7718473,104,MMR11991,11991,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 16 February 2021, in Muse town (Muse Township, Muse District, Shan State), more than 1,000 locals including ethnic Shan people protested at the Myanmar-China border checkpoint against the Myanmar military coup and in support of the civil disobedience movement. They held placards calling China 'not to assist the Myanmar military coup'. [size=more than 1,000]",0,1618490403,MMR -7718475,104,MMR12002,12002,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 16 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490404,MMR -7718220,104,MMR11989,11989,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 16 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718482,104,MMR11967,11967,16-Feb-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Moe Tay,22.7015,97.3464,2,Shwe Phee Myay News Agency,Subnational,"On 16 February 2021, near Moe Tay village (Hsipaw Township, Kyaukme District, Shan State), RCSS detained two drug users and released them after 2 days on 8 February.",0,1618490406,MMR -7718227,104,MMR12006,12006,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 16 February 2021, in Thazi town, Thazi township (Meiktila District, Mandalay Region), more than 500 people protested in front of Thazi hospital against the arrival of military health and security forces at the Hospital since the evening of 15 February. [size=more than 500]",0,1614130925,MMR -7717973,104,MMR11634,11634,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia; Twitter,New media-Regional,"On 16 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), more than 20,000 locals - including ethnic Kachin people - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 20,000]",0,1618490407,MMR -7724630,104,MMR12201,12201,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 16 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490407,MMR -7718234,104,MMR11973,11973,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Democratic Voice of Burma,National,"On 16 February 2021, in Demoso town, Demoso township (Loikaw district, Kayah region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7717980,104,MMR11664,11664,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myanmar Now; Shan Herald Agency for News,National,"On 16 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7718239,104,MMR11984,11984,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 16 February 2021, in Loikaw town, Loikaw township (Loikaw district, Kayah region), locals held a protest march against the Myanmar military coup. They also urged government staff to join the civil disobedience movement against the coup. [size=no report]",0,1614130925,MMR -7717986,104,MMR11675,11675,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Democratic Voice of Burma; Eleven Media Group,National,"On 16 February 2021, in Kawkareik town (Kawkareik Township, Kawkareik District, Kayin State), tens of thousands of locals, including health workers, government staff and teachers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. It was reported that KNLA troops were deployed to surround and protect protesters. Police forces were present and set up a roadblock, but no intervention was reported. [size=tens of thousands] [armed presence]",0,1614130925,MMR -7718245,104,MMR11986,11986,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Democratic Voice of Burma,National,"On 16 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest as part of the civil disobedience movement against the military coup by blocking a Mawlamyine-Yangon passenger train at Mawlamyine Central Station, forcing the train to return to the station. [size=no report]",0,1614130925,MMR -7718247,104,MMR11976,11976,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Students (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 16 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), hundreds of thousands of locals, including health workers, students, farmers, government staff, labor groups, and LGBT people, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police forces were present at the site of the protest, but no intervention was reported. [size=hundreds of thousands]",0,1618490410,MMR -7718255,104,MMR11982,11982,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,Democratic Voice of Burma,National,"On 16 February 2021, in Katha town (Katha Township, Katha District, Sagaing Region), pro-military supporters held a rally in support of the military's State Administration Council. [size=no report]",0,1614130925,MMR -7718001,104,MMR11696,11696,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 16 February 2021, in Tamwe Township (Yangon (East) District, Yangon Region), locals including more than 30 Buddhist monks and nuns held a protest in front of the United Nations office against the Myanmar military coup and in support of the civil disobedience movement. [size=at least more than 30]",0,1618490413,MMR -7724658,104,MMR12200,12200,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 16 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490414,MMR -7740792,104,MMR12746,12746,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 16 February 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718270,104,MMR11993,11993,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 16 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130925,MMR -7718017,104,MMR11841,11841,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,7Day News; Myanmar Now; Shan Herald Agency for News,Subnational-National,"On 16 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490419,MMR -7718274,104,MMR11971,11971,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 16 February 2021, in Chauk township (Magway District, Magway Region), locals including oil field workers from Gold Petrol held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740803,104,MMR12744,12744,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 16 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7718021,104,MMR11892,11892,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Myanmar Now; Shan Herald Agency for News; 7Day News,Subnational-National,"On 16 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490420,MMR -7718277,104,MMR11979,11979,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 16 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718027,104,MMR11978,11978,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 16 February 2021, in Insein town (Insein Township, Yangon (North) District, Yangon Region), government railway employees held a protest as part of the civil disobedience movement against the military coup by blocking a train at Insein Railway Station. [size=no report]",0,1618490422,MMR -7718539,104,MMR11683,11683,16-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Democratic Voice of Burma,National,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0,1614184487,MMR -7718028,104,MMR11980,11980,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Democratic Voice of Burma; Mizzima,National,"On 16 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people gathered in front of US Embassy to protest against the military coup and called for continued pressure from the US on the Myanmar military. At the same time, people also held a sit-in protest at the Hledan intersection against the coup. [size=no report]",0,1618490424,MMR -7718029,104,MMR11995,11995,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 16 February 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), more than 50,000 to hundreds of thousands of people - including engineers, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 50,000 to hundreds of thousands]",0,1614130925,MMR -7718031,104,MMR12012,12012,16-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Shan Herald Agency for News; Myanmar Now,National,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0,1614130925,MMR -7718292,104,MMR11983,11983,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 16 February 2021, in Kyauktada township (Yangon (West) district, Yangon region), people gathered around Sule Pagoda and Myanma Economic Bank Branch 1 to protest against the military coup and called for support for the civil disobedience movement. [size=no report]",0,1618490430,MMR -7815068,104,MMR12010,12010,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Mizzima,National,"On 16 February 2021, in Yangon City (Yangon region), people including university students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618442040,MMR -7718312,104,MMR12011,12011,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Democratic Voice of Burma,National,"On 16 February 2021, in Yankin Township (Yangon (East) District, Yangon Region), people protested in front of the Central Bank of Myanmar against the Myanmar military coup and in support of the civil disobedience movement. They urged employees to join the civil disobedience movement. [size=no report]",0,1618490432,MMR -7753902,104,MMR12004,12004,16-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0,1615994769,MMR -7718318,104,MMR11972,11972,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Democratic Voice of Burma,National,"On 16 February 2021, in Dagon township (Yangon-west District, Yangon Region), demonstrators protested in front of the Chinese Embassy against the Myanmar military coup. [size=no report]",0,1618490433,MMR -7718066,104,MMR11981,11981,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 16 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718068,104,MMR11975,11975,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 16 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724727,104,MMR12203,12203,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 16 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718073,104,MMR12007,12007,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 16 February 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718329,104,MMR12009,12009,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 16 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740859,104,MMR12912,12912,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 16 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490437,MMR -7718076,104,MMR11974,11974,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 16 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Some health workers from the Government department also joined the movement. Locals also held a public prayer gathering; some banged pots and pans. [size=no report]",0,1614130925,MMR -7718332,104,MMR11998,11998,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Democratic Voice of Burma,National,"On 16 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), people held a protest under the Myaynigone Flyover against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490437,MMR -7718080,104,MMR11996,11996,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 16 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490439,MMR -7718089,104,MMR12005,12005,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 16 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals gathered at a football pitch and held a public prayer in support of the civil disobedience movement to oppose the Myanmar military coup. They also held a pot-banging protest. [size=no report]",0,1614130925,MMR -7718094,104,MMR11987,11987,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 16 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740623,104,MMR12913,12913,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 16 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490442,MMR -7718097,104,MMR11985,11985,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 16 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490443,MMR -7740634,104,MMR12743,12743,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 16 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490445,MMR -7718369,104,MMR12003,12003,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Khonumthung News,Subnational,"On 16 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), more than 2,000 people marched to the General Administration Department office to protest against the Myanmar military coup, urging employees to join the civil disobedience movement. Locals also held a pot-banging protest. [size=more than 2,000]",0,1614130926,MMR -7718375,104,MMR12000,12000,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Sintgaing,21.7398,96.1302,1,Myanmar Labour News,National,"On 16 February 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), about 200 teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 200]",0,1614130926,MMR -7718127,104,MMR11988,11988,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 16 February 2021, in Minhla township (Thayarwaddy District, Bago Division), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490452,MMR -7740657,104,MMR12914,12914,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 16 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490452,MMR -7753969,104,MMR13086,13086,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 16 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490452,MMR -7718396,104,MMR11997,11997,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 16 February 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals, including government staff, teachers, students, and civil society groups, held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718142,104,MMR11990,11990,16-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 16 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490455,MMR -7718400,104,MMR11946,11946,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 15 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718402,104,MMR11909,11909,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Chat,21.5545,93.8566,1,Myanmar Times,National,"On 15 February 2021, in Chat village (Mindat Township, Mindat District, Chin State), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718148,104,MMR11942,11942,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Democratic Voice of Burma,National,"On 15 February 2021, in Penwegon town (Penwegon Township, Bago District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490458,MMR -7718404,104,MMR11940,11940,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 15 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718150,104,MMR11943,11943,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 15 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490460,MMR -7718153,104,MMR11904,11904,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 15 February 2021, in Bago town, Bago township (Bago District, Bago Region), hundreds of thousands of people, including teachers, labor groups, and farmers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490462,MMR -7718410,104,MMR11945,11945,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Rihkhawdar,23.3498,93.3811,1,Myanmar Times,National,"On 15 February 2021, in Rihkhawdar town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718412,104,MMR11920,11920,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Myanmar Times,National,"On 15 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718414,104,MMR11932,11932,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 15 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), more than 100,000 locals including oil field workers, government staff, Hindus and Muslims held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1614130926,MMR -7718160,104,MMR11927,11927,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 15 February 2021, in Magway town, Magway township (Magway District, Magway Region), hundreds of thousands of people held a protest march against the military coup and in support of the civil disobedience movement. Police intervened to set up a roadblock along the protest route and protesters diverted the protest route following a failed negotiation with the police. [size=hundreds of thousands]",0,1614130925,MMR -7718417,104,MMR11908,11908,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,1,Myanmar Times,National,"On 15 February 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay district, Mandalay Region), youth protested in front of the Chinese Consulate-General against the Myanmar military coup and to demand the Chinese government to stop supporting the military coup. [size=no report]",0,1614130926,MMR -7740694,104,MMR12736,12736,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 15 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7724573,104,MMR12197,12197,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 15 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718432,104,MMR11912,11912,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Det Khi Na Thi Ri,19.719,96.067,1,Radio Free Asia,Regional,"On 15 February 2021, in Det Khi Na Thi Ri town, Det Khi Na Thi Ri township (Nay Pyi Taw region), ahead of the court hearing for the State Counsellor and President, protesters gathered in front of Dekkhina Thiri District Court to demand the release of the State Counsellor and President who had been detained by the military following the coup. The court hearing was later delayed to 17 February. [size=no report]",0,1614130926,MMR -7718434,104,MMR11911,11911,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Radio Free Asia,Regional,"On 15 February 2021, in Dagon township (Yangon-west District, Yangon Region), demonstrators including doctors protested in front of the Chinese Embassy and the Russian Embassy against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490466,MMR -7740964,104,MMR12737,12737,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 15 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718440,104,MMR11924,11924,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 15 February 2021, in Kyauktada township (Yangon (West) district, Yangon region), people gathered in front of Myanma Economic Bank Branch 1 to protest against the military coup and called for bank employees to join for the civil disobedience movement. [size=no report]",0,1618490467,MMR -7718441,104,MMR11963,11963,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Za Bu Thi Ri,19.764,96.061,2,Radio Free Asia,Regional,"On 15 February 2021, in Za Bu Thi Ri township (Det Khi Na District, Nay Pyi Taw), about 10,000 people gathered in front of Naypyidaw Prison and demanded for the release of more than 40 students and teachers who were detained after participating in a protest against the military coup earlier in the morning. 27 high school students under the age of 18 were released on the same day. [size=about 10,000]",0,1618490467,MMR -7787306,104,MMR11635,11635,15-Feb-21,2021,1,Battles,Armed clash,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Nar Ma Hkaw,22.3966,97.405,1,Shan Herald Agency for News; Twitter; Democratic Voice of Burma,New media-Subnational,"On 15 February 2021, in Nar Ma Hkaw village, Hsipaw township (Kyaukme district, Shan state), RCSS soldiers were attacked by SSPP in an ambush. RCSS announced that 18 of their soldiers were killed, with 10 more soldiers captured by SSPP. RCSS blamed the incompetence of their officers for leading the troops into an ambush which resulted in a severe loss. Shan Herald Agency for News reported that 9 RCSS members were killed, and 9 others were injured and captured by SSPP. The SSPP released those 9 detainees on 21 March. Fatalities coded as 9.",9,1618490467,MMR -7718190,104,MMR11907,11907,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Teachers (Myanmar); Lawyers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,1,Democratic Voice of Burma,National,"On 15 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), education staff and teachers, health workers, judicial staff, university students' unions members and government railway staff held a sit-in protest in front of Mandalay Railway Station against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718192,104,MMR11959,11959,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Democratic Voice of Burma,National,"On 15 February 2021, in Yankin Township (Yangon (East) District, Yangon Region), people protested in front of the Central Bank of Myanmar against the Myanmar military coup and in support of the civil disobedience movement. They urged employees to join the civil disobedience movement. [size=no report]",0,1618490469,MMR -7718450,104,MMR11918,11918,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 15 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people gathered in front of US Embassy to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490469,MMR -7724594,104,MMR12194,12194,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 15 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490469,MMR -7718451,104,MMR11915,11915,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 15 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), tens of thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490470,MMR -7740724,104,MMR12740,12740,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 15 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718198,104,MMR11928,11928,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); LGBT (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 15 February 2021, in Mahlaing town, Mahlaing township (Meiktila District, Mandalay Region), 20,000 locals - including Buddhist monks, education staff and teachers, government staff, farmers, health workers, and LGBT people - protested against the military coup and in support of the civil disobedience movement. [size=20,000]",0,1614130925,MMR -7718454,104,MMR11906,11906,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Botahtaung,Botahtaung,16.7719,96.1697,2,Radio Free Asia,Regional,"On 15 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), more than 200 members of Yangon-based university student unions gathered in front of the Yangon City Development Committee to protest against the military coup and called for bank employees to join for the civil disobedience movement. [size=more than 200]",0,1618490470,MMR -7718458,104,MMR11939,11939,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 15 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), around 10,000 people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=around 10,000]",0,1614130926,MMR -7718206,104,MMR11931,11931,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); LGBT (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 15 February 2021, in Meiktila town, Meiktila township (Meiktila District, Mandalay Region), 60,000 locals - including Buddhist monks, education staff and teachers, government staff, farmers, health workers, and LGBT people - protested against the military coup and in support of the civil disobedience movement. [size=60,000]",0,1614130925,MMR -7753795,104,MMR13085,13085,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 15 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718467,104,MMR11926,11926,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 15 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490471,MMR -7718215,104,MMR11957,11957,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 15 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724619,104,MMR12196,12196,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 15 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490472,MMR -7740750,104,MMR12909,12909,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 15 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490473,MMR -7717971,104,MMR11631,11631,15-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,1,Eleven Media Group; Channel News Asia; Democratic Voice of Burma,National-International,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0,1614130925,MMR -7717979,104,MMR11663,11663,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 15 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7718235,104,MMR11958,11958,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); LGBT (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 15 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), locals - including Buddhist monks, education staff and teachers, government staff, farmers, health workers, and LGBT people - protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740765,104,MMR12908,12908,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 15 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490475,MMR -7717984,104,MMR11673,11673,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Democratic Voice of Burma; Myanmar Labour News,National,"On 15 February 2021, in Bahan Township (Yangon (East) District, Yangon Region), people held a sit-in protest near the NLD headquarters against the Myanmar military coup and in support of the civil disobedience movement. The headquarters building was cordoned off by the police and military but no intervention reported otherwise. In addition, about 200 Yangon Bus Service drivers gathered in front of Myanmar Plaza to protest against the coup. [size=at least about 200]",0,1618490475,MMR -7718498,104,MMR11935,11935,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,The Voice of Shanni,National,"On 15 February 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals - including education workers and teachers, health workers, government staff - held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718253,104,MMR11960,11960,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 15 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), thousands of locals, including labor groups, health workers, education staff and teachers, and government workers, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protests were also held in front of the General Administration Department office and Myanma Economic Bank. [size=thousands]",0,1614130925,MMR -7718002,104,MMR11698,11698,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,7Day News; Myanmar Now; Shan Herald Agency for News,Subnational-National,"On 15 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 4 protesters were arrested after the protest. Locals then held a sit-in protest in front of Kengtung Police Station calling for the release of four detained protesters. [size=no report]",0,1618490478,MMR -7718262,104,MMR11965,11965,15-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Poke Ba Thi Ri,Poke Ba Thi Ri,19.806,96.183,1,Democratic Voice of Burma,National,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0,1614130925,MMR -7718009,104,MMR11776,11776,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Myanmar Now; Shan Herald Agency for News; 7Day News,Subnational-National,"On 15 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490480,MMR -7718273,104,MMR11910,11910,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 15 February 2021, in Chauk township (Magway District, Magway Region), locals including oil field workers from Gold Petrol held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718023,104,MMR11937,11937,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times; Karen Information Center News,Subnational-National,"On 15 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 1,000 people including students held a protest march against Myanmar military coup and in support of the civil disobedience movement. Protesters also gathered at the Thai-Myanmar No.(1) Friendship Bridge and Bayintnaung Market. [size=about 1,000]",0,1614130925,MMR -7718279,104,MMR11952,11952,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 15 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718025,104,MMR11962,11962,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Za Bu Thi Ri,19.764,96.061,1,Democratic Voice of Burma; Frontier Myanmar,National,"On 15 February 2021, in Za Bu Thi Ri town, Za Bu Thi Ri township (Det Khi Na District, Nay Pyi Taw region), government staff of the Cooperatives Department held a protest near Myoma Market against the Myanmar military coup and in support of the civil disobedience movement. 7 women and a man were arrested after the protest and faced two charges each. [size=no report]",0,1618490482,MMR -7718538,104,MMR11699,11699,15-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Myanmar Now; Radio Free Asia,National-Regional,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0,1614184487,MMR -7718285,104,MMR11947,11947,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 15 February 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), protesters held a sit-in in front of Myanmar Economic Bank to urge employees to join the civil disobedience movement against the Myanmar military coup. [size=no report]",0,1614130926,MMR -7718289,104,MMR11917,11917,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 15 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718293,104,MMR11916,11916,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 15 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718294,104,MMR11949,11949,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 15 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan state), locals protested against the Myanmar military coup and in support of the civil disobedience movement by releasing traditional hot air balloons with the words 'Reject military coup' into the air. [size=no report]",0,1618490484,MMR -7718295,104,MMR11955,11955,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); LGBT (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 15 February 2021, in Thazi town, Thazi township (Meiktila District, Mandalay Region), 20,000 locals - including Buddhist monks, education staff and teachers, government staff, farmers, health workers, and LGBT people - protested against the military coup and in support of the civil disobedience movement. [size=20,000]",0,1614130926,MMR -7815071,104,MMR11674,11674,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); All Myanmar Farmers Union; Labour Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; Myanmar Labour News; Radio Free Asia,National-Regional,"On 15 February 2021, in Mandalay City (Mandalay District, Mandalay Region), hundreds of thousands of locals - including health workers, government workers, teachers, representatives of the All Myanmar Farmers Union, and workers - protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618442040,MMR -7815073,104,MMR11964,11964,15-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Democratic Voice of Burma,National,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0,1618442040,MMR -7718050,104,MMR11956,11956,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 15 February 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718052,104,MMR11913,11913,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 15 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718055,104,MMR11953,11953,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 15 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740842,104,MMR12739,12739,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 15 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7718063,104,MMR11950,11950,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 15 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718324,104,MMR11645,11645,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Patheingyi,22.0045,96.1634,2,Democratic Voice of Burma,National,"On 15 February 2021, in Patheingyi township (Mandalay District, Mandalay region), more than 500 farmers drove more than 50 tractors to and around Mandalay to protest against the military coup and in support of the civil disobedience movement. [size=more than 500]",0,1614130926,MMR -7724724,104,MMR12199,12199,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 15 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718336,104,MMR11902,11902,15-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Ka Lawng Waing,22.7584,96.7822,1,Democratic Voice of Burma,National,"On 15 February 2021, in Ka Lawng Waing village (Tawt Sang village tract, Kyaukme township, Shan state), as the RCSS clashed with joint forces of TNLA and SSPP, artillery shells fell on houses in the village, killing three villagers. One of the villagers was eight months pregnant. One thousand villagers have fled the fighting.",3,1618490490,MMR -7718338,104,MMR11961,11961,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 15 February 2021, in Yinmarbin town, Yinmarbin township (Yinmarbin District, Sagaing Region), locals including copper mine workers and government staff protested against the military coup and called for more government staff to join the civil disobedience movement. [size=hundreds of thousands]",0,1614130926,MMR -7718085,104,MMR11919,11919,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 15 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718086,104,MMR11933,11933,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 15 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718342,104,MMR11938,11938,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Eleven Media Group,National,"On 15 February 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), people including health workers, education staff and teachers, and government staff, held a protest march against the military coup and in support of the civil disobedience movement. In addition, youth and many private bank employees protested in front of Myanma Economic Bank urging the employees to join the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718090,104,MMR11944,11944,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 15 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490491,MMR -7718096,104,MMR11914,11914,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 15 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and Christian ministers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protests were also held in Ye Ywar and Me Awng villages. [size=no report]",0,1614130925,MMR -7718098,104,MMR11929,11929,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 15 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490491,MMR -7718354,104,MMR11930,11930,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 15 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), tens of thousands of people held a protest march against the Myanmar military coup and to demand the participation of government employees to join the civil disobedience movement. Some people also held a sit-in in front of Myanma Economic Bank urging employees to join the anti-coup protests. [size=tens of thousands]",0,1614130926,MMR -7718355,104,MMR11954,11954,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Independent Mon News Agency,Subnational,"On 15 February 2021, in Thaton town (Thaton Township, Thaton District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7753940,104,MMR13084,13084,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 15 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490492,MMR -7718358,104,MMR11951,11951,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Independent Mon News Agency,Subnational,"On 15 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718359,104,MMR11905,11905,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,1,Independent Mon News Agency,Subnational,"On 15 February 2021, in Bilin town (Bilin Township, Thaton District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718360,104,MMR11922,11922,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Kyaikkhami,16.08,97.5675,1,Independent Mon News Agency,Subnational,"On 15 February 2021, in Kyaikkhami town (Kyaikkhami Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490493,MMR -7740633,104,MMR12738,12738,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 15 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490493,MMR -7724761,104,MMR12198,12198,15-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Unidentified Communal Militia (Myanmar),,4,45,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Radio Free Asia,Regional,"On 15 February 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), a 18-year-old who was performing neighbourhood night-watch duty was beaten to death by unknown persons. [size=no report]",1,1614709547,MMR -7718362,104,MMR11668,11668,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Mai Na,25.4213,97.4362,1,Kachin News Group,Subnational,"On 15 February 2021, in Mai Na village, Waingmaw township (Myitkyina District, Kachin State), locals protested at the power plant against the presence of the military and demanded the military to leave the area. A local group Peace-talk Creation Group led the negotiations with the military and soldiers left the area in the afternoon. [size=no report]",0,1614130926,MMR -7718365,104,MMR11966,11966,15-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0,1614130926,MMR -7718117,104,MMR11925,11925,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,1,Democratic Voice of Burma,National,"On 15 February 2021, in Kyauktaga town (Kyauktaga Township, Bago District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490495,MMR -7718373,104,MMR11923,11923,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 15 February 2021, in Kyaukse town (Kyaukse township, Kyaukse district, Mandalay region), teachers and students of Kyaukse Technological University marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718119,104,MMR11941,11941,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 15 February 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), hundreds of thousands of people - including engineers, education staff and teachers - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7718126,104,MMR11934,11934,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 15 February 2021, in Minhla township (Thayarwaddy District, Bago Division), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490498,MMR -7740656,104,MMR12910,12910,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 15 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490498,MMR -7718141,104,MMR11936,11936,15-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 15 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490503,MMR -7718405,104,MMR11876,11876,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 14 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718159,104,MMR11871,11871,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 14 February 2021, in Magway town, Magway township (Magway District, Magway Region), hundreds of thousands of people including students held a protest march against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7718416,104,MMR11867,11867,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Myanmar Times,National,"On 14 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718418,104,MMR11883,11883,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 14 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740693,104,MMR12731,12731,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 14 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718422,104,MMR11895,11895,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Narinjara News,Subnational,"On 14 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 3,000 pro-military supporters held a protest in support of the Myanmar military coup and the newly formed State Administrative Council. [size=about 3,000]",0,1614130926,MMR -7718171,104,MMR11864,11864,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 14 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718431,104,MMR11872,11872,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Mai Na,25.4213,97.4362,1,Network Media Group,National,"On 14 February 2021, in Mai Na village, Waingmaw township (Myitkyina District, Kachin State), locals protested at the power plant against the presence of the military and demanded the military to leave the area. [size=no report]",0,1614130926,MMR -7740963,104,MMR12732,12732,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 14 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718180,104,MMR11879,11879,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 14 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490511,MMR -7718182,104,MMR11897,11897,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 14 February 2021, in Thayet township (Thayet District, Magway Region), tens of thousands of people including government staff and farmers protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7740723,104,MMR12735,12735,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 14 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7753794,104,MMR13083,13083,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 14 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718214,104,MMR11899,11899,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 14 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740743,104,MMR12906,12906,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 14 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490520,MMR -7740749,104,MMR12905,12905,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 14 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490521,MMR -7718226,104,MMR11886,11886,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0,1614130925,MMR -7718228,104,MMR11885,11885,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 14 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), locals including government staff protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490522,MMR -7718484,104,MMR11884,11884,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 14 February 2021, in Namhsan town, Namhsan Township (Kyaukme District, Shan State), up to 3,000 villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=up to 3,000]",0,1618490522,MMR -7718486,104,MMR11881,11881,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 14 February 2021, in Muse town (Muse Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490523,MMR -7718231,104,MMR11652,11652,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),LGBT (Myanmar); Labour Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 14 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), tens of thousands of people including LGBT people, workers and farmers protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7718488,104,MMR11888,11888,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Shwe Phee Myay News Agency,National,"On 14 February 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490523,MMR -7718489,104,MMR11869,11869,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 14 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490523,MMR -7753818,104,MMR13082,13082,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 14 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490523,MMR -7717978,104,MMR11662,11662,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myanmar Now; Shan Herald Agency for News,National,"On 14 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7718493,104,MMR11788,11788,14-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man War,22.9826,97.4237,2,Shwe Phee Myay News Agency,Subnational,"On 14 February 2021, near Man War village, Namtu township, Shan state, the RCSS fought the joint forces of the SSPP and TNLA. Casualties unknown.",0,1618490524,MMR -7718238,104,MMR11870,11870,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Labour Group (Myanmar); Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 14 February 2021, in Loikaw town, Loikaw township (Loikaw District, Kayah State), hundreds of thousands of people (including government staff, education staff and teachers, three police officers, and gym trainers) held a protest march against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7724639,104,MMR12189,12189,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 14 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490524,MMR -7717987,104,MMR11677,11677,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News; Myanmar Times,Subnational-National,"On 14 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 500 people held a protest march against Myanmar military coup and in support of the civil disobedience movement. [size=about 500]",0,1614130925,MMR -7718243,104,MMR11644,11644,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); LGBT (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 14 February 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin Sate), locals including students, farmers, government workers, LGBT people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490525,MMR -7718502,104,MMR11887,11887,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,VOA,International,"On 14 February 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740776,104,MMR12907,12907,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 14 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490526,MMR -7718248,104,MMR11857,11857,14-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Par Hkar,22.7866,96.789,1,Democratic Voice of Burma,National,"On 14 February 2021, in Par Hkar village (Tawt Sang village tract, Kyaukme township, Kyaukme district, Shan state), the TNLA and RCSS clashed using small and heavy weapons. A shell fell on a civilian house, injuring one villager.",0,1618490526,MMR -7718505,104,MMR11894,11894,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,VOA,International,"On 14 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490526,MMR -7718506,104,MMR11875,11875,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,VOA,International,"On 14 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7724650,104,MMR12191,12191,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 14 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490527,MMR -7718507,104,MMR11866,11866,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA,International,"On 14 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people gathered in front of US Embassy to protest against the military coup and called for continued pressure from the US on the Myanmar military. [size=no report]",0,1618490528,MMR -7718252,104,MMR11901,11901,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 14 February 2021, in Ye town, Ye township (Mawlamyine District, Mon State), thousands of people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614130925,MMR -7718508,104,MMR11880,11880,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,VOA,International,"On 14 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718509,104,MMR11898,11898,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,VOA,International,"On 14 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7717999,104,MMR11694,11694,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Shan Herald Agency for News; Myanmar Now; 7Day News,Subnational-National,"On 14 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490529,MMR -7718511,104,MMR11868,11868,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,VOA,International,"On 14 February 2021, in Kyainseikgyi town (Kyainseikgyi Township, Kawkareik District, Kayin State), people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718000,104,MMR11695,11695,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,7Day News; Myanmar Now; Shan Herald Agency for News,Subnational-National,"On 14 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490530,MMR -7718513,104,MMR11896,11896,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,VOA,International,"On 14 February 2021, in in Thaton town (Thaton Township, Thaton District, Mon State), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718004,104,MMR11701,11701,14-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Channel News Asia; Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0,1614130925,MMR -7718272,104,MMR11861,11861,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 14 February 2021, in Chauk township (Magway District, Magway Region), tens of thousands of people (including workers of a fertilizer factory, oil field workers from Gold Petrol, health workers, education staff and teachers, government staff) protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7718019,104,MMR11862,11862,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar); Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma; Irrawaddy,National,"On 14 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), more than 200,000 people including six police officers, students from Dawei University, musicians held a protest march against the military coup and in support of the civil disobedience movement. [size=more than 200,000]",0,1614130925,MMR -7740804,104,MMR12904,12904,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 14 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490535,MMR -7718282,104,MMR11882,11882,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 14 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130926,MMR -7718297,104,MMR11666,11666,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 14 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718308,104,MMR11865,11865,14-Feb-21,2021,3,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"Around 14 February 2021 (month of), in Insein township (Yangon-north District, Yangon Region, more than 700 government railway workers joined the nationwide civil disobedience movement to oppose the Myanmar military coup. Staff were threatened that they will be fired if they didn't go back to work by the end of February. [size=more than 700]",0,1618490542,MMR -7718310,104,MMR11632,11632,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Democratic Voice of Burma,National,"On 14 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), government staff from Myanmar Railways and their families gathered to protest after armed police arrived at their staff quarters to force staff who were on strike in support of the civil disobedience movement to return to work. They raised the three-finger salute. [size=no report]",0,1618490543,MMR -7718056,104,MMR11890,11890,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 14 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490543,MMR -7740841,104,MMR12734,12734,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 14 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7815081,104,MMR11900,11900,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Catholic Christian Group (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 14 February 2021, in Yangon City (Yangon Region), people including Catholics, lawmakers, artists protested against the Myanmar military coup and in support of the civil disobedience movement. A prayer service was also held near Sule Pagoda (Kyauktada township) in the evening in honor of a female protester who was shot in the head by the police at a protest in Nay Pyi Taw on 9 February. [size=no report]]",0,1618442041,MMR -7815083,104,MMR11650,11650,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,VOA,International,"On 14 February 2021, in Nay Pyi Taw City, people protested against Myanmar military coup and called for government staff to participate and support the civil disobedience movement. [size=no report]",0,1618442041,MMR -7815084,104,MMR11873,11873,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma; VOA; Irrawaddy,National-International,"On 14 February 2021, in Mandalay township (Mandalay District, Mandalay Region), hundreds of thousands of people including four police officers protested against the military coup and in support of the civil disobedience movement. A group of students also held a sit-in protest and a mourning ceremony for a female protester who was shot and later declared dead during a protest in Nay Pyi Taw on 9 February. [size=hundreds of thousands]",0,1618442041,MMR -7724730,104,MMR12193,12193,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 14 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718100,104,MMR11863,11863,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 14 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), hundreds of people joined a mass prayer organized by Christian leaders from different denominations in support of the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=hundreds of people]",0,1614130925,MMR -7718357,104,MMR11874,11874,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 14 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7740632,104,MMR12733,12733,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 14 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490549,MMR -7718109,104,MMR11878,11878,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 14 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718366,104,MMR11858,11858,14-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0,1614130926,MMR -7718125,104,MMR11860,11860,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 14 February 2021, in Bago town, Bago township (Bago District, Bago Region), hundreds of thousands of people including Myanmar Railway workers and students protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490552,MMR -7718383,104,MMR11893,11893,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Labour News,National,"On 14 February 2021, in Tamwe Township (Yangon (East) District, Yangon Region), education staff and teachers held a protest in front of the United Nations office against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490552,MMR -7724532,104,MMR12192,12192,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 14 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718391,104,MMR11889,11889,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Myanmar Times,National,"On 14 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw), some locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=some]",0,1614130926,MMR -7718138,104,MMR11877,11877,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 14 February 2021, in Minhla township (Thayet district, Bago region), locals including Myanmar Railway staff and LGBT people demonstrated against the military coup and in support of civil disobedience movement. [size=no report]",0,1618490554,MMR -7718397,104,MMR11891,11891,14-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 14 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), locals, including government staff, teachers and students, marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718407,104,MMR11806,11806,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Myanmar Times,National,"On 13 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718157,104,MMR11812,11812,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 13 February 2021, in Loikaw town, Loikaw township (Loikaw District, Kayah State), locals including seven traffic police officers held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718413,104,MMR11839,11839,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 13 February 2021, in Sagaing town, Sagaing township (Sagaing district, Sagaing Region), more than 100,000 people marched in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1614130926,MMR -7718158,104,MMR11813,11813,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 13 February 2021, in Magway town, Magway township (Magway District, Magway Region), more than 300,000 people held a protest march against the military coup and in support of the civil disobedience movement. Locals later protested in front of Myoma Police Station to demand for the release of an anti-coup protest leader who was arrested earlier on the same day.[size=more than 300,000]",0,1614130925,MMR -7718423,104,MMR11850,11850,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Narinjara News,Subnational,"On 13 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1614130926,MMR -7718424,104,MMR11809,11809,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Kyeintali,18.0071,94.4914,1,Narinjara News,Subnational,"On 13 February 2021, in Kyeintali town, Gwa township (Thandwe District, Rakhine State), about 1,000 people, including many education workers and teachers, marched to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 1,000]",0,1614130926,MMR -7724571,104,MMR12186,12186,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 13 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718174,104,MMR11843,11843,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 13 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), hundreds of thousands of locals including government staff protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7718181,104,MMR11848,11848,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 13 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740969,104,MMR12728,12728,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 13 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718186,104,MMR11855,11855,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Farmers (Myanmar); Students (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 13 February 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), nearly 300,000 people (including teachers, government staff, health workers, university students, firefighters, farmers) protested against Myanmar military coup and in support of the civil disobedience movement. [size=nearly 300,000]",0,1618490557,MMR -7718445,104,MMR11808,11808,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 13 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490558,MMR -7718191,104,MMR11824,11824,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 13 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals held a march to mark Bogyoke Aung San's birthday and to protest against Myanmar military coup. [size=no report]",0,1614130925,MMR -7718447,104,MMR11829,11829,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Radio Free Asia,Regional,"On 13 February 2021, in Myittha town (Myawaddy Township, Kyaukse District, Mandalay Region), tens of thousands of people including middle and high school students and government staff held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130926,MMR -7718196,104,MMR11835,11835,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Pale,21.9341,94.8748,1,Democratic Voice of Burma,National,"On 13 February 2021, in Pale town, Pale township (Yinmarbin District, Sagaing Region), nearly 200,000 people (including Buddhist monks, health workers, government staff and villagers) protested against Myanmar military coup and in support of the civil disobedience movement. [size=nearly 200,000]",0,1614130925,MMR -7718197,104,MMR11846,11846,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 13 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), people including doctors and nurses and government staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718464,104,MMR11792,11792,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Radio Free Asia,Regional,"On 13 February 2021, in Bahan Township (Yangon (West) District, Yangon Region), locals held a protest in front of the Singapore Embassy against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490559,MMR -7753793,104,MMR13081,13081,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 13 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718225,104,MMR11647,11647,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Farmers (Myanmar); Students (Myanmar); Health Workers (Myanmar); Lawyers (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 13 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of thousands of people including weavers, lawyers, government staff, health workers, teachers, students, LGBT people, private bank employees protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7717970,104,MMR11630,11630,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar); Kachin Ethnic Group (Myanmar); Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Democratic Voice of Burma; Network Media Group,National,"On 13 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), thousands of locals including ethnic Shan and Kachin Christians protested against Myanmar military coup and in support of the civil disobedience movement. They chanted hymns in protest against military dictatorship. Later in the evening, people protested against the presence of the military and demanded the military to leave the area. [size=thousands]",0,1614130925,MMR -7718485,104,MMR11786,11786,13-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man War,22.9826,97.4237,2,Shwe Phee Myay News Agency,Subnational,"On 13 February 2021, near Man War village (Namtu township, Shan state), the RCSS fought the joint forces of the SSPP and TNLA. Casualties unknown.",0,1618490562,MMR -7718487,104,MMR11810,11810,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 13 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490563,MMR -7724632,104,MMR12185,12185,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 13 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490563,MMR -7753817,104,MMR13080,13080,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 13 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490564,MMR -7718490,104,MMR11825,11825,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 13 February 2021, in Muse town (Muse Township, Muse District, Shan State), more than 10,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1618490564,MMR -7718237,104,MMR11702,11702,13-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Ping Long,22.9291,97.4606,1,Democratic Voice of Burma,National,"On 13 February 2021, in Ping Long village (Namtu township, Shan state), a civilian was hit with a stray bullet during fighting between the RCSS and joint TNLA and SSPP forces.",0,1618490565,MMR -7718495,104,MMR11821,11821,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Shwe Phee Myay News Agency,National,"On 13 February 2021, in Mogoke town, Mogoke township (Pyin Oo Lwin district, Mandalay Region), tens of thousands of people protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490565,MMR -7718499,104,MMR11822,11822,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,The Voice of Shanni,National,"On 13 February 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718244,104,MMR11798,11798,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Farmers (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 13 February 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin Sate), hundreds of thousands of people including two police officers, government officials, students, education staff and teachers, health workers and farmers protested against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490566,MMR -7718251,104,MMR11854,11854,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 13 February 2021, in Ye town, Ye township (Mawlamyine District, Mon State), tens of thousands of people including Muslims rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7717997,104,MMR11692,11692,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,7Day News; Myanmar Now; Shan Herald Agency for News,Subnational-National,"On 13 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490569,MMR -7717998,104,MMR11693,11693,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Myanmar Now; 7Day News; Shan Herald Agency for News,Subnational-National,"On 13 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490569,MMR -7718261,104,MMR11794,11794,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 13 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), hundreds of thousands of people including education staff and teachers, health workers, bank employees held a sit-in protest against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130925,MMR -7718010,104,MMR11793,11793,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Radio Free Asia; Myanmar Labour News,National-Regional,"On 13 February 2021, in Dagon township (Yangon-west District, Yangon Region), demonstrators including students and government workers protested in front of the Chinese Embassy and Russian Embassy against the Myanmar military coup. [size=no report]",0,1618490571,MMR -7718266,104,MMR11828,11828,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 13 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), hundreds of thousands of locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protest leaders also rallied in front of government staff quarters, urging government staff not to work under the military junta and to join the movement. [size=hundreds of thousands]",0,1614130925,MMR -7718011,104,MMR11799,11799,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 13 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), more than 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= more than 100,000]",0,1614130925,MMR -7718267,104,MMR11641,11641,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 13 February 2021, in Chauk township (Magway District, Magway Region), about 150,000 people including people from rural areas, oil field workers from Gold Petrol, Buddhist monks and nuns, factory workers, students, teachers, private bank employees and engineers protested against the military coup and in support of the civil disobedience movement. [size=about 150,000]",0,1614130925,MMR -7718012,104,MMR11803,11803,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Mizzima; Eleven Media Group; VOA,National-International,"On 13 February 2021, in Kamayut township (Yangon (West) district, Yangon region), people including students gathered in front of Hledan Centre to protest against the military coup. Tens of thousands of people including monks also protested outside the US Embassy against the military coup. [size=at least tens of thousands]",0,1618490572,MMR -7718268,104,MMR11851,11851,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 13 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718014,104,MMR11816,11816,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),,6,66,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia; Independent Mon News Agency,Subnational-Regional,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0,1614130925,MMR -7718015,104,MMR11827,11827,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma; Radio Free Asia; Myanmar Times,National-Regional,"On 13 February 2021, in Myawaddy town, Myawaddy township (Myawaddy District, Kayin State), tens of thousands of people protested at the Thai Myanmar No.(1) Friendship Bridge against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130925,MMR -7718016,104,MMR11840,11840,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia; VOA,Regional-International,"On 13 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490573,MMR -7718281,104,MMR11805,11805,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,Democratic Voice of Burma,National,"On 13 February 2021, in Katha town, Katha township (Katha District, Sagaing Region), tens of thousands of locals and government staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1614130926,MMR -7718291,104,MMR11800,11800,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 13 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718300,104,MMR11856,11856,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Buddhist Group (Myanmar); Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 13 February 2021, in Yinmarbin town, Yinmarbin township (Yinmarbin District, Sagaing Region), hundreds of thousands of people (including Buddhist monks and Muslims, students, government staff) protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1614130926,MMR -7718302,104,MMR11852,11852,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 13 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718309,104,MMR11819,11819,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Mingin,Mingin,22.8778,94.4941,1,Democratic Voice of Burma,National,"On 13 February 2021, in Mingin town, Mingin township (Kale District, Sagaing Region), about 20,000 locals and government staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=about 20,000]",0,1614130926,MMR -7718054,104,MMR11847,11847,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 13 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7740840,104,MMR12730,12730,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 13 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7718313,104,MMR11790,11790,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 13 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), tens of thousands including government staff and health workers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490585,MMR -7718058,104,MMR11795,11795,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 13 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718315,104,MMR11837,11837,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Democratic Voice of Burma,National,"On 13 February 2021, in Paung town, Paung township (Thaton District, Mon State), locals staged a sit-in protest in front of Paung Township Police Station to demand the release of a man who had been arrested and detained by the police since the evening of 11 February for taking part in a protest against the Myanmar military coup. [size=no report]",0,1614130926,MMR -7815086,104,MMR11831,11831,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,VOA,International,"On 13 February 2021, in Nay Pyi Taw City, people protested against Myanmar military coup and called for government staff to participate and support the civil disobedience movement. [size=no report]",0,1618442041,MMR -7815087,104,MMR11814,11814,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA; Myanmar Labour News,National-International,"On 13 February 2021, in Mandalay township (Mandalay District, Mandalay Region), hundreds of thousands of protesters including lawyers and journalists gathered to protest against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618442041,MMR -7815088,104,MMR11853,11853,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Democratic Voice of Burma; VOA,National-International,"On 13 February 2021, in Yangon City (Yangon Region), hundreds of thousands of people including students, airline staff, government railway staff and cleaners, and nurses working at Yangon General Hospital, held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618442041,MMR -7740593,104,MMR12729,12729,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 13 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490588,MMR -7815090,104,MMR11687,11687,13-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Unidentified Communal Militia (Myanmar),,4,45,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,3,Democratic Voice of Burma,National,"On 13 February 2021, ex-prisoners recently pardoned by the military government were caught by civilians on neighborhood night watch in South Okkalapa, Thingangyun, Lanmadaw, Sanchaung and Bahan (coded as Yangon). They were allegedly dropped off by cars and in possession of sticks, swords, methadone bottles and flammable materials. In some townships, residents stated that they would not be handing over the detainees to the police as they do not trust the police. [size=no report]",0,1618442041,MMR -7718069,104,MMR11845,11845,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 13 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724469,104,MMR11760,11760,13-Feb-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,2,Eleven Media Group; Shwe Phee Myay News Agency,Subnational-National,"On 13 February 2021, around Tawt Sang Ywar Ma (Kyaukme Township, Kyaukme District, Shan State), TNLA and SSPP clashed with RCSS. Three women, including a pregnant woman, and a man were killed. Five other villagers were also injured. Nearly 500 villagers to the surrounding area.",4,1618490590,MMR -7718071,104,MMR11849,11849,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 13 February 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724729,104,MMR12187,12187,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 13 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7718330,104,MMR11787,11787,13-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Par Hkar,22.7866,96.789,1,Democratic Voice of Burma,National,"On 13 February 2021, in Par Hkar village (Tawt Sang village tract, Kyaukme township, Kyaukme district, Shan state), the TNLA and RCSS clashed using small and heavy weapons. Casualties unknown.",0,1618490592,MMR -7718075,104,MMR11804,11804,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 13 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718333,104,MMR11842,11842,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 13 February 2021, in Taikkyi town, Taikkyi township (Yangon (North) District, Yangon Region), tens of thousands including government staff and health workers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490596,MMR -7718334,104,MMR11833,11833,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 13 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), tens of thousands of people including village administrators, farmers, students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490596,MMR -7718340,104,MMR11802,11802,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar); Christian Group (Myanmar); Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 13 February 2021, in Kale town, Kale township (Kale District, Sagaing Region), more than 100,000 people (including Buddhist monks, Christian leaders and pastors, ethnic Chin people and government staff) protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1614130926,MMR -7718341,104,MMR11797,11797,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Eleven Media Group,National,"On 13 February 2021, in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718087,104,MMR11818,11818,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 13 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718345,104,MMR11844,11844,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Eleven Media Group,National,"On 13 February 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490601,MMR -7718346,104,MMR11832,11832,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,1,Eleven Media Group,National,"On 13 February 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718092,104,MMR11838,11838,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 13 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490603,MMR -7740621,104,MMR12903,12903,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 13 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490603,MMR -7718349,104,MMR11826,11826,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Eleven Media Group,National,"On 13 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718351,104,MMR11834,11834,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,2,Eleven Media Group,National,"On 13 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718099,104,MMR11796,11796,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 13 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals gathered and drove cars and motorbikes to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718102,104,MMR11815,11815,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 13 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490604,MMR -7718106,104,MMR11836,11836,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 13 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), more than 200,000 people including government staff and students protested against the Myanmar military coup and in support of the civil disobedience movement [size=more than 200,000]",0,1614130925,MMR -7718111,104,MMR11791,11791,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Farmers (Myanmar); Students (Myanmar); Health Workers (Myanmar); Lawyers (Myanmar); Muslim Group (Myanmar); Mon Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 13 February 2021, in Bago town, Bago township (Bago District, Bago Region), hundreds of thousands of people including government officials, lawyers, electricians, students, teachers, farmers, Muslim groups, ethnic Mon people protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490606,MMR -7718376,104,MMR11807,11807,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 13 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals including government staff held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7724520,104,MMR12188,12188,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,7Day News,National,"On 13 February 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490607,MMR -7718122,104,MMR11811,11811,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 13 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), tens of thousands of people including students protested against Myanmar military coup and in support of the civil disobedience movement. It was reported that some protest leaders have been forced to flee due to night raids conducted by the authorities. [size=tens of thousands]",0,1618490607,MMR -7740652,104,MMR12727,12727,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 13 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7718124,104,MMR11820,11820,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),88 Generation Peace and Open Society; Government of Myanmar (2016-); LGBT (Myanmar); Students (Myanmar); Farmers (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 13 February 2021, in Minhla township (Thayet district, Bago region), locals including a member of 88 Generation Peace and Open Society, education staff and teachers, health workers, students, LGBT people and farmers demonstrated against the military coup and in support of civil disobedience movement. [size=no report]",0,1618490607,MMR -7718136,104,MMR11801,11801,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 13 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), more than 6,000 locals including ethnic Kayin people and Buddhist monks held a protest in front of the Township General Administration Department office demanding the release of a detained doctor from Me Za Li Kone town. [size=more than 6,000]",0,1614130925,MMR -7718139,104,MMR11823,11823,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 13 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490610,MMR -7718398,104,MMR11817,11817,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 13 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718399,104,MMR11830,11830,13-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar); Health Workers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,1,Myanmar Times,National,"On 13 February 2021, in Natmauk town (Natmauk Township, Magway District, Magway Region), over 300,000 locals, including teachers, government railway staff, health workers, labor groups, and Buddhist monks, held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=over 300,000]",0,1614130926,MMR -7695872,104,MMR11161,11161,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Democratic Voice of Burma,National,"On 12 February 2021, in Salingyi Township (Yinmarbin District, Sagaing Region), tens of thousands of people including education workers and teachers, copper mine workers, textile factory workers, government staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695877,104,MMR11620,11620,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 12 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of people including students marched and protested against Myanmar military coup. [size=tens of thousands]",0,1613533804,MMR -7695881,104,MMR11600,11600,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Development Media Group,Subnational,"On 12 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), more than 2000 people including teachers and civil servants protested against Myanmar military coup. [size=more than 2000]",0,1613533804,MMR -7740682,104,MMR12899,12899,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 12 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490611,MMR -7724570,104,MMR12183,12183,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 12 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7740966,104,MMR12722,12722,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Myitkyina Journal,Subnational,"On 12 February 2021, in Chipwi town (Chipwi Township, Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695654,104,MMR11509,11509,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Dedaye,Dedaye,16.4113,95.8857,1,Democratic Voice of Burma,National,"On 12 February 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), nearly 50,000 people including students, teachers and civil servants from Education department protested against Myanmar military coup. [size=nearly 50,000]",0,1613533804,MMR -7718185,104,MMR11784,11784,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 12 February 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490617,MMR -7695660,104,MMR11135,11135,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 12 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), more than 2000 people including health workers and civil society organization representatives rallied in front of Township General Administration Department office demanding the release of detained doctors from Me Za Li Kone town. [size=more than 2000]",0,1613533804,MMR -7724591,104,MMR12180,12180,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 12 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490617,MMR -7740722,104,MMR12726,12726,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 12 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695924,104,MMR11369,11369,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Karen Information Center News,Subnational,"On 12 February 2021, in Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718201,104,MMR11558,11558,12-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0,1614130925,MMR -7718204,104,MMR11785,11785,12-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),5,55,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0,1614130925,MMR -7695935,104,MMR11164,11164,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,Karen Information Center News,Subnational,"On 12 February 2021, in Kyainseikgyi town (Kyainseikgyi Township, Kawkareik District, Kayin State), thousands of people including farmers and civil servants from various places rallied in the town and held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7753792,104,MMR13079,13079,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 12 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7718212,104,MMR11782,11782,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 12 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695686,104,MMR11297,11297,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 12 February 2021, in Bago city (Bago Township, Bago District, Bago Region), around 100,000 people including civil servants from Myanmar Economics Bank , Health Departments, engineers, electricity departments along with staff from private banks demonstrated against Myanmar military coup. [size=around 100,000]",0,1618490621,MMR -7695945,104,MMR11621,11621,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Mizzima,National,"On 12 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people protested against Myanmar military coup. Afterwards, police arrested two activists on their way back home. Later, people rallied in front of Pathein prison demanding the police to release two activists arrested earlier the same day [size=no report]",0,1613533804,MMR -7695946,104,MMR11143,11143,12-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,South Okkalapa,South Okkalapa,16.8462,96.1799,2,Mizzima,National,"Around 12 February 2021 (as reported), in South Okkalapa township (Yangon-east District, Yangon region), residents rallied in front to Police Station demanding the release of a fortune teller who was arrested for posting a picture on Facebook and praying for the down fall of Myanmar military dictatorship. [size=no report]",0,1618490621,MMR -7695693,104,MMR11466,11466,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Farmers (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,1,Democratic Voice of Burma,National,"On 12 February 2021, in Kyauktaga town (Kyauktaga Township, Bago District, Bago Region), nearly 100,000 people including teachers, health workers, farmers and other civil servants protested against Myanmar military coup. [size=nearly 100,000]",0,1618490622,MMR -7695701,104,MMR11137,11137,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 12 February 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), hundreds of thousands of people protested against Myanmar military coup. After the protest, polices arrested some anti-coup protest leaders and journalists. [size=hundreds of thousands]",0,1618490625,MMR -7717977,104,MMR11661,11661,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Myanmar Now; Shan Herald Agency for News,National,"On 12 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7718233,104,MMR11783,11783,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 12 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7801951,104,MMR11604,11604,12-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times,National,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0,1617737280,MMR -7724640,104,MMR12182,12182,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 12 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490627,MMR -7740772,104,MMR12721,12721,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 12 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7718246,104,MMR11657,11657,12-Feb-21,2021,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Par Hkar,22.7866,96.789,1,Democratic Voice of Burma,National,"On 12 February 2021, in Par Hkar village (Tawt Sang village tract, Kyaukme township, Kyaukme district, Shan state), the TNLA and RCSS clashed using small and heavy weapons. Casualties unknown.",0,1618490627,MMR -7740775,104,MMR12902,12902,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 12 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490628,MMR -7695977,104,MMR11557,11557,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Kyeintali,18.0071,94.4914,1,Narinjara News,Subnational,"On 12 February 2021, in Kyeintali town (Gwa Township, Thandwe District, Rakhine State), about 1000 people marched to protest against Myanmar military coup. [size=about 1000]",0,1613533804,MMR -7717995,104,MMR11690,11690,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Shan Herald Agency for News; Myanmar Now; 7Day News,Subnational-National,"On 12 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490628,MMR -7717996,104,MMR11691,11691,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News; 7Day News; Myanmar Now,Subnational-National,"On 12 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490629,MMR -7718256,104,MMR11656,11656,12-Feb-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,2,Democratic Voice of Burma,National,"On 12 February 2021, around the Tawt Sang village track (Kyaukme Township, Kyaukme District, Shan State), TNLA and SSPP clashed with RCSS. Villagers in the surrounding area fled. Casualties unknown.",0,1618490629,MMR -7718259,104,MMR11772,11772,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 12 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490630,MMR -7695988,104,MMR11191,11191,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Pwintbyu,20.3633,94.6693,2,Radio Free Asia,Regional,"On 12 February 2021, in Pwintbyu township (Minbu District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695991,104,MMR11194,11194,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,2,Radio Free Asia,Regional,"On 12 February 2021, in Minbu township (Minbu District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718263,104,MMR11778,11778,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 200 people staged a sit-in protest in front of the police office to demand the release of five arrested anti-coup protesters. [size=about 200]",0,1614130925,MMR -7718008,104,MMR11768,11768,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Eleven Media Group; Democratic Voice of Burma,National,"On 12 February 2021, in Loikaw town, Loikaw township (Loikaw District, Kayah State), locals including two police officers held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695993,104,MMR11193,11193,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Radio Free Asia,Regional,"On 12 February 2021, in Chauk township (Magway District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718265,104,MMR11773,11773,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 12 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1614130925,MMR -7695994,104,MMR11445,11445,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,2,Radio Free Asia,Regional,"On 12 February 2021, in Myaing township (Pakokku District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7740799,104,MMR12724,12724,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 12 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7695746,104,MMR11506,11506,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 12 February 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), civilians, students and civil servants protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7696003,104,MMR11616,11616,12-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Yangon,Yangon-East,Mingalartaungnyunt,Mingalar Taung Nyunt,16.7889,96.1679,2,Radio Free Asia,Regional,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0,1618490631,MMR -7696004,104,MMR11617,11617,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,2,Radio Free Asia,Regional,"On 12 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696007,104,MMR11192,11192,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,2,Radio Free Asia,Regional,"On 12 February 2021, in Natmauk township (Magway District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695752,104,MMR11625,11625,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Chinese Ethnic Group (Myanmar); Muslim Group (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 12 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), residents including teachers, civil servants, Muslims, LGBT, Chinese, and farmers rallied and protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7696010,104,MMR11532,11532,12-Feb-21,2021,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,1,Radio Free Asia,Regional,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0,1618490633,MMR -7696011,104,MMR11136,11136,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Radio Free Asia,Regional,"On 12 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), residents rallied in front of the township police station demanding the release of a teacher who was who was arrested and detained by the police for being involved in the civil disobedience movement. [size=no report]",0,1618490633,MMR -7696014,104,MMR11190,11190,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Yenangyaung,Yenangyaung,20.465,94.8712,2,Radio Free Asia,Regional,"On 12 February 2021, in Yenangyaung township (Magway District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696018,104,MMR11582,11582,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Lawyers (Myanmar); Government of Myanmar (2016-); Gurkha Ethnic Group (Myanmar); Chinese Ethnic Group (Myanmar); Shan Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Kachin Ethnic Group (Myanmar); Lisu Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 12 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), different ethnic groups (including Gurkha, Chinese, Shan, Pa-Oh, Kachin, and Lisu ethnic groups) along with health workers, lawyers, teachers and other civil servants from Electricity Department, Telecommunication Department and Agriculture Department protested against Myanmar military coup. [size=no report]",0,1618490634,MMR -7695767,104,MMR11295,11295,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 12 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), thousands of people including students, teachers, health workers, fire fighters, and other civil servants protested against Myanmar military coup. [size=thousands]",0,1613533804,MMR -7695768,104,MMR11207,11207,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,1,Democratic Voice of Burma,National,"On 12 February 2021, in Gangaw town, Gangaw Township (Gangaw District, Magway Region), more than 300,000 people including government staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 300,000]",0,1613533804,MMR -7718301,104,MMR11780,11780,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 12 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7718051,104,MMR11779,11779,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 12 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695782,104,MMR11629,11629,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 12 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), hundreds of thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1613533804,MMR -7696039,104,MMR11356,11356,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 12 February 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490635,MMR -7718057,104,MMR11777,11777,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 12 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695787,104,MMR11585,11585,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 12 February 2021, in Hpa-an city (Hpa-an Township, Hpa-an District, Kayin State), around 100,000 people including civilians and civil servants including teachers, health workers, engineers and other civil servants rallied and protested against Myanmar military coup. [size=about 100,000]",0,1618490636,MMR -7718060,104,MMR11762,11762,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 12 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724468,104,MMR11514,11514,12-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Straits Times (Singapore); Irrawaddy,National-Regional,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0,1614709546,MMR -7724470,104,MMR12181,12181,12-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Straits Times (Singapore); Reuters; Irrawaddy,National-Regional,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0,1614709546,MMR -7724726,104,MMR12184,12184,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 12 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7695799,104,MMR11159,11159,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Democratic Voice of Burma,National,"On 12 February 2021, in Banmauk town (Banmauk Township, Katha District, Sagaing Region), about 50000 people including members of Parliament, villagers and residents rallied and demonstrated against Myanmar military coup. [size=about 50000]",0,1613533804,MMR -7815098,104,MMR11611,11611,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Democratic Voice of Burma,National,"On 12 February 2021, more and more civil servants marched and protests against Myanmar military coup in Nay Pyi Taw. The protest size did not decrease despite the Military government urging civil servants to return to their offices. [size=no report]",0,1618442041,MMR -7740603,104,MMR12723,12723,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 12 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490638,MMR -7815101,104,MMR11156,11156,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar); Kachin Ethnic Group (Myanmar); Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 12 February 2021, in Yangon city (Yangon region), people from different ethnic groups including Kayin, Kachin and Rakhine rallied and protested against Myanmar military coup. Protesters chanted 'building a federal union, our cause,' and also carried posters with words related to call for amending the 2008 constitution and rejection of Myanmar military dictatorship. [size=no report]",0,1618442041,MMR -7696061,104,MMR11586,11586,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 12 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), civilians and civil servants protested against Myanmar military coup. [size=no report]",0,1618490638,MMR -7695806,104,MMR11147,11147,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 12 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), civilians and civil servants protested against Myanmar military coup. Protesters carried slogans such as 'no military dictatorship', 'the revolution should be successful', and called for the released of detained national leaders. [size=no report]",0,1613533804,MMR -7718078,104,MMR11775,11775,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 12 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490639,MMR -7718079,104,MMR11763,11763,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 12 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Some also banged pots and pans. [size=no report]",0,1614130925,MMR -7718081,104,MMR11770,11770,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Chinland Guardian,Subnational,"On 12 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7696068,104,MMR11592,11592,12-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0,1618490640,MMR -7740869,104,MMR12900,12900,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 12 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490640,MMR -7696069,104,MMR11382,11382,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 12 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), some staff from Township General Administration Department joined the nationwide civil disobedience movement. There were also marches and sit-in demonstrations in the town. [size=no report]",0,1618490640,MMR -7695816,104,MMR11606,11606,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 12 February 2021, in Magway city (Magway Township, Magway District, Magway Region), more than 300,000 people including civil servants and students demonstrated against Myanmar military coup. [size=more than 300,000]",0,1613533804,MMR -7718088,104,MMR11766,11766,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 12 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718091,104,MMR11765,11765,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Chinland Guardian,National,"On 12 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), the Kalay Council of Churches held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718093,104,MMR11781,11781,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 12 February 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7696078,104,MMR11533,11533,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,VOA,International,"On 12 February 2021, in Dagon township (Yangon (West) district, Yangon region), protesters demonstrated against the military coup in front of the French, Chinese and Russian embassies. [size=no report]",0,1618490641,MMR -7696079,104,MMR11220,11220,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,VOA,International,"On 12 February 2021, in Tamwe township (Yangon (East) district, Yangon region), protesters demonstrated against the military coup in front of the UN office. [size=no report]",0,1618490642,MMR -7753937,104,MMR13078,13078,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 12 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490642,MMR -7695829,104,MMR11624,11624,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Democratic Voice of Burma,National,"On 12 February 2021, in Bahan township (Yangon-east District, Yangon Region), about 1000 civil servants from different departments of Yangon City Development Committees marched and protested in front of Japan Embassy. Protesters demanded the release of detained national leaders, and also carried other slogans such as 'no military dictatorship' and 'respect people's votes'. Another group of protesters demonstrated in front of the Brunei embassy in the township. [size=about 1000]",0,1618490643,MMR -7718103,104,MMR11769,11769,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Chinland Guardian,Subnational,"On 12 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490643,MMR -7718104,104,MMR11764,11764,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 12 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), more than 2,000 people including health workers and civil society organization representatives rallied in front of Township General Administration Department office demanding the release of detained doctors from Me Za Li Kone town. [size=more than 2,000]",0,1614130925,MMR -7740898,104,MMR12725,12725,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Eleven Media Group,National,"On 12 February 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7696104,104,MMR11610,11610,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,VOA,International,"On 12 February 2021, in Kamayut township (Yangon (West) district, Yangon region), Yangon region, protesters demonstrated against the military coup in front of the American embassy. [size=no report]",0,1618490645,MMR -7718121,104,MMR11767,11767,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 12 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490645,MMR -7718123,104,MMR11771,11771,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 12 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup and in support of civil disobedience movement. [size=no report]",0,1618490646,MMR -7695852,104,MMR11504,11504,12-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Katha,Katha,24.1816,96.3316,1,Democratic Voice of Burma,National,"Around 12 February 2021 (as reported), in Katha town (Katha Township, Katha District, Sagaing Region), civilians, students, monks and civil servants protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695853,104,MMR11208,11208,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Naga Self-Administered Zone,Lahe,Lahe,26.3006,95.3713,1,Democratic Voice of Burma,National,"On 12 February 2021, in Lahe town, Lahe township (Hkamti District, Sagaing Region), locals including health workers and education staff and teachers protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490646,MMR -7740660,104,MMR12901,12901,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 12 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490648,MMR -7695861,104,MMR11313,11313,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Democratic Voice of Burma,National,"On 12 February 2021, in Hlaing township (Yangon-west District, Yangon Region), Myanmar national footballers marched from Yangon United Stadium to Hledan Center to protest against Myanmar military coup.. [size=no report]",0,1618490649,MMR -7718389,104,MMR11774,11774,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 12 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695863,104,MMR11626,11626,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 12 February 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), more than ten thousand people marched and protested against Myanmar military coup. [size=more than ten thousand]",0,1618490650,MMR -7718394,104,MMR11414,11414,12-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Teachers (Myanmar); Hindu Group (Myanmar); Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 12 February 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), more than 20,000 people including government staff, teachers, university students, Hindus and Muslims held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 20,000]",0,1614130926,MMR -7695873,104,MMR11209,11209,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Naga Self-Administered Zone,Lahe,Lahe,26.3006,95.3713,1,Democratic Voice of Burma,National,"On 11 February 2021, in Lahe town, Lahe township (Hkamti District, Sagaing Region), locals including health workers and education staff and teachers protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490651,MMR -7718401,104,MMR11754,11754,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 11 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695620,104,MMR11449,11449,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar); Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Myanmar Times; Democratic Voice of Burma,National,"On 11 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), more than 10000 people along with students, teachers, lawyers, monks and civil servants from different departments protested against Myanmar military coup. [size=more than 100000]",0,1613533804,MMR -7740681,104,MMR12897,12897,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 11 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490654,MMR -7695625,104,MMR11461,11461,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Radio Free Asia; VOA,Regional-International,"On 11 February 2021, in Kyaikto township (Thaton District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695626,104,MMR11462,11462,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,VOA; Radio Free Asia,Regional-International,"On 11 February 2021, in Bilin township (Thaton District, Mon State), locals rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695632,104,MMR11507,11507,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Kayin Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Mon Ethnic Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency; Than Lwin Times,Subnational,"On 11 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), about 1000 young Kayin, Pa-Oh and Mon ethnic people along with teachers and health workers led by students protested against Myanmar military with slogans such as 'fighting dictatorship, our cause,' 'abolishing 2008 constitution, our cause', and 'building a federal democratic union, our cause'. [size=about 1000]",0,1613533804,MMR -7695888,104,MMR11578,11578,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Eleven Media Group,National,"On 11 February 2021, in front of US Embassy in Kamayut township (Yangon-west District, Yangon Region), students and civilians protested against Myanmar military coup and called for the release of detained leaders. Protesters held a placard saying 'we want justice', 'free our leaders', and so on. Hundreds of thousands demonstrated at Hledan center against the military coup. The Comedian Union joined the protest. [size=hundred of thousands]",0,1618490657,MMR -7695889,104,MMR11219,11219,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Health Workers (Myanmar); Farmers (Myanmar); LGBT (Myanmar); Christian Group (Myanmar); Hindu Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group,National,"On 11 February 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals including teachers, students, health workers, farmers, LGBT, Christians, Hindus and civil servants from several departments held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490657,MMR -7740690,104,MMR12717,12717,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 11 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7695890,104,MMR11150,11150,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Za Bu Thi Ri,19.764,96.061,1,Eleven Media Group,National,"On 11 February 2021, in Za Bu Thi Ri town (Za Bu Thi Ri Township, Det Khi Na District, Nay Pyi Taw), thousands of engineers demonstrated against Myanmar military, holding placards calling for the released of detained leaders and condemning Myanmar military coup. [size= thousands]",0,1618490657,MMR -7695893,104,MMR11501,11501,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Eleven Media Group,National,"On 11 February 2021, in Dagon township (Yangon-west District, Yangon Region), students, film stars and others protested in front of China Embassy against Myanmar military coup. Protesters held a placard saying 'China, supporting and helping directly or indirectly, the coup and injustices of the military do not make you a good neighbor', and 'we, the people of Myanmar have chosen our true leader by our votes. It's not you, Min Aung Hlaing', among others. [size= no report]",0,1618490658,MMR -7695895,104,MMR11493,11493,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Eleven Media Group,National,"On 11 February 2021, in Bahan township (Yangon-east District, Yangon Region), IT professionals and artists staged a street protest walking from Myanmar Plaza to US Embassy, holding placards with words such as 'against the military coup,' 'our democracy has been hacked' and so on. [size= no report]",0,1618490658,MMR -7718169,104,MMR11751,11751,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 11 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7724569,104,MMR12179,12179,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Democratic Voice of Burma,National,"On 11 February 2021, in Momauk town (Momauk Township, Bhamo District, Kachin State), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7695898,104,MMR11367,11367,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Eleven Media Group,National,"On 11 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), about 150,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 150,000]",0,1613533804,MMR -7718179,104,MMR11758,11758,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 11 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695659,104,MMR11129,11129,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 11 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), some civil servants from General Administration Departments including ward/village administrators joined the nationwide civil disobedience movement. [size=no report]",0,1613533804,MMR -7740721,104,MMR12720,12720,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 11 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695666,104,MMR11412,11412,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,2,Democratic Voice of Burma,National,"On 11 February 2021, in Labutta township (Labutta district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. Monks and education officials joined. [size=hundreds of thousands]",0,1613533804,MMR -7695670,104,MMR11413,11413,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,2,Democratic Voice of Burma,National,"On 11 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. Monks and education officials joined. [size=hundreds of thousands]",0,1613533804,MMR -7695671,104,MMR11351,11351,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Mawlamyinegyun,Mawlamyinegyun,16.3789,95.2629,2,Democratic Voice of Burma,National,"On 11 February 2021, in Mawlemyinegyun township (Labutta district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. Monks and education officials joined. [size=hundreds of thousands]",0,1613533804,MMR -7695927,104,MMR11583,11583,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,2,Karen Information Center News,National,"On 11 February 2021, in Taungoo district (Bagon Region), more than 40,000 villagers from 250 villages in the Taungoo district rallied in 16 different locations to protest against Myanmar military coup. The protesters reportedly gathered at 16 military bases in Taungoo District. The protesters carried four slogans used nation-wide by Kayin people in 1948, such as 'give us Kayin a Nation-State immediately', 'show us one kyat for Kayin, one kyat for Burman', 'no ethnic conflict,' and 'no civil war'. [size=more than 40,000]",0,1618490665,MMR -7695929,104,MMR11385,11385,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Taung Dee,15.9835,97.9175,1,Karen Information Center News,Subnational,"On 11 February 2021, in Taung Dee village in Win Yaw area (Kyainseikgyi Township, Kawkareik District, Kayin State), people rallied to celebrate the 73rd Anniversary of Kayin National Day and protest against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695932,104,MMR11149,11149,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Myint Kyoe,17.4151,97.4179,1,Karen Information Center News,National,"On 11 February 2021, on the 73 Anniversary of Kayin National Day, in Myint Kyoe village (Bilin Township, Thaton District, Mon State), about 1000 villagers from 6 villages such as Lay Kay, Myint Kyoe, Kyauk Hpyar, Thu Kha Pee, Kyauk Taung Lay and Htee Lay Kho rallied to demonstrate against Myanmar military coup. Protesters marched from Myint Kyoe village to Lay Kay village with slogans such as 'give us Kayin a Nation-State immediately', 'show us one kyat for Kayin, one kyat for Burman', 'no ethnic conflict,' 'no civil war', 'recognize the 2020 election outcome'. Protesters also hold slogans demanding the release of detained national leaders and rejected Myanmar military coup. [size=about 1000]",0,1613533804,MMR -7695934,104,MMR11596,11596,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 11 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 50,000 people including 1000 from nearby villages, rallied and protested against Myanmar military coup, and also demanded the release of four protesters. Locals including teachers, health workers, lawyers and civil servants from other departments joined. [size=about 50,000]",0,1613533804,MMR -7718211,104,MMR11759,11759,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 11 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695684,104,MMR11384,11384,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 11 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady Region), hundreds of thousands of people protested against the military coup. Education, health, forestry, railway, electricity department staff joined. [size= hundreds of thousands]",0,1613533804,MMR -7695692,104,MMR11390,11390,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,1,Democratic Voice of Burma,National,"On 11 February 2021, in Kyauktaga town (Kyauktaga Township, Bago District, Bago Region), nearly 100,000 people protested against Myanmar military coup. [size=nearly 100,000]",0,1618490670,MMR -7718477,104,MMR11757,11757,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 11 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490671,MMR -7695952,104,MMR11348,11348,11-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0,1613533804,MMR -7695697,104,MMR11312,11312,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 11 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup. Health and education staff joined, as did farmers. [size=no report]",0,1618490671,MMR -7724626,104,MMR12177,12177,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 11 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490672,MMR -7695961,104,MMR11326,11326,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 11 February 2021, in Shwepyithar township (Yangon-north District, Yangon region), several civil servants from General Administration Department, Health Department, Township Development Committee and the 40 reserved officers joined the nationwide civil disobedience movement to oppose Myanmar military coup. [size=more than 40]",0,1618490673,MMR -7695706,104,MMR11389,11389,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 11 February 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bagon Region), hundreds of thousands of people protested against Myanmar military coup. [size=hundreds of thousands]",0,1618490673,MMR -7695709,104,MMR11165,11165,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 11 February 2021, in Phyu town (Phyu township, Taungoo district, Bago region), hundreds of thousands protested against the military coup. Some government staff joined. [size=hundreds of thousands]",0,1618490674,MMR -7695966,104,MMR11520,11520,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); LGBT (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 11 February 2021, in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), civilians along with civil servants from different Government Departments, designers, teachers, Muslim, Hindu and LGBT protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695712,104,MMR11214,11214,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 11 February 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), people protested against Myanmar military coup. The number of people participating in the protest has been growing day after day. [size=no report]",0,1618490675,MMR -7695716,104,MMR11380,11380,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Labour Group (Myanmar); Refugees/IDPs (Myanmar); LGBT (Myanmar); Kachin Ethnic Group (Myanmar); Shanni Ethnic Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Christian Group (Myanmar); KBC: Kachin Baptist Convention; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 11 February 2021, in Myitkyina city (Myitkyina township, Myitkyina district, Kachin state), several groups of people demonstrated against the military coup. The KBC, doctors, teachers, students, railway workers and those from other government ministries, IDP youth, Muslim, Christian, Hindus, Kachin, Shanni, LGBT all participated. [size=no report]",0,1613533804,MMR -7695973,104,MMR11486,11486,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Kyeintali,18.0071,94.4914,1,Narinjara News,Subnational,"On 11 February 2021, in Kyeintali town (Gwa Township, Thandwe District, Rakhine State), about 1000 civilians and health workers demonstrated against Myanmar military coup. [size=about 1000]",0,1613533804,MMR -7695974,104,MMR11546,11546,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Narinjara News,Subnational,"On 11 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 2000 people including students from Government Technological Institute and teachers from Basic Education Department protested against Myanmar military coup. Villagers around Thandwe town also joined the protest. [size=about 2000]",0,1613533804,MMR -7695719,104,MMR11215,11215,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 11 February 2021, in Yinmarbin township (Yinmarbin district, Mandalay region), over 100,000 people demonstrated against the military coup. Government department staff and students joined. [size=100,000]",0,1613533804,MMR -7724648,104,MMR12178,12178,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 11 February 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490676,MMR -7717994,104,MMR11689,11689,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,7Day News; Shan Herald Agency for News; Myanmar Now,Subnational-National,"On 11 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490676,MMR -7695981,104,MMR11554,11554,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Munaung,Munaung,18.8551,93.7215,1,Narinjara News,Subnational,"On 11 February 2021, in Munaung town (Munaung Township, Kyaukpyu District, Rakhine State), about 150 people protested against the Myanmar military coup. Two protesters were arrested after the protest. [size=about 150]",0,1613533804,MMR -7695989,104,MMR11195,11195,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,2,Radio Free Asia,Regional,"On 11 February 2021, in Hlaingbwe Township (Hpa-an District, Kayin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490679,MMR -7695990,104,MMR11206,11206,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,2,Radio Free Asia,Regional,"On 11 February 2021, in Tonzang township (Falam District, Chin State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695740,104,MMR11345,11345,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Democratic Voice of Burma,National,"On 11 February 2021, in Chipwi town (Chipwi township, Myitkyina district, Kachin state), at least 1,000 people protested against the military coup. [size=at least 1,000]",0,1613533804,MMR -7695742,104,MMR11186,11186,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 11 February 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), thousands of people protested against Myanmar military coup. [size=thousands]",0,1618490682,MMR -7718271,104,MMR11750,11750,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 11 February 2021, in Chauk township (Magway District, Magway Region), locals including oil field workers from Gold Petrol held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7696000,104,MMR11619,11619,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Radio Free Asia,Regional,"On 11 February 2021, in Yankin township (Yangon-east District, Yangon Region), nearly 2,000 people protested in front of Central Bank of Myanmar, urging employees to stop working and join the civil disobedience movement to oppose Myanmar military coup. Movie stars also protested in nearby Myanmar plaza. [size=nearly 2,000]",0,1618490682,MMR -7696001,104,MMR11205,11205,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,2,Radio Free Asia,Regional,"On 11 February 2021, in Tedim township (Falam District, Chin State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696002,104,MMR11198,11198,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Thandaunggyi,Thandaunggyi,19.0734,96.6755,2,Radio Free Asia,Regional,"On 11 February 2021, in Thandaunggyi Township (Hpa-an District, Kayin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490683,MMR -7696006,104,MMR11196,11196,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Radio Free Asia,Regional,"On 11 February 2021, in Kawkareik Township (Kawkareik District, Kayin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695751,104,MMR11591,11591,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 11 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), about 100,000 people including LGBT, different ethnic people and teachers protested against Myanmar military coup. Civil servants from Railway, Health, Education and private banks also joined the protest. [size=about 100,000]",0,1613533804,MMR -7696012,104,MMR11177,11177,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 11 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), hundreds of thousands of people including government staff, education staff and teachers, health workers rallied carried a sit-down and marching protest against Myanmar military coup. [size=hundreds of thousands]",0,1618490687,MMR -7696013,104,MMR11197,11197,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,2,Radio Free Asia,Regional,"On 11 February 2021, in Kyainseikgyi Township (Kawkareik District, Kayin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718286,104,MMR11752,11752,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 11 February 2021, in Kale town, Kale township (Kale District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7696015,104,MMR11465,11465,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,1,Shan Herald Agency for News,Subnational,"On 11 February 2021, in Mongkaing town (Mongkaing Township, Loilen District, Shan State), more than 100,000 civilians along with civil servants protested against Myanmar military coup. [size=more than 100,000]",0,1618490688,MMR -7695761,104,MMR11415,11415,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Democratic Voice of Burma,National,"On 11 February 2021, in Puta-O town (Puta-O Township, Puta-O District, Kachin State), around 100,000 people along with some civil servants protested against Myanmar military coup. [size=about 100,000]",0,1613533804,MMR -7696019,104,MMR11327,11327,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,1,Shan Herald Agency for News,Subnational,"On 11 February 2021, in Nawnghkio town (Nawnghkio Township, Kyaukme District, Shan State), five staff from General Administration Department protested holding up a poster to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=5]",0,1618490689,MMR -7696022,104,MMR11148,11148,11-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Monghsu,Monghsu,21.9066,98.3654,1,Shan Herald Agency for News,Subnational,"Around 11 February 2021 (as reported), in Monghsu town (Monghsu Township, Loilen District, Shan State), Monghsu township doctors launched civil disobedience movement. Police have been trying to arrest them. [size=no report]",0,1618490690,MMR -7696023,104,MMR11316,11316,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Nansang,Kho Lam,21.0989,98.1008,1,Shan Herald Agency for News,Subnational,"On 11 February 2021, in Kho Lam town (Nansang Township, Loilen District, Shan State), more than 200 people along with health workers and civil servants from Electricity Department protested to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=more than 200]",0,1618490690,MMR -7696024,104,MMR11565,11565,11-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"On 11 February 2021, near Nam Ong village located between Nam Hpat Kar and Kutkai town (Kutkai Township, Kutkai District, Shan State), Myanmar military battalion 3 under brigade 99 attacked RCSS bases. Both sides engaged in heavy fighting. Casualties unknown.",0,1618490691,MMR -7695770,104,MMR11567,11567,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Democratic Voice of Burma,National,"On 11 February 2021, in Demoso Township (Loikaw District, Kayah State), protesters gathered in front of the police station to demand the release of seven protesters arrested for demonstrating against they military coup. [size=no report]",0,1613533804,MMR -7696026,104,MMR11317,11317,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Kunhing,Kunhing,21.3046,98.4298,1,Shan Herald Agency for News,Subnational,"On 11 February 2021, in Kunhing town (Kunhing Township, Loilen District, Shan State), people protested against Myanmar military coup. [size=no report]",0,1618490692,MMR -7695778,104,MMR11545,11545,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar); Labour Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 11 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), 8,000 people demonstrated against the military coup. Education, health, electricity, railway department staff, farmers, students, and disabled people joined. [size=8,000]",0,1618490695,MMR -7695780,104,MMR11446,11446,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Myaing,21.6125,94.8543,2,Democratic Voice of Burma,National,"On 11 February 2021, in Myaing township (Pakokku District, Magway Region), workers from Kyauk Khwet oil mining site marched to Myaing town and protested to show support for the nationwide civil disobedience movement to oppose Myanmar military coup. Oil production was stopped due to workers participation in the civil disobedience movement. [size=no report]",0,1613533804,MMR -7787428,104,MMR13961,13961,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 11 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals - organized by different denomination and churches - held sit-in protests in front of various government offices against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7695781,104,MMR11628,11628,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 11 February 2021, in Monywa city (Monywa Township, Monywa District, Sagaing Region), residents along with monks, traders, labourers, farmers and civil servants protested against Myanmar military coup. [size= no report]",0,1613533804,MMR -7740838,104,MMR12719,12719,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 11 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7695786,104,MMR11566,11566,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Kayin Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Mon Ethnic Group (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 11 February 2021, in Hpa-an town (Hpa-an township, Hpa-an district, Kayin state), hundreds of thousands protested against the military coup. Department staff, Kayin, Pa-O, and Mon youth, students, LGBT, and members of civil society all joined. Another group of people protested in front of the police station, demanding the release of students who had been arrested earlier for their demonstration against the military coup. [size=hundreds of thousands]",0,1618490699,MMR -7718317,104,MMR11749,11749,11-Feb-21,2021,2,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0,1618490700,MMR -7695790,104,MMR11594,11594,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 11 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), hundreds of thousands protested against the military coup. Some government staff joined. [size=hundreds of thousands]",0,1613533804,MMR -7695800,104,MMR11175,11175,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Burman Ethnic Group (Myanmar); Shanni Ethnic Group (Myanmar); Kadu Ethnic Group (Myanmar); Kanan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Democratic Voice of Burma,National,"On 11 February 2021, in Banmauk town (Banmauk Township, Katha District, Sagaing Region), more than 3000 people consisting of Burman, Shanni, Kadu and Kanan ethnic people rallied and demonstrated against Myanmar military coup. [size=no report]",0,1613533804,MMR -7815102,104,MMR11613,11613,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Eleven Media Group,National,"On 11 February 2021, in Mandalay city (Mandalay Region), civilians protested against Myanmar military coup. The protest was joined by artists. Members of Christian Churches also marched and protested against Myanmar military coup. Protesters held posters saying 'we strongly condemn military dictatorship'. [size= no report]",0,1618442041,MMR -7815103,104,MMR11388,11388,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar); Kayin Ethnic Group (Myanmar); Mon Ethnic Group (Myanmar); Rakhine Ethnic Group (Myanmar); Chin Ethnic Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar); Wa Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Kadu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar); Daingnet Ethnic Group (Myanmar); Maramagyi Ethnic Group (Myanmar); Inthar Ethnic Group (Myanmar); Lisu Ethnic Group (Myanmar); Tamil Ethnic Group (Myanmar); Hindu Group (Myanmar); Muslim Group (Myanmar); Government of Myanmar (2016-); Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Independent Mon News Agency,National,"On 11 February 2021, in Yangon city (Yangon region), about ten thousand people from different ethnic groups (including Kachin, Kayin, Mon, Rakhine, Chin, Palaung, Wa, Pa-Oh, Kadu, Burman, Daingne, Maramagyi, Inthar, Lisu, and Tamil ethnic groups) and religious groups (including Hindus and Muslims) rallied at Padoma Park and held public talks focusing on 'fighting against dictatorship', '2008 constitution hindrances to building a federal democratic union', and 'the importance of establishing a peaceful federal democratic union'. civil servants from the Ministry of Information and the Myanmar Economics Bank also rallied in Yangon. [size=about 10,000]",0,1618442041,MMR -7815104,104,MMR11603,11603,11-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Myanmar Times,National,"Around 11 February 2021 (as reported), in Nay Pyi Taw, 34 media personnel joined the nationwide civil disobedience movement to oppose Myanmar military coup. [size=34]",0,1618442041,MMR -7695810,104,MMR11213,11213,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pauk,Pauk,21.4522,94.4737,2,Democratic Voice of Burma,National,"On 11 February 2021, in Pauk township (Pakokku District, Magway Region), about 390 workers from Let Pan oil mining site rallied and protested to show support for the nationwide civil disobedience movement to oppose Myanmar military coup. Oil production was stopped due to workers participation in the civil disobedience movement. [size=about 390]",0,1613533804,MMR -7695811,104,MMR11332,11332,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Democratic Voice of Burma,National,"On 11 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), over 200 students from the Yangon Dentistry University protested against the military coup and joined the civilian disobedience movement. Teachers at the university joined as well. They knelt in front of the university for a minute. [size=over 200]",0,1618490707,MMR -7696067,104,MMR11562,11562,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 11 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), civilians and civil servants protested against Myanmar military coup. [size=no report]",0,1618490707,MMR -7740615,104,MMR12718,12718,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 11 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490708,MMR -7695815,104,MMR11605,11605,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 11 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 300,000 people including civil servants and students demonstrated against Myanmar military coup. [size=about 300,000]",0,1613533804,MMR -7740872,104,MMR12898,12898,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 11 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490708,MMR -7696072,104,MMR11236,11236,11-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Tee Ma,23.7686,98.0164,2,Shwe Phee Myay News Agency,Subnational,"On 11 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), Myanmar military and KIA clashed in KIA's brigade 6 controlled area. Casualties unknown.",0,1618490709,MMR -7753936,104,MMR13077,13077,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Democratic Voice of Burma,National,"On 11 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490712,MMR -7696083,104,MMR11555,11555,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Shadaw,Shadaw,19.6303,97.5194,2,VOA,International,"On 11 February 2021, in Shadaw township (Loikaw District, Kayah State), people rallied and protested against Myanmar military coup. [size= no report]",0,1613533805,MMR -7696089,104,MMR11553,11553,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,2,VOA,International,"On 11 February 2021, in Hpruso township (Loikaw District, Kayah State), people rallied and protested against Myanmar military coup. [size= no report]",0,1613533805,MMR -7695834,104,MMR11171,11171,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Lawyers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 11 February 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), people demonstrated against the military coup. GAD, the rural development department, lawyers, the fire department, Myanmar economic bank, government technical college staff joined the protests. [size=no report]",0,1613533804,MMR -7696090,104,MMR11128,11128,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,VOA,International,"On 11 February 2021, in Thaton town (Thaton Township, Thaton District, Mon State), thousands of people rallied and protested against Myanmar military coup. Although police and township administration officers blocked protesters, there were no violent attacks on protesters. [size=thousands]",0,1613533805,MMR -7695845,104,MMR11331,11331,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); LGBT (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 11 February 2021, in Wundwin town (Wundwin township, Meiktila district, Mandalay region), over 50,000 demonstrated against the military coup. Health workers, school teachers, LGBT, factory workers, and company staff joined the protest. [size=50,000]",0,1613533804,MMR -7696101,104,MMR11615,11615,11-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,VOA,International,"On 11 February 2021, in Hsipaw township (Kayukme district, Shan state), the military and RCSS/SSA-S clashed. Over 200 villagers fled.",0,1618490716,MMR -7718120,104,MMR11753,11753,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 11 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490717,MMR -7695849,104,MMR11162,11162,11-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Democratic Voice of Burma,National,"Around 11 February 2021 (as reported), in Tachileik town (Tachileik Township, Tachileik District, Shan State), thousands of people including monks, labour groups and civil servants demonstrated against Myanmar military coup. [size=thousands]",0,1618490717,MMR -7695856,104,MMR11381,11381,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Democratic Voice of Burma,National,"On 11 February 2021, in Paung town (Paung township, Thaton district, Mon state), an estimated 10,000 demonstrators protested against the military coup. [size=10,000]",0,1613533804,MMR -7695604,104,MMR11199,11199,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,2,Radio Free Asia; VOA,Regional-International,"On 11 February 2021, in Paung township (Thaton District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718388,104,MMR11756,11756,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 11 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695605,104,MMR11200,11200,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Chaungzon,Chaungzon,16.3526,97.548,2,VOA; Radio Free Asia,Regional-International,"On 11 February 2021, in Chaungzon township (Mawlamyine District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695606,104,MMR11201,11201,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Kyaikmaraw,Kyaikmayaw,16.3779,97.7345,2,VOA; Radio Free Asia,Regional-International,"On 11 February 2021, in Kyaikmayaw township (Mawlamyine District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490720,MMR -7695607,104,MMR11202,11202,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,2,Radio Free Asia; VOA,Regional-International,"On 11 February 2021, in Mudon township (Mawlamyine District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695608,104,MMR11203,11203,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,2,Radio Free Asia; VOA,Regional-International,"On 11 February 2021, in Thanbyuzayat township (Mawlamyine District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695609,104,MMR11204,11204,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Radio Free Asia; VOA,Regional-International,"On 11 February 2021, in Ye township (Mawlamyine District, Mon State), people rallied and protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718137,104,MMR11755,11755,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 11 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490720,MMR -7695614,104,MMR11324,11324,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times; Radio Free Asia,Subnational-Regional,"On 11 February 2021, in Loikaw city (Loikaw Township, Loikaw District, Kayah State), more than 30,000 civilians and civil servants, including more than 30 village administrators protested against Myanmar military coup. Later, some demonstrators against the military coup from Demoso township were arrested near the Ngwe Saun dam. Four of the seven arrested were teachers. [size=more than 30,000]",0,1613533804,MMR -7695871,104,MMR11607,11607,11-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 11 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), ten of thousands of people including students, gymnasts and artists staged a sit down protest against Myanmar military coup in front of Meteorological Department. Civil servants from Education, Health, Agriculture and staff from Bank also joined. [size=tens of thousands]",0,1613533804,MMR -7695879,104,MMR11423,11423,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Democratic Voice of Burma,National,"On 10 February 2021, in Bahan township (Yangon (East) District, Yangon Region), young people protested against Myanmar military coup in front of Japan Embassy portraying the suffering of the people as a result of the military dictatorship. Film artists also joined a protest in the township. [size=no report]",0,1618490723,MMR -7695882,104,MMR11551,11551,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Munaung,Munaung,18.8551,93.7215,1,Development Media Group,Subnational,"On 10 February 2021, in Munaung town (Munaung Township, Kyaukpyu District, Rakhine State), civilians protested against Myanmar military coup and demanded the abolishment of the 2008 constitution. After the protest, police arrested some anti-coup protesters and asked them to sign a pledge not to participate in further protests. [size=no report]",0,1613533804,MMR -7718411,104,MMR11741,11741,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 10 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695892,104,MMR11584,11584,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Eleven Media Group,National,"On 10 February 2021, in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), locals including farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695637,104,MMR11560,11560,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Radio Free Asia; Kantarawaddy Times,Subnational-Regional,"On 10 February 2021, in Demoso town (Demoso Township, Loikaw District, Kayah State), civilians, students and civil servants from General Administrative Department protested against Township General Administration Director for filing a complaint against staff who opposed Myanmar military coup. [size=no report]",0,1613533804,MMR -7695639,104,MMR11580,11580,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times; Radio Free Asia,Subnational-Regional,"On 10 February 2021, in Loikaw city (Loikaw Township, Loikaw District, Kayah State), civilians and civil servants along with 52 police officers protested to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1613533804,MMR -7695896,104,MMR11368,11368,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,1,Eleven Media Group,National,"On 10 February 2021, in Sanchaung township (Yangon(West), Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490727,MMR -7718168,104,MMR11739,11739,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 10 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718429,104,MMR11740,11740,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Kyeintali,18.0071,94.4914,1,Narinjara News,Subnational,"On 10 February 2021, in Kyeintali town, Gwa township (Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695903,104,MMR11151,11151,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Independent Mon News Agency,Subnational,"On 10 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 10,000 people including NLD members and supporters along with civil servants from Health Department and Education Department protested against Myanmar military coup with slogans such as 'no military dictatorship', 'democracy, our cause,' and demanded the released of detained national leaders. [size=10,000]",0,1613533804,MMR -7695904,104,MMR11155,11155,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Independent Mon News Agency,Subnational,"On 10 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), thousands of people protested against Myanmar military coup with slogans such as 'no military dictatorship' and demanded the released of detained national leaders and launching of the third Union Parliamentary Session. [size=thousands]",0,1613533804,MMR -7695905,104,MMR11471,11471,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Health Workers (Myanmar); Lawyers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 10 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), tens of thousands of people including teachers, health workers, lawyers, engineers along with other civil servants from Rail Transportation Department, Electricity Department, Health Department and some others civil servants protested against Myanmar military coup. [size=tens of thousands]",0,1613533804,MMR -7718178,104,MMR11745,11745,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 10 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695911,104,MMR11481,11481,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Det Khi Na Thi Ri,Za Bu Thi Ri,19.764,96.061,2,Irrawaddy,National,"On 10 February 2021, at Myo Ma Zay in Za Bu Thi Ri township (Det Khi Na District, Nay Pyi Taw), about 500 civil servants rallied and protested to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Protesters chanted 'don't attend office, resign'. [size=about 500]",0,1618490732,MMR -7718184,104,MMR11748,11748,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 10 February 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490732,MMR -7740716,104,MMR12715,12715,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740720,104,MMR12716,12716,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 10 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695665,104,MMR11342,11342,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,2,Democratic Voice of Burma,National,"On 10 February 2021, in Labutta township (Labutta district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. [size=hundreds of thousands]",0,1613533804,MMR -7695923,104,MMR11516,11516,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 10 February 2021, in Hpa-an city (Hpa-an Township, Hpa-an District, Kayin State), civilians and civil servants including teachers, health workers, engineers and other civil servants rallied and protested against Myanmar military coup. [size=no report]",0,1618490735,MMR -7695669,104,MMR11343,11343,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,2,Democratic Voice of Burma,National,"On 10 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. [size=hundreds of thousands]",0,1613533804,MMR -7695925,104,MMR11152,11152,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Karen Information Center News,Subnational,"On 10 February 2021, in Hlaingbwe town (Hlaingbwe Township, Hpa-An District, Kayin State), more than 2000 people including teachers and villagers for neighboring villages rallied and marched in the town to protest against Myanmar military coup. Protesters marched and demanded 'democracy', 'release of detained leaders', 'abolishment of military dictatorship' and called for 'building a federal democratic union'. [size=more than 2000]",0,1618490735,MMR -7695672,104,MMR11372,11372,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Mawlamyinegyun,Mawlamyinegyun,16.3789,95.2629,2,Democratic Voice of Burma,National,"On 10 February 2021, in Mawlemyinegyun township (Labutta district, Ayeyarwaddy region), hundreds of thousands demonstrated against the military coup. [size=hundreds of thousands]",0,1613533804,MMR -7695677,104,MMR11131,11131,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Democratic Voice of Burma,National,"On 10 February 2021, in Banmauk town (Banmauk Township, Katha District, Sagaing Region), thousands of civilians and civil servants from different departments including electricity, education, municipality, railway, health and general administration departments demonstrated against Myanmar military coup and demanded the release of detained national leaders. [size=thousands]",0,1613533804,MMR -7695937,104,MMR11154,11154,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khonumthung News,Subnational,"On 10 February 2021, in Paletwa town (Paletwa Township, Mindat District, Chin State), about 30 people protested against Myanmar military coup and demanded the released detained national leaders. Protesters held placards including the one with 'no military dictatorship' words. [size=about 30]",0,1618490742,MMR -7695682,104,MMR11375,11375,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 10 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady Region), hundreds of thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. Residents also held pot-banging protests. Education, health, forestry, railway, electricity department staff joined. [size=hundreds of thousands]",0,1613533804,MMR -7695683,104,MMR11377,11377,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 10 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), more than 1000 people protested in support of Myanmar military rule. [size=more than 1000]",0,1613533804,MMR -7695939,104,MMR11588,11588,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Khonumthung News,Subnational,"On 10 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), about 5000 people including civilians, health workers and staff from Forestry Department against the Myanmar military coup. [size=about 5000]",0,1613533804,MMR -7695940,104,MMR11296,11296,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 10 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), about 10,000 people including civilians, teachers, health workers, engineers, GAD staffs and other civil servants from various departments demonstrated to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=about 10,000]",0,1613533804,MMR -7695694,104,MMR11515,11515,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kyauktaga town (Kyauktaga Township, Bago District, Bago Region), nearly 100,000 people including teachers, health workers, farmers and other civil servants protested against Myanmar military coup. [size=nearly 100,000]",0,1618490747,MMR -7695695,104,MMR11145,11145,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 10 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), people protested against Myanmar military coup. Some protest leaders were arrested later at night. [size=no report]",0,1618490747,MMR -7695696,104,MMR11157,11157,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 10 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup. Health and education staff joined, as did farmers. Later that evening, the head of the Minhla election commission was arrested. The military also searched the homes of protest leaders. [size=no report]",0,1618490748,MMR -7695957,104,MMR11483,11483,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 10 February 2021, in Shwepyithar township (Yangon-north District, Yangon region), several civil servants from General Administration Department, Health Department, Township Development Committee and the 40 reserved officers joined the nationwide civil disobedience movement to oppose Myanmar military coup. [size=more than 40]",0,1618490749,MMR -7695702,104,MMR11211,11211,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 10 February 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bagon Region), thousands of people protested against Myanmar military coup. [size=thousands]",0,1618490750,MMR -7718230,104,MMR11738,11738,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 10 February 2021, in Chauk township (Magway District, Magway Region), locals including oil field workers from Gold Petrol held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695960,104,MMR11497,11497,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Salon Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,2,Myanmar Times,National,"On 10 February 2021, in Ah Lel Man village (Bokpyin Township, Kawthoung District, Tanintharyi Region), ethnic Salon people demonstrated against Myanmar military coup. [size=no report]",0,1613533804,MMR -7717976,104,MMR11660,11660,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 10 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), between 50,000 to 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= between 50,000-100,000]",0,1614130925,MMR -7718232,104,MMR11747,11747,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 10 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695965,104,MMR11450,11450,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Myanmar Times,National,"On 10 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), people protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695710,104,MMR11335,11335,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,2,Democratic Voice of Burma,National,"On 10 February 2021, in Phyu township (Taungoo District, Bago Region), locals including teachers and other civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490753,MMR -7695967,104,MMR11480,11480,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Myanmar Times,National,"On 10 February 2021, in Yankin township (Yangon-east District, Yangon Region), about 1000, including young people along with about 80 civil servants from Central Bank of Myanmar, protested in front of Central Bank of Myanmar to show support for civil disobedience movement to oppose Myanmar military coup. [size=about 1000]",0,1618490753,MMR -7740770,104,MMR12713,12713,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 10 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695972,104,MMR11488,11488,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Gwa,17.5925,94.5722,1,Narinjara News,Subnational,"On 10 February 2021, in Gwa town (Gwa Township, Thandwe District, Rakhine State), civilians along with teachers, health workers and other civil servants from different departments protested chanting 'free mother Suu immediately', 'do not attend office, resign', 'down with dictatorship'. [size=no report]",0,1613533804,MMR -7695717,104,MMR11573,11573,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Democratic Voice of Burma,National,"On 10 February 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago Region), about 100,000 students, residents and civil servants protested against Myanmar military coup. [size=about 100,000]",0,1618490754,MMR -7717992,104,MMR11684,11684,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Myanmar Now; 7Day News; Shan Herald Agency for News,Subnational-National,"On 10 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490755,MMR -7717993,104,MMR11688,11688,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Myanmar Now; Shan Herald Agency for News; 7Day News,Subnational-National,"On 10 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490755,MMR -7695979,104,MMR11574,11574,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Narinjara News,Subnational,"On 10 February 2021, in Ann town (Ann Township, Kyaukpyu District, Rakhine State), about 500 people including members of USDP staged a demonstration in support of Myanmar military coup. [size=about 500]",0,1613533804,MMR -7718257,104,MMR11742,11742,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 10 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490758,MMR -7695730,104,MMR11383,11383,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,1,Democratic Voice of Burma,National,"On 10 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), thousands of people demonstrated against Myanmar military coup. [size=thousands]",0,1618490759,MMR -7695732,104,MMR11166,11166,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 10 February 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), thousands of residents including civil servants protested against Myanmar military coup. [size=thousands]",0,1618490761,MMR -7695992,104,MMR11577,11577,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Radio Free Asia,Regional,"On 10 February 2021, in Dawei town, (Dawei township, Dawei District, Tanintharyi Region), hundreds of thousands of people including government staff, lawyers, teachers, nurses protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1613533804,MMR -7695737,104,MMR11550,11550,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Kunhing,Kunhing,21.3046,98.4298,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kunhing town (Kunhing Township, Loilen District, Shan State), people protested against Myanmar military coup. [size=no report]",0,1618490763,MMR -7695997,104,MMR11622,11622,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 10 February 2021, in Kale town (Kale Township, Kale District, Sagaing Region), about 100,000 people, including members of ABFSU and monks, protested against Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1613533804,MMR -7695744,104,MMR11418,11418,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 10 February 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), more than 100,000 people including civil servants from education, health, electricity and others protested against Myanmar military coup, and also demanded the released of detained national leaders. [size=more than 100,000]",0,1613533804,MMR -7695755,104,MMR11378,11378,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Labour Group (Myanmar); Refugees/IDPs (Myanmar); LGBT (Myanmar); Kachin Ethnic Group (Myanmar); Shanni Ethnic Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Christian Group (Myanmar); KBC: Kachin Baptist Convention; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 10 February 2021, in Myitkyina city (Myitkyina township, Myitkyina district, Kachin state), several groups of people, an estimated hundreds of thousands, demonstrated against the military coup. The KBC, doctors, teachers, students, railway workers and those from other government ministries, IDP youth, Muslim, Christian, Hindus, Kachin, Shanni, LGBT all participated. [size=hundreds of thousands]",0,1613533804,MMR -7695764,104,MMR11225,11225,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Democratic Voice of Burma,National,"On 10 February 2021, in Waingmaw town (Waingmaw Township, Myitkyina District, Kachin State), residents and civil servants protested against Myanmar military coup. Civil servants from municipality, education, General Administration department, auditor office, post and sport department joined. [size=no report]",0,1613533804,MMR -7696031,104,MMR11362,11362,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Mongmit,Mabein,Mabein,23.4766,96.6008,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Mabein town (Mabein Township, Mongmit District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490784,MMR -7696033,104,MMR11365,11365,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Manton town (Manton Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490785,MMR -7695779,104,MMR11170,11170,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Tanintharyi,Tanintharyi,12.302,99.1683,1,Democratic Voice of Burma,National,"On 10 February 2021, in Tanintharyi town (Tanintharyi Township, Myeik District, Tanintharyi Region), thousands of residents and civil servants protested against Myanmar military coup. Civil servants from health, education, post office, livestock, agriculture, municipality, department of rural development and election commission joined. [size=thousands]",0,1613533804,MMR -7696035,104,MMR11498,11498,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490787,MMR -7696036,104,MMR11436,11436,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Mongyai,Mongyai,22.4194,98.0398,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Mongyai town (MongyaiTownship, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490788,MMR -7696042,104,MMR11359,11359,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Nawnghkio town (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490790,MMR -7696043,104,MMR11360,11360,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Namtu town (Namtu Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490790,MMR -7695789,104,MMR11518,11518,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 10 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people protested against the military coup. [size= no report]",0,1613533804,MMR -7696045,104,MMR11363,11363,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490791,MMR -7696046,104,MMR11361,11361,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Mongmit,23.1097,96.6691,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Mongmit town (Mongmit Township, Mongmit District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490791,MMR -7695791,104,MMR11350,11350,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kawkareik town (Kawkareik Township, Kawkareik District, Kayin State), people protested against Myanmar military coup. Villagers from more than 50 joined the protest in the town. [size=no report]",0,1613533804,MMR -7695792,104,MMR11334,11334,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,1,Democratic Voice of Burma,National,"On 10 February 2021, in Salingyi town (Salingyi Township, Yinmarbin District, Sagaing Region), workers from Myanmar Yangtse Copper and Wanbao Mining held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696049,104,MMR11364,11364,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Namhsan town (Namhsan Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490791,MMR -7724722,104,MMR12175,12175,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 10 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7696051,104,MMR11357,11357,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Tangyan town (Tangyan Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490792,MMR -7695796,104,MMR11172,11172,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Lawyers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 10 February 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), people demonstrated against the military coup. GAD, the rural development department, lawyers, the fire department, Myanmar economic bank, government technical college staff joined the protests. [size=no report]",0,1613533804,MMR -7740597,104,MMR12714,12714,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 10 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490792,MMR -7696054,104,MMR11534,11534,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490793,MMR -7696057,104,MMR11438,11438,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490793,MMR -7718331,104,MMR11746,11746,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 10 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7801789,104,MMR11590,11590,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 10 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), about 100,000 people including LGBT, different ethnic people and teachers protested against Myanmar military coup. Policed blocked them for a while. Civil servants from Railway, Health, Education and private banks also joined the protest. [size=about 100,000]",0,1617737280,MMR -7696062,104,MMR11366,11366,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Hopang,Hopang,Hopang,23.4254,98.7503,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Hopang town (Hopang Township, Hopang District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490794,MMR -7696063,104,MMR11437,11437,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Hseni town (Hseni Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490795,MMR -7695812,104,MMR11561,11561,10-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Democratic Voice of Burma,National,"On 10 February 2021, in Khaing Sein village, Mongtong village tract, Hsipaw township, Kyaukme district, Shan state, the military and RCSS/SSA-S clashed. Small and heavy weapons were used. Myanmar military 22, 243 LIB and 567 LID were involved. Another clash was also reported in Pang Hkar village.",0,1618490795,MMR -7695814,104,MMR11587,11587,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 10 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 300,000 people including civil servants and students demonstrated against Myanmar military coup. [size=about 300,000]",0,1613533804,MMR -7696073,104,MMR11379,11379,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490796,MMR -7787465,104,MMR13960,13960,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Rezua,22.0529,93.4086,1,Chinland Guardian,Subnational,"On 10 February 2021, in Rezua town (Matupi Township, Mindat District, Chin State), locals - including government employees, health workers, teachers and religious leaders - held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490796,MMR -7696074,104,MMR11482,11482,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), civilians and civil servants protested against Myanmar military coup. [size=no report]",0,1618490796,MMR -7696075,104,MMR11358,11358,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Kunlong,Kunlong,23.4073,98.6445,1,Shwe Phee Myay News Agency,Subnational,"On 10 February 2021, in Kunlong town (Kunglong Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490796,MMR -7815117,104,MMR11494,11494,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Democratic Voice of Burma,National,"On 10 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), students dressed up in Yoga dresses and protested against Myanmar military coup. [size=no report]",0,1618442041,MMR -7695822,104,MMR11139,11139,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 10 February 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), students and other residents marched and protested against Myanmar military coup. At least 11 protesters were arrested and released on 12 February. Pot-banging protests were also held. [size=no report]",0,1618490797,MMR -7815126,104,MMR11597,11597,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,VOA,International,"On 10 February 2021, thousands of people protested against Myanmar military coup in Nay Pyi Taw city. [size=thousands]",0,1618442041,MMR -7695830,104,MMR11432,11432,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 10 February 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), students, lawyers, teachers and residents protested against Myanmar military coup. Civil servants from health and education joined. [size=no report]",0,1618490797,MMR -7815127,104,MMR11314,11314,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Protesters (International); Labour Group (International),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA,International,"On 10 February 2021, in Yangon city (Yangon), civilians, civil servants and staff from foreign embassies marched and protested against Myanmar military coup. [size=no report]",0,1618442041,MMR -7695835,104,MMR11333,11333,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 10 February 2021, in Insein township (Yangon-north District, Yangon Region), a group of engineers staged a protest against Myanmar military coup. Thousands of people joined the protest. [size=thousands]",0,1618490798,MMR -7695838,104,MMR11158,11158,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 10 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), thousands of people including LGBT demonstrated against Myanmar military coup. Protesters also called for the release of detained national leaders. [size=thousands]",0,1613533804,MMR -7718367,104,MMR11743,11743,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 10 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), people held a protest march against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695841,104,MMR11490,11490,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kungyangon town (Kungyangon Township, Yangon-south District, Yangon Region, about 100,000 local including students, teachers, health workers, members of Parliament and staff from other departments held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1618490799,MMR -7695846,104,MMR11407,11407,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 10 February 2021, in Okekan town (Taikkyi Township, Yangon-north District, Yangon Region), students, residents and civil servants protested against Myanmar military coup. Civil servants from health and education joined. [size=no report]",0,1618490800,MMR -7695848,104,MMR11623,11623,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 10 February 2021, in Monywa city (Monywa Township, Monywa District, Sagaing Region), people protested against Myanmar military coup. [size= no report]",0,1613533804,MMR -7695854,104,MMR11353,11353,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Kalaw,20.6241,96.5586,1,Democratic Voice of Burma,National,"On 10 February 2021, in Kalaw town (Kalaw Township, Taunggyi District, Shan State), residents of Kalaw and Aungpan town rallied along with some civil servants and protested against Myanmar military coup. [size=about 6000]",0,1618490802,MMR -7695857,104,MMR11570,11570,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 10 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people protested against Myanmar military coup. Civil servants from education, health, railway, agriculture, bank and forestry departments joined. [size=tens of thousands]",0,1618490803,MMR -7695864,104,MMR11226,11226,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Students (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 10 February 2021, in Ahpyauk town (Taikkyi Township, Yangon-north District, Yangon Region), students, lawyers, teachers and residents protested against Myanmar military coup. Civil servants from health and education joined. [size=no report]",0,1618490804,MMR -7718393,104,MMR11744,11744,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 10 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695868,104,MMR11376,11376,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Democratic Voice of Burma,National,"On 10 February 2021, in Paung town, Thaton district, Mon state, demonstrators protested against the military coup. Health and education officials joined. [size=no report]",0,1613533804,MMR -7695869,104,MMR11210,11210,10-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Naga Self-Administered Zone,Lahe,Lahe,26.3006,95.3713,1,Democratic Voice of Burma,National,"On 10 February 2021, in Lahe town, Lahe township (Hkamti District, Sagaing Region), locals including health workers and education staff and teachers protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490805,MMR -7695876,104,MMR11492,11492,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Democratic Voice of Burma,National,"On 9 February 2021, in Shwepyithar township (Yangon (North) District, Yangon Region), about 2,000 workers marched to Shwepyithar Industrial Zone to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=2,000]",0,1618490806,MMR -7724549,104,MMR12173,12173,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 9 February 2021, in Kungyangon township (Yangon (South) district, Yangon region), tens of thousands of locals including government employees held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490806,MMR -7695880,104,MMR11541,11541,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Munaung,Munaung,18.8551,93.7215,1,Development Media Group,Subnational,"On 9 February 2021, in Munaung town (Munaung Township, Kyaukpyu District, Rakhine State), civilians protested against Myanmar military coup. After the protest, police arrested some anti-coup protesters under the Peaceful Assembly and Peaceful Procession Law. [size=no report]",0,1613533804,MMR -7695883,104,MMR11153,11153,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Development Media Group,Subnational,"On 9 February 2021, in Ann town (Ann Township, Kyaukpyu District, Rakhine State), civilians protested against Myanmar military coup. After the protest, police arrested seven anti-coup protesters under the Natural Disaster Management Law and the Peaceful Assembly and Peaceful Procession Law. [size=no report]",0,1613533804,MMR -7695631,104,MMR11499,11499,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Eleven Media Group; Myanmar Times,National,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0,1613533804,MMR -7740688,104,MMR12709,12709,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 9 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7695634,104,MMR11536,11536,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency; Democratic Voice of Burma,Subnational-National,"On 9 February 2021, in Kyaukme township (Kyaukme District, Shan State), more than 10,000 civilians protested against Myanmar military coup and in support of the civil disobedience movement. They held up placards with words such as 'we need democracy', 'save Myanmar', 'we don't accept military coup', 'justice for Myanmar' and so on. [size=more than 10,000]",0,1618490808,MMR -7695635,104,MMR11547,11547,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Myanmar Now; Democratic Voice of Burma,National,"On 9 February 2021, in Thanlyin township (Yangon (South) District, Yangon Region), people protested near Thanlyin Bridge against the blockade of the bridge by the police. They held placards, chanted slogans and raised the three-finger salute. On the same morning, several bridges connecting downtown Yangon and suburban areas were closed. [size=no report]",0,1618490808,MMR -7718419,104,MMR11729,11729,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Kyeintali,18.0071,94.4914,1,Narinjara News,Subnational,"On 9 February 2021, in Kyeintali town (Gwa township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695636,104,MMR11559,11559,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Development Media Group; Narinjara News,Subnational,"On 9 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 3000 people (including NLD members) protested against Myanmar military coup. Police arrested some politicians involved in the protest. Later, about 300 people rallied in front of Police Office to demanded the released of protesters arrested earlier the same day. [size=about 3000]",0,1613533804,MMR -7695638,104,MMR11569,11569,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0,1618490808,MMR -7718167,104,MMR11726,11726,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 9 February 2021, in Indaw town (Indaw Township, Katha District, Sagaing region), locals and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718177,104,MMR11734,11734,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 9 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695908,104,MMR11179,11179,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Irrawaddy,National,"On 9 February 2021, in Salingyi township (Monywa District, Sagaing Region), about 1,300 copper mine workers of Letpadaung Copper Mine gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. They held placards and banners during the protest. [size=about 1,300]",0,1613533804,MMR -7718183,104,MMR11736,11736,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 9 February 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490810,MMR -7695657,104,MMR11575,11575,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Democratic Voice of Burma,National,"On 9 February 2021, in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), more than 100,000 people including teachers, health workers and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1613533804,MMR -7695658,104,MMR11323,11323,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 9 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup. Health and education staff joined, as did farmers. [size=no report]",0,1618490811,MMR -7740715,104,MMR12711,12711,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 9 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7695661,104,MMR11163,11163,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 9 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), residents and teachers protested against Myanmar military coup. Some teachers were arrested after the protest. [size=no report]",0,1613533804,MMR -7740719,104,MMR12712,12712,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 9 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695926,104,MMR11252,11252,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Hpa Yar Ngar Su,16.1293,97.9073,1,Karen Information Center News,Subnational,"On 9 February 2021, in Hpa Yar Ngar Su village in Win Yaw area (Kyainseikgyi Township, Kawkareik District, Kayin State), more than 200 villagers including teachers led by residents of Win Yaw marched along the road of Hpa Yar Ngar, Sun Mon Htone, Ta Taw Naing, Kha Lay, Sun Mon Htone and Nang Thaing Tun villages to protest against Myanmar military coup. [size=more than 200]",0,1613533804,MMR -7695674,104,MMR11300,11300,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,1,Democratic Voice of Burma,National,"On 9 February 2021, in Myanaung town, Myanaung township (Hinthada District, Ayeyarwady Region), more than 20,000 people (including government staff from various government departments, including the electricity and power ministry) held a protest march against the military coup and in support of the civil disobedience movement. [size=more than 20,000]",0,1613533804,MMR -7695930,104,MMR11489,11489,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 9 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), tens of thousands of civilians and civil servants including teachers, health workers protested against Myanmar military coup and demanded the release of detained national leaders. [size=tens of thousand]",0,1618490813,MMR -7695933,104,MMR11564,11564,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 9 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 residents of Myawaddy along with villagers from neighboring villages joined by civil servants from Education Department, Health Department, Forestry Department, and Courts rallied and protested against Myanmar military coup. Protesters carried slogans such as 'no military dictatorship', 'down with military dictatorship', 'implement the result of the 2020 election,' and also demanded the release of detained national leaders. [size=about 100,000]",0,1613533804,MMR -7695678,104,MMR11341,11341,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Lawyers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Pantanaw,Pantanaw,16.9832,95.4652,1,Democratic Voice of Burma,National,"On 9 February 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals including teachers, lawyers and civil servants from General Administration Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7753791,104,MMR13076,13076,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 9 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7695936,104,MMR11370,11370,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Karen Information Center News,Subnational,"On 9 February 2021, in Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695681,104,MMR11310,11310,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 9 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady Region), people protested against the military coup. Education, health, forestry, railway, electricity department staff joined. [size=no report]",0,1613533804,MMR -7718209,104,MMR11735,11735,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 9 February 2021, in Wetlet town (Wetlet Township, Shwebo District, Sagaing Region), locals and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695941,104,MMR11538,11538,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Khonumthung News,Subnational,"On 9 February 2021, in Mindat town (Mindat Township, Mindat District, Chin State), people protested against the Myanmar military coup. [size=no report]",0,1613533804,MMR -7695942,104,MMR11142,11142,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 9 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), citizens carried out a pot-banging protest to express opposition to the Myanmar military coup. Hakha police arrested four civilians after the protest. [size=no report]",0,1613533804,MMR -7695943,104,MMR11476,11476,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khumi Media Group,Subnational,"On 9 February 2021, in Paletwa town (Paletwa Township, Mindat District, Chin State), about 50 young people and civil servants protested against Myanmar military coup carrying placards with words such as 'no military dictatorship', 'reject military coup' and so on. [size=about 50]",0,1618490815,MMR -7695944,104,MMR11511,11511,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Mizzima,National,"On 9 February 2021, in Sanchaung township (Yangon (West) District, Yangon Region), about 200 teachers held a protest march against the military coup and in support of the civil disobedience movement. They raised the three-finger salute during the protest. [size=about 200]",0,1618490817,MMR -7695691,104,MMR11387,11387,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Farmers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,1,Democratic Voice of Burma,National,"On 9 February 2021, in Kyauktaga town (Kyauktaga Township, Bago District, Bago Region), nearly 100000 people including teachers, health workers, farmers and other civil servants protested against Myanmar military coup. [size=nearly 100000]",0,1618490818,MMR -7695948,104,MMR11411,11411,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Mizzima,National,"On 9 February 2021, in Bahan township (Yangon (East) District, Yangon Region), people gathered in front of the NLD headquarters against the military coup and in support of the civil disobedience movement. They held pictures of the State Counsellor and called for her release. [size=no report]",0,1618490820,MMR -7695951,104,MMR11349,11349,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0,1613533804,MMR -7695954,104,MMR11502,11502,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Times,National,"On 9 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490821,MMR -7695955,104,MMR11608,11608,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Times,National,"On 9 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), people protested against Myanmar military coup. However, police blocked protesters in front of Monywa Town Hall and Zay Thit. [size=no report]",0,1613533804,MMR -7695703,104,MMR11212,11212,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 9 February 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bagon Region), more than thirty thousands people protested against Myanmar military coup. [size=more than 300000]",0,1618490823,MMR -7695962,104,MMR11496,11496,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Salon Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,2,Myanmar Times,National,"On 9 February 2021, in Ah Lel Man village (Bokpyin Township, Kawthoung District, Tanintharyi Region), ethnic Salon people demonstrated against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695963,104,MMR11609,11609,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 9 February 2021, in Kyauktada township (Yangon (West) District, Yangon region), demonstrators gathered in front of Sule Pagoda and the City Hall to protest against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted slogans against 'military dictatorship' and called for the release of the detained State Counsellor and President. [size=no report]",0,1618490824,MMR -7695964,104,MMR11474,11474,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 9 February 2021, in Minbu town (Minbu Township, Minbu District, Magway Region), about ten thousands people including civil servants demonstrated against Myanmar military coup. [size=about ten thousands]",0,1613533804,MMR -7695711,104,MMR11346,11346,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0,1618490826,MMR -7695714,104,MMR11396,11396,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Democratic Voice of Burma,National,"On 9 February 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), hundreds of thousands of people (including health workers) protested against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490826,MMR -7695970,104,MMR11519,11519,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 9 February 2021, in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), more than 100,000 people including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1613533804,MMR -7717991,104,MMR11682,11682,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Kengtung,Kengtung,Kengtung,21.2915,99.6041,1,Shan Herald Agency for News; 7Day News; Myanmar Now,Subnational-National,"On 9 February 2021, in Kengtung town (Kengtung Township, Kengtung District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Some protesters were arrested after the protest. [size=no report]",0,1618490826,MMR -7695721,104,MMR11395,11395,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 9 February 2021, in Yinmarbin town, Yinmarbin township (Yinmarbin District, Sagaing Region), more than 50,000 people (including students, teachers and social workers) held a protest march against the military coup and in support of the civil disobedience movement. [size=more than 50,000]",0,1613533804,MMR -7695722,104,MMR11338,11338,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,1,Democratic Voice of Burma,National,"On 9 February 2021, in Mahlaing town (Wundwin Township, Meiktila District, Mandalay Region), more than 10,000 people including teachers, health workers and monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1613533804,MMR -7695978,104,MMR11529,11529,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Narinjara News,Subnational,"On 9 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 2000 people participated in the second day of protest against Myanmar military coup. [size=about 2000]",0,1613533804,MMR -7695728,104,MMR11441,11441,9-Feb-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2021-),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Democratic Voice of Burma,National,"On 9 February 2021, in Khaing Sein village, Mongtong village tract, Hsipaw township, Kyaukme district, Shan state, the military and RCSS/SSA-S clashed. Myanmar military 22, 243 LIB and 567 LID were involved. Another clash was reported in Pang Hkar village.",0,1618490828,MMR -7695731,104,MMR11337,11337,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 9 February 2021, in Meiktila town (Wundwin Township, Meiktila District, Mandalay Region), more than 50,000 people including teachers, health workers and monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 50,000]",0,1613533804,MMR -7695733,104,MMR11167,11167,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 9 February 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), thousands of locals including civil servants from General Administration Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490829,MMR -7718007,104,MMR11725,11725,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Shan Herald Agency for News; Myanmar Now,National,"On 9 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), more than 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size= more than 100,000]",0,1614130925,MMR -7740801,104,MMR12895,12895,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 9 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490831,MMR -7695745,104,MMR11433,11433,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 9 February 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), more than 100,000 people protested against Myanmar military coup, and also demanded the released of detained national leaders. [size=more than 100,000]",0,1613533804,MMR -7695748,104,MMR11339,11339,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 9 February 2021, in Thazi town (Wundwin Township, Meiktila District, Mandalay Region), more than 10,000 people including teachers, health workers and monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 10,000]",0,1613533804,MMR -7695754,104,MMR11374,11374,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Labour Group (Myanmar); Refugees/IDPs (Myanmar); LGBT (Myanmar); Kachin Ethnic Group (Myanmar); Shanni Ethnic Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Christian Group (Myanmar); KBC: Kachin Baptist Convention; Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 9 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), several groups of people demonstrated against the military coup. The KBC, doctors, teachers, students, railway workers and those from other government ministries, IDP youth, Muslim, Christian, Hindus, monks, Kachin, Shanni, LGBT all participated. [size=no report]",0,1613533804,MMR -7695756,104,MMR11173,11173,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Lawyers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 9 February 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), people demonstrated against the military coup. GAD, the rural development department, lawyers, the fire department, Myanmar economic bank, government technical college staff joined the protests. [size=no report]",0,1613533804,MMR -7695759,104,MMR11344,11344,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,1,Democratic Voice of Burma,National,"On 9 February 2021, in Paung town (Paung township, Thaton district, Mon state), demonstrators protested against the military coup. [size=no report]",0,1613533804,MMR -7695760,104,MMR11347,11347,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Nawngmun,Nawngmun,27.5053,97.8178,1,Democratic Voice of Burma,National,"On 9 February 2021, in Nawngmun town (Nawngmun Township, Puta-O District, Kachin State), more than 500 people protested against Myanmar military coup. [size= more than 500]",0,1613533804,MMR -7696016,104,MMR11539,11539,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Mongpan,20.3183,98.3624,1,Shan Herald Agency for News,Subnational,"On 9 February 2021, in Mongpan town (Mongpan Township, Langkho District, Shan State), more than 100 people marched and demonstrated against Myanmar military coup. [size=more than 100]",0,1618490834,MMR -7787408,104,MMR13956,13956,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),6,Military Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Samee,21.2933,93.0964,1,Chinland Guardian,Subnational,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0,1618490834,MMR -7695763,104,MMR11487,11487,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 9 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), tens of thousands of people (including health workers, teachers, government staff and civil society organizations) protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695765,104,MMR11301,11301,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Lawyers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Democratic Voice of Burma,National,"On 9 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin), tens of thousands of people (including government staff, lawyers, students, youth) protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7696021,104,MMR11527,11527,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Students (Myanmar); Lawyers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 9 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), residents along with students, youth, teachers, health workers, lawyers and civil servants rallied and protested against Myanmar military coup. [size=no report]",0,1618490834,MMR -7696025,104,MMR11540,11540,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Mongyai,Mongyai,22.4194,98.0398,1,Shan Herald Agency for News,Subnational,"On 9 February 2021, in Mongyai town (Mongyai Township, Lashio District, Shan State), more than 300 people protested against Myanmar military coup. One of a young man involved in the protest faced a lawsuit. [size=more than 300]",0,1618490835,MMR -7718298,104,MMR11728,11728,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 9 February 2021, in Kale town, Kale township (Kale District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7696027,104,MMR11322,11322,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Hopang,Hopang,Hopang,23.4254,98.7503,2,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Hopang (or Ho Pan) township, Shan state, people demonstrated against the military dictatorship as part of the civil disobedience movement. The township is located in the Wa SAZ. [size=no report]",0,1618490837,MMR -7787419,104,MMR13954,13954,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Chinland Guardian,Subnational,"On 9 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7696029,104,MMR11477,11477,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Tangyan town (Tangyan Township, Lashio District, Shan State), thousands of people including government officers demonstrated against the Myanmar military coup. [size=thousands]",0,1618490837,MMR -7696030,104,MMR11472,11472,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Muse town (Muse Township, Muse District, Shan State), civilians protested against Myanmar military coup and demanded the release of detained leaders while carrying the Myanmar national flag and Shan flag. [size=no report]",0,1618490838,MMR -7695776,104,MMR11311,11311,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 9 February 2021, in Loikaw town, Loikaw township (Loikaw District, Kayah State), tens of thousands of people -- including civilians from Loikaw, Demoso and Hpruso towns -- protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7696034,104,MMR11222,11222,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Namhsan township, Shan state, protesters demonstrated against the military coup. Education officials also joined the civil disobedience movement. [size=no report]",0,1618490839,MMR -7696038,104,MMR11293,11293,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Namtu town (Namtu township, Shan state), protesters marched around the town against the military coup as part of the civil disobedience movement. [size=no report]",0,1618490839,MMR -7787434,104,MMR13959,13959,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chinland Guardian,Subnational,"On 9 February 2021, in Tonzang town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127241,MMR -7695788,104,MMR11453,11453,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 9 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), hundreds of thousands of people (including bank employees, teachers, health workers) protested against the military coup and in support of the civil disobedience movement. They held placards and chanted slogans calling for the immediate release of those detained by the military, including the State Counsellor and President. [size=hundreds of thousands]",0,1613533804,MMR -7740592,104,MMR12710,12710,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Htantabin,Htantabin,18.7432,96.5381,1,Democratic Voice of Burma,National,"On 9 February 2021, in Htantabin town (Htantabin Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490841,MMR -7695793,104,MMR11340,11340,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Democratic Voice of Burma,National,"On 9 February 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), thousands of people including teachers, health workers and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490841,MMR -7696053,104,MMR11537,11537,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Mongmit,Mabein,Mabein,23.4766,96.6008,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Mabein town (Mabein Township, Mongmit District, Shan State), civilians protested against Myanmar military coup. Protesters carried a picture of the elected President. [size=no report]",0,1618490842,MMR -7724725,104,MMR12174,12174,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Network Media Group,National,"On 9 February 2021, in Puta-O township (Puta-O District, Kachin State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614709547,MMR -7696055,104,MMR11292,11292,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Manton township, Shan state, over 500 people marched around the town. The township is in the Palaung SAZ. [size=over 500]",0,1618490842,MMR -7696056,104,MMR11542,11542,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Nam Hpat Kar area (Kutkai Township, Muse District, Shan State), nearly 250 people staged a silent demonstration against Myanmar military coup. [size=nearly 250]",0,1618490842,MMR -7695801,104,MMR11392,11392,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Democratic Voice of Burma,National,"On 9 February 2021, in Banmauk town (Banmauk Township, Katha District, Sagaing Region), people protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7696059,104,MMR11249,11249,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Lashio town (Lashio township, Shan state), protesters demonstrated against the military coup as part of the civil disobedience movement. There was a sit-in protest in front of Lashio University. [size=no report]",0,1618490842,MMR -7740863,104,MMR12896,12896,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 9 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490843,MMR -7695807,104,MMR11250,11250,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Labour Group (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 9 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), nearly 100,000 people (including students, oil field workers, monks, teachers) held a protest march against the military coup and in support of the civil disobedience movement. [size=nearly 100,000]",0,1613533804,MMR -7695809,104,MMR11510,11510,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 9 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), tens of thousands of people (including more than 1,000 teachers) protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7696065,104,MMR11543,11543,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Namhkan township (Muse District, Shan State), civilians protested against Myanmar military coup carrying Myanmar national flag and posters with word 'down with Myanmar military dictatorship'. [size=no report]",0,1618490844,MMR -7696066,104,MMR11442,11442,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), civilians protested against Myanmar military coup. Protesters help up three-fingers salutes and placards with words 'reject military', 'save Myanmar' and 'no military dictatorship. [size=no report]",0,1618490844,MMR -7695813,104,MMR11470,11470,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 9 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 300,000 people including civil servants and students demonstrated against Myanmar military coup. As well, students from the University of Magway held a sit-in in front of the university. [size=about 300,000]",0,1613533804,MMR -7696071,104,MMR11291,11291,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Kunlong,Kunlong,23.4073,98.6445,1,Shwe Phee Myay News Agency,Subnational,"On 9 February 2021, in Kunlong town (Kulone township, Shan state), locals marched around the town in protest against the military coup as part of the civil disobedience movement. [size=no report]",0,1618490845,MMR -7695818,104,MMR11428,11428,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Democratic Voice of Burma,National,"On 9 February 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), tens of thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. They held protest placards and banners. [size=tens of thousands]",0,1618490845,MMR -7696076,104,MMR11571,11571,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,The Voice of Shanni,National,"On 9 February 2021, in Mohnyin town (Mohnyin Township, Mohnyin District, Kachin State), residents, teachers, health workers and civil servants marched and protested against Myanmar military coup. [size=no report]",0,1613533805,MMR -7695821,104,MMR11169,11169,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,1,Democratic Voice of Burma,National,"On 9 February 2021, in Natogyi town (Natogyi Township, Myingyan District, Mandalay Region), locals including civil servants from various departments held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695824,104,MMR11512,11512,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 9 February 2021, in Ye town, Ye township (Mawlamyine District, Mon State), hundreds of thousands of locals (including teachers) held a protest march against the military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1613533804,MMR -7718352,104,MMR11731,11731,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 9 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695826,104,MMR11544,11544,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 9 February 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), nearly 30,000 people held a protest on motorbikes and in cars against Myanmar military coup and in support of the civil disobedience movement. They marched and rode motorcycles holding placards during the demonstration. They held placards during the protest. [size=nearly 30,000]",0,1618490846,MMR -7696084,104,MMR11178,11178,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,2,VOA,International,"On 9 February 2021, in Matupi township (Mindat District, Chin State), more than 3,000 people (including health workers and education staff and teachers) held a protest against the military coup and in support of the civil disobedience movement. [size=more than 3,000]",0,1618490847,MMR -7787478,104,MMR13957,13957,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,1,Chinland Guardian,Subnational,"On 9 February 2021, in Tedim town (Tedim Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7695831,104,MMR11535,11535,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Kunhing,Kunhing,21.3046,98.4298,1,Democratic Voice of Burma,National,"On 9 February 2021, in Kunhing town (Kunhing Township, Loilen District, Shan State), people protested against Myanmar military coup. [size=no report]",0,1618490847,MMR -7787479,104,MMR13958,13958,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,1,Chinland Guardian,Subnational,"On 9 February 2021, in Thantlang town (Thantlang Township, Hakha District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7695832,104,MMR11336,11336,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Health Workers (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 9 February 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), more than 30,000 people including teachers, health workers and monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 30,000]",0,1613533804,MMR -7815131,104,MMR11484,11484,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,7Day News,National,"On 9 February 2021, in Yangon city (Yangon region), tens of thousands of people, including 80 civil servants from Central Bank of Myanmar, protested against Myanmar military coup. Protesters chanted 'No military dictatorship', 'release Daw Aung San Suu Kyi', 'Our President, U Win Myint,' and 'Give People's Power to People'. [size=tens of thousands]",0,1618442041,MMR -7718107,104,MMR11727,11727,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,1,Democratic Voice of Burma,National,"On 9 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), civil servants including health workers, teachers and staff from Forestry Department joined the nationwide civil disobedience movement. As well, more than 90 out of 130 staff for the National Community Driven Development Project (NCDDP) joined the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1614130925,MMR -7695836,104,MMR11352,11352,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,1,Democratic Voice of Burma,National,"On 9 February 2021, in Thaketa township (Yangon-east District, Yangon Region), thousands of local people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490848,MMR -7787486,104,MMR13955,13955,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Kanpetlet,Kanpetlet,21.2034,94.0306,1,Chinland Guardian,Subnational,"On 9 February 2021, in Kanpetlet town (Kanpetlet Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1617127242,MMR -7815137,104,MMR11464,11464,9-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,VOA; Straits Times (Singapore),Regional-International,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0,1618442041,MMR -7815140,104,MMR11386,11386,9-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),5,Police Forces of Myanmar (2021-),,1,15,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Myanmar Now; Eleven Media Group; Radio Free Asia; Channel News Asia,National-Regional,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1,1618442041,MMR -7695855,104,MMR11431,11431,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 9 February 2021, in Taikkyi town, Taikkyi township (Yangon (North) District, Yangon Region), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They held placards during the march. [size=no report]",0,1618490850,MMR -7718132,104,MMR11730,11730,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 9 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490850,MMR -7695862,104,MMR11373,11373,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Pale,21.9341,94.8748,1,Democratic Voice of Burma,National,"On 9 February 2021, in Pale town (Pale Township, Yinmarbin District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7718135,104,MMR11732,11732,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 9 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490851,MMR -7718395,104,MMR11733,11733,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 9 February 2021, in Myittha town (Myittha township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695613,104,MMR11294,11294,9-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Myanmar Times; Eleven Media Group,National,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0,1613533804,MMR -7695870,104,MMR11495,11495,9-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Dala,Dala,16.7586,96.143,2,Democratic Voice of Burma,National,"On 9 February 2021, in Dala township (Yangon (South) District, Yangon Region), Dala Township Education Office workers and hundreds of teachers protested against Myanmar military coup and in support of the civil disobedience movement. They marched and rode motorcycles holding placards during the demonstration. [size=hundreds]",0,1618490852,MMR -7695616,104,MMR11402,11402,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Matupi,Matupi,Matupi,21.6047,93.4409,2,VOA; Chinland Guardian,Subnational-International,"On 8 February 2021, in Matupi township (Mindat District, Chin State), more than 2,000 people held a protest against the military coup and in support of the civil disobedience movement. [size=more than 2,000]",0,1618490852,MMR -7695618,104,MMR11420,11420,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,The Voice of Shanni; Network Media Group,National,"On 8 February 2021, in Mohnyin town, Kachin state, tens of thousands of people protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695874,104,MMR11528,11528,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 8 February 2021, in Thaketa township (Yangon (East) District, Yangon Region), tens of thousands of people held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490853,MMR -7695875,104,MMR11468,11468,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,2,Democratic Voice of Burma,National,"On 8 February 2021, in Taunggyi township (Taunggyi District, Shan State), more than 30,000 people held a protest against the military coup and in support of the civil disobedience movement. They held placards and demanded for the release of those detained by the military. [size=more than 30,000]",0,1618490853,MMR -7695621,104,MMR11454,11454,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,2,VOA; Chinland Guardian,Subnational-International,"On 8 February 2021, in Mindat township (Mindat District, Chin State), more than 5,000 people held a protest against the military coup and in support of the civil disobedience movement. [size=more than 5,000]",0,1613533804,MMR -7695878,104,MMR11303,11303,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,2,Democratic Voice of Burma,National,"On 8 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), locals including government staff and teachers held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718406,104,MMR11721,11721,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 8 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695623,104,MMR11458,11458,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,1,Shwe Phee Myay News Agency; Democratic Voice of Burma,Subnational-National,"On 8 February 2021, in Hseni town, Hseni township (Lashio District, Shan state), about 300 people held a protest march against the military coup and in support of the civil disobedience movement. [size=about 300]",0,1618490853,MMR -7695630,104,MMR11491,11491,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Eleven Media Group; Myanmar Times,National,"On 8 February 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago Region), about 200 members of USDP demonstrated in support of the Myanmar military newly formed State Administration Council. [size=about 200]",0,1618490856,MMR -7740687,104,MMR12706,12706,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 8 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331304,MMR -7695633,104,MMR11508,11508,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Development Media Group; Narinjara News,Subnational,"On 8 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), more than 3000 people protested against Myanmar military coup. [size=more than 3000]",0,1613533804,MMR -7695640,104,MMR11593,11593,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Democratic Voice of Burma; Network Media Group,National,"On 8 February 2021, in Puta-O town, Kachin state, more than 1,000 people protested against the military coup and in support of the civil disobedience movement. [size=more than 1,000]",0,1613533804,MMR -7695644,104,MMR11463,11463,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,7Day News,National,"On 8 February 2021, in Kamayut township (Yangon-west District, Yangon Region), people rallied and protested around Hleidan Center and City Hall. Protesters chanted 'No military dictatorship', 'release Daw Aung San Suu Kyi', 'Our President, U Win Myint,' and 'Give People's Power to People'. [size=no report]",0,1618490858,MMR -7695646,104,MMR11272,11272,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,2,Chinland Guardian,Subnational,"On 8 February 2021, in Falam township (Falam District, Chin State), thousands of people held a protest march against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7695648,104,MMR11285,11285,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tedim,Tedim,23.3758,93.6539,2,Chinland Guardian,Subnational,"On 8 February 2021, in Tedim township (Falam District, Chin State), thousands of people held a protest march against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7718176,104,MMR11724,11724,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 8 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695649,104,MMR11286,11286,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Thantlang,Thantlang,22.6984,93.4278,2,Chinland Guardian,Subnational,"On 8 February 2021, in Thantlang township (Hakha District, Chin State), people held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695651,104,MMR11138,11138,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Christian Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,2,Chinland Guardian,Subnational,"On 8 February 2021, in Hakha township (Hakha District, Chin State), around 10,000 people (including government employees, Christian leaders) held a protest march against the military coup and in support of the civil disobedience movement. They held placards and chanted slogans calling for the release of the detained State parliament speaker, vice speaker and two State ministers. [size=around 10,000]",0,1613533804,MMR -7740714,104,MMR12707,12707,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Democratic Voice of Burma,National,"On 8 February 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), thousands of people held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1615331305,MMR -7740718,104,MMR12708,12708,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Democratic Voice of Burma,National,"On 8 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695663,104,MMR11307,11307,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Kyangin,Kyangin,18.3404,95.2391,2,Democratic Voice of Burma,National,"On 8 February 2021, in Kyangin township (Hinthada District, Ayeyarwady Region), teachers and government staff protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695921,104,MMR11276,11276,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Karen Information Center News,Subnational,"On 8 February 2021, in Kawkareik town, Kayin state, a protest was held against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695922,104,MMR11563,11563,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 8 February 2021, in Myawaddy town, Kayin state, tens of thousands marched against the military coup and in support of the civil disobedience movement. Health and education staff joined the protests. [size=tens of thousands]",0,1613533804,MMR -7695667,104,MMR11247,11247,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,1,Democratic Voice of Burma,National,"On 8 February 2021, in Maubin town, Maubin township (Maubin District, Ayeyarwady Region), tens of thousands of people including teachers and education staff protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695928,104,MMR11273,11273,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Karen Information Center News,Subnational,"On 8 February 2021, in Hlaingbwe town (Hlaingbwe Township, Hpa-An District, Kayin State), hundreds of people protested against Myanmar military coup. [size=hundreds]",0,1618490860,MMR -7695675,104,MMR11308,11308,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,2,Democratic Voice of Burma,National,"On 8 February 2021, in Myanaung township (Hinthada District, Ayeyarwady Region), teachers and government staff protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695676,104,MMR11556,11556,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,2,Democratic Voice of Burma,National,"On 8 February 2021, in Taungoo City (Taungoo District, Bago Region), nearly 200,000 people marched to protest against the military coup and in support of the civil disobedience movement. [size=nearly 200,000]",0,1618490861,MMR -7753790,104,MMR13075,13075,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 8 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1615994769,MMR -7695680,104,MMR11299,11299,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 8 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady Region), thousands people protested against the military coup. Education, health, forestry, railway, electricity department staff joined. [size=no thousands]",0,1613533804,MMR -7695685,104,MMR11244,11244,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Democratic Voice of Burma,National,"On 8 February 2021, in Chauk town, Chauk township (Magway District, Magway Region), tens of thousands people (including oil field workers) held a protest march against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695688,104,MMR11467,11467,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 8 February 2021, in Bago town, Bago Township (Bago District, Bago Region), hundreds of thousands of people (including students) protested against the Myanmar military coup and in support of the civil disobedience movement. They held placards and banners during the demonstration. [size=hundreds of thousands]",0,1618490863,MMR -7695953,104,MMR11160,11160,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Palaw,Palaw,12.969,98.6482,1,Myanmar Now,National,"On 8 February 2021, in Palaw town (Palaw Township, Myeik District, Tanintharyi Region), people including local government officials, education workers, teachers, health workers and forestry workers protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695699,104,MMR11328,11328,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 8 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup. Health and education staff joined, as did farmers. [size=no report]",0,1618490864,MMR -7695956,104,MMR11185,11185,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Myanmar Times,National,"On 8 February 2021, in Myittha town, Myittha township (Kyaukse District, Mandalay region), more than 50,000 people protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 50,000]",0,1613533804,MMR -7695705,104,MMR11309,11309,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 8 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), thousands of people (including students and government staff) protested against the military coup and in support of the civil disobedience movement. They rode motorcycles holding placards during the protest. [size=thousands]",0,1618490865,MMR -7695713,104,MMR11223,11223,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 8 February 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), hundreds of thousands of people (including government staff, private sector employees and teachers) protested against Myanmar military coup and in support of the civil disobedience movement. [size=hundreds of thousands]",0,1618490866,MMR -7801957,104,MMR11281,11281,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Network Media Group,National,"On 8 February 2021, in Nammatee town, Kachin state, people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1617737280,MMR -7695718,104,MMR11246,11246,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Democratic Voice of Burma,National,"On 8 February 2021, in Kyaukse town, Kyaukse township (Kyaukse District, Mandalay Region), more than 50,000 (including beauticians, teachers, youth) held a protest march against the military coup and in support of the civil disobedience movement. [size=more than 50,000]",0,1613533804,MMR -7695723,104,MMR11283,11283,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,1,Democratic Voice of Burma,National,"On 8 February 2021, in Shwegu town, Shwegu township (Bhamo District, Kachin State), demonstrators held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695726,104,MMR11500,11500,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Okekan,17.497,95.8607,1,Democratic Voice of Burma,National,"On 8 February 2021, in Okekan town, Taikkyi township (Yangon (North) District, Yangon Region), about 2,000 locals (including students) held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=about 2,000]",0,1618490868,MMR -7695984,104,MMR11271,11271,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Network Media Group,National,"On 8 February 2021, in Bhamo town, Kachin state, people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695729,104,MMR11141,11141,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 8 February 2021, in Meiktila town, Meiktila township (Meiktila District, Mandalay Region), hundreds of thousands of people marched to protest against the military coup and in support of the civil disobedience movement. They held placards and chanted slogans calling for the release of those detained by the military. [size=hundreds of thousands]",0,1613533804,MMR -7695987,104,MMR11274,11274,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Network Media Group,National,"On 8 February 2021, in Hpakant town, Kachin state, people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7718005,104,MMR11719,11719,8-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Hopin,24.9918,96.5302,1,Shan Herald Agency for News; Myanmar Now,National,"Around 8 February 2021 (from 7 - 9 February), in Hopin town (Hopin Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7718006,104,MMR11723,11723,8-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,1,Shan Herald Agency for News; Myanmar Now,National,"Around 8 February 2021 (between 7 - 9 February), in Tanai town (Tanai Township, Myitkyina District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695735,104,MMR11277,11277,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 8 February 2021, in Mogoke town, Mogoke township (Pyin Oo Lwin district, Mandalay Region), tens of thousands of people protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490871,MMR -7695736,104,MMR11218,11218,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Myitnge,21.8542,96.0686,2,Democratic Voice of Burma,National,"On 8 February 2021, in Myitnge township (Amarapura District, Mandalay state), nearly 500 railway factory workers marched in protest against the military coup and in support of the civil disobedience movement. [size=nearly 500]",0,1613533804,MMR -7695738,104,MMR11525,11525,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar); Health Workers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 8 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), around 300,000 people (including students, education staff and teachers, health workers, government staff) protested against the Myanmar military coup and in support of the civil disobedience movement. They held placards during the demonstration. [size=around 300,000]",0,1613533804,MMR -7695739,104,MMR11168,11168,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,1,Democratic Voice of Burma,National,"On 8 February 2021, in Natogyi town (Natogyi Township, Myingyan District, Mandalay Region), locals including civil servants from various departments held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695995,104,MMR11187,11187,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Radio Free Asia,Regional,"On 8 February 2021, in Yebyu township (Dawei District, Tanintharyi region), demonstrators marched on the streets to protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695996,104,MMR11189,11189,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Radio Free Asia,Regional,"On 8 February 2021, in Tachileik town, Tachileik township (Tachileik District, Shan state), locals demonstrated against the military dictatorship and in support of the civil disobedience movement. [size=no report]",0,1618490875,MMR -7695998,104,MMR11406,11406,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Mon Ethnic Group (Myanmar); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 8 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), ethnic Mon youth protested in front of the Mon Unity Party's headquarters, demanding the party to reconsider its decision to accept an offer from the military to join the State Administration Council. Further, tens of thousands of people (including NLD supporters, social relief groups, civil society groups) held a march, or rode drives and motorcycles, in protest of the military coup and in support of the civil disobedience movement. In the evening, people carried out pot-banging protests from their homes across the city as part of the daily demonstrations against the coup. [size=tens of thousands]",0,1613533804,MMR -7695743,104,MMR11235,11235,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Democratic Voice of Burma,National,"On 8 February 2021, in Pyin Oo Lwin town, in Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), more than 50,000 people against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 50,000]",0,1618490876,MMR -7695999,104,MMR11188,11188,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,1,Radio Free Asia,Regional,"On 8 February 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan state), locals demonstrated against the military dictatorship and in support of the civil disobedience movement. [size=no report]",0,1618490876,MMR -7695747,104,MMR11589,11589,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Democratic Voice of Burma,National,"On 8 February 2021, in Mogaung town, Mogaung township (Mohnyin District, Kachin State), demonstrators held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695749,104,MMR11289,11289,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 8 February 2021, in Wundwin town, Wundwin township (Meiktila District, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696008,104,MMR11444,11444,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Thayetchaung,Thayetchaung,13.8673,98.2596,2,Radio Free Asia,Regional,"On 8 February 2021, in Thayetchaung township (Dawei District, Tanintharyi region), demonstrators marched on the streets to protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695753,104,MMR11330,11330,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar); Labour Group (Myanmar); Refugees/IDPs (Myanmar); LGBT (Myanmar); Kachin Ethnic Group (Myanmar); Shanni Ethnic Group (Myanmar); Muslim Group (Myanmar); Hindu Group (Myanmar); Christian Group (Myanmar); KBC: Kachin Baptist Convention; Buddhist Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 8 February 2021, in Myitkyina city (Myitkyina township, Myitkyina district, Kachin state), several groups of people demonstrated against the military coup. The KBC, doctors, teachers, students, railway workers and those from other government ministries, IDP youth, Muslim, Christian, Hindus, monks, Kachin, Shanni, LGBT all participated. [size=no report]",0,1613533804,MMR -7696009,104,MMR11443,11443,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Kamma,Kamma,19.0289,95.0959,2,Radio Free Asia,Regional,"On 8 February 2021, in Kamma township (Thayet District, Magway region), demonstrators marched on the streets to protest against Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute. [size=no report]",0,1613533804,MMR -7695757,104,MMR11174,11174,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Lawyers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Democratic Voice of Burma,National,"On 8 February 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), people demonstrated against the military coup. GAD, the rural development department, lawyers, the fire department, Myanmar economic bank, government technical college staff joined the protests. [size=no report]",0,1613533804,MMR -7696020,104,MMR11435,11435,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Aid Workers (Myanmar); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 8 February 2021, in Muse town (Muse Township, Muse District, Shan State), tens of thousands of people including aid workers and members of NLD protested against Myanmar military coup. An aid worker and NLD member were arrested after the protest. [size=tens of thousands]",0,1618490881,MMR -7695766,104,MMR11290,11290,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Democratic Voice of Burma,National,"On 8 February 2021, in Ye town, Ye township (Mawlamyine District, Mon State), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695769,104,MMR11552,11552,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Democratic Voice of Burma,National,"On 8 February 2021, in Demoso town, Demoso township (Loikaw District, Kayah State), demonstrators held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695771,104,MMR11275,11275,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Bawlake,Hpasawng,Hpasawng,18.8333,97.2666,1,Democratic Voice of Burma,National,"On 8 February 2021, in Hpasawng town, Hpasawng township (Bawlake District, Kayah State), demonstrators held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695772,104,MMR11460,11460,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 8 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 300,000 people including civil servants and students demonstrated against Myanmar military coup. [size=about 300,000]",0,1613533804,MMR -7696028,104,MMR11425,11425,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), civilians protested against Myanmar military coup. Protesters help up three-fingers salutes and placards with words 'reject military', 'save Myanmar' and 'no military dictatorship. [size=no report]",0,1618490885,MMR -7695775,104,MMR11234,11234,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 8 February 2021, in Loikaw town, Loikaw township (Loikaw District, Kayah State), tens of thousands of people held a protest march against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7696032,104,MMR11278,11278,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Mongmit,23.1097,96.6691,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Mongmit township, Shan state, there was a demonstration against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490886,MMR -7696037,104,MMR11282,11282,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Namtu township, Shan state, over 1,000 protesters demonstrated against the military coup as part of the civil disobedience movement. [size=over 1,000]",0,1618490888,MMR -7695783,104,MMR11429,11429,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar); Pa-Oh Ethnic Group (Myanmar); Mon Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 8 February 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), hundreds of thousands of people (including ethnic Kayin, Pa-Oh and Mon people) held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They held placards and banners during the march. [size=hundreds of thousands]",0,1618490890,MMR -7695784,104,MMR11371,11371,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Pale,21.9341,94.8748,1,Democratic Voice of Burma,National,"On 8 February 2021, in Pale town (Pale Township, Yinmarbin District, Sagaing Region), thousands of locals including teachers and government staff held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7696040,104,MMR11320,11320,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Nawnghkio (or Naung Cho) township (Kyaukme, Shan state), there was a demonstration against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490891,MMR -7695785,104,MMR11304,11304,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Pwintbyu,20.3633,94.6693,1,Democratic Voice of Burma,National,"On 8 February 2021, in Pwintbyu town, Pwintbyu township (Minbu District, Magway Region), locals including government staff held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute during the march. [size=no report]",0,1613533804,MMR -7696041,104,MMR11242,11242,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Manton township, Shan state, staff of the public hospital demonstrated as part of the civil disobedience movement. [size=no report]",0,1618490892,MMR -7696044,104,MMR11279,11279,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Namhkan township, Shan state, thousands demonstrated against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490895,MMR -7696047,104,MMR11325,11325,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Lashio township, Shan state, tens of thousands demonstrated against the military coup and in support of the civil disobedience movement. Protesters gathered in front of Lashio University, marched around the city, and in the morning were joined by around 30 lawyers. [size=tens of thousands]",0,1618490895,MMR -7696048,104,MMR11280,11280,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Namhsan township, Shan state, around 100 locals demonstrated against the military coup and in support of the civil disobedience movement. [size=around 100]",0,1618490896,MMR -7740849,104,MMR11421,11421,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Taikkyi,17.3126,95.9634,1,Democratic Voice of Burma,National,"On 8 February 2021, in Taikkyi town, Taikkyi township (Yangon (North) District, Yangon Region), locals including health workers, teachers and other civil servants from Forestry Department, Irrigation Department, Railway Department, Land Record Department and General Administration Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490897,MMR -7696050,104,MMR11284,11284,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Tangyan township, Shan state, there was a demonstration against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490898,MMR -7696052,104,MMR11479,11479,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Kutkai township, Shan state, around 1,000 locals demonstrated against the military coup and in support of the civil disobedience movement. [size=around 1,000]",0,1618490899,MMR -7696058,104,MMR11523,11523,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Kyaukme township (Kyaukme District, Shan State), civilians protested against Myanmar military coup holding up three-fingers salute. [size=no report]",0,1618490903,MMR -7695803,104,MMR11531,11531,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 8 February 2021, in Yinmarbin town, Yinmarbin township (Yinmarbin District, Sagaing Region), about 5,000 people protested against the military coup and in support of the civil disobedience movement. [size=about 5,000]",0,1613533804,MMR -7696060,104,MMR11321,11321,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Hopang,Hopang,Hopang,23.4254,98.7503,2,Shwe Phee Myay News Agency,Subnational,"On 8 February 2021, in Hopang (or Ho Pan) township, Shan state, there was a demonstration against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490904,MMR -7695805,104,MMR11302,11302,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Democratic Voice of Burma,National,"On 8 February 2021, in Homalin town, Homalin township (Hkamti District, Sagaing Region), locals including teachers and government staff held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute during the march. [size=no report]",0,1613533804,MMR -7695808,104,MMR11522,11522,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Indaw,Indaw,24.2225,96.1416,1,Democratic Voice of Burma,National,"On 8 February 2021, in Indaw town, Indaw township (Katha District, Sagaing region), more than 10,000 people held a protest march against Myanmar military coup and in support of the civil disobedience movement. They chanted slogans and held placards calling for the release of the State Counsellor. [size=more than 10,000]",0,1613533804,MMR -7740619,104,MMR12894,12894,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 8 February 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490906,MMR -7695819,104,MMR11526,11526,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,1,Democratic Voice of Burma,National,"On 8 February 2021, in Kyauk Maung ward, Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), youth held a protest against the Myanmar military coup and in support of the civil disobedience movement. They held placards during the demonstration. [size=no report]",0,1618490906,MMR -7695823,104,MMR11503,11503,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 8 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), about 100,000 people protested against the military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1613533804,MMR -7695825,104,MMR11521,11521,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Taikkyi,Ahpyauk,17.3824,95.6934,1,Democratic Voice of Burma,National,"On 8 February 2021, in Ahpyauk town, Taikkyi township (Yangon (North) District, Yangon Region), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490907,MMR -7696081,104,MMR11176,11176,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Paung,Paung,16.6175,97.4585,2,VOA,International,"On 8 February 2021, in Paung township (Thaton District, Mon State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7696082,104,MMR11599,11599,8-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Gwa,17.5925,94.5722,2,VOA,International,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0,1613533805,MMR -7695827,104,MMR11430,11430,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,1,Democratic Voice of Burma,National,"On 8 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), more than 100,000 people including government staff protested against the military coup and in support of the civil disobedience movement. [size=more than 100,000]",0,1613533804,MMR -7695828,104,MMR11287,11287,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Democratic Voice of Burma,National,"On 8 February 2021, in Thazi town, Thazi township (Meiktila District, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7696088,104,MMR11601,11601,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,VOA,International,"On 8 February 2021, in Bilin township (Thaton District, Mon State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7695833,104,MMR11401,11401,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Democratic Voice of Burma,National,"On 8 February 2021, in Salingyi township (Monywa District, Sagaing Region), copper mine workers under Myanmar Yang Tse Copper Limited gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. They raised the three-finger salute. [size=no report]",0,1613533804,MMR -7696091,104,MMR11180,11180,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,2,VOA,International,"On 8 February 2021, in Thaton township (Thaton District, Mon State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7695837,104,MMR11288,11288,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thingangyun,Thingangyun,16.831,96.1932,2,Democratic Voice of Burma,National,"On 8 February 2021, in Thingangyun township (Yangon (East) District, Yangon Region), pro-military groups gathered in front of Thuwanna Stadium in support of the military coup. They raised five fingers and held signs saying 'STOP'. [size=no report]",0,1618490910,MMR -7695839,104,MMR11530,11530,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Democratic Voice of Burma,National,"On 8 February 2021, in Wetlet town, in Wetlet township (Shwebo District, Sagaing Region), around 2,000 locals staged a protest against the Myanmar military coup and in support of the civil disobedience movement. They raised the three-finger salute and held placards. [size=around 2,000]",0,1613533804,MMR -7696095,104,MMR11602,11602,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,VOA,International,"On 8 February 2021, in Kyaikto township (Thaton District, Mon State), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7695840,104,MMR11478,11478,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Democratic Voice of Burma,National,"On 8 February 2021, in Kungyangon township (Yangon (South) District, Yangon Region), tens of thousands of people held a protest march to the township police station against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490911,MMR -7696097,104,MMR11548,11548,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,2,VOA,International,"On 8 February 2021, in Toungup township (Thandwe District, Rakhine State), about 1,000 people staged a demonstration in support of the Myanmar military. They expressed support for the appointment an ANP spokesperson to the State Administrative Council formed by the military. [size=about 1,000]",0,1613533805,MMR -7695842,104,MMR11579,11579,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 8 February 2021, in Kyauktada township (Yangon (West) District, Yangon region), hundreds of thousands of people marched to Sule Pagoda to protest against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted 'No military dictatorship', 'release Daw Aung San Suu Kyi', 'Our President, U Win Myint,' and 'Give People's Power to People'. [size=hundreds of thousands]",0,1618490911,MMR -7695844,104,MMR11524,11524,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Mingin,Mingin,22.8778,94.4941,1,Democratic Voice of Burma,National,"On 8 February 2021, in Mingin town, Mingin township (Kale District, Sagaing Region), tens of thousands of people marched to protest against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7696100,104,MMR11181,11181,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,2,VOA,International,"On 8 February 2021, in Tamu township (Tamu District, Sagaing Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7815141,104,MMR11475,11475,8-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Myanmar Times; Eleven Media Group; Channel News Asia,National-International,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0,1618442041,MMR -7718118,104,MMR11720,11720,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 8 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490911,MMR -7695847,104,MMR11397,11397,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); SNLD: Shan Nationalities League for Democracy; NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Monghsat,Mongton,Mongton,20.2961,98.8972,2,Democratic Voice of Burma,National,"On 8 February 2021, in Mongton township (Monghsat District, Shan State), at least about 50 locals including teachers, NLD youth members and about 50 SNLD youth members protested against the military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute. [size=at least about 50]",0,1618490912,MMR -7696103,104,MMR11549,11549,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,VOA,International,"On 8 February 2021, in Kale township (Kale District, Sagaing Region), around 100,000 locals protested against the military coup and in support of the civil disobedience movement. Police were deployed at the scene but did not intervene. [size=around 100,000]",0,1613533805,MMR -7815145,104,MMR11133,11133,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Lawyers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Irrawaddy,National,"On 8 February 2021, in Yangon City (Yangon Region), about 700,000 people (including members of Yangon University Students' Union, government staff, lawyers) protested in downtown Yangon against the Myanmar military coup and in support of the civil disobedience movement. They also called for the release of the detained State Counsellor and President. People with about 30 motorcycles and workers from a GRAB, food panda with bike cycles drove around the city to protest [size=about 700,000]",0,1618442041,MMR -7815150,104,MMR11457,11457,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Aid Workers (Myanmar); Health Workers (Myanmar); Labour Group (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 8 February 2021, in Mandalay City (Mandalay District, Mandalay Region), hundreds of thousands of people (including firefighters, monks, health workers, teachers, government staff) protested against the Myanmar military coup and in support of the civil disobedience movement. In addition, local humanitarian organizations also drove 100 ambulances around the city as part of the protest. [size=hundreds of thousands]",0,1618442041,MMR -7695858,104,MMR11595,11595,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 8 February 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), nearly tens of thousands of people (including students) held a protest march against the military coup and in support of the civil disobedience movement. They chanted slogans demanding for the release of those detained by the military, including the State Counsellor. [size=nearly tens of thousands]",0,1613533804,MMR -7695603,104,MMR11140,11140,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Myanmar Times; Eleven Media Group,National,"On 8 February 2021, in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), citizens rallied in front of Hinthada Court to demand the release of citizens arrested for pot-banging. Afterwards, arrested citizens were released. [size=no report]",0,1613533804,MMR -7718134,104,MMR11722,11722,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 8 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490915,MMR -7695867,104,MMR11146,11146,8-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Launglon,Launglon,13.9755,98.1204,2,Democratic Voice of Burma,National,"On 8 February 2021, in Launglon township (Dawei District, Tanintharyi Region), about 200 local farmers protested against the military coup and in support of the civil disobedience movement. They held placards calling for the release of the detained President and State Counsellor. [size=about 200]",0,1613533804,MMR -7718146,104,MMR11717,11717,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 7 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), locals including government staff protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490919,MMR -7695619,104,MMR11440,11440,7-Feb-21,2021,1,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Democratic Voice of Burma; Myanmar Times; Eleven Media Group,National,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0,1613533804,MMR -7695622,104,MMR11456,11456,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; Mizzima,National,"On 7 February 2021, in Kyauktada township (Yangon (West) District, Yangon Region), thousands of people led by ABFSU and University Student Union members marched in two groups from Hledan Junction and also from Tamwe Market to Mahabandoola Park to protest against the Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490920,MMR -7695647,104,MMR11258,11258,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,2,Chinland Guardian,Subnational,"On 7 February 2021, in Falam township (Falam District, Chin State), thousands of people held a protest march against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7718175,104,MMR11718,11718,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,2,Democratic Voice of Burma,National,"On 7 February 2021, in Thayet township (Thayet District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7760928,104,MMR13601,13601,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Kalaw,Aungpan,20.6612,96.6358,1,Democratic Voice of Burma,National,"On 7 February 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement [size=no report]",0,1618490922,MMR -7695653,104,MMR11259,11259,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,2,Chinland Guardian,Subnational,"On 7 February 2021, in Hakha township (Hakha District, Chin State), over 3,000 people held a silent march against the military coup and in support of the civil disobedience movement. [size=over 3,000]",0,1613533804,MMR -7695656,104,MMR11248,11248,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,2,Democratic Voice of Burma,National,"On 7 February 2021, in Hinthada township (Hinthada District, Ayeyarwady Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695913,104,MMR11318,11318,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,1,Kantarawaddy Times,National,"On 7 February 2021, in Pekon (or Pehkone) town, Taungyi District, Shan state, around 2,000 people protested against the military coup and in support of the civil disobedience movement. [size=around 2,000]",0,1618490922,MMR -7695915,104,MMR11505,11505,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Kantarawaddy Times,Subnational,"On 7 February 2021, in Demoso township, Kayah state, agriculture staff protested against the military coup and in support of the civil disobedience movement. They gathered with signs showing red ribbons. [size=no report]",0,1613533804,MMR -7695916,104,MMR11216,11216,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 7 February 2021, in Loikaw town, Kayah state, thousands protested in cars and motorcycles around the town against the military coup. [size=thousands]",0,1613533804,MMR -7695917,104,MMR11319,11319,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Bawlake,Mese,Mese,18.6706,97.6644,2,Kantarawaddy Times,Subnational,"On 7 February 2021, in Mese (or Mehset) township, Kayah state, agriculture staff protested against the military coup and in support of the civil disobedience movement. They gathered with signs showing red ribbons. [size=no report]",0,1613533804,MMR -7695662,104,MMR11261,11261,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Ingapu,Ingapu,17.8098,95.2692,2,Democratic Voice of Burma,National,"On 7 February 2021, in Ingapu township (Hinthada District, Ayeyarwaddy Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695918,104,MMR11298,11298,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Bawlake,Bawlake,Bawlake,19.1741,97.3373,2,Kantarawaddy Times,Subnational,"On 7 February 2021, in Bawlake township, Kayah state, agriculture staff protested against the military coup and in support of the civil disobedience movement. They gathered with signs showing red ribbons. [size=no report]",0,1613533804,MMR -7695664,104,MMR11263,11263,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 7 February 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), people rode on motorcycles and protested against the Myanmar military coup and in support of the civil disobedience movement. They held up the three-finger salute during the protest. [size=no report]",0,1613533804,MMR -7695668,104,MMR11264,11264,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,1,Democratic Voice of Burma,National,"On 7 February 2021, in Maubin town, Maubin township (Maubin District, Ayeyarwady Region), tens of thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695673,104,MMR11265,11265,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,2,Democratic Voice of Burma,National,"On 7 February 2021, in Myanaung township (Hinthada District, Ayeyarwady Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695679,104,MMR11227,11227,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 7 February 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady Region), more than 50,000 people protested against the military coup. Education, health, forestry, railway, electricity department staff joined. [size=more than 50,000]",0,1613533804,MMR -7695687,104,MMR11455,11455,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 7 February 2021, in Bago town, Bago Township (Bago District, Bago Region), more than 30,000 people marched from Shwemawdaw Pagoda into the city in protest against the Myanmar military coup and in support of the civil disobedience movement. [size=more than 30,000]",0,1618490929,MMR -7695947,104,MMR11426,11426,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Mizzima,National,"On 7 February 2021, in Kamayut township (Yangon (West) District, Yangon Region), protesters gathered to rally against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490931,MMR -7695949,104,MMR11354,11354,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,Pyin Oo Lwin,22.035,96.4568,1,Myanmar Labour News,National,"On 7 February 2021, in Pyin Oo Lwin town (Pyin Oo Lwin Township, Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490931,MMR -7695950,104,MMR11355,11355,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 7 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695700,104,MMR11329,11329,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Minhla,Minhla,17.9791,95.7063,2,Democratic Voice of Burma,National,"On 7 February 2021, in Minhla township (Thayet district, Bago region), locals demonstrated against the military coup. Health and education staff joined, as did farmers. [size=no report]",0,1618490932,MMR -7695704,104,MMR11266,11266,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 7 February 2021, in Nyaunglebin town, Nyaunglebin township (Bago District, Bago Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490933,MMR -7695707,104,MMR11230,11230,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Paungde,Paungde,18.4917,95.5059,1,Democratic Voice of Burma,National,"On 7 February 2021, in Paungde town, Paungde township (Pyay district, Bago Region), more than 5,000 people protested against the military coup and in support of the civil disobedience movement. [size=more than 5,000]",0,1618490934,MMR -7740767,104,MMR12705,12705,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Democratic Voice of Burma,National,"On 7 February 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), locals held a protest march against the military coup and in support of the civil disobedience movement. [size=no report]",0,1615331305,MMR -7695715,104,MMR11452,11452,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Taungoo,Taungoo,18.9429,96.4341,2,Democratic Voice of Burma,National,"On 7 February 2021, in Taungoo township (Taungoo District, Bago Region), thousands of motorcyclists protested against the military coup and in support of the civil disobedience movement. They raised the three-finger salute during the protest. [size=thousands]",0,1618490936,MMR -7695971,104,MMR11612,11612,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 7 February 2021, in Sagaing town, Sagaing township (Sagaing District, Sagaing region), demonstrators including youth riding on motorcycles protested against Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute. [size=no report]",0,1613533804,MMR -7695975,104,MMR11217,11217,7-Feb-21,2021,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Laung Zin,20.4077,92.8407,2,Narinjara News,Subnational,"On 7 February 2021, near Laung Zin village (Rathedaung Township, Sittwe District, Rakhine State), two young men travelled from Laung Zin to Kan Pyin village and went missing. It is suspected that they were kidnapped by an armed group.",0,1613533804,MMR -7695720,104,MMR11270,11270,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Democratic Voice of Burma,National,"On 7 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), people protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695980,104,MMR11513,11513,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Narinjara News,Subnational,"On 7 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 1000 people protested against the State Administrative Council formed by the Myanmar military and Rakhine State Administrative Council. [size=about 1000]",0,1613533804,MMR -7695982,104,MMR11417,11417,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,2,Network Media Group,National,"On 7 February 2021, in Taunggyi township (Taunggyi District, Shan State), thousands of people held a protest against the military coup and in support of the civil disobedience movement. As well, teachers and staff from Education Department organized red ribbon movement, holding signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup.[size=thousands]",0,1618490939,MMR -7695986,104,MMR11422,11422,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group,National,"On 7 February 2021, in Myitkyina city, Kachin state, people protested against the military coup and in support of the civil disobedience movement by riding motorcycles around the city. [size=no report]",0,1613533804,MMR -7695734,104,MMR11237,11237,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 7 February 2021, in Mogoke town, Mogoke township (Pyin Oo Lwin district, Mandalay Region), thousands of people including monks protested against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490940,MMR -7695741,104,MMR11260,11260,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Democratic Voice of Burma,National,"On 7 February 2021, in Hpakant town, Hpakant township (Mohnyin District, Kachin State), thousands of people protested against the military coup and in support of the civil disobedience movement. [size=thousands]",0,1613533804,MMR -7718269,104,MMR11713,11713,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 7 February 2021, in Chauk township (Magway District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7695758,104,MMR11262,11262,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,1,Democratic Voice of Burma,National,"On 7 February 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U District, Mandalay Region), nearly 5,000 people protested against the military coup and in support of the civil disobedience movement. They raised the three-finger salute during the protest. [size=nearly 5,000]",0,1613533804,MMR -7695762,104,MMR11581,11581,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,1,Democratic Voice of Burma,National,"On 7 February 2021, in Puta-O town (Puta-O District, Kachin state), more than 100 people led by youth activists rode motorcycle and carried out pot-banging in protest against the military coup and in support of the civil disobedience movement. [size=more than 100]",0,1613533804,MMR -7695795,104,MMR11269,11269,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Yesagyo,Yesagyo,21.6335,95.2417,1,Democratic Voice of Burma,National,"On 7 February 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), tens of thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490947,MMR -7695798,104,MMR11448,11448,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 7 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 300,000 people including civil servants and students demonstrated against Myanmar military coup. [size=about 300,000]",0,1613533804,MMR -7695802,104,MMR11393,11393,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Democratic Voice of Burma,National,"On 7 February 2021, in Banmauk town (Banmauk Township, Katha District, Sagaing Region), people protested against Myanmar military coup. [size=no report]",0,1613533804,MMR -7695804,104,MMR11239,11239,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Democratic Voice of Burma,National,"On 7 February 2021, in Homalin town, Homalin township (Hkamti District, Sagaing Region), more than 5,000 people including farmers and teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute during the march. [size=more than 5,000]",0,1613533804,MMR -7695817,104,MMR11469,11469,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 7 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), hundreds of thousands of people (including students, youth, activists) protested against the Myanmar military coup and in support of the civil disobedience movement. They held placards during the demonstration. Some rode motorcycles around the town. [size=hundreds of thousands]",0,1613533804,MMR -7695820,104,MMR11267,11267,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Thaketa,Thaketa,16.793,96.203,2,Democratic Voice of Burma,National,"On 7 February 2021, in Thaketa township (Yangon (East) District, Yangon Region), thousands of people marched in protest against Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618490951,MMR -7696080,104,MMR11182,11182,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,VOA,International,"On 7 February 2021, in Bagan town, Nyaung-U township (Nyaung-U District, Mandalay Region), about 100,000 people protested against the military coup and in support of the civil disobedience movement. [size=about 100,000]",0,1613533805,MMR -7718353,104,MMR11715,11715,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 7 February 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), people held a protest march against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7696085,104,MMR11184,11184,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,VOA,International,"On 7 February 2021, in Myaungmya town, Myaungmya Township (Myaungmya District, Ayeyarwady Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7696087,104,MMR11183,11183,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,2,VOA,International,"On 7 February 2021, in Pyay township (Pyay District, Bago Region), tens of thousands of locals protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618490953,MMR -7696094,104,MMR11627,11627,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,2,VOA,International,"On 7 February 2021, in Myeik township (Myeik District, Tanintharyi Region), at least 1,000 riding motorcycles protested against the military coup and in support of the civil disobedience movement. [size=at least 1,000]",0,1613533805,MMR -7696098,104,MMR11517,11517,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,VOA,International,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), members of USDP gathered for a pro-military rally in support of the Myanmar military coup. [size=no report]",0,1613533805,MMR -7696105,104,MMR11398,11398,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,2,VOA,International,"On 7 February 2021, in Taungdwingyi township (Magway District, Magway Region), locals riding in around 150 cars protested against the military coup and in support of the civil disobedience movement. [size=at least around 150]",0,1613533805,MMR -7695850,104,MMR11434,11434,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 7 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), tens of thousands of people protested against the military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1613533804,MMR -7695851,104,MMR11238,11238,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Nyaung Pin Gyi Taw,22.2347,95.8386,1,Democratic Voice of Burma,National,"On 7 February 2021, in Nyaung Pin Gyi Taw village, Wetlet township (Shwebo District, Sagaing Region), farmers gathered to protest against Myanmar military coup and in support of the civil disobedience movement. They held placards and raised the three-finger salute. [size=no report]",0,1613533804,MMR -7718133,104,MMR11716,11716,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 7 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490956,MMR -7815160,104,MMR11424,11424,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Democratic Voice of Burma,National,"On 7 February 2021, in Mandalay City (Mandalay District, Mandalay Region), hundreds of thousands people (including monks, students) protested against the Myanmar military coup and in support of the civil disobedience movement. They marched through the city and chanted slogans. [size=hundreds of thousands]",0,1618442041,MMR -7695865,104,MMR11251,11251,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Kani,Kani,22.4329,94.8485,2,Democratic Voice of Burma,National,"On 7 February 2021, in Kani township (Yinmarbin District, Sagaing Region), about 300 teachers protested against the military coup and in support of the civil disobedience movement. [size=about 300]",0,1613533804,MMR -7695611,104,MMR11232,11232,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Democratic Voice of Burma; Shwe Phee Myay News Agency,Subnational-National,"On 7 February 2021, in Lashio town (Lashio township, Shan state), over 200 locals in cars and motorcycles protested against the military coup and in support of the civil disobedience movement. About 3,000 demonstrators including students protested in front of Lashio University. [size=over 3,200]",0,1618490958,MMR -7695612,104,MMR11268,11268,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Thanlyin,Thanlyin,16.7638,96.2518,2,Democratic Voice of Burma; Myanmar Now,National,"On 7 February 2021, in Thanlyin township (Yangon (South) District, Yangon Region), around 1,000 people protested against the Myanmar military coup and in support of the civil disobedience movement. [size=around 1,000]",0,1618490958,MMR -7815165,104,MMR11404,11404,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,VOA,International,"On 7 February 2021, in Nay Pyi Taw, thousands of people protested against Myanmar military coup and in support of the civil disobedience movement. [size=thousands]",0,1618442041,MMR -7815166,104,MMR11714,11714,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Irrawaddy,National,"On 7 February 2021, in Mandalay city (Mandalay region), state railway staff joined the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618442041,MMR -7815167,104,MMR11233,11233,7-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Democratic Voice of Burma,National,"On 7 February 2021, in Yangon City (Yangon Region), tens of thousands of students and youth protested against the Myanmar military coup and in support of the civil disobedience movement. [size=tens of thousands]",0,1618442041,MMR -7815170,104,MMR11410,11410,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,VOA; Frontier Myanmar,National-International,"On 6 February 2021, in Mandalay City, Mandalay Township (Mandalay District, Mandalay Region), hundreds of people on motorcycles rode along the streets and around the Royal Palace protested against Myanmar military coup and in support of the civil disobedience movement. They waved the NLD flags and held up the three-finger salute. [size=hundreds]",0,1618442041,MMR -7815172,104,MMR11391,11391,6-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,7Day News,National,"Around 6 February 2021 (from 4 - 8 February), in Yangon city (Yangon region), some Myanmar military supporters drove around the city carrying the Myanmar national flag. The movement raised concerns over possible clashes with other protesters opposing the Myanmar military coup. [size=no report]",0,1618442041,MMR -7695624,104,MMR11459,11459,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Frontier Myanmar; Radio Free Asia,National-Regional,"On 6 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 500-1,000 people riding motorcycles protested against the Myanmar military coup and in support of the civil disobedience movement. [size=about 500-1,000]",0,1613533804,MMR -7815179,104,MMR11130,11130,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Labour Group (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Irrawaddy,National,"On 6 February 2021, in Yangon City (Yangon Region), tens of thousands of demonstrators including workers, students, government employees protested against the Myanmar military coup and in support of the civil disobedience movement. They marched through the city chanting slogans and held placards calling for the release of the detained State Counsellor and President. Riot police were heavily deployed around downtown Yangon (including Hledan, Kamayut township) but did not intervene. [size=tens of thousands]",0,1618442041,MMR -7695884,104,MMR11568,11568,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Munaung,Munaung,18.8551,93.7215,1,Development Media Group,Subnational,"On 6 February 2021, in Munaung town, Munaung township (Kyaukpyu District, Rakhine State), six youth members of the NLD protested against the military coup and in support of the civil disobedience movement. They also demanded the immediate release of the detained President and State Counsellor. Three members were arrested by the police later that day, where the police allegedly attempted to make them sign pledges not to hold any further protests. [size=6]",0,1613533804,MMR -7695891,104,MMR11416,11416,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Eleven Media Group,National,"On 6 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), teachers and staff from Education Department organized red ribbon movement, holding signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=about 100]",0,1618490966,MMR -7695894,104,MMR11451,11451,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group,National,"On 6 February 2021, in Monywa city (Monywa Township, Monywa District, Sagaing Region), young people and students from Monywa Economics University Student Union, Monywa University Student Union, Monywa Technological Student Union and Shwebo Technological College Student Union protested. Protesters held posters calling to 'protect democracy' and 'oppose military dictatorship'. [size= no report]",0,1613533804,MMR -7695897,104,MMR11127,11127,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group,National,"On 6 February 2021, in Pakokku town (Pakokku Township, Pakokku District, Magway Region), about 20 people including students protested against Myanmar military coup. Protesters held Student Union flags and carried posters chanting 'No military dictatorship', 'reject military dictatorship' and called to respect citizens' votes. [size=about 20]",0,1613533804,MMR -7718172,104,MMR11712,11712,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 6 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618490973,MMR -7695902,104,MMR11144,11144,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Independent Mon News Agency,National,"On 6 February 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), hundreds of NLD members and residents held a sit-in overnight in front of a police station to protest against the detention of two local NLD chairperson and vice chairperson, who were taken away earlier in the evening. They held up the three-finger salute against the military coup and in support of the civil disobedience movement. [size=hundreds]",0,1613533804,MMR -7695650,104,MMR11257,11257,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,3,Chinland Guardian,Subnational,"On 6 February 2021, locals held a pot-banging protest in the evening in Chin State (coded as Hakha) against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7695690,104,MMR11241,11241,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Kyauktaga,18.1587,96.6139,2,Democratic Voice of Burma,National,"On 6 February 2021, in Kyauktaga township (Bago District, Bago Region), local health workers staged protests against Myanmar military coup and in support of the civil disobedience movement. They held banners and placards and raised the three-finger salute. [size=no report]",0,1618490983,MMR -7695976,104,MMR11576,11576,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 6 February 2021, in Sittwe city (Sittwe Township, Sittwe District, Rakhine State), about 100 people staged a demonstration in support of Myanmar military coup. [size=about 100]",0,1613533804,MMR -7761002,104,MMR13600,13600,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Irrawaddy,National,"On 6 February 2021, in Pyay township (Pyay District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. [size=no report]",0,1618490992,MMR -7718323,104,MMR11711,11711,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 6 February 2021, in Chauk township (Magway District, Magway Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7695797,104,MMR11447,11447,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Former Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Democratic Voice of Burma,National,"On 6 February 2021, in Magway city (Magway Township, Magway District, Magway Region), about 30,000 people including civil servants, a former Magway Region minister, and students demonstrated against Myanmar military coup. [size=about 30,000]",0,1613533804,MMR -7696070,104,MMR11229,11229,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shwe Phee Myay News Agency,Subnational,"On 6 February 2021, in Lashio town (Lashio township, Shan state), youth riding motorcycles protested against the military coup and in support of the civil disobedience movement. In the morning, elementary teachers protested in Independence Park. In the afternoon, over 250 students and other locals protested at the entrance to Lashio university. [size=over 250]",0,1618491038,MMR -7696096,104,MMR11419,11419,6-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,VOA,International,"On 6 February 2021, in Dawei town, Dawei township (Dawei District, Tanintharyi Region), locals protested against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533805,MMR -7815189,104,MMR11408,11408,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Ma Ba Tha: Association for the Protection of Nationality and Religion; Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Eleven Media Group,National,"On 5 February 2021, in Mandalay city (Mandalay region), people including Buddhist monks and members of Ma Ba Tha rallied and held a public talk in support of Myanmar military coup. [size=no report]",0,1618442041,MMR -7815192,104,MMR11121,11121,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,VOA; Myanmar Labour News,National-International,"On 5 February 2021, in Yangon city (Yangon region), teachers from Yangon Education University rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. In the evening, civilians carried out pan-banging protest to oppose the coup. [size= no report]",0,1618442041,MMR -7695645,104,MMR11256,11256,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,3,Chinland Guardian,Subnational,"On 5 February 2021, locals held a pot-banging protest in the evening in Chin State (coded as Hakha) against the military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7815203,104,MMR11060,11060,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,VOA; Democratic Voice of Burma,National-International,"On 5 February 2021, in Nay Pyi Taw, government staff from different ministries including Ministry of Electricity and Power rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1618442041,MMR -7695655,104,MMR11231,11231,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,2,Democratic Voice of Burma,National,"On 5 February 2021, in Hinthada township (Hinthada District, Ayeyarwady Region), more than 100 people on motorcycles protested against the military coup and in support of the civil disobedience movement. [size=more than 100]",0,1613533804,MMR -7695914,104,MMR11228,11228,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 5 February 2021, in Loikaw town, Kayah state, staff from the state health department protested against the military coup and in support of the civil disobedience movement as part of the red-ribbon campaign. Teachers from the education college also demonstrated as part of the red ribbon campaign. Around 50 teachers, student unions, alumni from the technology university also demonstrated [size=around 50]",0,1613533804,MMR -7695919,104,MMR11427,11427,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,1,Kantarawaddy Times,Subnational,"On 5 February 2021, in Demoso town, Kayah state, around 30 teachers from the agriculture science school protested against the military coup and in support of the civil disobedience movement as part of the red-ribbon campaign. [size=around 30]",0,1613533804,MMR -7695920,104,MMR11403,11403,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,1,Karen Information Center News,Subnational,"On 5 February 2021, in Hpa-an town (Hpa-an Township, Kayin state), teachers from GTHS high school gathered at the high school holding signs with red-ribbons as part of the civil disobedience movement. Some were later called in for questioning. [size=no report]",0,1618491069,MMR -7665205,104,MMR11105,11105,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Myanmar Pressphoto Agency; Twitter,New media-National,"On 5 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), students and lecturers from Dagon University protested against Myanmar military coup and opposed the arrest of civilian leaders. They held placards with red ribbons and raised the three-finger salute in support of the civil disobedience movement. [size=no report]",0,1618491070,MMR -7695931,104,MMR11405,11405,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 5 February 2021, in Myawaddy town (Myawaddy township, Myawaddy district, Kayin state), staff from the Myawaddy District Public Hospital gathered in protest against the military coup and in support of the civil disobedience movement. They held signs with red-ribbons. [size=no report]",0,1613533804,MMR -7695689,104,MMR11305,11305,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Daik-U,Daik-U,17.7896,96.6696,2,Democratic Voice of Burma,National,"On 5 February 2021, in Daik-U township (Bago District, Bago Region), government staff from the Department of Agriculture and Irrigation and education staff and teachers protested against the military coup and in support of the civil disobedience movement. They held banners and placards during the protest. [size=no report]",0,1618491073,MMR -7695698,104,MMR11243,11243,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Nat Yae Kan,21.8778,96.0896,1,Democratic Voice of Burma,National,"On 5 February 2021, in Nat Yae Kan village, Amarapura township (Mandalay District, Mandalay Region), female health workers gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. They held placards with red ribbons and raised the three-finger salute during the protest. [size=no report]",0,1613533804,MMR -7695959,104,MMR11134,11134,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Myanmar Times,National,"On 5 February 2021, in Chanayethazan township, Mandalay District, Mandalay Region, nearly 100 people gathered outside the Chanayethazan township court to express support for four demonstrators who had been arrested the day before for staging a demonstration against the Myanmar military coup. They raised the three-finger salute. [size=nearly 100]",0,1613533804,MMR -7695708,104,MMR11306,11306,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Kyauktaga,Penwegon,18.2227,96.5689,1,Democratic Voice of Burma,National,"On 5 February 2021, in Penwegon town, Kyauktaga township (Bago District, Bago Region), more than 100 education department staff and teachers protested against Myanmar military coup and in support of the civil disobedience movement. [size=more than 100]",0,1618491076,MMR -7801958,104,MMR11315,11315,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,1,Network Media Group,National,"On 5 February 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), teachers rallied and held red ribbon movement to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1617737280,MMR -7665267,104,MMR11059,11059,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,Democratic Voice of Burma,National,"On 5 February 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), government staff of Education Department and teachers rallied and held signs with red ribbons to show support for the civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618491079,MMR -7665270,104,MMR11122,11122,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); ABFTU: All Burma Federation of Teachers' Unions; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 5 February 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), 117 teachers and staff from Sagaing Technology University protested along with Myanmar Train Operation department staff and members of ABFTU. They held signs with red ribbons to state their opposition to the Myanmar military coup and support for the civil disobedience movement. [size= 117]",0,1612888443,MMR -7665271,104,MMR11062,11062,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Democratic Voice of Burma,National,"On 5 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 30 students rallied and walked in the town to protest against the Myanmar military coup. [size=about 30]",0,1612888443,MMR -7665279,104,MMR11056,11056,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group,National,"On 5 February 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), staff from Township Education Office and teachers from Technology University and Computer University protested. Protesters held signs with red ribbons in support of the civil disobedience movement and denounced the Myanmar military coup. [size= no report]",0,1618491081,MMR -7665280,104,MMR11058,11058,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Eleven Media Group,National,"On 5 February 2021, in Bago town (Bago Township, Bago District, Bago Region), about 50 staff and teachers from Bago University, as well as government staff from Township Irrigation and Water Management Department, Township Electricity Department, Bago Region Ministry of Electricity and lawyers demonstrated. Demonstrators held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. Some staff and teachers who did not join the in-person gathering expressed their support online for the movement against the Myanmar military coup. [size=at least about 50]",0,1618491081,MMR -7665281,104,MMR11126,11126,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Eleven Media Group,National,"On 5 February 2021, in Magway town (Magway township, Magway District, Magway Region), staff and teachers from Magway Arts and Science University held a protest. Protesters held signs with red ribbon in support of the civil disobedience movement to denounce the Myanmar military coup. Demonstrators also demanded the release of detained civilian leaders. [size=no report]",0,1612888443,MMR -7665287,104,MMR11125,11125,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Eleven Media Group,National,"On 5 February 2021, in Salingyi township (Yinmarbin District, Sagaing Region), miners at copper mines in Latpadaung, Sabei and Kyaysin Mountains gathered and demonstrated in support of the civil disobedience movement to denounce the Myanmar military coup. [size=no report]",0,1612888443,MMR -7696017,104,MMR11400,11400,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Loilen,Loilen,Loilen,20.9227,97.565,2,Shan Herald Agency for News,Subnational,"On 5 February 2021, in Loilen township (Loilen Township, Loilen District, Shan State), health workers gathered to protest against the military coup and in support of the civil disobedience movement. They held placards during the protest. [size=no report]",0,1618491083,MMR -7695777,104,MMR11245,11245,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Zay Yar Thi Ri,Zay Yar Thi Ri,19.862,96.309,1,Democratic Voice of Burma,National,"On 5 February 2021, in Zay Yar Thi Ri town, Zay Yar Thi Ri township (Oke Ta Ra District, Nay Pyi Taw), teachers and staff from the University of Veterinary Medicine, Yezin held a protest against the Myanmar military coup and in support of the civil disobedience movement. They wore red ribbons and held up the three-finger salute. [size=no report]",0,1613533804,MMR -7718311,104,MMR11710,11710,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 5 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130926,MMR -7665320,104,MMR11114,11114,5-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,1,Myanmar Labour News,National,"Around 5 February 2021 (as reported), in Dagon Myothit (South) Township (Yangon-east District, Yangon Region), workers from Jade Shoe factory demonstrated. Demonstrators held signs with a red ribbon and raised the three-finger salute to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618491085,MMR -7665321,104,MMR11120,11120,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Labour News,National,"On 5 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), about 60 workers from Myanmar Pharmaceutical Industry demonstrated. Demonstrators held signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=about 60]",0,1612888444,MMR -7665322,104,MMR11106,11106,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-South,Kungyangon,Kungyangon,16.4394,96.0119,2,Myanmar Labour News,National,"On 5 February 2021, in Kungyangon Township (Yangon-south District, Yangon Region), teachers from Basic Education for High School (No.2) and health workers protested holding signs with a red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1618491085,MMR -7665323,104,MMR11113,11113,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hmawbi,Hmawbi,17.0998,96.0418,2,Myanmar Labour News,National,"On 5 February 2021, in Hmawbi Township (Yangon-north District, Yangon Region), teachers from Hmawbi Technology University demonstrated. Demonstrators held signs with a red ribbon and raised the three-finger salute to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618491086,MMR -7665324,104,MMR11117,11117,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Myanmar Pressphoto Agency,National,"On 5 February 2021, in front of Kyauk Myaung market in Tamwe Township (Yangon-east District, Yangon Region), people demonstrated and held up the three-finger salute and banners with 'Military dictatorship must fail' to protest against the Myanmar military coup. [size=no report]",0,1618491086,MMR -7665326,104,MMR11116,11116,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Myanmar Pressphoto Agency,National,"On 5 February 2021, in Sittwe town (Sittwe Township, Sittwe District, Rakhine State), teachers from Sittwe University demonstrated. Demonstrators held placards and signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7665339,104,MMR11115,11115,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group,National,"On 5 February 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), teachers from University of Myitkyina protested to oppose the Myanmar military coup. Teachers held signs with red ribbon in support of the civil disobedience movement. [size=no report]",0,1612888444,MMR -7696077,104,MMR11409,11409,5-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,The Voice of Shanni,National,"Around 5 February 2021 (as reported), in Mohnyin town, Mohnyin township (Mohnyin District, Kachin State), teachers from Mohnyin University and railway staff from Mohnyin Station gathered to protest against the military coup and in support of the civil disobedience movement. They held placards with red ribbons and raised the three-finger salute during the demonstration. [size=no report]",0,1613533805,MMR -7665367,104,MMR11112,11112,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,The Hakha Times,National,"On 5 February 2021, in Kale (Kale Township, Kale District, Sagaing Region), teachers from Kalay University demonstrated holding up signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7718368,104,MMR11708,11708,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Karen Information Center News,National,"On 5 February 2021, in Loikaw town (Loikaw District, Kayah State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. At least one civilian was arrested after the protest. [size=no report]",0,1614130926,MMR -7695600,104,MMR11070,11070,5-Feb-21,2021,1,Battles,Armed clash,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,Police Forces of Myanmar (2021-),,1,12,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Nar Tee,23.3734,98.3561,2,Asia News International; Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational-Regional,"On 5 February 2021, near Nar Tee village, between Kwan Long and Hseni town (Hseni Township, Lashio District, Shan State), MNDAA allegedly attacked a convoy of the former leading body member of the Laukkai Autonomous Region. Both sides exchanged gunfire with both small and heavy weapons. At least 6 civilians and 3 police officers were killed. Ten police officers and four civilians were injured. Four civilian cars were also damaged.",9,1618491093,MMR -7695601,104,MMR11118,11118,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma; Eleven Media Group,National,"On 5 February 2021, in Chauk township (Magway District, Magway Region), about 200 workers from Chauk Township oil extraction general manager office and government staff held a protest. In addition, about 100 health and medical staff in the same township also held ap protest. They wore red ribbons and held up the three-finger salute in support of the civil disobedience movement to denounce the military coup in Myanmar. [size=about 200]",0,1613533804,MMR -7695602,104,MMR11119,11119,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Pressphoto Agency; Eleven Media Group; Democratic Voice of Burma; Myanmar Now; Myanmar Labour News,National,"On 5 February 2021, in Kamayut township, Yangon region, hundreds of lecturers from the University of Yangon protested against Myanmar military coup and demanded the release of State Counselor and other detainees. In the same township, health workers from the Universities Hospital protested. Teachers held protests at Yangon University of Distance Education and Yangon University of Education, and students from Myanmar Merchant Marine College also protested with the same demands. A demonstration was also held at Yangon University of Economics. They held placards and raised the three-finger salute in support of the civil disobedience movement. In the evening, residents staged a pot-banging protest. [size=at least hundreds]",0,1618491094,MMR -7718131,104,MMR11709,11709,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 5 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618491094,MMR -7665911,104,MMR11054,11054,5-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Eleven Media Group,National,"On 5 February 2021, at Pathein Arts and Science University in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), more than 150 government staff and teachers from Pathein Arts and Science University demonstrated and held signs with red ribbon to oppose Myanmar military coup and show their support for civil disobedience movement. Demonstrators also carried slogans such as 'Stop Military Dictatorship' and 'We want our elected government'. Also in Pathein town, students and teachers from Pathein Technology University and other Government Technical Institute departments, staff from government departments and health workers demonstrated against the coup. [size=at least more than 150]",0,1612905823,MMR -7695885,104,MMR11224,11224,4-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Eleven Media Group,National,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0,1613533804,MMR -7695886,104,MMR11253,11253,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Lawksawk,Lawksawk,21.2466,96.8651,1,Eleven Media Group,National,"Around 4 February 2021 (between 1 - 7 February) in Lawksawk town (Lawksawk Township, Taunggyi District, Shan State), civilians rallied and organized a red ribbon movement to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1618491100,MMR -7695900,104,MMR11255,11255,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Pa-O Self-Administered Zone,Pinlaung,Pinlaung,20.1229,96.7822,1,Eleven Media Group,National,"Around 4 February 2021 (between 1 - 7 February) in Pinlaung town (Pinlaung Township, Taunggyi District, Shan State), civilians rallied and organized a red ribbon movement to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1618491103,MMR -7695901,104,MMR11254,11254,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,1,Eleven Media Group,National,"Around 4 February 2021 (between 1 - 7 February) in Pekon town (Pekon Township, Taunggyi District, Shan State), civilians rallied and organized a red ribbon movement to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1618491104,MMR -7695652,104,MMR11132,11132,4-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Chinland Guardian,Subnational,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0,1613533804,MMR -7815208,104,MMR11099,11099,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Labour News; Democratic Voice of Burma,National,"On 4 February 2021, in Yangon city (Yangon Region), civilians carried out pan-banging protest to express their opposition to the Myanmar military coup. Earlier in the day, civilians applauded Member of Union Parliaments by clapping their hands after about 100 of MPs at Municipal Guest House in Nay Pyi Taw called Parliament Meeting and signed oath for civil service. [size=no report]",0,1618442041,MMR -7718189,104,MMR11707,11707,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 4 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), locals protested against Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1614130925,MMR -7665199,104,MMR11061,11061,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Myanmar Times; Anadolu Agency,National-International,"On 4 February 2021, in Chanayethazan township, Mandalay District, Mandalay Region, about 30 people including students protested in front of the Mandalay University of Medicine against the Myanmar military coup. Protesters also demanded the release of elected politicians detained by Myanmar military on 1 February. After the protest, Mandalay Police arrested five protesters, including three students. [size=about 30]",0,1612888443,MMR -7815217,104,MMR11110,11110,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Radio Free Asia,Regional,"On 4 February 2021, in Nay Pyi Taw city, 67 government officials from Department of Agriculture and Livestock, and Department of Irrigation protested in front of the Ministry against Myanmar military coup and held signs with red ribbon in support of the civil disobedience movement. [size=67]",0,1618442041,MMR -7815219,104,MMR11107,11107,4-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Eleven Media Group,National,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0,1618442041,MMR -7665263,104,MMR11102,11102,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Democratic Voice of Burma,National,"On 4 February 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), about 30 health workers at Hpakant Public Hospital protested. Protesters held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size=about 30]",0,1612888443,MMR -7665277,104,MMR11103,11103,4-Feb-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Pyin Shey,20.8093,92.5116,2,Development Media Group,Subnational,"On 4 February 2021, near Pyin Shey village (Buthidaung Township, Maungdaw District, Rakhine State), three children found an unexploded shell in a forest. The shell exploded as children hit it against a tree. One child died and another two were injured.",1,1612888443,MMR -7665278,104,MMR11108,11108,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,2,Eleven Media Group,National,"Around 4 February 2021 (between 3 - 5 February), in Maubin Township (Maubin District, Ayeyarwady Region), civilians demonstrated against Myanmar military coup and released red balloons into the air in support of the civil disobedience movement. Location coded as Maubin. [size=no report]",0,1612888443,MMR -7665282,104,MMR11109,11109,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Mawlamyinegyun,Mawlamyinegyun,16.3789,95.2629,2,Eleven Media Group,National,"Around 4 February 2021 (between 3 - 5 February), in Mawlamyinegyun Township (Labutta District, Ayeyarwady Region), civilians demonstrated against Myanmar military coup. They released red balloons into and raised the three-finger salute in support of the civil disobedience movement. [size=no report]",0,1612888443,MMR -7665286,104,MMR11101,11101,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,2,Eleven Media Group,National,"Around 4 February 2021 (between 3 - 5 February), Pyay Township (Pyay District, Bago Region), staff from government departments in Pyay Township reportedly protested in support of the civil disobedience movement to denounce Myanmar military coup. [size=no report]",0,1618491133,MMR -7695774,104,MMR11572,11572,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Democratic Voice of Burma,National,"On 4 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw), teachers, students and alumni from Yezin Agricultural University held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1613533804,MMR -7665319,104,MMR11111,11111,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,1,Myanmar Labour News,National,"On 4 February 2021, in Amarapura town (Amarapura township, Mandalay District, Mandalay Region), teachers from Yadanabon University demonstrated. Demonstrators held placards and signs with a red ribbon to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7665325,104,MMR11098,11098,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Sanchaung,Sanchaung,16.8038,96.1373,2,Myanmar Pressphoto Agency,National,"On 4 February 2021, in Sanchaung township (Yangon-West District, Yangon region), some youth demonstrated to oppose the Myanmar military coup and demanded the release of detained politicians. [size=no report]",0,1618491141,MMR -7665361,104,MMR11100,11100,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 4 February 2021, at Saw San Tun Hospital in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), more than 50 health workers protested in front of the hospital. Protesters held the three-finger salute and a banner to show their support for the civil disobedience movement to oppose the Myanmar military coup. [size=more than 50]",0,1618491150,MMR -7665366,104,MMR11097,11097,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,2,The Chinland Post,Subnational,"On 4 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), citizens carried out pan-banging protest to express opposition to the Myanmar military coup. Hakha police arrested one civilian after the protest. [size=no report]",0,1612888444,MMR -7665386,104,MMR11067,11067,4-Feb-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Twitter,New media,"On 4 February 2021, in Manton township (Kyaukme District, Shan State), an unexploded ordnance detonated as people burned trash. Five people died and at least 6 were injured.",5,1618491157,MMR -7718130,104,MMR11706,11706,4-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 4 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618491160,MMR -7695859,104,MMR11399,11399,4-Feb-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2021-),,1,16,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Democratic Voice of Burma,National,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0,1613533804,MMR -7695610,104,MMR11221,11221,4-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Eleven Media Group; Myanmar Times,National,"Around 4 February 2021 (from 1 - 7 February) in Hinthada town (Hinthada Township, Hinthada District, Ayeyarwady Region), citizens carried out pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1613533804,MMR -7695906,104,MMR11394,11394,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Independent Mon News Agency,Subnational,"On 3 February 2021, in Ye town, Ye township (Mawlamyine District, Mon State), about 30 nurses, including an assistant doctor, held a protest in front of Ye Township Civil Hospital against the military coup and in support of the civil disobedience movement. They gathered and wore red ribbons in support of the movement. [size=about 30]",0,1613533804,MMR -7815224,104,MMR11091,11091,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Pressphoto Agency; Eleven Media Group,National,"On 3 February 2021, in Mandalay city (Mandalay Region), about 100 staff, doctors and nurses from Mandalay Bone Specialist Hospital held a protest and held signs with red ribbons in support of the civil disobedience movement to denounce Myanmar military took over of power from civilian government. Separately, some people staged a street demonstration in the city and burned printed images of the Commander in Chief and the 2008 Constitution. In the evening, citizens carried out pan-banging protest against the military coup. Mandalay police arrested some civilians after the protest. [size=at least about 100]",0,1618442041,MMR -7815234,104,MMR11076,11076,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Mizzima,National,"On 3 February 2021, in Yangon city (Yangon Region), civilians carried out pan-banging protest to express opposition against the Myanmar military coup. [size=no report]",0,1618442041,MMR -7695938,104,MMR11240,11240,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 3 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), almost all health workers from Hakha General Hospital rallied and held signs with a red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. In the evening, civilians carried out pot-banging protest to oppose the coup. [size= no report]",0,1613533804,MMR -7665262,104,MMR11093,11093,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Seik Mu,25.5765,96.2883,1,Democratic Voice of Burma,National,"On 3 February 2021, in Seik Mu village (Hpakant Township, Mohnyin District, Kachin State), villagers carried out pan-banging to protest against the Myanmar military coup. [size=no report]",0,1612888443,MMR -7665264,104,MMR11090,11090,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Lone Khin,25.6564,96.3568,1,Democratic Voice of Burma,National,"On 3 February 2021, in Lone Khin village (Hpakant Township, Mohnyin District, Kachin State), villagers carried out pan-banging to protest against the Myanmar military coup. [size=no report]",0,1612888443,MMR -7665265,104,MMR11092,11092,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Democratic Voice of Burma,National,"On 3 February 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), health workers from General Public Hospital rallied and held signs with red ribbons to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888443,MMR -7665266,104,MMR11096,11096,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Democratic Voice of Burma,National,"On 3 February 2021, in Letpadan town (Letpadan Township, Thayarwady District, Bago Region), Township level health workers rallied and held signs with red ribbons to show support for the civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1618491178,MMR -7665268,104,MMR11087,11087,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 3 February 2021, in Hkamti town (Hkamti Township, Hkamti District, Sagaing Region), all staff from Hkamti District and Township Health Department, and health workers rallied at Hkamti Public Hospital and held signs with red ribbons to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888443,MMR -7665269,104,MMR11089,11089,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Democratic Voice of Burma,National,"On 3 February 2021, in Kyaukpyu town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), staff from Kyaukpyu Public Hospital rallied and held signs with red ribbons to show support for the civil disobedience movement to oppose the Myanmar military coup. [size=no report]",0,1612888443,MMR -7665273,104,MMR11088,11088,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Democratic Voice of Burma,National,"On 3 February 2021, in Hmaw village (Hpakant Township, Mohnyin District, Kachin State), villagers carried out pan-banging to protest against the Myanmar military coup. Location coded as Hpakant. [size=no report]",0,1612888443,MMR -7665327,104,MMR11083,11083,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Salin,Salin,20.5772,94.6593,1,Myanmar Times,National,"On 3 February 2021, in Salin town (Salin Township, Minbu District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665329,104,MMR11077,11077,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Aunglan,Aunglan,19.3585,95.2168,1,Myanmar Times,National,"On 3 February 2021, in Aunglan town (Aunglan Township, Thayet District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665330,104,MMR11081,11081,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Natmauk,Natmauk,20.3533,95.3996,1,Myanmar Times,National,"On 3 February 2021, in Natmauk town (Natmauk Township, Magway District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665331,104,MMR11082,11082,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Pwintbyu,Pwintbyu,20.3633,94.6693,1,Myanmar Times,National,"On 3 February 2021, in Pwintbyu town (Pwintbyu Township, Minbu District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665332,104,MMR11085,11085,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Gangaw,Tilin,Tilin,21.6963,94.0927,1,Myanmar Times,National,"On 3 February 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665334,104,MMR11086,11086,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Yenangyaung,Yenangyaung,20.465,94.8712,1,Myanmar Times,National,"On 3 February 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665335,104,MMR11080,11080,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Myanmar Times,National,"On 3 February 2021, in Minbu town (Minbu Township, Minbu District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665336,104,MMR11078,11078,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Gangaw,22.1742,94.1358,1,Myanmar Times,National,"On 3 February 2021, in Gangaw town (Gangaw Township, Gangaw District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665337,104,MMR11079,11079,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Myanmar Times,National,"On 3 February 2021, in Magway city (Magway Township, Magway District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7665338,104,MMR11084,11084,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Thayet,Thayet,Thayet,19.3215,95.1771,1,Myanmar Times,National,"On 3 February 2021, in Thayet town (Thayet Township, Thayet District, Magway Region), health workers rallied and held signs with red ribbon to show support for the civil disobedience movement to oppose the Myanmar military coup. [size= no report]",0,1612888444,MMR -7696064,104,MMR11439,11439,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shwe Phee Myay News Agency,Subnational,"On 3 February 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), about 44 health workers rallied and organized red ribbon movement to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. [size=about 44]",0,1618491186,MMR -7665359,104,MMR11095,11095,3-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,2,Shan Herald Agency for News,Subnational,"Around 3 February 2021 (between 2 - 5 February), in Tachileik Township (Tachileik District, Shan State), citizens carried out pan-banging protest to show that they oppose Myanmar military coup. [size=no report]",0,1618491188,MMR -7665360,104,MMR11094,11094,3-Feb-21,2021,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News,Subnational,"Around 3 February 2021 (between 2 - 5 February), in Lashio Township (Lashio District, Shan State), citizens carried out pan-banging protest to oppose the Myanmar military coup. [size=no report]",0,1618491189,MMR -7718129,104,MMR11671,11671,3-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Democratic Voice of Burma,National,"On 3 February 2021, in Monyo town (Monyo Township, Thayarwady District, Bagon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. [size=no report]",0,1618491193,MMR -7815252,104,MMR11066,11066,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Radio Free Asia,Regional,"On 2 February 2021, in Yangon City (Yangon Region), civilians held a pan-banging protest to oppose the Myanmar military coup. Former university students and other 17 organizations mobilized the protest. [size=no report]",0,1618442041,MMR -7815253,104,MMR11072,11072,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Health Workers (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Radio Free Asia,Regional,"On 2 February 2021, in Mandalay city (Mandalay Region), about 100 staff, doctors and nurses from Mandalay Bone Specialist Hospital protested. Demonstrated held signs with red ribbons and held up the three-finger salute in support of the civil disobedience movement to denounce the Myanmar military coup. In the evening, civilians held a pan-banging protest to oppose the Myanmar military coup. [size=about 100]",0,1618442041,MMR -7665333,104,MMR11069,11069,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 2 February 2021, at People's Park in Dagon Township (Yangon-west District, Yangon Region), Myanmar pro-military supporters staged a rally in support of Myanmar military coup. [size=no report]",0,1618491222,MMR -7665351,104,MMR11075,11075,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,2,Radio Free Asia,Regional,"On 2 February 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Sagaing Region), civilians carried out pan-banging protest to oppose the Myanmar military coup. [size=no report]",0,1618491225,MMR -7665354,104,MMR11073,11073,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Radio Free Asia,Regional,"On 2 February 2021, in Monywa city (Monywa Township, Monywa District, Sagaing Region), civilians carried out pan-banging protest to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7665355,104,MMR11074,11074,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,Radio Free Asia,Regional,"On 2 February 2021, in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), civilians carried out pan-banging protest to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7665356,104,MMR11071,11071,2-Feb-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,2,Radio Free Asia,Regional,"On 2 February 2021, in Magway town (Magway Township, Magway District, Magway Region), civilians carried out pan-banging protest to oppose the Myanmar military coup. [size=no report]",0,1612888444,MMR -7665201,104,MMR11068,11068,1-Feb-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),5,Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),7,57,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Now; VOA; Myanmar Times,National-International,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0,1618491240,MMR -7672468,104,MMR11104,11104,1-Feb-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Twitter,New media,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0,1612998735,MMR -7665200,104,MMR11065,11065,30-Jan-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),5,Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,7,57,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Myanmar Now; Myanmar Times; VOA,National-International,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0,1618491324,MMR -7588609,104,MMR11052,11052,29-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,1,VOA,International,"On 29 January 2021, at the Union Supreme Court in Oke Ta Ra Thi Ri Town (Oke Ta Ra Thi Ri Township, Oke Kha Na District, Nay Pyi Taw), about 60 USDP supporters demonstrated in Nay Pyi Taw while the Union Supreme Court was conducting a hearing on whether to accept the writ petitions of the opposition Union Solidarity and Development Party (USDP) and its allies to prosecute the President and members of the Union Election Commission. [size=about 60]",0,1612284392,MMR -7588610,104,MMR11050,11050,29-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,VOA,International,"On 29 January 2021, in Bahan Township (Yangon-East, Yangon Region), hundreds of Myanmar military supporters demonstrated against alleged electoral fraud. [size=hundreds]",0,1618491378,MMR -7718480,104,MMR11705,11705,29-Jan-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,1,Shwe Phee Myay News Agency,National,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0,1618491395,MMR -7588514,104,MMR11051,11051,29-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Khamaukgyi,10.353,98.625,1,Eleven Media Group,National,"On 29 January 2021, in Khamaukgyi town (Kawthoung Township, Kawthoung District, Tanintharyi District), nine people demonstrated over electoral disputes. Demonstrators carried signs such as 'Save Chief Justice,' 'We welcome investigating the truth from judiciary' and 'Pay attention to the feelings of the people.' [size=9]",0,1612284392,MMR -7588517,104,MMR11053,11053,29-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Eleven Media Group,National,"On 29 January 2021, in Ye Town (Ye Township, Mawlamyine District, Mon State), residents demonstrated at the Annawar stadium in Thiri Nanda ward against the UEC and alleged electoral fraud. [size=no report]",0,1612284392,MMR -7588428,104,MMR11049,11049,28-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Ahlone,Ahlone,16.789,96.1265,2,7Day News; Eleven Media Group,National,"On 28 January 2021, in Ahlone Township (Yangon-West District, Yangon Region), about 10 people protested against the UEC at Thakhin Mya Park. [size=10].",0,1618491434,MMR -7588513,104,MMR11048,11048,27-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-West,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group,National,"On 27 January 2021, in Pyay Town (Pyay Township, Pyay District, Bago Region), residents demonstrated against alleged electoral fraud and shown their support for Myanmar military's ongoing investigation on alleged electoral fraud. [size=no report]",0,1618491489,MMR -7671476,104,MMR11014,11014,27-Jan-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Now,National,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0,1618491492,MMR -7588549,104,MMR11047,11047,27-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Mon Ethnic Group (Myanmar); Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,Network Media Group,National,"On 27 January 2021, in Bilin Township (Thaton District, Mon State), more than 2000 people consisting of ethnic Mon, Kayin and Pa-oh people from 12 villages demonstrated. Demonstrators demanded Myanmar military and BGF withdraw from the area and urged the government to solve armed conflict through political dialogue. Myanmar military was accused of expanding its presence in the KNU brigade 5 controlled area. However, Myanmar military denied it and said that it has abolished 61 bases in KNU brigade 5 controlled area. Location coded as Bilin. [size=more than 2000]",0,1612284392,MMR -7588515,104,MMR11044,11044,26-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Lanmadaw,Lanmadaw,16.7795,96.142,2,Eleven Media Group,National,"On 26 January 2021, in front of Yangon West District Court in Lanmadaw Township (Yangon-West District, Yangon Region), about 20 Buddhist monks and 10 laypersons demonstrated to demand the release of U Wirathu. [size=about 30]",0,1618491570,MMR -7588518,104,MMR11043,11043,26-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Eleven Media Group,National,"On 26 January 2021, in Kyauktada Township (Yangon-West District, Yangon Region), 10 residents demonstrated from the Thamada movie theater to Maha Bandoola park to show their support for the military and oppose alleged electoral fraud. [size=10].",0,1618491571,MMR -7588582,104,MMR11045,11045,26-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Radio Free Asia,Regional,"On 26 January 2021, in Mohnyin Town (Mohnyin Township, Mohnyin District, Kachin State), about 150 residents demonstrated against the KIA over abductions, violence against civilians, and the recruitment of child soldiers. Demonstrators also demanded the KIA release their detainees. The demonstration was led by civil society organizations. [size=about 150]",0,1612284392,MMR -7588586,104,MMR11046,11046,26-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nyaung Mawng,22.7875,96.8089,2,Shan Herald Agency for News,Subnational,"On 26 January 2021, near Nyaung Mawng village (Kyaukme Township, Kyaukme District, Shan State), a man stepped a landmine while he was looking for his horse. He was injured. TNLA and RCSS fought around the areas in early January 2021.",0,1618491587,MMR -7672332,104,MMR11040,11040,25-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Mong Hawng,20.3107,98.2677,2,Shan Herald Agency for News,Subnational,"On 25 January 2021, near Mong Hawng village, Nam Tein Village Track (Mongpan Township, Langkho District, Shan State), Myanmar military LIB 575 and RCSS clashed. According to the RCSS, three Myanmar military soldiers died and four were injured.",3,1618491598,MMR -7588529,104,MMR11041,11041,25-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Irrawaddy,National,"On 25 January 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), more than 300 people demonstrated against the 2020 general election result and showcased their support for Myanmar military. [size=more than 300]",0,1612284392,MMR -7669945,104,MMR11042,11042,25-Jan-21,2021,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-East,Tamwe,Tamwe,16.8102,96.1765,2,Eleven Media Group,National,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0,1618491635,MMR -7588547,104,MMR11018,11018,25-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Mizzima,National,"On 25 January 2021, at Ward (8) in Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), two unknown gunmen fired at MIIK restaurant with small guns. Two men were injured.",0,1618491639,MMR -7665385,104,MMR11064,11064,25-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Twitter,New media,"On 25 January 2021, in Muse township (Muse District, Shan State), a 40-year-old man died after stepping a landmine near a Tatmadaw base. He was reportedly detained by an armed group and stepped a landmine when he attempted to flee.",1,1618491645,MMR -7588427,104,MMR11037,11037,24-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Bilin,17.2178,97.2305,2,7Day News; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 24 January 2021, in Bilin Township (Thaton District, Mon State), nearly 1000 villagers from 11 villages in Myint Kyoe, Tar Oke Khee and Kyoe Waing village tracks demonstrated. Demonstrators demand the Myanmar military withdraw from their bases in the surrounding areas and abide by a nationwide cease-fire agreement reached in 2015. Location coded as Bilin. [size=nearly 1000]",0,1612284392,MMR -7672458,104,MMR11123,11123,24-Jan-21,2021,1,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),5,Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,7,57,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Shwe Phee Myay News Agency,Subnational,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1,1618491665,MMR -7588546,104,MMR11038,11038,24-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 24 January 2021, in Kyauktada Township (Yangon-west District, Yangon Region), about 60 people attended a demonstration organized by political activists. Demonstrators showcased their support for UEC and welcome the new NLD-led government. [size=about 60]",0,1618491670,MMR -7669008,104,MMR11019,11019,23-Jan-21,2021,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Kamarwet,16.1408,97.734,1,Human Rights Foundation of Monland; Independent Mon News Agency,Other-Subnational,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1,1612998726,MMR -7588448,104,MMR11033,11033,23-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Lewe,Lewe,19.6347,96.1101,1,7Day News,National,"On 23 January 2021, at Lewe town (Lewe Township, Det Khi Na District, Nay Pyi Taw), about 30 USDP supporters demonstrated over alleged electoral fraud. [size=about 30]",0,1612284392,MMR -7588449,104,MMR11035,11035,23-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,1,7Day News,National,"On 23 January 2021, in Oke Ta Ra Thi Ri town (Oke Ta Ra Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), about 60 USDP supporters demonstrated over alleged electoral fraud in two separate locations, such as at Shwe Nan Thar football ground and Oke Ta Ra Thiri USDP Township Office. Protest size coded for two locations. [size=about 60]",0,1612284392,MMR -7672203,104,MMR11034,11034,23-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,11,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Radio Free Asia,Regional,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1,1618491710,MMR -7588516,104,MMR11036,11036,23-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Eleven Media Group,National,"On 23 January 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), members of USDP demonstrated over alleged electoral fraud and demanded the government and UEC to solve the issue. [size=no report]",0,1612284392,MMR -7588588,104,MMR11032,11032,23-Jan-21,2021,1,Violence against civilians,Sexual violence,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Women (Myanmar); Farmers (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shwe Phee Myay News Agency,Subnational,"On 23 January 2021, in Man Pein village track (Kutkai Township, Muse District, Shan State), two KIA soldiers with guns and uniform arrived at a farm and took two girls and their mother working at the sugarcane farm. On the way, they raped a 16-year-old girl at gunpoint. KIA and TNLA negotiated the case with the victim's family and paid a compensation of 15 lakhs in Myanmar kyats. Location coded as Kutkai.",0,1618491742,MMR -7581467,104,MMR11007,11007,22-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Poke Ba Thi Ri,Poke Ba Thi Ri,19.806,96.183,2,Radio Free Asia,Regional,"On 22 January 2021, in Shwe Nan Thar village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), about 20 USDP supporters demonstrated against the 2020 election result. [size=about 20]",0,1611676350,MMR -7588425,104,MMR10993,10993,22-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times; Karen Information Center News,Subnational-National,"On 22 January 2021, in Myawaddy Town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people demonstrated to express their support of the Myanmar military for investigating alleged electoral fraud. [size=about 30]",0,1612284392,MMR -7581328,104,MMR10995,10995,22-Jan-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,5,Rioters (Myanmar),NLD: National League for Democracy,5,55,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Ayetharyar,20.7747,96.9988,1,7Day News,National,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0,1618491773,MMR -7672454,104,MMR10971,10971,21-Jan-21,2021,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0,1618491831,MMR -7665328,104,MMR11063,11063,21-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times,National,"On 21 January 2021, in Myawaddy Town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people demonstrated to express their support for the Myanmar military for investigating alleged electoral fraud. [size=about 30]",0,1612888444,MMR -7581391,104,MMR10970,10970,21-Jan-21,2021,1,Violence against civilians,Attack,ARSA: Arakan Rohingya Salvation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Inn Din,20.5082,92.5811,2,Irrawaddy,National,"On 21 January 2021, near Aung Thukha village, Inn Din village tract (Maungdaw Township, Maungdaw District, Rakhine State) (coded as Inn Din), five alleged members of ARSA detained and beat two villagers in the Mayu forest. The two villagers were released after they were detained for a few hours.",0,1611676349,MMR -7588591,104,MMR10992,10992,21-Jan-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Sar Poet,22.7681,96.778,1,Shwe Phee Myay News Agency,Subnational,"On 21 January 2021, in Sar Poet village (Kyaukme Township, Kyaukme District, Shan State), RCSS abducted two women. RCSS accused them of giving information to TNLA. They were released on 23 January.",0,1618491862,MMR -7581466,104,MMR10991,10991,20-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Radio Free Asia,Regional,"On 20 January 2021, at Shwe Lin Ban Industrial Zone in Hlaingthayar Township (Yangon-North District, Yangon Region), more than 130 Han Mein garment factory workers demonstrated against the firing of their colleagues and called for the fired workers to be reinstated. A worker was reportedly fired because of his demand for labour rights. [size=more than 130]",0,1618491872,MMR -7581474,104,MMR10990,10990,20-Jan-21,2021,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Taung Poet Loet,22.7517,96.786,1,Shwe Phee Myay News Agency,Subnational,"On 20 January 2021, in Taung Poet Loet village (Kyaukme Township, Kyaukme District, Shan State), RCSS abducted a villager allegedly accusing him of giving information to TNLA.",0,1618491874,MMR -7671337,104,MMR10985,10985,19-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Karen Information Center News,National,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0,1618491969,MMR -7581304,104,MMR10989,10989,19-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Mizzima; Radio Free Asia,National-Regional,"On 19 January 2021, at a worksite in the compound of Myanma Railways (Pabedan Township, Yangon-West District, Yangon Region), hundreds of Yoma Central project construction workers staged a demonstration. They demanded social security payments, installation of workplace safety equipment at the worksite and overtime payment. Yoma Central is a project of the Yoma Group and its partners. They have engaged BYMA-Taisei Joint Venture as the main contractor for the construction of the project. [size=hundreds]",0,1618491989,MMR -7672448,104,MMR11004,11004,19-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 19 January 2021, near Tar Yaw village (Lashio Township, Lashio District, Shan State) (coded as Lashio), Myanmar military and TNLA clashed. Casualties unknown.",0,1618491990,MMR -7581390,104,MMR10994,10994,19-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Refugees/IDPs (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Irrawaddy,National,"On 19 January 2021, at Maha Kan Gyi Shin IDP camp in Kyauktaw town (Kyauktaw Township, Mrauk-U District, Rakhine State), about 100 IDPs from Mar Lar village demonstrated to demand the Myanmar military to withdraw from their bases near the village to enable IDPs to return to their homes. [size=about 100]",0,1611676349,MMR -7581398,104,MMR10988,10988,19-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Karen Information Center News,National,"On 19 January 2021, near Mu The village (Kyaukkyi Township, Taungoo District, Bago Region), two villagers were shot to death. KNU accused Myanmar military of the killing while Myanmar military accused KNU Brigade 9 of the killing. Fatalities coded as 2. Location coded as Kyaukkyi.",2,1618492011,MMR -7581419,104,MMR10996,10996,19-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,1,Myanmar Now,National,"On 19 January 2021, at Kyo Kone (West) Ward, Insein town, Insein Township (Yangon-North District, Yangon Region), about 15 people led by a member of USDP demonstrated and welcomed the Myanmar military's statement over electoral fraud. Myanmar military claimed to have found several faults in voter list during the 2020 General Election. [size=about 15]",0,1618492014,MMR -7588545,104,MMR11030,11030,18-Jan-21,2021,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Min Kone,22.8458,96.7612,1,Mizzima,National,"On 18 January 2021, at Min Kone (Kyaukme Township, Kyaukme District, Shan State), TNLA arrested a Min Kone village administrator and allegedly beat him while in detention. TNLA arrested him on the same day he made a visit to them and requested them to re-open a road between Min Kone and Tawk Sang villages. He was released on the following day with injuries. Location coded as Kyaukme.",0,1618492059,MMR -7672009,104,MMR10984,10984,18-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Radio Free Asia,Regional,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0,1618492059,MMR -7672128,104,MMR10976,10976,17-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Radio Free Asia,Regional,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0,1618492073,MMR -7581378,104,MMR10983,10983,17-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Eleven Media Group,National,"On 17 January 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), about 300 people demonstrated to show their support for the Myanmar military and to demand a fair election. Three leaders were later charged as there were more people than the permitted number during the demonstration. [size=about 300]",0,1611676349,MMR -7669007,104,MMR10982,10982,16-Jan-21,2021,1,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Radio Free Asia; Myanmar Now,National-Regional,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0,1618492106,MMR -7581476,104,MMR10981,10981,16-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nyaung Mawng,22.7875,96.8089,2,Shwe Phee Myay News Agency,Subnational,"On 16 January 2021, near Nyaung Mawng village (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492112,MMR -7671336,104,MMR10974,10974,15-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Me Waing,17.8791,97.2782,1,Karen Information Center News,Subnational,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0,1612998732,MMR -7588587,104,MMR11017,11017,15-Jan-21,2021,3,Violence against civilians,Attack,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 15 January 2021 (between 7 - 23 January), a village administrator was killed by the SSPP. He was first abducted in Kone Hsar village, Hsipaw Township on 7 Jan and was found dead in a forest near Nar Hkay village (Hsipaw Township, Kyaukme District, Shan State) on 23 January. SSPP alleged abducted and killed him because his two nephews recently used SSPP name to collect money residents on Hsipaw-Nawng Mon road. Afterwards, the village administrator reportedly guaranteed for the released of his two nephews.",1,1618492191,MMR -7672605,104,MMR10955,10955,14-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,VOA,International,"On 14 January 2021, near Tar Paw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military and KNLA brigade 3 clashed. Casualties unknown. Location coded as Kyaukkyi.",0,1618492204,MMR -7534464,104,MMR10964,10964,14-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Pyawbwe,Pyawbwe,20.5947,96.0509,1,Eleven Media Group; Radio Free Asia,National-Regional,"On 14 January 2021, in Pyawbwe Town (Pyawbwe Township, Yamethin District, Mandalay Region), USDP supporters demonstrated over alleged electoral fraud and shown support for Myanmar military to investigate alleged electoral fraud. [size=no report]",0,1611074486,MMR -7534465,104,MMR10965,10965,14-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Radio Free Asia; Eleven Media Group,National-Regional,"On 14 January 2021, in Meiktila Town (Meiktila Township, Meiktila District, Mandalay Region), USDP supporters demonstrated over alleged electoral fraud and expressed support for the Myanmar military to investigate electoral fraud. [size=about 1,000]",0,1611074486,MMR -7534516,104,MMR10952,10952,13-Jan-21,2021,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),NLD: National League for Democracy,7,37,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Shwe Twin,25.3286,95.9325,1,Mizzima,National,"On 13 January 2021, in Shwe Twin village (Homalin Township, Hkamti District, Sagaing Region), an unidentified armed group allegedly abducted a member of NLD. It is believed that the SNA might have been involved.",0,1611074486,MMR -7671324,104,MMR10980,10980,12-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 12 January 2021, near Me Cho village (Hpapun Township, Hpapun District, Kayin State) (coded as Hpapun), Myanmar military and KNU clashed. An artillery shell fired by Myanmar military killed a 35-year-old villager.",1,1612998732,MMR -7581300,104,MMR10962,10962,12-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Ma Ba Tha: Association for the Protection of Nationality and Religion,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Lanmadaw,Lanmadaw,16.7795,96.142,2,Myanmar Now; Radio Free Asia,National-Regional,"On 12 January 2021, in front of Yangon-West District Court in Lanmadaw Township (Yangon-west District, Yangon Region), about 50 nationalists led by Ma Ba Tha including about 30 monks demonstrated to demand the release of U Wirathu. Demonstrators carried signs such as 'We Love Wirathu', 'Justice for Wirathu' and so on. [size=50]",0,1618492298,MMR -7534466,104,MMR10968,10968,12-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khonumthung News; Narinjara News,Subnational-National,"On 12 January 2021, in Paletwa Town (Paletwa Township, Mindat District, Chin State), a woman who went to cut bamboo in the forest stepped a landmine. She was injured. She is the wife of a soldier from Myanmar military LIB 289 based in Paletwa Township.",0,1618492300,MMR -7534527,104,MMR10967,10967,12-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Man Loi Upper,22.9813,97.2262,1,Shan Herald Agency for News,Subnational,"On 12 January 2021, in Man Loi Upper (Namhsan Township, Kyaukme District, Shan State), nearly 300 villagers demonstrated to demand the release of 6 villagers detained by KIA on 10 January. Demonstrators walked from Man Loi Upper village through Man Mai Mein Kun, and headed towards Man Ton village. [size=nearly 300]",0,1618492308,MMR -7672571,104,MMR10954,10954,12-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,VOA,International,"On 12 January 2021, in Kyaukkyi Township (Taungoo District, Bago Region), Myanmar military and KNLA brigade 3 clashed. Casualties unknown. Location coded as Kyaukkyi.",0,1618492320,MMR -7669006,104,MMR10956,10956,11-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,7Day News; Myanmar Now,National,"On 11 January 2021, near Khe De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military and KNLA brigade 3 clashed. More than 600 villagers fled. Casualties unknown. Location coded as Kyaukkyi.",0,1618492322,MMR -7534462,104,MMR10957,10957,11-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Mizzima; Shan Herald Agency for News,Subnational-National,"On 11 January 2021, at Kaung Lan ward in Nam Lan Town (Hsipaw Township, Kyaukme District, Shan State), an unknown assailant shot a couple at their house. A man was injured and his wife died. Location coded as Hsipaw.",1,1618492337,MMR -7534517,104,MMR10963,10963,11-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 11 January 2021, outside of Supreme Asia Garment Limited in Shwepyithar Township (Yangon-North District, Yangon Region), around 1,000 out of total 1,878 workers demonstrated after a human resource manager was fired on health grounds. Demonstrators demanded re-employment of the HR manager and demanded an end to overtime on Sunday without payment. Workers demanded that payment should be double for overtime work. [size=around 1,000]",0,1618492345,MMR -7672592,104,MMR10953,10953,10-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,VOA,International,"On 10 January 2021, in Kyaukkyi Township (Taungoo District, Bago Region), Myanmar military and KNLA brigade 3 clashed. Casualties unknown. Location coded as Kyaukkyi.",0,1618492358,MMR -7588424,104,MMR10950,10950,10-Jan-21,2021,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Man Loi Upper,22.9813,97.2262,2,Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 10 January 2021, near Man Loi Upper (Namhsan Township, Kyaukme District, Shan State), KIA abducted 7 Ta'ang ethnic villagers when the villagers went to the forest to cut firewood. One of them was released on the same day after being bailed out by the village administrator and village elders. On 26 January, another one was released.",0,1618492365,MMR -7534467,104,MMR10969,10969,10-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Sa Par Htar,20.4668,93.3049,1,Narinjara News; Development Media Group; Radio Free Asia; Myanmar Now,Subnational-National,"On 10 January 2021, in Sa Par Htar village (Minbya Township, Mrauk-U District, Rakhine State), an unexploded bomb was found near the village and brought to the village by a young man. Villagers accidentally detonated it. The explosion killed a woman and injured nine villagers, including three children.",1,1611074486,MMR -7534505,104,MMR10966,10966,10-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,2,Eleven Media Group,National,"On 10 January 2021, at Shwe Nan Thar football ground in Oke Ta Ra Thi Ri Township (Oke Ta Ra District, Nay Pyi Taw), nearly 500 USDP supporters demonstrated over alleged electoral fraud. [size=nearly 500]",0,1611074486,MMR -7670055,104,MMR11016,11016,9-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Me Waing,17.8791,97.2782,2,Free Burma Rangers,Other,"On 9 January 2021, Myanmar military and KNU reportedly clashed in Kayin State as Myanmar military reinforced troops to Me Waing camp in Karen state. Casualties unknown.",0,1612998729,MMR -7672461,104,MMR10951,10951,9-Jan-21,2021,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0,1618492448,MMR -7670060,104,MMR11027,11027,8-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,3,Free Burma Rangers,Other,"On 8 January 2021, Myanmar military attacked KNU soldiers at Ke So Hta Kwe at KNU bridge 5 and 3 border area in Karen state. Casualties unknown. Location coded as Hpapun.",0,1612998729,MMR -7671721,104,MMR10948,10948,8-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Pe Pa Don,19.8959,94.1846,2,Narinjara News,Subnational,"On 8 January 2021, near Pe Pa Don village (Ann Township, Kyaukpyu District, Rakhine State), villagers heard the sounds of artillery shell explosions about 7 times. The explosions were reportedly from Myanmar military battalion 919 bases near the village. Casualties unknown.",0,1612998733,MMR -7670378,104,MMR10947,10947,7-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Wa Shawng,25.3742,97.5872,2,Kachin News Group,Subnational,"On 7 January 2021, near Wa Shawng village (Waingmaw Township, Myitkyina District, Kachin State), a Myanmar military column shelled Wa Shaga Bum, a KIA battalion 3 front line camp. The shelling was believed to be from Myanmar military LIB 389. The shelling of KIA front line camp reportedly raised tensions between KIA and the Myanmar military. Casualties unknown.",0,1612998730,MMR -7458718,104,MMR10946,10946,7-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Mongngawt,22.7732,96.984,1,Shan Herald Agency for News,Subnational,"On 7 January 2021, at Auk Zay Ward in Mongngawt town (Kyaukme Township, Kyaukme District, Shan State), an unknown assailant shot a 55-year-old woman while she was working alone at a tea plantation. She was injured.",0,1618492534,MMR -7458720,104,MMR10945,10945,7-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Hpei,22.6763,97.1057,2,Shan Herald Agency for News,Subnational,"On 7 January 2021, at a mountain near Tawt Hpei village (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492535,MMR -7669005,104,MMR10943,10943,6-Jan-21,2021,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,13,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News; Democratic Voice of Burma,Subnational-National,"On 6 January 2021, in Muse town (Muse Township, Muse District, Shan State), an unknown armed group attacked people's militia houses and compound with three 40MM grenades and 10 gunshots. A window was destroyed. No casualties reported. Separately, beside Muse-Namhkan Pyidaungsu highway at Swam Saw ward in Muse town, three unknown gunmen dressed attacked Mone Paw and Tar Moe Nye people's militia houses and compounds with five 40MM grenades and 20 gunshots. A house gate was destroyed. No casualties reported.",0,1618492560,MMR -7534460,104,MMR10944,10944,6-Jan-21,2021,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Me Waing,17.8791,97.2782,2,Myanmar Now; Karen Information Center News,Subnational-National,"On 6 January 2021, in Me Waing village tract, (Hpapun Township, Hpapun District, Kayin State) (coded as Hpapun), more than 1,000 villagers from Me Wai, Me Thut, Lay Khaw Hti and Nar Ko Khee village tracts demonstrated to demand an end to Myanmar military's spying of villages with a drone, road construction, and an end to civilian hostilities. Demonstrators also called for the Myanmar military to withdraw all of their bases from KNU territory. [size=more than 1000]",0,1611074486,MMR -7670064,104,MMR11026,11026,5-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,3,Free Burma Rangers,Other,"On 5 January 2021, Myanmar military attacked KNU soldiers at Ka Sa Te at KNU bridge 5 and 1 border area in Karen state. Casualties unknown. Location coded as Hpapun.",0,1612998729,MMR -7458143,104,MMR10941,10941,5-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pang Chin,22.9605,97.5116,2,Mizzima; Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational-National,"On 5 January 2021, between Nyaung Swei and Maik Huong villages, around Hway Huong and Narmat villages in Pang Chin village tract (Namtu Township, Kyaukme District, Shan State), TNLA and RCSS clashed. An artillery shell landed in a home in Nyaung Swei village, burning the house to the ground, with one villager dead and another one injured. The ongoing fighting between TNLA and RCSS has reportedly damaged 60 houses. The fighting also forced hundreds of villagers to flee to Man San village.",1,1618492630,MMR -7458144,104,MMR10942,10942,5-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyaw Zan,20.2791,92.9809,2,Narinjara News; Development Media Group,Subnational,"On 5 January 2021, near Kyaw Zan village (Ponnagyun Township, Sittwe District, Rakhine State), unknown assailants killed a man at his farm hut. His son-in-law also went missing. Ten cows were also missing.",1,1610469088,MMR -7458141,104,MMR10939,10939,4-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,1,Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational,"On 4 January 2021, at Tawt Sang Ywar Ma village (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS engaged in heavy fighting. Both sides were injured in the fighting. Artillery shells and stray bullets damaged 55 houses in Tawk Sang village tract.",0,1618492667,MMR -7581299,104,MMR10940,10940,4-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Mizzima; Narinjara News; Radio Free Asia,Subnational-National,"On 4 January 2021, near Ouk Khabaw (Auk Kha Paw) village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 43 year-old-woman stepped a landmine while gathering firewood in the mountains. She sustained injuries to her leg and face. She died from her injuries on 18 January.",1,1611676349,MMR -7588585,104,MMR11025,11025,4-Jan-21,2021,2,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 4 January 2021 (from 1 - 7 January), in Hsipaw Township (Kyaukme District, Shan State), SSPP abducted two residents of Kone Hsar village. The villagers were accused of collecting taxes on Hsipaw-Nawng Mon road using SSPP's name. The two abductees were released after the village administrator guaranteed for their release. Two villagers abducted were also believed to be the nephews of village administrator.",0,1618492691,MMR -7458716,104,MMR10938,10938,3-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Sang Ywar Ma,22.7726,96.7936,2,Shan Herald Agency for News,Subnational,"On 3 January 2021, near Tawt Sang Ywar Ma village (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed in three separate locations. More than 100 villagers fled. Casualties unknown.",0,1618492710,MMR -7671348,104,MMR10934,10934,2-Jan-21,2021,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,12,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Kya Thaung Seik,17.521,97.4362,1,Karen Information Center News,National,"On 2 January 2021, in Kya Thaung Seik village (Bilin Township, Thaton District, Mon State), the KNLA attacked BGF at a disputed BGF camp located near a monastery in the village. One BGF soldier was injured. In December, KNDO battalion 2 sent a letter to BGF to demand the abolishment of the camp.",0,1612998732,MMR -7458140,104,MMR10937,10937,2-Jan-21,2021,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pang Chin,22.9605,97.5116,1,Shan Herald Agency for News; Mizzima; Shwe Phee Myay News Agency,Subnational-National,"On 2 January 2021, at Pang Chin village (Namtu Township, Kyaukme District, Shan State), six artillery shells landed in the village. The shelling destroyed a home and a monastery in the village.",0,1618492757,MMR -7588509,104,MMR11022,11022,2-Jan-21,2021,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Mon,Thaton,Bilin,Lay Kay,17.3669,97.4321,1,Democratic Voice of Burma,National,"On 2 January 2021, in Lay Kay village (Bilin Township, Thaton District, Mon State), an explosion happened at Myanmar military camp in the village. Villagers fled out of fear. Casualties unknown.",0,1612284392,MMR -7458722,104,MMR10890,10890,2-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 2 January 2021, near Kun Hauk village tract (Hsipaw Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown. Location coded as Hsipaw.",0,1618492775,MMR -7458731,104,MMR10936,10936,2-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 2 January 2021, around Tawt Sang village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492777,MMR -7672754,104,MMR10935,10935,2-Jan-21,2021,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,VOA,International,"On 2 January 2021, in Kyaukkyi Township (Taungoo District, Bago Region), Myanmar military and KNU clashed. Casualties unknown. The military tension between both sides was reportedly on the rise in Kho Pu, Saw Mi Lu, Khe Kar Kho and Khe De village tracts.",0,1618492780,MMR -7665913,104,MMR10927,10927,2-Jan-21,2021,1,Violence against civilians,Attack,SNA: Shanni Nationalities Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sezin,25.3269,95.9737,2,Radio Free Asia,Regional,"On 2 January 2021, around Sezin village (Hpakant Township, Mohnyin District, Kachin State), a village administrator was killed by SNA. The village administrator and three villagers were abducted by the SNA on 27 December 2020. The reason for abduction was not yet known.",1,1612905823,MMR -7458137,104,MMR10920,10920,1-Jan-21,2021,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Mizzima; Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational-National,"On 1 January 2021, in Hko Wein village or Muse town (Muse Township, Muse District, Shan State) (coded as Muse), an unknown assailant shot a man to death. He was identified as a Chinese national. His hands and legs were tied up. His mouth and eyes were also covered with cloth. 1 fatality coded.",1,1618492811,MMR -7737696,104,MMR10933,10933,1-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,GardaWorld,Other,"On 1 January 2021, in Namtu Township (Kyaukme District, Shan State), TNLA and RCSS reportedly clashed. Casualties unknown.",0,1618492813,MMR -7737734,104,MMR10932,10932,1-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,GardaWorld,Other,"On 1 January 2021, in Hsipaw Township (Kyaukme District, Shan State), TNLA and RCSS reportedly clashed. Casualties unknown.",0,1618492816,MMR -7458715,104,MMR10906,10906,1-Jan-21,2021,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 1 January 2021, in Tawt Sang (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed with both small and heavy weapons. The tension between the two groups reportedly escalated. The TNLA and RCSS fighting in Kyaukme township in the previous few weeks had forced more than 700 villagers to flee. Casualties unknown.",0,1618492817,MMR -7458367,104,MMR10914,10914,31-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Hkamti,Hkamti,25.8559,95.7059,1,Democratic Voice of Burma,National,"On 31 December 2020, in Hkamti town (Hkamti Township, Hkamti District, Sagaing Region), about 30 people rallied to showcase their support for Myanmar military. The supporters stated that the Myanmar military is the protector of people's lives and properties. [size=about 30]",0,1610469092,MMR -7458723,104,MMR10931,10931,31-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 31 December 2020, in Hsipaw Township (Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492851,MMR -7458729,104,MMR10916,10916,31-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 31 December 2020, around Tawt San village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. The fighting between TNLA and RCSS in Kyaukme Township had displaced more than 800 villagers since 27 December. Casualties unknown.",0,1618492855,MMR -7669537,104,MMR10924,10924,30-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,7Day News,National,"On 30 December 2020, on Mandalay-Muse Pyidaungsu Road near Man San village (Namtu Township, Kyaukme District, Shan State), Myanmar military and Northern Alliance group clashed. The clash happened while the Northern Alliance group were collecting taxes. However, the Northern Alliance group hasn't provided any information on the clash. Casualties unknown. Location coded as Man San.",0,1618492875,MMR -7458406,104,MMR10912,10912,30-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 30 December 2020, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), about 30 USDP supporters demonstrated against UEC for alleged electoral frauds. It was the fourth demonstration against UEC in Mon State in December 2020. [size=about 30]",0,1610469093,MMR -7458423,104,MMR10909,10909,30-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 30 December 2020, in Day Pu Do village area (Hpapun Township, Hpapun District, Kayin State), 5,721 villagers from different villages gathered and demonstrated against Myanmar military road construction project in the area. Demonstrators also demanded Myanmar military withdraw from their bases in the area. 1,097 villagers from different villages also demonstrated in Htee Haw Hta village area (Hpapun Township, Hpapun District, Kayin State) with the same demands. Location coded as Hpapun. [size=6,818]",0,1610469093,MMR -7458425,104,MMR10908,10908,30-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Naw Yo Hta,18.5634,97.1108,1,Karen Information Center News,Subnational,"On 30 December 2020, in Naw Yo Hta village area (Hpapun Township, Hpapun District, Kayin State), 3,981 villagers from different villages gathered and demonstrated against Myanmar military road construction project in the area. Demonstrators also demanded Myanmar military withdraw from their bases in the area. [size=3,981].",0,1610469093,MMR -7458714,104,MMR10925,10925,30-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Nyaungshwe,Nyaungshwe,20.6595,96.932,1,Shan Herald Agency for News,Subnational,"On 30 December 2020, in Nyaungshwe town (Nyaungshwe Township, Taunggyi District, Shan State), farmers demonstrated to demand the government to resolve the five-year land dispute in Inn Lay. Farmers accused Aureum Place Hotel of building a road on the farms and cutting down palm trees which farmers had been cultivating for many years. [size= no report]",0,1618492889,MMR -7458725,104,MMR10891,10891,30-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 30 December 2020, near Ngun Hseng village (Hsipaw Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown. Location coded as Hsipaw.",0,1618492890,MMR -7458255,104,MMR10907,10907,30-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Loi An,22.481,96.8841,2,7Day News,National,"On 30 December 2020, around Loi An village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown. Another clash was reported near Tawt Sang.",0,1618492895,MMR -7458724,104,MMR10893,10893,29-Dec-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Pang Lawt,23.587,97.8044,2,Shwe Phee Myay News Agency,Subnational,"On 29 December 2020, near Pang Lawt village (Kyaukme Township, Kyaukme District, Shan State), an artillery shell fell near the village. One villager died and another one was injured.",1,1618492918,MMR -7672660,104,MMR10930,10930,28-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,VOA,International,"On 28 December 2020, in Mone village tract, Kyaukkyi township (Taungoo district, Bago Region), Myanmar military and KNU clashed in KNU brigade 3 active areas. Tensions between both sides were reportedly on the rise in Kho Pu, Saw Mi Lu, Khe Kar Kho and Khe De village tracts. Casualties unknown.",0,1618492952,MMR -7458711,104,MMR10928,10928,28-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),YDP: Yeomanry Development Party,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 28 December 2020, at Maha Bandula Park (Kyauktada Township, Yangon-West District, Yangon Region), more than 100 people led by a member of YDP central committee demonstrated against UEC and showcased their support for the Myanmar military. [size=more than 100]",0,1618492958,MMR -7458254,104,MMR10892,10892,28-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Pang Lawt,23.587,97.8044,2,7Day News,National,"On 28 December 2020, near Pang Lawt village (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492965,MMR -7458368,104,MMR10915,10915,27-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Wundwin,Wundwin,21.0941,96.028,1,Democratic Voice of Burma,National,"On 27 December 2020, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), local shop owners demonstrated against Wundwin Municipal Committee over increased shop room rental fee. The fee was reportedly increased by 7-8 times. [size=no report]",0,1610469092,MMR -7458385,104,MMR10913,10913,27-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mon,Thaton,Thaton,Thaton,16.9187,97.37,1,Eleven Media Group,National,"On 27 December 2020, at USDP office in Thaton town (Thaton Township, Thaton District, Mon State), USDP supporters demonstrated against UEC for electoral fraud including incorrect voter list. [size=no report]",0,1610469093,MMR -7458726,104,MMR10917,10917,27-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kawng Hkar,22.5083,96.8293,2,Shwe Phee Myay News Agency,Subnational,"On 27 December 2020, near Kawng Hkar and Pang Ma Hkam village in Loi An village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618492993,MMR -7458728,104,MMR10921,10921,27-Dec-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 27 December 2020, near Lan Long village (Namhsan Township, Kyaukme District, Shan State), three villagers stepped on a landmine. Three of them were injured. Location coded as Namhsan.",0,1618492993,MMR -7672456,104,MMR10894,10894,26-Dec-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Pang,23.616,97.9316,1,Shwe Phee Myay News Agency,Subnational,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0,1618493030,MMR -7458721,104,MMR10896,10896,26-Dec-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Pang,23.616,97.9316,2,Shwe Phee Myay News Agency,Subnational,"On 26 December 2020, near Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), more than 100 landmines exploded. Casualties unknown.",0,1618493033,MMR -7458257,104,MMR10904,10904,26-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kawng Hkar,22.5083,96.8293,2,7Day News,National,"On 26 December 2020, between Pang Ma Hkam and Kawng Hkar village, Loi An village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Casualties unknown.",0,1618493037,MMR -7458134,104,MMR10897,10897,25-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kawng Hkar,22.5083,96.8293,2,7Day News; Network Media Group; Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational-National,"On 25 December 2020, between Pang Ma Hkam and Kawng Hkar village, Loi An village tract (Kyaukme Township, Kyaukme District, Shan State), TNLA and RCSS clashed with both small and heavy weapons. RCSS claimed to have seized one TNLA gun, a TNLA branded shirt, two shell casings and ammunition. Several villagers fled the fighting in the area. Casualties unknown.",0,1618493058,MMR -7458732,104,MMR10905,10905,25-Dec-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Hkon Ngin,22.5004,96.8599,2,Shwe Phee Myay News Agency,Subnational,"On 25 December 2020, near Hkon Ngin village, Loi An village tract (Kyaukme Township, Kyaukme District, Shan State), a mine explosion was reported. Casualties unknown.",0,1618493063,MMR -7458386,104,MMR10901,10901,24-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Eleven Media Group,National,"On 24 December 2020, in front of USDP office in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), as many as 20 USDP members demonstrated over alleged electoral fraud. Demonstrators demanded the establishment of independent electoral fraud inquiry commission and the abolishment of UEC. [size=as many as 20]",0,1610469093,MMR -7458717,104,MMR10882,10882,24-Dec-20,2020,2,Violence against civilians,Attack,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 24 December 2020 (as reported), in Hsipaw township (Kyaukme District, Shan State), SSPP sentenced a 30-year-old man to death. SSPP shot him to death for the kidnap, rape and murder of a six-year-old girl.",1,1618493091,MMR -7458395,104,MMR10903,10903,23-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Mudon,16.2562,97.7246,1,Hinthar Media,Subnational,"On 23 December 2020, in Mudon town (Mudon Township, Mawlamyine District, Mon State), 25 USDP supporters demonstrated against UEC over alleged electoral fraud. [size=25]",0,1610469093,MMR -7458413,104,MMR10902,10902,23-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Wakema,Wakema,16.6033,95.1827,2,Irrawaddy,National,"On 23 December 2020, in Wakema township (Myaungmya District, Ayeyarwady Region), 30 farmers demonstrated and demanded action against township general administrators and asking local MPs to resign. The demonstration happened after the township administrator filed a lawsuit against 32 farmers who removed obstacles blocking the waterway in the canal owned by Irrigation Department in Kyone Pa Doke village tract. [size=about 30]",0,1610469093,MMR -7458421,104,MMR10900,10900,23-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Kachin News Group,Subnational,"On 23 December 2020, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), about 30 USDP members demonstrated over alleged electoral fraud. Demonstrators also demanded a free and fair election and reestablishment of an accountable Election Commission. [size=about 30]",0,1610469093,MMR -7671593,104,MMR10895,10895,22-Dec-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,1,Narinjara News,Subnational,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0,1612998733,MMR -7458419,104,MMR10899,10899,22-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Kachin News Group,Subnational,"On 22 December 2020, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), more than 30 USDP members demonstrated against UEC over alleged electoral fraud and illegal electoral processes. [size=more than 30]",0,1610469093,MMR -7458461,104,MMR10898,10898,22-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Khonumthung News,Subnational,"On 22 December 2020, in Mindat town (Mindat Township, Mindat District, Chin State), Mindat residents demonstrated against the move to include Shwe Aung Thar village into Tilin Township of Magway Region. Demonstrators claimed that the village has been part of Chin State since 1995, but had been included in Magway Region from 2017. Due to the administrative change, the village, which was included in Chin State voter list during 2010 and 2015 general elections, instead appeared in the Magway region voter list during the 2020 general election. [size=30]",0,1610469094,MMR -7669004,104,MMR10923,10923,18-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nar Kye,22.9312,97.4557,2,Shan Herald Agency for News; Shwe Phee Myay News Agency,Subnational,"On 18 December 2020, near Nar Kye village (Namtu Township, Kyaukme District, Shan State), Myanmar military and TNLA clashed. 158 villagers from Nar Kye, Ping Long and Kun Kyaung villages fled to Man San Shwe Sakar War Monastery. Casualties unknown.",0,1618493310,MMR -7458383,104,MMR10887,10887,17-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Eleven Media Group,National,"On 17 December 2020, at the Township General Administration Office of Dagon Myothit (Seikkan) township (Yangon-East District, Yangon Region), residents demonstrated against the administrator of Ward 58 and township administrators. Residents accused both administrators of putting the burden on the citizens for their travel and food costs and accused them of taking bribes. The demonstrators were disatisfied over the local government's provision of coronavirus related aid. [size=no report]",0,1618493369,MMR -7458138,104,MMR10922,10922,17-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nar Kye,22.9312,97.4557,2,Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational,"On 17 December 2020, near Nar Kye village (Namtu Township, Kyaukme District, Shan State), TNLA and RCSS clashed. Fighting resumed after IDPs had just returned to the village earlier on 16 December. 145 villagers from Nar Kye, Ping Long and Kun Kyaung villages fled to Man San Shwe Sakar War Monastery. Casualties unknown.",0,1618493370,MMR -7672678,104,MMR10889,10889,17-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,VOA,International,"On 17 December 2020, around Htaw Meh Htar village (Hpapun Township, Hpapun District, Kayin State), Myanmar military and KNLA clashed. Casualties unknown. The Myanmar military and KNLA reportedly fought several times in December 2020.",0,1612998736,MMR -7458727,104,MMR10918,10918,17-Dec-20,2020,1,Violence against civilians,Attack,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Shwe Phee Myay News Agency,Subnational,"On 17 December 2020, in Loi Maw Tawng village, Nar Mun village tract (Manton Township, Kyaukme District, Shan State), KIA detained and beat up a 22-year-old villager. The villager was detained after he accidentally shot a pistol when he tried to clean it. The pistol was seized and he was released on 18 December.",0,1618493383,MMR -7669002,104,MMR10884,10884,15-Dec-20,2020,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Me Waing,17.8791,97.2782,2,Karen Information Center News; Mizzima,Subnational-National,"On 15 December 2020, near Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNLA brigade 5 ambushed Myanmar military with mine. Afterwards, both sides exchanged fire. Some Myanmar soldiers were injured. KNU accused Myanmar military of deploying more than 300 soldiers under two battalions. The increased Myanmar military deployments reportedly led to a decrease in mutual trust between the Myanmar military and KNU.",0,1612998726,MMR -7458384,104,MMR10888,10888,15-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Eleven Media Group,National,"On 15 December 2020, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), about 20 USDP supporters demonstrated against UEC over alleged electoral fraud. [size=about 20]",0,1610469093,MMR -7413341,104,MMR10881,10881,10-Dec-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nam Pai,22.984,97.4499,2,Shan Herald Agency for News,Subnational,"On 10 December 2020, near Nam Pai village (Namtu Township, Kyaukme District, Shan State), RCSS clashed with TNLA and SSPP with both small and heavy weapons. A shell fell into the village, injuring 3 women (including a pregnant woman) and one man.",0,1618493694,MMR -7669001,104,MMR10879,10879,9-Dec-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,Military Forces of Myanmar (2016-2021),2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Nar Kye,22.9312,97.4557,1,Shwe Phee Myay News Agency; Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 9 December 2020, in Nar Kye village (Namtu Township, Kyaukme District, Shan State),the RCSS and Myanmar military attacked TNLA and SSPP. The RCSS denied the Myanmar military was involved. Both small and heavy weapons were employed. A shell fell into the village but did not explode. 197 villagers from Nar Kye, Kun Kyaung, Ping Long and Nar Keng villages fled to Man San village. Casualties unknown.",0,1618493732,MMR -7413288,104,MMR10878,10878,8-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Botahtaung,Botahtaung,16.7719,96.1697,2,Eleven Media Group,National,"On 8 December 2020, in front of Arbitration Council Office in Botahtaung Township (Yangon East District, Yangon Region), members of Solidarity Trade Union of Myanmar and Myanmar General Workers Union demonstrated. The demonstrators carried signs such as ''Arbitration Council Not Wanted'' and demanded the resignation of tribunal members. [size=about 20]",0,1618493795,MMR -7458132,104,MMR10877,10877,7-Dec-20,2020,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,2,Irrawaddy; Network Media Group; Shan Herald Agency for News,Subnational-National,"On 7 December 2020, near Man San village (Namtu Township, Kyaukme District, Shan State), the TNLA attacked an RCSS base. The TNLA accused RCSS of establishing a base in the TNLA area. Casualties unknown.",0,1618493888,MMR -7588589,104,MMR11021,11021,7-Dec-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 7 December 2020, in Namhsan Township (Kyaukme District, Shan State), a resident of Long Tauk village stepped a landmine, and he was injured. Due to his injuries, his leg was amputated at a hospital. Location coded as Namhsan.",0,1618493924,MMR -7413335,104,MMR10873,10873,6-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 6 December 2020, at the British Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want Union Election Commission. It is not known who initiated the demonstration. Some demonstrators faced lawsuits. [size=about 15]",0,1618493938,MMR -7672011,104,MMR10875,10875,6-Dec-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Radio Free Asia,Regional,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0,1618493956,MMR -7672012,104,MMR10876,10876,6-Dec-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0,1618493956,MMR -7672033,104,MMR10874,10874,6-Dec-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon-West,Bahan,Bahan,16.8106,96.1574,2,Radio Free Asia,Regional,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0,1618493958,MMR -7332611,104,MMR10867,10867,5-Dec-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News; Eleven Media Group,Subnational-National,"On 5 December 2020, near Hpa Lai village (Hsipaw Township, Kyaukme District, Shan State), RCSS and SSPP clashed during a clearance operation carried out by RCSS in the township. The clash reportedly happened because both sides did not notify the other of their activities in the areas in advance. Casualties unknown.",0,1618493965,MMR -7332757,104,MMR10866,10866,5-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Thazi,Thazi,20.8501,96.0583,1,Myanmar Times,National,"On 5 December 2020, at Ward No.4 in Thazi Town (Thazi Township, Meiktila District, Mandalay Region), 27 people demonstrated over the 8 November general election results. Demonstrators alleged that the election was not ''free and fair''. [size=27]",0,1607446953,MMR -7413197,104,MMR10872,10872,5-Dec-20,2020,1,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Kyauk Ta Lone,22.8412,96.5487,1,Irrawaddy; Eleven Media Group,National,"On 5 December 2020, in Kyauk Ta Lone village (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), SSPP abducted a woman and her son-in-law from her shop over drug trafficking accusation. It was reported that three armed men abducted them at gunpoint and gunshots were heard. Since 4 December, SSPP has detained 15 drug dealers following complaints from the public, according to SSPP.",0,1618494019,MMR -7581298,104,MMR10863,10863,4-Dec-20,2020,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,1,7Day News; Radio Free Asia; Shwe Phee Myay News Agency,National-Regional,"On 4 December 2020, in Mogoke Town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), TNLA abducted the owner of the SP Bakery chain. He was released after more than two months on 15 January.",0,1618494046,MMR -7669000,104,MMR10871,10871,2-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Me Waing,17.8791,97.2782,1,Karen Information Center News; Burma News International,Subnational-National,"On 2 December 2020, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), the KNU and Myanmar military clashed as Myanmar military refused to withdraw from their base in the village. Afterwards, hundreds of villagers fled towards Chi Pyee. Casualties unknown.",0,1612998726,MMR -7671339,104,MMR10861,10861,1-Dec-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 1 December 2020, between Htee Kay Law and War Tho Law villages (Hpapun Township, Hpapun District, Kayin State), Myanmar military (LIB 339) and KNLA 5th Brigade (Battalion 102) clashed for a few minutes. The clash happened because Myanmar military reportedly did not notify KNLA of their movement in the area. Casualties unknown. Location coded as Hpapun.",0,1612998732,MMR -7332722,104,MMR10862,10862,1-Dec-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,1,Eleven Media Group,National,"On 1 December 2020, in front of Myanmar Investment Commission's Office (Yankin Township, Yangon-East, Yangon Region), 14 factory workers demonstrated against the owner (a Chinese citizen) of the Young Clothing garment factory located in Shwelinban Industrial Zone in Hlaingthaya Township. Demonstrators demanded compensation and urged the government to take legal actions against the owner for violating the laws. The factory was shut down on 15 September and workers have not received compensation accordance in the labour law. [size=14]",0,1618494270,MMR -7332721,104,MMR10856,10856,29-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,1,Eleven Media Group,National,"On 29 November 2020, in front of Mahabandula Park in Kyauktada Township (Yangon-West District, Yangon Region), people and monks gathered to demand justice for burn injuries sustained during the crackdown of the demonstration over Letpadaung Taung copper mine 8 years ago. [size=no report]",0,1618494346,MMR -7669687,104,MMR10860,10860,29-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021) People's Militia Force,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma,National,"On 29 November 2020, in Kaung Hmu Ton Ward in Muse Town (Muse Township, Muse District, Shan State), a bomb exploded on the roof of a former Kaung Kha people militia soldier's house. No casualties reported.",0,1618494353,MMR -7315586,104,MMR10850,10850,28-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,7Day News; Myanmar Times,National,"On 28 November 2020, in Meiktila Town (Meiktila Township, Meiktila District, Mandalay Region), 29 civilians demonstrated over the 8 November general election results. Demonstrators alleged that the election was not ''free and fair''. [size=29]",0,1606839253,MMR -7315670,104,MMR10847,10847,28-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Zu Kaing,19.9257,93.7929,2,Narinjara News,Subnational,"On 28 November 2020, near Ka Zu Kaing village (assumed to be Zu Kaing village) (Ann Township, Kyaukpyu District, Rakhine State), a 50-year-old female farmworker stepped a landmine and was injured.",0,1606839253,MMR -7668997,104,MMR10846,10846,26-Nov-20,2020,1,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),5,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,15,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Pyinoolwin,War Net,21.7725,96.2895,2,Myanmar Now; Radio Free Asia,National-Regional,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0,1618494460,MMR -7315725,104,MMR10849,10849,26-Nov-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar); Fishermen (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,U Daung,20.6809,92.4734,2,VOA,International,"On 26 November 2020, near U Daung village (Maungdaw Township, Maungdaw District, Rakhine State), an unknown group abducted nine shrimpers (including five Muslim men). The detainees were also beaten. Four of them escaped and five were still under detention. Villagers believe that the unknown group were possibly a pirate group living in mountain ranges.",0,1606839253,MMR -7724795,104,MMR12171,12171,26-Nov-20,2020,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 26 November 2020, in Hsipaw township (Kyaukme District, Shan State), six villagers were taken away and detained by the RCSS on drug accusations. One of them was released by the RCSS on 17 February 2021, while three of men escaped. The remaining two villagers remain detained at the time of reporting on 24 February 2021.",0,1618494563,MMR -7668998,104,MMR10848,10848,25-Nov-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Irrawaddy; Shan Herald Agency for News; Network Media Group,National,"On 25 November 2020, 2km north of Mogoke (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), the military and 30 TNLA soldiers clashed. Some military soldiers were killed and injured. Unknown fatalities coded as 3.",3,1618494566,MMR -7672460,104,MMR10854,10854,25-Nov-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Loi Hsar,22.9969,96.6298,1,Shwe Phee Myay News Agency,Subnational,"On 25 November 2020, in Loi Hsar village (Mongmit Township, Mongmit District, Shan State), a Loi Hsar village-based Myanmar military one-sidedly shot artillery shells to the west of the village. Casualties unknown.",0,1618494585,MMR -7315601,104,MMR10845,10845,25-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,7Day News,National,"On 25 November 2020, in Sum Saw ward in Muse Town (Muse Township, Muse District, Shan State), a large explosion happened near a police station. The explosion was believed to be a bomb. No casualties reported.",0,1618494586,MMR -7668996,104,MMR10844,10844,24-Nov-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Kyauk War,23.0063,96.5307,2,Network Media Group; Shan Herald Agency for News,National,"On 24 November 2020, near Kyauk War village, in Mogoke Township (Pyin Oo Lwin, Mandalay Region), Myanmar military and TNLA engaged in a heavy fighting. Some villagers fled to Mogoke town. One Myanmar military soldier died and another one was injured.",1,1618494601,MMR -7672447,104,MMR10851,10851,24-Nov-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Kyauk War,23.0063,96.5307,2,Shwe Phee Myay News Agency,National,"On 24 November 2020, in between Kyauk War and Pein Pyit village (Mogoke Township, Pyin Oo Lwin District, Mandalay) (coded as Kyauk War), Loi Hsar village-based Myanmar military one-sidedly opened fired using artillery shells. Casualties unknown.",0,1618494613,MMR -7315636,104,MMR10842,10842,23-Nov-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Ka Mar,19.1305,94.1709,2,Development Media Group,Subnational,"On 23 November 2020, near Ka Mar village, Sar Pyin village track (Toungup Township, Thandwe District, Rakhine State), about four or five unidentified masked people took away a villager and his sister who were on their way back from Toungup town to Pa Dar village, after withdrawing money in Toungup town. The girl was released, but her brother was beaten and remained detained.",0,1606839253,MMR -7315664,104,MMR10843,10843,23-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,1,Mizzima,National,"On 23 November 2020, in Man Wun Gyi Ward (6) in Mansi Town (Mansi Township, Bhamo District, Kachin State), two unknown people on a motorcycle allegedly threw a handmade bomb in front a villager's house. The bomb exploded and damaged a house. No casualties reported.",0,1606839253,MMR -7315644,104,MMR10853,10853,22-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 22 November 2020, at Ward (4) in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100 USDP supporters demonstrated over alleged electoral fraud. Demonstrators carried six slogans such as ''investigate electoral fraud across the country,'' ''Abolish UEC that is not transparent and accountable,'' ''No to an election result that is not in line with the law,'' ''Oppose a government that seeks to take power in an unjust way,'' ''Oppose electoral fraud''. [size=about 100]",0,1606839253,MMR -7315600,104,MMR10852,10852,21-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Pyawbwe,Pyawbwe,20.5947,96.0509,1,7Day News,National,"On 21 November 2020, in Pyawbwe town (Pyawbwe Township, Yamethin District, Mandalay Region), USDP supporters demonstrated to express their dissatisfaction with the results of the general election. [size=no report]",0,1606839253,MMR -7311543,104,MMR10838,10838,21-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kyauk Myaung,19.43,93.8929,1,Narinjara News,Subnational,"On 21 November 2020, in Kyauk Myaung village (Ann Township, Kyaukpyu District, Rakhine State), about 130 villagers from Lin Pan Kyin and Kyauk Myaung villages who did not receive COVID-19 (Coronavirus) relief funds gathered and demonstrated at the Kyauk Myaung village tract administration office. Demonstrators demanded that low-income families should receive the relief fund. [size=about 130]",0,1606243683,MMR -7311562,104,MMR10836,10836,21-Nov-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),NLD: National League for Democracy,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pin Tein,22.3661,96.9124,1,Shan Herald Agency for News,Subnational,"On 21 November 2020, in Pin Tein village (Kyaukme Township, Kyaukme District, Shan State), two unknown assailants on a motorcycle shot and killed an NLD MP-elect in front of his house.",1,1618494767,MMR -7669791,104,MMR10831,10831,20-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0,1612998728,MMR -7311437,104,MMR10834,10834,20-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,7Day News,National,"On 20 November 2020, at a BPI football stadium in Kyo Kone (Ga) Ward in Insein township (Yangon-North, Yangon Region), about 200 people demonstrated over alleged election fraud. Demonstrators carried out slogan such as ''Investigate electoral fraud across the country,'' ''We don't want unfair Election Commission,'' ''We opposed electoral fraud'' and so on. [size=about 200]",0,1618494797,MMR -7671485,104,MMR10858,10858,20-Nov-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Times,National,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0,1618494823,MMR -7671973,104,MMR10832,10832,19-Nov-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Network Media Group,National,"On 19 November 2020, in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), Myanmar military LIB 223 and TNLA clashed. Casualties unknown.",0,1618494934,MMR -7311477,104,MMR10837,10837,18-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,1,Democratic Voice of Burma,National,"On 18 November 2020, in Taungtha town (Taungtha Township, Myingyan District, Mandalay Region), 28 USDP supporters demonstrated over alleged electoral fraud in Taungtha area. Demonstrators demanded re-running the election and accused UEC of electoral fraud and acting unfairly. There were about 10 electoral complaints in Taungtha area. [size=28]",0,1606243683,MMR -7670355,104,MMR10830,10830,17-Nov-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 17 November 2020, at Nampati Bum mountain (Muse District, Shan State), Myanmar military's bridage 88 and KIA battalion 9 clashed in KIA's controlled area. Another clash was reported in KIA's controlled area near Bang Hka village (Muse District, Shan State) between Myanmar military brigade 99 and KIA battalion 36. The clashes reportedly happened because Myanmar military entered into KIA's controlled area. Casualties unknown.",0,1618495011,MMR -7311544,104,MMR10829,10829,17-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ARSA: Arakan Rohingya Salvation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Thea Chaung,20.9714,92.3665,2,Narinjara News,Subnational,"On 17 November 2020, near Thea Chaung village located between Kyun Pauk and Leik Ya village tracts (Maungdaw Township, Maungdaw District, Rakhine State), a landmine explosion killed three family members and injured 6 villagers (including two children) from Kha Yay Myaing who travelled on the same car. Myanmar military accused ARSA of planting the landmine.",3,1606243683,MMR -7311561,104,MMR10828,10828,17-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),DNP: Democratic Party of National Politics,6,,,0,60,Southeast Asia,Myanmar,Shan-South,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 17 November 2020, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), about 30 DNP supporters demonstrated over alleged electoral fraud. They accused Union Election Commission for not being fair in its handling of the Myanmar election. [size=about 30]",0,1618495027,MMR -7311555,104,MMR10833,10833,15-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Radio Free Asia,Regional,"On 15 November 2020, at Thin Gan Kyun Gyi ward in Mingaladon township (Mingaladon Township, Yangon-North District, Yangon Region), about 60 people demonstrated to demand action against the village or ward administrator after they had not received the 40,000-kyat coronavirus relief fund for low-income families. [size=about 60]",0,1618495119,MMR -7311557,104,MMR10835,10835,15-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,2,Radio Free Asia,Regional,"On 15 November 2020, in Oke Ta Ra Thi Ri township (Oke Ta Ra District, Nay Pyi Taw), more than 1,000 USDP supporters demonstrated at a football stadium stating that they did not trust Union Election Commission and the results of the elections. They alleged that the COVID-19 fund was used for vote-buying. [size=more than 1,000]",0,1606243683,MMR -7305319,104,MMR10824,10824,14-Nov-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 14 November 2020, in Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), an unknown assailant shot at the house of the Chairman of Kyaukme District's Sub-election Commission. A window was damaged. The shooting happened following the announcement that an NLD candidate won a seat for Amyotha Hluttaw for Kyaukme District. Myanmar Election Commission also cancelled election in some areas of Kyaukme District.",0,1618495137,MMR -7671669,104,MMR10823,10823,14-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Chit Pon Ma,19.4053,93.9383,1,Narinjara News,Subnational,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0,1612998733,MMR -7718426,104,MMR10822,10822,13-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Nat Maw,19.9865,93.8274,2,Narinjara News,Subnational,"On 13 November 2020, near Nat Maw village, Dar Let village track (Ann Township, Kyaukpyu District, Rakhine State), an elderly villager stepped a landmine in his farmland and was injured.",0,1614130926,MMR -7305295,104,MMR10814,10814,13-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 13 November 2020, on a road towards Sa Hnyin and Lay Thwan villages (Myebon Township, Mrauk-U District, Rakhine State), road workers mistakenly detonated unexploded RPG bomb on the side of the road. The explosion killed one and injured two workers.",1,1605630732,MMR -7305261,104,MMR10809,10809,11-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Refugees/IDPs (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Development Media Group,Subnational,"On 11 November 2020, at an IDP camp in Ann Town (Ann Township, Kyaukpyu District, Rakhine State), about 150 IDPs demonstrated to demand drinking water for IDPs. The demonstration happened after a lake used by more than 1,000 IDPs was fenced up. IDPs have reportedly faced water shortage for four days since the lake was fenced up. [size=about 150]",0,1605630732,MMR -7815983,104,MMR10821,10821,11-Nov-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; UDP: Union Democratic Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Radio Free Asia,Regional,"On 11 November 2020, about 50 USDP and UDP supporters demonstrated at Union Election Commission Office in Nay Pyi Taw. Demonstrators carried signs saying ''No Unjust Election Commission'', ''Against Injustices'', ''We Want Free and Fair Election.'' After the protest, two leaders of the demonstration were arrested under article 19 of Peaceful Assembly Law after the protest. They were released on bail on 16 November. [size=about 50]",0,1618442043,MMR -7668995,104,MMR10818,10818,10-Nov-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Shauk Chon,19.473,94.0098,1,Narinjara News; Development Media Group,Subnational,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0,1612998726,MMR -7672036,104,MMR10817,10817,10-Nov-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Shauk Chon,19.473,94.0098,2,Radio Free Asia,Regional,"On 10 November 2020, 500 meters east of Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), AA allegedly attacked Myanmar military troops. One Myanmar military soldier was injured.",0,1612998734,MMR -7305191,104,MMR10826,10826,7-Nov-20,2020,2,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Myanmar Times; Democratic Voice of Burma,National,"Around 7 November 2020 (as reported), in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), TNLA troops detained a woman for gambling and demanded a ransom of 500 lakh. She was released after TNLA was given 250 lakh.",0,1618495497,MMR -7305187,104,MMR10807,10807,6-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,7Day News; Irrawaddy,National,"On 6 November 2020, at Ward 7 in Bago Town (Bago Township, Bago District, Bago Region), an explosive set by an unknown armed group went off at the Bago Region Sub-election Commission Office. No one was injured.",0,1618495529,MMR -7668993,104,MMR10804,10804,4-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Development Media Group; Narinjara News,Subnational,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1,1612998726,MMR -7298893,104,MMR10806,10806,4-Nov-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Yoke Thar,20.8771,92.9812,2,Development Media Group,Subnational,"On 4 November 2020, near Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), a woman stepped a landmine and was injured by the explosion. The incident happened as she went to the forest to search for food along with three of her friends.",0,1605029834,MMR -7668992,104,MMR10802,10802,3-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Thar,20.0854,93.3594,2,Narinjara News; Development Media Group,Subnational,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0,1612998726,MMR -7669844,104,MMR10803,10803,3-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Pa Lin Pyin,20.2199,92.7716,1,Development Media Group,Subnational,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0,1612998729,MMR -7298937,104,MMR10796,10796,3-Nov-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Zaing Chaung,19.3304,93.5522,1,Narinjara News,Subnational,"On 3 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), a bullet injured a woman. Although it was not known who fired the gun, Myanmar military has entered into several villages, detaining and interrogating villagers in Kyaukpyu township since 2 November.",0,1605029834,MMR -7668991,104,MMR10801,10801,3-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ah Pyin Done Chaung,20.4373,93.3029,1,Narinjara News; Development Media Group,Subnational,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1,1612998726,MMR -7669760,104,MMR10810,10810,2-Nov-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Ramree,19.0905,93.8624,2,Development Media Group,Subnational,"On 2 November 2020, near Kalapon village, Ramree Township (Kyaukpyu District, Rakhine State), AA attacked Myanmar military navy vessels on the Tanzin river with both small and heavy weapons. Myanmar military fired back. Afterwards, AA troops fled in a boat.",0,1612998728,MMR -7671719,104,MMR10816,10816,2-Nov-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Zaing Chaung,19.3304,93.5522,1,Narinjara News,Subnational,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0,1612998733,MMR -7671560,104,MMR10795,10795,29-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Set Ka Yae,20.2845,93.2362,1,Narinjara News,Subnational,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0,1612998733,MMR -7671317,104,MMR10793,10793,29-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Taunggyi,Pekon,Pekon,19.8634,97.0083,2,Kantarawaddy Times,National,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0,1618495936,MMR -7669790,104,MMR10794,10794,29-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Pauktaw,Kyaw Shin,20.2192,93.0834,1,Development Media Group,Subnational,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0,1612998728,MMR -7305321,104,MMR10815,10815,28-Oct-20,2020,1,Violence against civilians,Attack,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Mongmit,23.1097,96.6691,2,Shwe Phee Myay News Agency,Subnational,"On 28 October 2020, in Mongmit Township (Mongmit District, Shan State), KIA beat four villagers from Ma Waw village in Manton Township, Ah Htet Pang Swe and Yae Pong villages in Mongmit Township. KIA detained them and beat them on their way back from Mongmit to their village after shopping in Mongmit Town.",0,1618496026,MMR -7671549,104,MMR10791,10791,28-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 28 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA clashed. Myanmar military employed fighter jets. Casualties not reported.",0,1612998733,MMR -7668990,104,MMR10792,10792,28-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyin Wan,20.5964,92.6878,2,Development Media Group; Narinjara News; Irrawaddy; Eleven Media Group,Subnational-National,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1,1612998726,MMR -7672408,104,MMR10789,10789,27-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Pon Nwe,24.7762,95.3041,2,Shan Herald Agency for News,National,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0,1612998735,MMR -7671642,104,MMR10786,10786,27-Oct-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0,1612998733,MMR -7289063,104,MMR10788,10788,27-Oct-20,2020,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Nawng Lay,20.1944,98.1815,1,VOA,International,"On 27 October 2020, in Nawng Lay village (Mongpang Township, Langkho District, Shan State), RCSS fired at two cars carrying materials for the 2020 November election. One administrator and registrar were injured. RCSS admitted to firing and said that it was a mistake.",0,1618496086,MMR -7698928,104,MMR10790,10790,27-Oct-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,7Day News,National,"On 27 October 2020, in Taung Pyo village (Hpakant Township, Mohnyin District, Kachin State), villagers demonstrated and urged the government to end the lockdown. Taung Pyo village has been put on lockdown for 47 days after several coronavirus cases were found in the village. [size=no report]",0,1614027957,MMR -7671540,104,MMR10787,10787,27-Oct-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Khaung Laung Chaung,20.239,93.2554,2,Narinjara News,Subnational,"On 27 October 2020, near Khaung Laung Chaung village (Minbya Township, Mrauk-U District, Rakhine State), AA attacked three Myanmar military navy vessels with rockets when Myanmar military troop were sailing from Sittwe towards Minbya. Afterwards, both sides exchanged fires with both heavy and small weapons. Some bullets hit a house in a nearby village called Pale Pauk and a house was damaged. Casualties not reported.",0,1612998733,MMR -7671725,104,MMR10785,10785,26-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Khaung Laung Chaung,20.239,93.2554,2,Narinjara News,Subnational,"On 26 October 2020, near Khaung Laung Chaung village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard sounds of gunfire and shelling. Myanmar military reportedly fired small guns and shells as they commuted around the village with navy vessels. Casualties not reported.",0,1612998733,MMR -7668986,104,MMR10781,10781,26-Oct-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Htet Nan Yar,20.5556,92.6435,2,Irrawaddy; VOA; Mizzima; Narinjara News,Subnational-National,"On 26 October 2020, near Ah Htet Nan Yar village (Rathedaung Township, Sittwe District, Rakhine State), AA and Myanmar military clashed two times. The clashes reportedly happened as AA attacked BGP based with RPG weapon. AA claimed to have killed 25 Myanmar military.",25,1612998726,MMR -7668987,104,MMR10782,10782,26-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Hnone Bu Nge,21.4882,92.7436,2,Mizzima; VOA,National-International,"On 26 October 2020, near Hnone Bu Nge village (Paletwa Township, Mindat District, Chin State), Myanmar military and AA clashed. AA claimed that some Myanmar military were killed in clash but didn't specify the number of Myanmar military killed. Unknown fatalities coded as 3.",3,1618496125,MMR -7668988,104,MMR10783,10783,26-Oct-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Inn Din,20.5082,92.5811,2,Mizzima; Irrawaddy; Narinjara News,Subnational-National,"On 26 October 2020, near Inn Din village (Maungdaw Township, Maungdaw District, Rakhine State), AA attacked Myanmar military temporary base with RPGs. Afterwards, both sides exchanged gunfire. Some Myanmar military were injured and died. Unknown fatalities coded as 3.",3,1612998726,MMR -7668989,104,MMR10784,10784,26-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Mizzima; VOA,National-International,"On 26 October 2020, at point 825 mountain in Paletwa township (Mindat District, Chin State), Myanmar military and AA clashed. AA claimed that some Myanmar military were killed in clash but didn't specify the number of Myanmar military killed. Unknown fatalities coded as 3.",3,1618496126,MMR -7669840,104,MMR10780,10780,25-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0,1612998729,MMR -7298948,104,MMR10798,10798,25-Oct-20,2020,1,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,5,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,55,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Radio Free Asia,Regional,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0,1605029834,MMR -7671441,104,MMR10779,10779,25-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Mizzima,National,"On 25 October 2020, near Ah Htet Wa village (Paletwa Township, Mindat District, Chin State), Myanmar military and AA clashed. Casualties not reported.",0,1618496148,MMR -7671729,104,MMR10767,10767,23-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 23 October 2020, between May Lun and Hpar Pyo (Chin) village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. After the clash, the Myanmar military fired an artillery shell. Casualties not reported.",0,1612998733,MMR -7668985,104,MMR10768,10768,23-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News; VOA; Mizzima; Irrawaddy,Subnational-National,"On 23 October 2020, between Yae Soe Chaung and Ah Myet Taung village in Kyauk Tan area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA clashed. AA claimed to have killed 6 Myanmar military soldiers.",6,1612998726,MMR -7267581,104,MMR10769,10769,23-Oct-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,1,Twitter,New media,"Around 23 October 2020 (as reported), at Hlaingthayar industrial zone (2) (Hlaingthayar Township, Yangon-North, Yangon Region), LIDL product garment workers demonstrated in front of the factory. Demonstrators demanded the factory to reinstate all 738 union members fired for requesting clean drinking water and COVID-19 (Coronavirus) protection materials. [size=no report]",0,1618496276,MMR -7305270,104,MMR10797,10797,22-Oct-20,2020,1,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,Rioters (Myanmar),NLD: National League for Democracy,5,55,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Kar Boe,22.9008,95.4984,1,Irrawaddy,National,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1,1605630732,MMR -7267262,104,MMR10766,10766,22-Oct-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,1,Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational,"On 22 October 2020, at Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), youth and villager elders stagged a silent campaign. The demonstrators demanded peace in the region and the right to vote in the general election. Recently, the Myanmar government cancelled voting in several townships in Rakhine and Shan State due to ongoing armed conflicts. [size=about 30]",0,1618496325,MMR -7671761,104,MMR10765,10765,22-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 22 October 2020, between May Lun and Hpar Pyo (Chin) village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. Casualties not reported.",0,1612998733,MMR -7311419,104,MMR10762,10762,21-Oct-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Paik Son,20.3451,92.8212,2,Irrawaddy; Narinjara News; Development Media Group,Subnational-National,"On 21 October 2020, at Nga La Pyar port between Rathedaung town and Yae Paik Son village (Rathedaung Township, Sittwe District, Rakhine State), AA abducted two Rathedaung town elders. The two of them were abducted on their way to transport rice to Yae Paik Son IDPs camp, along with one parliamentarian and other members of the Rakhine Covid-19 Committee. One of the detainees was released on 29 October. Another man was released on 16 November.",0,1606243682,MMR -7288933,104,MMR10778,10778,21-Oct-20,2020,1,Violence against civilians,Abduction/forced disappearance,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Civilians (Myanmar),Teachers (Myanmar),7,27,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Ma Htaw,17.8972,97.4187,1,Karen Information Center News,Subnational,"On 21 October 2020, in Ma Htaw village (Hpapun Township, Hpapun District, Kayin State), the Myanmar military accused KNU of abducting the head of a middle school in the village. However, KNU claimed that a teacher negotiated with KNU to serve in the KNU military instead of his son.",0,1604422688,MMR -7671445,104,MMR10764,10764,21-Oct-20,2020,3,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pang Long Ywar Ma,22.8095,97.3745,1,Mizzima,National,"Around 21 October 2020 (as reported), at Ward-4 in Pang Long village (Namtu Township, Kyaukme District, Rakhine State), a member of Myanmar military and a woman were killed by an unknown armed group. Their decomposing bodies were found on 21 October. Location coded as Namtu.",2,1618496377,MMR -7668984,104,MMR10763,10763,21-Oct-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Ah Wa Taung,19.2383,93.729,2,Development Media Group; VOA; Narinjara News,Subnational-International,"On 21 October 2020, near Yae Nan Thu bridge near Sane town in Ah Wa Taung village tract (Kyaukpyu Township, Kyaukpyu District, Rakhine State), AA ambushed Myanmar military's car with mine. Afterwards, both sides exchanged gunfires. Two Myanmar military troops died and at least 3 were injured.",2,1612998726,MMR -7267392,104,MMR10760,10760,20-Oct-20,2020,3,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pang Long Ywar Ma,22.8095,97.3745,2,Mizzima,National,"Around 20 October 2020, unknown assailants killed a man near Pang Long village (Namtu Township, Kyaukme District, Rakhine State). On 20 October, the man's decomposing body was found near the same village.",1,1618496423,MMR -7672733,104,MMR10761,10761,20-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 20 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village.",0,1612998736,MMR -7311418,104,MMR10756,10756,19-Oct-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News; Radio Free Asia,Subnational-Regional,"On 19 October 2020, in Sittwe town (Sittwe Township, Sittwe District, Rakhine State), more than 100 people participated in a demonstration organized by Arakan Students' Union. The demonstrators held signs such as 'No Colonial Government', 'No Colonial Army', 'No Bloody Government', 'No Murder Army', 'No Fascist Army', 'Burmese Government Get Out', Burmese Army Get Out' and 'Rakhine is not a slave'. Two demonstrators were sentenced to 1 year in prison on 18 November. [size=more than 100]",0,1606243682,MMR -7672639,104,MMR10754,10754,19-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,VOA,International,"On 19 October 2020, near Nam Tawe village (Namhsan Township, Kyaukme District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618496509,MMR -7671654,104,MMR10759,10759,19-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ywar Thit Kay,20.5386,92.7495,2,Narinjara News,Subnational,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1,1612998733,MMR -7672455,104,MMR10755,10755,19-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),UDP: Union Democratic Party,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shwe Phee Myay News Agency,Subnational,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0,1618496521,MMR -7672762,104,MMR10758,10758,19-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0,1612998736,MMR -7668983,104,MMR10757,10757,19-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group; Narinjara News,Subnational,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1,1612998726,MMR -7288866,104,MMR10776,10776,18-Oct-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Kyet Ma Aing (East),21.1977,93.0714,1,Chinland Guardian,Subnational,"On 18 October 2020, in Kyet Ma Aing (East) village (Paletwa Township, Mindat District, Chin State), an unknown armed group abducted a 33-year-old villager.",0,1618496549,MMR -7267401,104,MMR10753,10753,18-Oct-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 18 October 2020, on Sittwe-Yangon road near Lin Myway mountain (Mrauk-U Township, Mrauk-U District, Rakhine State), a landmine exploded and injured a married couple from Sin Oe Chaing village.",0,1603817742,MMR -7267445,104,MMR10751,10751,18-Oct-20,2020,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Shan Herald Agency for News,Subnational,"On 18 October 2020, in Pauk Nay ward of Namhkan town (Namhkan Township, Muse District, Shan State), three TNLA members in civilian clothes allegedly abducted a woman and released her on the following day. The gunmen reportedly grabbed a woman who was not their suspect. The abduction case was reportedly related to the illegal drug trade. A TNLA spokesperson said that he did not know about the abduction yet.",0,1618496572,MMR -7288974,104,MMR10777,10777,18-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,Narinjara News,Subnational,"On 18 October 2020, between Htee Swea and Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by unknown armed group hit and destroyed a 66 electricity power line. It has been 10 days since Buthidaung and Kyauktaw have received electric power.",0,1604422688,MMR -7671807,104,MMR10752,10752,18-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 18 October 2020, near May Lun village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. Both light and heavy weapons were employed. Some shelling fell near the village and into the river. Casualties not reported.",0,1612998734,MMR -7718421,104,MMR10726,10726,17-Oct-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Myit Nar,20.373,93.314,1,Narinjara News,Subnational,"On 17 October 2020, near Myit Nar village (Minbya Township, Mrauk-U District, Rakhine State), a farmer stepped on a landmine in his garden. Afterwards, he died at the hospital.",1,1614130926,MMR -7671342,104,MMR10749,10749,17-Oct-20,2020,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 17 October 2020, in Luthaw Township (Hpapun District, Karen State), KNLA shot Myanmar military helicopter airbus. The shooting happened as Taungngu-based Myanmar military flew over an area controlled by KNU brigade 5. The helicopter made an emergency landing. Afterwards, 4 engineers and nearly 100 military security personnel arrived at the scene.",0,1612998732,MMR -7534459,104,MMR10870,10870,17-Oct-20,2020,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Shan Herald Agency for News; Irrawaddy,National,"On 17 October 2020, in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), a female resident of Mogoke was abducted, beaten and interrogated by TNLA over drug trading. She was forced to pay a ransom of 650 lakhs and released on 26 October.",0,1618496688,MMR -7671701,104,MMR10750,10750,17-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Yoke Thar,20.8771,92.9812,1,Narinjara News,Subnational,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0,1612998733,MMR -7672649,104,MMR10725,10725,15-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ywar Thit Kay,20.5386,92.7495,1,VOA,International,"On 15 October 2020, in Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired artillery shells into the village. Casualties not reported. Myanmar military was accused of firing at villages along the Mayu river on 15 October.",0,1612998736,MMR -7672698,104,MMR10723,10723,15-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 15 October 2020, in Kha Nauk Gyi village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired artillery shells into the village. Casualties not reported. Myanmar military was accused of firing at villages along the Mayu river on 15 October. Location coded as Rathedaung.",0,1612998736,MMR -7672700,104,MMR10721,10721,15-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,VOA,International,"On 15 October 2020, between May Lun and Taung Poke Kay villages (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. The fighting happened as Myanmar military approach AA base located near Taung Poke Kay village. Casualties not known.",0,1612998736,MMR -7672720,104,MMR10724,10724,15-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 15 October 2020, in Auk Kyaung Taung village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired artillery shells into the villages. Casualties not reported. Myanmar military was accused of firing at villages along the Mayu river on 15 October. Location coded as Rathedaung.",0,1612998736,MMR -7254266,104,MMR10722,10722,15-Oct-20,2020,1,Battles,Armed clash,MPDF: Mon Peace Defense Force,,3,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,23,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,2,Independent Mon News Agency; VOA,Subnational-International,"On 15 October 2020, near Sone Nathar village (Thanbyuzayat Township, Mawlamyine District, Mon State), five members of the Mon Peace Defense Force stopped a NMSP car. A member of NMSP was shot to death. Other members of the NMSP escaped from the scene. The incident was allegedly related to drug trafficking.",1,1603207360,MMR -7672598,104,MMR10720,10720,14-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Shwe Laung Tin,20.3916,92.7708,1,VOA,International,"On 14 October 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired artillery shells into the village. All villagers have reportedly left the village and fled to other areas. Casualties not reported.",0,1612998735,MMR -7291932,104,MMR10717,10717,14-Oct-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Mingaladon,Mingaladon,16.9975,96.1346,2,Eleven Media Group,National,"On 14 October 2020, at Yangon International Airport (Mingaladon Township, Yangon-North, Yangon Region), some people demonstrated at the airport when Project-K performers returned to Yangon. Demonstrators carried signs such as 'Get Out Project K', 'We Condemn Project K' and 'Project K Unwanted.' Protesters were angry that the image of the Shwe Dagon Pagoda was projected on the floor of the stage during the local K-pop group's performance at the Asia Song Festival 2020. The performance has attracted criticism from the public on Facebook. [size=no report]",0,1618496856,MMR -7672608,104,MMR10718,10718,14-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kan Pyin,20.3694,92.7741,1,VOA,International,"On 14 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired artillery shells into the village. All villagers have reportedly left the village and fled to other areas. Casualties not reported.",0,1612998735,MMR -7458130,104,MMR10715,10715,14-Oct-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),NLD: National League for Democracy; Women (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Hpaung Khar,18.8516,94.0511,1,Development Media Group; Narinjara News,Subnational,"On 14 October 2020, near Hpaung Khar village (Toungup Township, Thandwe District, Rakhine State), the AA abducted three NLD electoral candidates, including two women. AA abducted them while they were campaigning for the election in the village. The AA claimed responsibility for the abduction. The three detainees were released on 1 January 2021.",0,1610469088,MMR -7668980,104,MMR10719,10719,14-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyar Pin Yin,20.4892,92.7137,1,Irrawaddy; Narinjara News,Subnational-National,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1,1612998726,MMR -7671799,104,MMR10716,10716,14-Oct-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 14 October 2020, near Aung Thar Zay and Htee Swea village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired at Aung Thar Zay mountain and Htee Swea mountain with fighter jets. Clashes between the Myanmar military and AA in the area forced more than a thousand villagers to flee. Casualties not reported.",0,1612998734,MMR -7254414,104,MMR10714,10714,13-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Narinjara News,Subnational,"On 13 October 2020, in Kwayt Chay village, Dar Let Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), an artillery shell fell into the village and injured an IDP man.",0,1603207362,MMR -7668979,104,MMR10713,10713,13-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Irrawaddy; Radio Free Asia; Narinjara News; Development Media Group,Subnational-National,"On 13 October 2020, near Aung Thar Zay (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Myanmar military employed navy vessels and fighter jets and fired artillery shells at a mountain where the AA is based. Some Myanmar military soldiers and AA members were killed. As artillery shells fell into the village, 12 houses were burned. About 70 houses have been reportedly destroyed in the village. Unknown fatalities coded as 3.",3,1612998726,MMR -7668982,104,MMR10748,10748,13-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,1,Narinjara News; Development Media Group; Radio Free Asia; Irrawaddy,Subnational-National,"On 13 October 2020, near Htee Swea village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Myanmar military employed navy vessels and fighter jets and fired artillery shells at a mountain where the AA is based. The mountain was seized by Myanmar military on 4 October. AA took it back on 5 October and withdrew again on 13 October. Casualties not reported.",0,1612998726,MMR -7672327,104,MMR10710,10710,12-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 12 October 2020, in Kyaukme Township (Kyaukme District, Shan State), Myanmar military and RCSS clashed. Clashes between the Myanmar military and RCSS in the first two weeks of October have displaced more than 3,000 villagers. Casualties not reported. Location coded as Kyaukme.",0,1618496951,MMR -7669754,104,MMR10712,10712,12-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Development Media Group,Subnational,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0,1612998728,MMR -7267334,104,MMR10747,10747,11-Oct-20,2020,1,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,Rioters (Myanmar),NLD: National League for Democracy,5,55,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,2,Irrawaddy,National,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0,1603817742,MMR -7254357,104,MMR10708,10708,11-Oct-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sun Chet,21.9343,95.9287,1,Eleven Media Group,National,"On 11 October 2020, at Sun Chet village (Sagaing Township, Sagaing District, Sagaing Region), four family members demonstrated and demanded that the NLD stop campaigning to prevent crowds from gathering amidst the coronavirus pandemic. The demonstration occured as about 200 NLD supporters and election candidates were campaigning with cars along Sagaing-Monywa-Shwebu road. [size=4]",0,1603207362,MMR -7254373,104,MMR10706,10706,11-Oct-20,2020,1,Battles,Armed clash,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,KPC: KNU/KNLA Peace Council,,3,23,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Min Ywar,16.5298,97.8796,2,Karen Information Center News,Subnational,"On 11 October 2020, between Min Ywar and Kyauk Yae Twin village (Kawkareik Township, Kawkareik District, Kayin State), NMSP attacked a KPC car which carried about 10 KPC members. Two KPC members were injured. The shooting happened as KPC members went to NMSP controlled area to pick up one of the KPC members detained by NMSP on 24 September 2020. The KPC claimed that they informed NMSP in advance, but NMSP denied the claim. NMSP also claimed that a KPC member and former KPC member had been detained for selling drugs and passing through their controlled area.",0,1603207362,MMR -7672725,104,MMR10704,10704,11-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,VOA,International,"On 11 October 2020, between Tawt Sang and Pang Hkar villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618497005,MMR -7672302,104,MMR10705,10705,11-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 11 October 2020, in Kyaukme Township (Kyaukme District, Shan State), Myanmar military and RCSS clashed. Some villagers were injured. Location coded as Kyaukme.",0,1618497015,MMR -7668978,104,MMR10707,10707,11-Oct-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Sa Ne,19.4162,94.1285,1,Development Media Group; Narinjara News,Subnational,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1,1612998726,MMR -7669749,104,MMR10709,10709,11-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Development Media Group,Subnational,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0,1612998728,MMR -7668977,104,MMR10703,10703,10-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,2,Narinjara News; VOA,Subnational-International,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1,1612998726,MMR -7247882,104,MMR10701,10701,9-Oct-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Narinjara News,Subnational,"On 9 October 2020, near Bbanwei village (Ponnagyun Township, Sittwe District, Rakhine State), a landmine explosion killed one woman and injured two women. A landmine explosion happened as the three women went to the forest to dig elephant foot yam.",1,1602617586,MMR -7671563,104,MMR10699,10699,9-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 9 October 2020, at Thin Kyit mountain, between Mahamun Pagoda and Mrauk-U Town in the east of Yangon-Sittwe road (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military Battalion 377 and Battalion 378 clashed with AA. Both heavy and light weapons were employed. Casualties not reported. Location coded as Mrauk-U.",0,1612998733,MMR -7672362,104,MMR10700,10700,9-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0,1618497114,MMR -7671902,104,MMR10698,10698,9-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 9 October 2020, in Kyaukme Township (Kyaukme District, Shan State), Myanmar military and RCSS clashed in three or four different locations. The clashes happened in Loi Pang Kyan and Pu Hkar village tracks. Casualties not reported.",0,1618497130,MMR -7672414,104,MMR10745,10745,9-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Taung Hteik,22.2609,97.2016,2,Shan Human Rights Foundation,Other,"On 9 October 2020, around Taung Hteik (also known as Loi Tei) village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497131,MMR -7672438,104,MMR10746,10746,9-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nar Hpein,22.3926,97.2277,1,Shan Human Rights Foundation,Other,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1,1618497138,MMR -7247924,104,MMR10697,10697,8-Oct-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shwe Phee Myay News Agency,Subnational,"On 8 October 2020, in Ngawt Sa Pit village, Kawng Ka Law village track (Namhsan Township, Kyaukme District, Shan State), a 14-year-old novice monk and his friend played with a bomb. The bomb exploded. Two were injured.",0,1618497190,MMR -7672421,104,MMR10744,10744,8-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 8 October 2020, near Mark Lang village, Pyaung Khawng village track (Kyaukme Township, Kyaukme District, Shan State), Myanmar military one-sidedly shelled near the village.",0,1618497199,MMR -7672424,104,MMR10742,10742,8-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 8 October 2020, near Nam Harng Khung village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497199,MMR -7671913,104,MMR10694,10694,8-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,2,Network Media Group,National,"On 8 October 2020, near Pone Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Villagers heard the sound of fighting three times. However, villagers believed that it was one-sided gunfire from the Myanmar military. Myanmar military also seems to have employed a fighter jet. Casualties not reported.",0,1618497199,MMR -7672432,104,MMR10743,10743,8-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nar Sawng,22.3206,97.1271,2,Shan Human Rights Foundation,Other,"On 8 October 2020, between Nar Sawng and Hai Gui villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497200,MMR -7672457,104,MMR10693,10693,8-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nam Maw Hpi Lu,22.3136,97.0262,2,Shwe Phee Myay News Agency,Subnational,"On 8 October 2020, near Nam Maw Hpi Lu village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497204,MMR -7669921,104,MMR10695,10695,8-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,2,Development Media Group,Subnational,"On 8 October 2020, near Pyin Shey (Sa Hpo Kyun) village, between Ka Me Chaung and Wan Twin villages (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Intense fighting around the village has forced more than 300 villagers to flee. Casualties not reported.",0,1612998729,MMR -7672404,104,MMR10692,10692,7-Oct-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,2,Shan Herald Agency for News,Subnational,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0,1618497246,MMR -7672419,104,MMR10741,10741,7-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 7 October 2020, on the southern edge of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Kyaukme based Myanmar military battalion 352 fired artillery shells in the direction of Kyoi Kong. Myanmar military also fired at Shrine Hill in Pyaung Khawng village.",0,1618497252,MMR -7672426,104,MMR10740,10740,7-Oct-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kone Hat,22.3592,97.2168,1,Shan Human Rights Foundation,Other,"On 7 October 2020, above Kone Hat village, 8 km northeast of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at RCSS with two helicopter gunships. Two houses were damaged. Several villagers fled. The helicopters also sent troops and supplies and carried back wounded soldiers. Fatalities not reported.",0,1618497252,MMR -7247775,104,MMR10691,10691,7-Oct-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 7 October 2020, in Mrauk-U Town (Mrauk-U Township, Mrauk-U District, Rakhine State), a district immigration department staff went missing. Later, his body was found in a forest on 9 October. It is believed that unknown assailant killed him.",1,1602617585,MMR -7668975,104,MMR10688,10688,7-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Sa Khan Thar,22.4689,96.9659,2,Shan Human Rights Foundation; Network Media Group,Other-National,"On 7 October 2020, near Sa Khan Thar, Kwe Kone and Nam Mark Hin villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed two times. Myanmar military bombed at least 16 times with two fighter jets. One civilian injured. Casualties on Myanmar military and RCSS sides not reported. Location coded as Sa Khan Thar.",0,1618497279,MMR -7668976,104,MMR10689,10689,7-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,San Hnyin Wai,20.8884,92.5823,2,Development Media Group; Narinjara News; Radio Free Asia,Subnational-Regional,"On 7 October 2020, near Wan Twin village, Sa Hnin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Both light and heavy weapons were employed. Villagers prepared to flee from the village. Casualties not reported.",0,1612998726,MMR -7671804,104,MMR10690,10690,7-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Nauk Pyin,20.3997,92.7811,1,Narinjara News,Subnational,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0,1612998734,MMR -7672382,104,MMR10681,10681,6-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pin Tein,22.3661,96.9124,2,Shan Herald Agency for News,Subnational,"On 6 October 2020, between Pin Tein and Hkei Ton Huong villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported. RCSS claimed that the Myanmar military has attacked them three times in recent days.",0,1618497302,MMR -7672383,104,MMR10738,10738,6-Oct-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Nawnghkio,Taung Shey,22.0643,96.876,2,Shan Herald Agency for News,Subnational,"On 6 October 2020, near Taung Shey village (Kyaukme Township, Kyaukme District, Shan State), RCSS detained two members of Myanmar military. They were released after 17 days on 22 October.",0,1618497303,MMR -7671649,104,MMR10686,10686,6-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyin Wan,20.5964,92.6878,1,Narinjara News,Subnational,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0,1612998733,MMR -7672434,104,MMR10737,10737,6-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 6 October 2020, around Pang Daeng, Nawng Ping, Yin Kwai Taung, Khang Khai, Koon Haen and Nam Mark Hin villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed four times. Myanmar military LIB 136, LIB 501 and ID 101 were involved in the fighting. Casualties not reported.",0,1618497313,MMR -7672436,104,MMR10739,10739,6-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,2,Shan Human Rights Foundation,Other,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0,1618497314,MMR -7672694,104,MMR10680,10680,6-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,VOA,International,"On 6 October 2020, near Pan Nan village (Lashio Township, Lashio District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618497316,MMR -7671730,104,MMR10687,10687,6-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Zay Di Pyin,20.5758,92.6704,1,Narinjara News,Subnational,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0,1612998733,MMR -7671769,104,MMR10684,10684,6-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kan Pyin,20.3694,92.7741,1,Narinjara News,Subnational,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0,1612998733,MMR -7668972,104,MMR10682,10682,6-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,San Hnyin Wai,20.8884,92.5823,2,Development Media Group; Narinjara News; Radio Free Asia,Subnational-Regional,"On 6 October 2020, near Wan Twin village, Sa Hnin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA near Kha Mway Chaung creek. Casualties not reported.",0,1612998726,MMR -7668973,104,MMR10683,10683,6-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Zay Kone,20.5866,92.6896,1,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0,1612998726,MMR -7668974,104,MMR10685,10685,6-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,1,Narinjara News; Radio Free Asia; Development Media Group,Subnational-Regional,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0,1612998726,MMR -7247890,104,MMR10678,10678,5-Oct-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),NLD: National League for Democracy,7,57,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kar Hpu,19.5023,93.9101,1,Narinjara News,Subnational,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0,1602617586,MMR -7671895,104,MMR10673,10673,5-Oct-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 5 October 2020, at Pyidaungsu road in Kyaukme Township (Kyaukme District, Shan State), five members of RCSS with civilian uniform attacked Myanmar military security personnel. Some Myanmar military were injured. There have been at least 10 clashes between the Myanmar military and RCSS from 2 October to 5 October. RCSS accused Myanmar military of prompting fightings in Kyaukme township.",0,1618497374,MMR -7247965,104,MMR10679,10679,5-Oct-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,1,Twitter,New media,"Around 5 October 2020 (as reported), at Hlaingthayar industrial zone (2) (Hlaingthayar Township, Yangon-North, Yangon Region), garment workers from Amber Stone staged a sit-down strike at the factory gate. Amber stone has dismissed 250 out of 270 union members after demanding factory safety. [size=no report]",0,1618497376,MMR -7671909,104,MMR10672,10672,5-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,Network Media Group,National,"On 5 October 2020, near Htwe Swea village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. AA took back its camp seized by Myanmar military on 4 October. Afterwards, the Myanmar military continued to fire with fighter jets. AA claimed to have killed at least 30 Myanmar military. AA also lost a few men, weapons and equipment. Fatalities coded as 33, including 30 soldiers and unknown AA fatalities coded as 3.",33,1612998734,MMR -7671656,104,MMR10675,10675,5-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kan Pyin,20.3694,92.7741,1,Narinjara News,Subnational,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0,1612998733,MMR -7672427,104,MMR10736,10736,5-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 5 October 2020, around Loi Khaw village, 7 km east of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fired at RCSS active around the village. Casualties not reported.",0,1618497377,MMR -7668969,104,MMR10674,10674,5-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,San Hnyin Wai,20.8884,92.5823,2,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"On 5 October 2020, near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA clashed.",0,1612998726,MMR -7668970,104,MMR10676,10676,5-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,Narinjara News; Radio Free Asia; Development Media Group,Subnational-Regional,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3,1612998726,MMR -7668971,104,MMR10677,10677,5-Oct-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Pyin Shey,20.8093,92.5116,2,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2,1612998726,MMR -7669819,104,MMR10666,10666,4-Oct-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Development Media Group,Subnational,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0,1612998728,MMR -7671907,104,MMR10670,10670,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Network Media Group,National,"On 4 October 2020, near May Lun village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. Casualties not reported.",0,1612998734,MMR -7672429,104,MMR10734,10734,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,2,Shan Human Rights Foundation,Other,"On 4 October 2020, near Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Many Myanmar military were wounded. Afterwards, the Myanmar military forced five trucks to carry their troop back to their base. Villagers were also asked for blood donations. Fatalities not reported.",0,1618497417,MMR -7671702,104,MMR10671,10671,4-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Min Thar Taung,20.8953,93.0408,1,Narinjara News,Subnational,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0,1612998733,MMR -7670439,104,MMR10998,10998,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Monekoe,24.1009,98.3161,2,Kachinland News,Subnational,"On 4 October 2020, near Paung Dawt (coded as Monekoe), Muse township, Muse district (Shan State), Myanmar army troops under Battalion 99 engaged in a battle with KIA Brigade 6, Battalion 9. Casualties unknown.",0,1618497426,MMR -7668966,104,MMR10667,10667,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,Radio Free Asia; Narinjara News; Development Media Group,Subnational-Regional,"On 4 October 2020, near Htwe Swea village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Myanmar military seized one AA camp. Some Myanmar military troops were killed and injured. Unknown fatalities coded as 3.",3,1612998726,MMR -7668967,104,MMR10668,10668,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group; Irrawaddy,National,"On 4 October 2020, in Kutkai Township (Muse District, Shan State), Myanmar military and TNLA clashed. Casualties not reported. Myanmar military and TNLA clashed 6 times between 2 October and 4 October.",0,1618497431,MMR -7668968,104,MMR10669,10669,4-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation; Network Media Group; Democratic Voice of Burma,Other-National,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0,1618497431,MMR -7668981,104,MMR10733,10733,4-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Democratic Voice of Burma; Shan Human Rights Foundation; Network Media Group,Other-National,"On 4 October 2020, between Khang Khai and Nam Mark Hin villages (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported. Location coded as Kyaukme.",0,1618497431,MMR -7671624,104,MMR10652,10652,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 3 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA engaged in intense fighting with both small and heavy weapons. The clash happened as Myanmar military troops from Htee Swea village base approached the AA base in Aung Thar Si village. Myanmar military also employed two fighter jets. Casualties not reported.",0,1612998733,MMR -7669850,104,MMR10661,10661,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Development Media Group,Subnational,"On 3 October 2020, around Laing Gwin village, Kyauk Tan village track (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA engaged in intense fighting. Myanmar military employed two fighter jets. The airstrike killed some cattle in Laing Gwin village. Villagers hard the sounds of heavy weapon explosions the whole night. Casualties not reported. Location coded as Kyauktan.",0,1612998729,MMR -7672450,104,MMR10774,10774,3-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Shwe Phee Myay News Agency,Subnational,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1,1618497467,MMR -7669892,104,MMR10975,10975,3-Oct-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Development Media Group,Subnational,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0,1612998729,MMR -7671708,104,MMR10655,10655,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 3 October 2020, near May Lun village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed. Afterwards, the Myanmar military employed two fighter jets. Casualties not reported.",0,1612998733,MMR -7247788,104,MMR10664,10664,3-Oct-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),NLD: National League for Democracy,7,57,Southeast Asia,Myanmar,Magway,Pakokku,Myaing,Kan Ni,21.6795,94.9113,1,Irrawaddy,National,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0,1602617585,MMR -7668960,104,MMR10653,10653,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group; Irrawaddy; Shwe Phee Myay News Agency,Subnational-National,"On 3 October 2020, at Man Pong mountain range, near Ho Hpyet village (Kutkai Township, Muse District, Shan State), Myanmar military and TNLA clashed in four different locations. Both heavy and light weapons were employed. Casualties not reported. Location coded as Kutkai.",0,1618497487,MMR -7668961,104,MMR10654,10654,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Pong Woe,22.3167,97.1569,2,Irrawaddy; Shan Human Rights Foundation; Shwe Phee Myay News Agency; Network Media Group,Other-Subnational,"On 3 October 2020, near Pong Woe village, about 30 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military troops from ID 101, LIB 115, IB 136 clashed with RCSS. 4 Myanmar military soldiers were killed and some were wounded. Military tension was reportedly high around the area since 30 September.",4,1618497487,MMR -7668964,104,MMR10662,10662,3-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Irrawaddy; Network Media Group,National,"On 3 October 2020, at Tangyan Township (Lashio District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618497488,MMR -7668965,104,MMR10665,10665,3-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Irrawaddy; Radio Free Asia,National-Regional,"On 3 October 2020, in Tarmoenye village (Kutkai Township, Muse District, Shan State), TNLA and MNDAA combined forces shelled at Myanmar military LIB 45 and Tarmonenye sub-township based people's militia force. TNLA said that it is a retaliation against Myanmar military as Myanmar's military Battalion 99 and Battalion 88 attacked them the last few days. There were no casualties.",0,1618497489,MMR -7669747,104,MMR10663,10663,3-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Na Yan,20.4077,93.3045,1,Development Media Group,Subnational,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0,1612998728,MMR -7671601,104,MMR10650,10650,2-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 2 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from Rathedaung town, Htee Swea, Yae Soe Chaung and Sauk Khat villages fired artillery shells at mountain ranges near Aung Thar Si village. Casualties not reported.",0,1612998733,MMR -7672410,104,MMR10731,10731,2-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0,1618497524,MMR -7672418,104,MMR10732,10732,2-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nam War,22.3617,97.106,2,Shan Human Rights Foundation,Other,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0,1618497526,MMR -7672451,104,MMR10649,10649,2-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shwe Phee Myay News Agency,Subnational,"On 2 October 2020, near Man Pong village (Kutkai Township, Muse District, Shan State), Myanmar military and TNLA clashed. Both heavy and light weapons were employed. Casualties not reported. Location coded as Kutkai.",0,1618497530,MMR -7671946,104,MMR10660,10660,2-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 2 October 2020, in Kyaukme Township (Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported. Location coded as Kyaukme.",0,1618497532,MMR -7671756,104,MMR10651,10651,2-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 2 October 2020, near May Lun village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shelled at the mountain ranges where clashes between the Myanmar military and AA had occurred on 30 September and 1 October.",0,1612998733,MMR -7668959,104,MMR10648,10648,2-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Ho Weik,22.8919,96.6148,2,Irrawaddy; Shwe Phee Myay News Agency; Network Media Group,National,"On 2 October 2020, near Ho Weik village (Mogoke Township, Pyinoolwin District, Mandalay Region), Myanmar military and TNLA clashed. TNLA accused Myanmar military of attacking them at their base. No casualties reported.",0,1618497554,MMR -7668963,104,MMR10659,10659,2-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kan Ni,20.2184,93.4243,1,Development Media Group; Narinjara News,Subnational,"On 2 October 2020, in Kan Ni village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA engaged in heavy fighting. Myanmar military used fighter jet to shell at the mountain ranges where clashes happened. Casualties not reported.",0,1612998726,MMR -7671600,104,MMR10647,10647,1-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 1 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from Rathedaung town, Htee Swea, Yae Soe Chaung and Sauk Khat villages fired artillery shells at mountain ranges near Aung Thar Si village. Casualties not reported.",0,1612998733,MMR -7671640,104,MMR10645,10645,1-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News,Subnational,"On 1 October 2020, near Hpar Phyo (Chin) village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military troops from the 9th division of military training school and AA clashed with both small and heavy weapons near Sa Nwin mountain. There were no civilian casualties. Casualties on Myanmar military and AA sides not reported.",0,1612998733,MMR -7672423,104,MMR10730,10730,1-Oct-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Pang Lawt,23.587,97.8044,2,Shan Human Rights Foundation,Other,"On 1 October 2020, near Pang Lawt village, about 25 km south of Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497607,MMR -7240295,104,MMR10646,10646,1-Oct-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Pan Tha Pyay,23.003,97.3995,2,Shan Herald Agency for News,Subnational,"Around 1 October 2020, near Pan Tha Pyay village, on Namtu-Lashio road, about 7 miles from Namtu town (Namtu Township, Kyaukme District, Shan State), a teenager girl was killed and her body was found on 1 Oct. The teenager was burned and killed. The perpetrator is not known yet.",1,1618497607,MMR -7672449,104,MMR10657,10657,1-Oct-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Shwe Phee Myay News Agency,Subnational,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1,1618497623,MMR -7668962,104,MMR10658,10658,1-Oct-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nam War,22.3617,97.106,2,Democratic Voice of Burma; Network Media Group,National,"On 1 October 2020, near Nam Wa village, He Kwi village track (Kyaukme Township, Kyaukme District, Shan State), Myanmar military shelled around the village. Nam Wa villagers fled to He Kwi village track. Location coded as He Kwi Ywar Ma.",0,1618497650,MMR -7672443,104,MMR10642,10642,30-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 30 September 2020, near Kwe Kone and Hway village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military and RCSS clashed. Casualties not reported.",0,1618497682,MMR -7668958,104,MMR10644,10644,30-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nar Pong,22.4772,97.0974,2,Shan Human Rights Foundation; Shan Herald Agency for News,Other-Subnational,"On 30 September 2020, near Nar Pong village, Nar Pying village track (Kyaukme Township, Kyaukme District, Shan State), two Myanmar military columns fired heavy weapons and shot into the forest where RCSS troops were active. The RCSS did not fire back as the Myanmar military did not directly fire at their bases.",0,1618497694,MMR -7671536,104,MMR10643,10643,30-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 30 September 2020, near May Lun village, (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military and AA clashed near Rar Maung bridge. An artillery shell injured a 53-year-old woman. Casualties on Myanmar military and AA sides not reported.",0,1612998733,MMR -7240282,104,MMR10641,10641,29-Sep-20,2020,1,Violence against civilians,Sexual violence,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar); Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Narinjara News,Subnational,"On 29 September 2020, near Done Shaung village, Ba Gone Nar village track (Buthidaung Township, Maungdaw District, Rakhine State), an unknown assailant stabbed a 54-year-old woman to death. The woman was attacked when she was grazing her cows near the village. She was in critical condition when she was found by her brother, and afterwards, she passed away. Relatives believed that she was raped before she was killed.",1,1601996031,MMR -7671846,104,MMR10639,10639,28-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Narinjara News,Subnational,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1,1612998734,MMR -7672374,104,MMR10636,10636,28-Sep-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shan Herald Agency for News,Subnational,"On 28 September 2020, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), three unidentified gunmen killed a Myanmar police officer who had come from Lashio to conduct a drug check. The unidentified gunmen drove a car and shot at the police. Police caught and arrested two out of three assailants.",1,1618497747,MMR -7240250,104,MMR10640,10640,28-Sep-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Oe Pone,19.639,94.036,2,Development Media Group,Subnational,"Around 28 September 2020 (from 27-28 September), near Oe Pone village (Ann Township, Kyaukpyu District, Rakhine State), unknown assailants killed two unidentified men. Their bodies were found with their hands tied behind their back. The way their hands were tied was the same, using ropes with the same colour. Myanmar police said that there are no missing people reported in the villages surrounding where the bodies were found.",2,1601996031,MMR -7670377,104,MMR10637,10637,28-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Pang Hseng,24.075,98.0636,2,Kachin News Group,Subnational,"On 28 September 2020, near Pang Hseng (Muse Township, Muse District, Shan State), Myanmar military troops from brigade 88 attacked KIA battalion 36 at a mountain near the village. The Myanmar military reportedly attacked KIA troops from three different locations that day: near Mong Baw (also Mongpaw) village; near Mahkaw Yang village; near Man Nawng Yang village. A fourth clash occurred near Hka Chyaung Hkaraw village when the KIA attacked Myanmar military column with landmines as it was coming down from Mungbaw. There were at least 6 fatalities and 5 injuries.",6,1618497756,MMR -7240301,104,MMR10638,10638,28-Sep-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"Around 28 September 2020, near Pang Soa (Hsipaw Township, Kyaukme District, Shan State), a villager was killed by unidentified assailants. His body was found with a gunshot wound near Lashio-Mandalay Pyidaungsu road on 28 Sept.",1,1618497756,MMR -7672463,104,MMR10656,10656,28-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Man Pu,23.7026,97.5699,1,Shwe Phee Myay News Agency,Subnational,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0,1618497761,MMR -7816524,104,MMR10631,10631,25-Sep-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Development Media Group,National,"On 25 September 2020, in Mandalay city (Mandalay Region), three ABFSU students demonstrated, calling for an end to the civil war. Demonstrators carried signs that said 'Stop Civil War' and 'Stand Together with Oppressed Rakhine People.' [size=3]",0,1618442045,MMR -7671685,104,MMR10630,10630,25-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Nauk Pyin,20.3997,92.7811,1,Narinjara News,Subnational,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0,1612998733,MMR -7267336,104,MMR10729,10729,24-Sep-20,2020,1,Battles,Armed clash,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,KPC: KNU/KNLA Peace Council,,3,23,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Min Ywar,16.5298,97.8796,2,Karen Information Center News,Subnational,"On 24 September 2020, around Min Ywar village (Kawkareik Township, Kawkareik District, Kayin State), NMSP detained two KPC members. NMSP accused them of selling prohibited drug in NMSP-controlled area.",0,1603817742,MMR -7671620,104,MMR10628,10628,24-Sep-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Ta Pin,20.8591,93.0483,1,Narinjara News,Subnational,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0,1612998733,MMR -7670402,104,MMR10627,10627,24-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 24 September 2020, at Howa Bum mountain (Muse District, Shan State), Myanmar military brigade-88 and KIA battalion-36 clashed. KIA accused Myanmar military brigade-88 of carrying out a clearance operation in KIA battalion-26 controlled area in Howa Bum mountain. Casualties not reported. Around 60 villagers fled their homes and saught shelter at Christian campus in Man Nawng Kawng village due to the clashes.",0,1618497936,MMR -7240186,104,MMR10629,10629,24-Sep-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,1,Twitter,New media,"Around 24 September 2020 (as reported), at Hlaingthayar industrial zone (2) (Hlaingthayar Township, Yangon-North, Yangon Region), garment workers from Amber Stone factory demonstrated in Yangon over the firing and beating of labour union members. 250 out of 270 union members were fired. [size=no report]",0,1618497951,MMR -7816544,104,MMR10625,10625,23-Sep-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Twitter,New media,"Around 23 September 2020 (as reported), garment workers from RunningText factory staged a sit-down strike in Yangon. The workers were protesting for a promise from the factory for full wages during the upcoming temporary factory closure due to coronavirus. [size=no report]",0,1618442045,MMR -7671693,104,MMR10626,10626,23-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ku Taung,20.4179,92.7843,2,Narinjara News,Subnational,"On 23 September 2020, near Ku Taung village (Rathedaung Township, Sittwe District, Rakhine State), a column of Myanmar military troops arrived at Ngalabya port on Mayu river located at two miles north of the village. The military arrived with two navy vessels. Afterwards, Myanmar military fired artillery shells more than 10 times. There were no casualties.",0,1612998733,MMR -7581369,104,MMR11008,11008,22-Sep-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 22 September 2020, in Meiktila, Meiktila township, Meiktila district (Mandalay Region), four students from Meiktila University Student Union protested in front of the prison holding placards to demand internet access in Rakhine State and for the release of detained students. [size=4]",0,1611676349,MMR -7672069,104,MMR10623,10623,21-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Radio Free Asia,Regional,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0,1612998734,MMR -7669767,104,MMR10618,10618,20-Sep-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kun Taing Ywar Gyi,20.8616,92.5528,2,Development Media Group,Subnational,"On 20 September 2020, near Kun Taing village (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA clashed. Villagers heard mine explosions twice prior to the clash. The clash lasted for about half an hour. It is believed that Myanmar military battalion 569 was attacked by AA while on their return after taking rations. Casualties not reported. Location coded as Kun Taing Ywar Gyi.",0,1612998728,MMR -7591773,104,MMR10973,10973,20-Sep-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Fishermen (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Democratic Voice of Burma,National,"On 20 September 2020, in Kawthaung, Kawthaung township, Kawthaung district (Tanintharyi Region), about 30 fishermen protested near Kannar Road to demand the reopening of fishing areas. [size=about 30]",0,1612309987,MMR -7672420,104,MMR10728,10728,20-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Human Rights Foundation,Other,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0,1618498069,MMR -7669876,104,MMR10620,10620,20-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Development Media Group,Subnational,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0,1612998729,MMR -7235253,104,MMR10622,10622,20-Sep-20,2020,1,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,Rioters (Myanmar),NLD: National League for Democracy,5,55,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Nyaung Kaing,20.8669,95.9445,1,Irrawaddy,National,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0,1601395297,MMR -7235318,104,MMR10619,10619,20-Sep-20,2020,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Ho Hko,23.5968,97.8007,1,Shwe Phee Myay News Agency,Subnational,"On 20 September 2020, in Ho Hko village (Kutkai Township, Muse District, Rakhine State), TNLA troops entered into a man's house, interrogated and beat him. He was handcuffed and taken outside the Ho Hko IDP camp. Afterwards, he was released.",0,1618498084,MMR -7247675,104,MMR10608,10608,18-Sep-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Chin Human Rights Organization; Development Media Group,Other-National,"On 18 September 2020, near Paletwa town (Paletwa Township, Mindat District, Chin State), a landmine explosion killed a woman and injured three women near Myanmar military LIB 289 base. The incident happened as four women went to the forest to collect bamboo shoots for food.",1,1618498118,MMR -7267439,104,MMR10727,10727,18-Sep-20,2020,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Kyauk Gyi,24.3144,96.7232,2,Radio Free Asia,Regional,"On 18 September 2020, near Kyauk Gyi village (Shwegu Township, Bhamo District, Kachin State), KIA detained three villagers in a forest. They were released after 34 days on 21 October.",0,1603817742,MMR -7671699,104,MMR10607,10607,18-Sep-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Sin Oe Chaing,20.7721,92.9817,2,Narinjara News,Subnational,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0,1612998733,MMR -7669766,104,MMR10606,10606,17-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Shwe Laung Tin,20.3916,92.7708,1,Development Media Group,Subnational,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1,1612998728,MMR -7671618,104,MMR10604,10604,17-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kant Kaw Myaing,20.6856,92.5728,2,Narinjara News,Subnational,"On 17 September 2020, near Kant Kaw Myaing village, (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA clashed. Casualties not reported.",0,1612998733,MMR -7231144,104,MMR10605,10605,17-Sep-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"Around 17 September 2020, between Nam Lan village and Hsipaw town, near Nam Pont Pa village (Hsipaw Township, Kyaukme District, Shan State), a woman was shot dead by unknown assailants. Her body was found with a gunshot wound beside Hsipaw-Nam Lan road on 17 September.",1,1618498178,MMR -7235319,104,MMR10616,10616,17-Sep-20,2020,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Refugees/IDPs (Myanmar); Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Ho Hko,23.5968,97.8007,1,Shwe Phee Myay News Agency,Subnational,"On 17 September 2020, in Ho Hko village (Kutkai Township, Muse District, Rakhine State), TNLA troops entered into a civilian's house at night at Ho Hko IDP camp. The TNLA slapped a woman and her brother and kicked her mother. Her father was detained.",0,1618498191,MMR -7671566,104,MMR10601,10601,16-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kant Kaw Myaing,20.6856,92.5728,2,Narinjara News,Subnational,"On 16 September 2020, near Kant Kaw Myaing village, (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA clashed in Da Nyin forest beside Doe Tan river. Casualties not reported.",0,1612998733,MMR -7672671,104,MMR11011,11011,16-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 16 September 2020, near Ou Daung Taung Kyaw road (coded as Rathedaung), in Rathedaung township, Sittwe district (Rakhine State), Myanmar army and AA engaged in a battle. Casualties unknown.",0,1612998736,MMR -7231084,104,MMR10602,10602,16-Sep-20,2020,1,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),5,Rioters (Myanmar),USDP: Union Solidarity and Development Party,5,55,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Poke Ba Thi Ri,Ywar Taw,19.8127,96.1924,1,Irrawaddy,National,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0,1600793160,MMR -7671744,104,MMR10603,10603,16-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,La Mu Ta Pin,20.7166,92.9978,1,Narinjara News,Subnational,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0,1612998733,MMR -7670360,104,MMR10634,10634,15-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Kachin News Group,Subnational,"On 15 September 2020, near Hung Mun village (Lashio Township, Lashio District, Shan State), Myanmar military and TNLA clashed. No casualties reported. Location coded as Lashio.",0,1618498230,MMR -7670366,104,MMR10591,10591,15-Sep-20,2020,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Hpai Kawng,24.0874,98.1158,2,Kachin News Group,Subnational,"On 15 September 2020, near Hpai Kawng village (Muse Township, Muse District, Shan State), Myanmar military troops from brigade 99 and the KIA clashed in KIA's Battalion 36 controlled area. The KIA claimed that they carried out the attacks as a response to Myanmar military movement in Pang Hseng (also known as Kyu Koke) in Shan State. Casualties not known.",0,1618498231,MMR -7670371,104,MMR10594,10594,15-Sep-20,2020,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 15 September 2020, near Howa village (Muse Township, Muse District, Shan State), Myanmar military troops from brigade 88 and the KIA clashed in KIA's Battalion 36 controlled area. The KIA claimed that it carried out attacks in response to Myanmar military movements in Pang Hseng (also known as Kyu Koke) in Shan State. Casualties not known. Location coded as Muse.",0,1618498232,MMR -7672453,104,MMR10593,10593,15-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Kawng,23.9367,98.1066,2,Shwe Phee Myay News Agency,Subnational,"On 15 September 2020, near Man Kawng village, Man Pying village track, (Muse Township, Muse District, Shan State), the Myanmar military and KIA clashed. No casualties reported.",0,1618498238,MMR -7670411,104,MMR10596,10596,15-Sep-20,2020,1,Battles,Armed clash,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Nam Tawng,24.0156,98.0495,2,Kachin News Group,Subnational,"On 15 September 2020, near Nam Tawng (Muse Township, Muse District, Shan State), Myanmar military troops from brigade 99 and the KIA clashed in the KIA's Battalion 36 controlled area. The KIA claimed that it carried out attacks as a response to the Myanmar military movements in Pang Hseng (also known as Kyu Koke) in Shan State. Casualties not known.",0,1618498238,MMR -7231136,104,MMR10600,10600,15-Sep-20,2020,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shwe Phee Myay News Agency,Subnational,"On 15 September 2020, at Yae Pu (also Kyan Hkin) village (Hsipaw Township, Kyaukme District, Shan State), two unknown gunmen on a motorcycle threw a grenade in front of village administrator's house. No casualties reported. Location coded as Hsipaw.",0,1618498241,MMR -7231143,104,MMR10599,10599,15-Sep-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shwe Phee Myay News Agency,Subnational,"On 15 September 2020, at Min Ga Lar ward, Namhsan town (Namhsan Township, Kyaukme District, Shan State), two unknown gunmen shot a 29-year-old man to death.",1,1618498241,MMR -7668954,104,MMR10592,10592,15-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kan Pyin,20.3694,92.7741,2,Radio Free Asia; Narinjara News; Development Media Group,Subnational-Regional,"On 15 September 2020, Myanmar military transported rations with navy ships along the Mayu river to troops in Aung Zay Ya village (also Kula Chaung) after clashing with AA in U Gar village (Rathedaung Township, Sittwe District, Rakhine State) near Mu Se Island. Afterwards, Myanmar military clashed with AA on their return. Stray bullets killed two buffaloes, damaged some houses and injured two boys in Kan Pyin village. Location coded as Kan Pyin.",0,1612998725,MMR -7668955,104,MMR10595,10595,15-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Myin Gan Chaung,20.376,92.7768,1,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"On 15 September 2020, in Myin Gan Chaung village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell at a monastery near the village and another shell fell into the village. It is believed that the shells came from the Myanmar military and AA battlefield near Mu Se Island. No casualties reported.",0,1612998725,MMR -7668956,104,MMR10597,10597,15-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,U Gar,20.3668,92.7968,1,Narinjara News; Radio Free Asia; Development Media Group,Subnational-Regional,"On 15 September 2020, in U Gar village (Rathedaung Township, Sittwe District, Rakhine State), artillery shells hit a house in the village and injured a 13-year-old boy. It is believed that the shells came from the Myanmar military and AA battlefield near Mu Se Island.",0,1612998725,MMR -7668957,104,MMR10598,10598,15-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Zay Ya,20.4564,92.7623,2,Narinjara News; Development Media Group,Subnational,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0,1612998725,MMR -7240179,104,MMR10590,10590,15-Sep-20,2020,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),TNP: Ta'ang National Party,7,27,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Hkay Ong Awayt,21.7775,97.4368,2,Shwe Phee Myay News Agency; Shan Herald Agency for News,Subnational,"On 15 September 2020, at Pan Mawng village, Hkay Ong Awayt village tract (Mongkaing Township, Loilen District, Shan State), the RCSS abducted a member of TNP. The RCSS released the detainee after 9 days on 24 September.",0,1618498252,MMR -7670407,104,MMR10587,10587,14-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army; ULA/AA: United League of Arakan/Arakan Army,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Pang Hseng,24.075,98.0636,2,Kachin News Group,Subnational,"On 14 September 2020, in Pang Hseng, also known as Kyu Koke, sub-township (Muse Township, Muse District, Shan State), Myanmar military columns from Mongli attacked the KIA, MNDAA and AA at a camp Hpun Pyen Yang belong KIA in KIA's Battalion 36 controlled area. Two MNA troops were injured. Myanmar military has been reportedly undertaking military clearance operation in the area since 11 September.",0,1618498263,MMR -7231137,104,MMR10588,10588,14-Sep-20,2020,3,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Hko Ong,22.5072,97.0051,2,Shwe Phee Myay News Agency,Subnational,"Around 14 September 2020, near Hko Ong village (Kyaukme Township, Kyaukme District, Shan State), a man was killed by unknown assailants. His decomposing body was found in a shrub on 14 September.",1,1618498267,MMR -7672604,104,MMR10581,10581,13-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,VOA,International,"On 13 September 2020, near Met Man village (Lashio Township, Lashio District, Shan State), Myanmar military and TNLA clashed. TNLA accused Myanmar military of troop reinforcement near TNLA base. No casualties reported. Location coded as Lashio.",0,1618498284,MMR -7672632,104,MMR10583,10583,13-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,VOA,International,"On 13 September 2020, near Wan Hkaing village (Tangyan Township, Lashio District, Shan State), Myanmar military and TNLA clashed. TNLA accused Myanmar military of troop reinforcement near TNLA base. No casualties reported. Location coded as Tangyan.",0,1618498287,MMR -7672442,104,MMR10582,10582,13-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Kawng,23.9367,98.1066,2,Shwe Phee Myay News Agency,Subnational,"On 13 September 2020, around Man Kawng village, Man Pying village track (Muse Township, Muse District, Shan State), Myanmar military and KIA clashed. No casualties reported.",0,1618498293,MMR -7231138,104,MMR10585,10585,13-Sep-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Man San,22.9327,97.426,1,Shwe Phee Myay News Agency,Subnational,"On 13 September 2020, at Man San village (Namtu Township, Kyaukme District, Shan State), a bomb exploded while a farmer was trying to put his cattle into the farm. The man was injured. Myanmar military and ethnic armed groups such as RCSS, TNLA and SSPP have fought many times around Man San village.",0,1618498297,MMR -7671753,104,MMR10586,10586,13-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Narinjara News,Subnational,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0,1612998733,MMR -7220320,104,MMR10571,10571,12-Sep-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Unidentified Armed Group (Myanmar),,3,33,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Yat Dain,21.2944,93.0104,2,Khumi Media Group,Subnational,"On 12 September 2020, between Yat Dain and Shwe Chaung village (coded as Yat Dain) (Paletwa Township, Mindat District, Chin State), a local source reported that there was a clash between two unidentified groups. The Myanmar military and AA has been fighting in the areas for more than one year. Local language media also reported that CNA (Chin National Army) has also landed in Paletwa township. Casualties not reported.",0,1618498335,MMR -7670373,104,MMR10570,10570,12-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 12 September 2020, in Mone Paw area (Muse Township, Muse District, Shan State), Myanmar military and KIA clashed in KIA's Battalion 36 controlled areas. At least three Myanmar military members were injured. There were no casualties on the KIA side. About 200 villagers fled out of fear.",0,1618498335,MMR -7672595,104,MMR10580,10580,11-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 11 September 2020, in Kutkai Township (Muse District, Shan State), Myanmar military and TNLA clashed. No casualties reported. There has been increased in the number of clashes in northern Shan State this month. Ethnic armed groups accused Myanmar military of troop reinforcement in the area.",0,1618498357,MMR -7669793,104,MMR10568,10568,11-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Zay Kone,20.5866,92.6896,1,Development Media Group,Subnational,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0,1612998728,MMR -7670356,104,MMR10564,10564,11-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Kawng,23.9367,98.1066,2,Kachin News Group,Subnational,"On 11 September 2020, at Kai Dwi Kawng mountain located near Man Kawng village, Man Pying village track, (Muse Township, Muse District, Shan State), Myanmar military brigade-88 and brigade-99 clashed with AA and MNDAA. No casualties reported.",0,1618498366,MMR -7670357,104,MMR10565,10565,11-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Kawng,23.9367,98.1066,2,Kachin News Group,Subnational,"On 11 September 2020, near Man Kawng village (Muse Township, Muse District, Shan State), Myanmar military and KIA clashed in KIA's Battalion 36 controlled areas after the military had sent reinforcement troops. Casualties not reported. Earlier the same day, the Myanmar military made troops made reinforcement in the area.",0,1618498366,MMR -7670364,104,MMR10563,10563,11-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Man Kawng,23.9367,98.1066,2,Kachin News Group,Subnational,"On 11 September 2020, at Kai Dwi Kawng mountain located near Man Kawng village, Man Pying village track, (Muse Township, Muse District, Shan State), Myanmar military's brigade 88 and KIA battalion-36 clashed. No casualties reported.",0,1618498367,MMR -7220321,104,MMR10569,10569,11-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 11 September 2020, near Paletwa town (Paletwa Township, Mindat District, Chin State), residents heard the sound of heavy weapons. Heavy weapons were fired 8 times. Casualties not reported.",0,1618498367,MMR -7220302,104,MMR10559,10559,10-Sep-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2011-2016) Border Guard Police,,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,Development Media Group,Subnational,"On 10 September 2020, in Minbya town (Minbya Township, Mrauk-U District, Rakhine State), two unknown gunmen shot a police officer at a restaurant. The officer sustained injuries on his mouth. The shooting happened after residents informed two unknown gunmen that a police officer was at the restaurant. Afterwards, a series of gunshots happened in and around Minbya town. Minbya police detained a local restaurant owner.",0,1600186534,MMR -7220333,104,MMR10562,10562,10-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 10 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), an artillery shell from unknown armed group landed in the village. The shell explosion injured a 22-year-old girl. Location coded as Myebon.",0,1600186534,MMR -7220336,104,MMR10561,10561,10-Sep-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 10 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), five students demonstrated in front of the police station after the police failed to release three students on bail. The demonstrators demanded the release of three students arrested on 9 September while they were demonstrating in front of Rakhine State Government Office. [size=5]",0,1600186534,MMR -7670397,104,MMR10615,10615,10-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Pang Hseng,24.075,98.0636,2,Kachin News Group,Subnational,"On 10 September 2020, in Pang Hseng, also known as Kyu Koke, sub-township (Muse Township, Muse District, Shan State), Myanmar military brigade-88 and battalion-88 clashed with KIA battalion-36 in KIA's battalion-36 controlled area. KIA accused Myanmar military of carrying out a clearance operation in KIA's battalion-36 controlled area. Casualties not reported.",0,1618498400,MMR -7668953,104,MMR10579,10579,10-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Kawng Lein,23.7674,97.9095,2,VOA; Kachin News Group,Subnational-International,"On 10 September 2020, near Kawng Lein village (Kutkai Township, Muse District, Shan State), Myanmar military and TNLA clashed. No casualties reported. There has been an increase in the number of clashes in northern Shan State this month. Ethnic armed groups accused Myanmar military of troop reinforcement in the area.",0,1618498411,MMR -7816682,104,MMR10560,10560,10-Sep-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Development Media Group; Radio Free Asia,National-Regional,"On 10 September 2020, 15 students from All Burma Federation of Student Unions demonstrated in Mandalay city (Mandalay Region) following the arrest of three Rakhine Student in Sittwe in Rakhine State who demonstrated in front of the Rakhine Government Office. Demonstrators carried slogans such as (1) military skills taught by Aung San is not meant for killing civilians, (2) Fascist and murderer military unwanted and (3) reopen 4G internet in Rakhine and Chin State. Students also called for an end to armed conflict in Rakhine State. One demonstrator was later arrested and 13 demonstrators were charged under article 19 of Peaceful Assembly Act. [size=15]",0,1618442045,MMR -7669883,104,MMR10558,10558,9-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ywar Thit Kay,20.5386,92.7495,1,Development Media Group,Subnational,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0,1612998729,MMR -7669898,104,MMR10557,10557,9-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kha Naung Gyi,20.5219,92.7395,1,Development Media Group,Subnational,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0,1612998729,MMR -7294413,104,MMR10555,10555,9-Sep-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Federation of Garment Workers; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Twitter,New media,"Around 9 September 2020 (as reported), in Hlaingthayar township (Yangon region), workers demonstrated following their firing on the grounds of organizing a union with Federation of Garment Workers Myanmar. Demonstrators carried signs saying 'SHKA and INDITEX use COVID-19 as an excuse to fire only union members is disgusting and illegal. Reinstate us now.' [size=no report]",0,1618498437,MMR -7668952,104,MMR10554,10554,9-Sep-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia; Khumi Media Group,Subnational-Regional,"On 9 September 2020, near Paletwa Town (Paletwa Township, Mindat District, Chin State), AA attacked Myanmar military battalion-77 and battalion 11. Both sides fought with both light and heavy weapons. Although some sources reported AA attacked a boat where Chin State Minister for Municipal Affairs, Electricity and Industry was boarded, the AA denied the allegation. Myanmar military also confirmed that the AA's attack was not directed at the minister. Casualties not reported.",0,1618498438,MMR -7671784,104,MMR10556,10556,9-Sep-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0,1612998734,MMR -7671815,104,MMR10552,10552,8-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Min Hla Kaing,20.8382,92.6109,2,Narinjara News,Subnational,"On 8 September 2020, near Min Hla Kaing village (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military fired at the mountain range located in the east of the village with two fighter jets. Some shells fell near the village. No casualties reported. Min Hla Kaing village is located 3 miles from Myanmar military's battalion-551 base and Myanmar military brigade-15 base. More than 160 villagers fled to a neighbouring Done Thein village.",0,1612998734,MMR -7671816,104,MMR10577,10577,8-Sep-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyar Pin Yin,20.4892,92.7137,2,Narinjara News,Subnational,"On 8 September 2020, near Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with two Russian-made MI 35 Helicopters. There were no casualties.",0,1612998734,MMR -7671850,104,MMR10576,10576,8-Sep-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Lone Tin,20.4801,92.7048,2,Narinjara News,Subnational,"On 8 September 2020, near Lone Tin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with two Russian-made MI 35 Helicopters. There were no casualties.",0,1612998734,MMR -7671687,104,MMR10551,10551,8-Sep-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 8 September 2020, in Rathedaung Town (Sittwe District, Rakhine State), AA attacked Myanmar military battalion 536, 537 and 538 with heavy weapons. Afterwards, Myanmar military shelled around Pyar Pin Yin, Lone Tin and Ka Nyin Chaung villages with two fighter jets. Although some shells fell near the village, there were no casualties among villagers. Battlefield casualties not reported.",0,1612998733,MMR -7669903,104,MMR10614,10614,8-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kun Taing Ywar Gyi,20.8616,92.5528,2,Development Media Group,Subnational,"On 8 September 2020, near Kun Taing village (Buthidaung Township, Maungdaw District, Rakhine State), Myanmar military and AA clashed. Some villagers fled to Buthidaung town. Casualties not reported. Location coded as Kun Taing Ywar Gyi.",0,1612998729,MMR -7231139,104,MMR10578,10578,8-Sep-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shwe Phee Myay News Agency,Subnational,"On 8 September 2020, at Kyaukme-Lashio road (Kyaukme Township, Kyaukme District, Shan State), an unknown armed group stabbed a husband and wife, managers of Ni Lwin Hotel, to death.",2,1618498457,MMR -7671767,104,MMR10553,10553,8-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4,1612998733,MMR -7671801,104,MMR10575,10575,8-Sep-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ka Nyin Chaung,20.5204,92.7075,2,Narinjara News,Subnational,"On 8 September 2020, near Ka Nyin Chaung village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with two Russian-made MI 35 Helicopters. There were no casualties.",0,1612998734,MMR -7671852,104,MMR10549,10549,7-Sep-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Min Hla Kaing,20.8382,92.6109,2,Narinjara News,Subnational,"On 7 September 2020, near Min Hla Kaing village (Buthidaung Township, Maungdaw District, Rakhine State), AA attacked Myanmar military brigade 15 with heavy weapons. Afterwards, Myanmar military battalion-551 fired back with heavy weapons. Casualties not reported.",0,1612998734,MMR -7671653,104,MMR10550,10550,7-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Narinjara News,National,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0,1618498484,MMR -7231140,104,MMR10574,10574,6-Sep-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shwe Phee Myay News Agency,Subnational,"On 6 September 2020, at Shwe Kyaung ward, Hsipaw town (Hsipaw Township, Kyaukme District, Shan State) an unknown armed group shot and injured a 56-year-old woman.",0,1618498534,MMR -7670951,104,MMR10997,10997,6-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 6 September 2020, in Namti Buam (coded as Kutkai), Kutkai township (Muse district, Shan State), Myanmar army Battalion 99 entered into the area of KIA's outpost and fighting broke out afterwards. Locals said five Myanmar army trucks arrived in the area on the same day and locals predicted the battles to intensify. Casualties unknown.",0,1618498534,MMR -7195664,104,MMR10525,10525,5-Sep-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 5 September 2020, at Ward (7), Lashio town (Lashio Township, Lashio District, Shan State), an unknown gunman shot a woman to death.",0,1618498548,MMR -7195556,104,MMR10537,10537,5-Sep-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Buddhaw,20.6266,92.9414,2,Narinjara News,Subnational,"On 5 September 2020, near Buddhaw village (Ponnagyun Township, Sittwe District, Rakhine State), a landmine explosion injured a young woman.",0,1599591823,MMR -7668951,104,MMR10548,10548,5-Sep-20,2020,2,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ywet Nyo Taung,20.946,92.3018,2,Development Media Group; Royingya Vision,Subnational-National,"Around 5 September 2020 (between 5-7 Sep), near Ywet Nyo Taung village (Maungdaw Township, Maungdaw District, Rakhine State), one Myanmar border police officer was killed by unknown assailants. On 5 Sep, the victim and another border police officer, both from Tha Yet Oke Police Station, went missing while they were travelling with their guns to Ywet Nyo Taung to send their salary to families. The deceased was found dead with his body mutilated at an old shrimp pond near the village after 3 days on 7 Sept, while the other officer was still missing. Although the perpetrator was not known yet, Myanmar police filed a lawsuit against pond owner for alleged murderer case.",1,1612998725,MMR -7671819,104,MMR10510,10510,4-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News,Subnational,"On 4 September 2020, near Ah Myet Taung village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military and AA clashed. Myanmar military deployed two fighter jets and fired into the areas from above Ma Nyin Taung village. Casualties not reported.",0,1612998734,MMR -7670396,104,MMR10517,10517,4-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 4 September 2020, in Muse Township (Muse District, Shan State), Myanmar military brigade-88 and KIA brigade-4 clashed as Myanmar military approached Bum Pri Bum camp, which belongs to KIA battalion-9. Casualties not reported.",0,1618498606,MMR -7668947,104,MMR10520,10520,4-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) Border Guard Force,1,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,13,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Yan Koke,16.5983,98.2304,2,Karen Information Center News; Radio Free Asia; Irrawaddy,Subnational-National,"On 4 September 2020, in Yan Koke village (Kawkareik Township, Kawkareik District, Kayin State), Myanmar military and BGF clashed with DKBA with both light and heavy weapons. The clash happened a few days after 7 Myanmar military troops were killed by DKBA. Casualties not reported.",0,1612998725,MMR -7669841,104,MMR10539,10539,3-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ah Lel Kyun,19.5424,93.8337,1,Development Media Group,Subnational,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0,1612998729,MMR -7671703,104,MMR10540,10540,3-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News,Subnational,"On 3 September 2020, near Ah Myet Taung village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military troops who were active around Sauk Khat and Htee Swea villages, and Rathedaung town-based Myanmar military troops fired artillery shells around the village for the whole day. Casualties not reported.",0,1612998733,MMR -7195846,104,MMR10536,10536,3-Sep-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Twitter,New media,"Around 3 September 2020 (as reported), in Hlaingthayar township (Yangon region), workers demonstrated following the firing of 11 workers at Bershka's San Yuan Factory. [size=no report]",0,1618498646,MMR -7668945,104,MMR10512,10512,3-Sep-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Hpa Yar Paung,20.7975,92.9766,2,BBC News; Radio Free Asia; Irrawaddy; Narinjara News,Subnational-National,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), AA allegedly attacked Myanmar military while the military troops were transporting police officers to Ah Pauk Wa police station. Myanmar military provides contradictory account on casualties; at least one police or two officers were injured, according to the military. After transporting the injured person/s, the military troops were attacked with mines for the second time upon their return. The Myanmar military fired back and claims to have killed two AA members. However, further reports reveal that the fatalities were in fact villagers who were killed on a separate occasion, when the troops attacked the village shortly after. Fatalities coded in a separate event (attack on the village).",0,1612998725,MMR -7668948,104,MMR10522,10522,3-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Hpa Yar Paung,20.7975,92.9766,2,Narinjara News; Irrawaddy; BBC News; Radio Free Asia,Subnational-National,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2,1612998725,MMR -7668949,104,MMR10528,10528,3-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Pauk,20.8064,92.9821,1,BBC News; Irrawaddy; Narinjara News; Radio Free Asia,Subnational-National,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0,1612998725,MMR -7671567,104,MMR10511,10511,2-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Beik Taung,20.445,93.3128,2,Narinjara News,Subnational,"On 2 September 2020, between Yar Maung bridge and Beik Taung village (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military and AA clashed. Both light and heavy weapons were used. Casualties not reported.",0,1612998733,MMR -7669803,104,MMR10545,10545,2-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thin Ga Net,20.7612,92.9616,2,Development Media Group,Subnational,"On 2 September 2020, around Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the village from the Kaladan river. No casualties reported.",0,1612998728,MMR -7670596,104,MMR11003,11003,2-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 2 September 2020, in Nam Myanpa village (coded as Kutkai), Kutkai township, Muse district (Shan State), about 40 troops of Myanmar army Battalion 88 marched to the area of KIA's outpost, and engaged in a battle with KIA. Casualties unknown.",0,1618498659,MMR -7670460,104,MMR11013,11013,2-Sep-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Kachinland News,Subnational,"On 2 September 2020, in Laoyein village (coded as Kunlong), in Kunlong township, Lashio district (Shan State), Myanmar army Battalion 99 and joint forces of MNDAA and AA engaged in a battle. The battle happened in KIA's Brigade 10, Battalion 17 area of Loi Daung. Casualties unknown.",0,1618498669,MMR -7669781,104,MMR10542,10542,1-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,La Mu Thar,20.725,93.037,2,Development Media Group,Subnational,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0,1618498679,MMR -7670307,104,MMR10547,10547,1-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Shwe Pyi,20.9243,93.0123,1,Irrawaddy,National,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1,1612998730,MMR -7669852,104,MMR10544,10544,1-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thin Ga Net,20.7612,92.9616,1,Development Media Group,Subnational,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0,1612998729,MMR -7672444,104,MMR10573,10573,1-Sep-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1,1618498692,MMR -7669889,104,MMR10543,10543,1-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Nga/Hta Paung,20.7867,92.9443,1,Development Media Group,Subnational,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0,1612998729,MMR -7669891,104,MMR10541,10541,1-Sep-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Development Media Group,Subnational,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0,1612998729,MMR -7293903,104,MMR10546,10546,1-Sep-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Kayin,Hpa-An,Hlaingbwe,Hlaingbwe,17.1239,97.8184,2,Shan Herald Agency for News,National,"On 1 September 2020, in Thayt Maw Kalu village track (Hlaingbwe Township, Hpapun District, Kayin State), an unknown armed group beat and stabbed two farmers from Mei Pa Lar Khee village. The farmers were beaten to death at a place called 'Lel Ka Saw' as they were transporting rented cattle. Afterwards, KNU arrested the perpetrators.",2,1618498704,MMR -7671556,104,MMR10514,10514,31-Aug-20,2020,2,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Gu Su,20.9041,93.0163,2,Narinjara News,Subnational,"Around 31 August 2020 (as reported), near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), the AA allegedly abducted two members of Myanmar military. Since then, the Myanmar military carrying out security operations around the area. Several villagers were interrogated and detained.",0,1612998733,MMR -7195655,104,MMR10527,10527,31-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Private Security Forces (Myanmar),7,37,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News,Subnational,"On 31 August 2020, in Sang Hseng (Ka) Ward, Tachileik town (Tachileik Township, Tachileik District, Shan State), unknown gunmen shot a hotel security officer at his house. The man died at a hospital.",1,1618498713,MMR -7671675,104,MMR10530,10530,31-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Zay Di Pyin,20.5758,92.6704,1,Narinjara News,Subnational,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0,1612998733,MMR -7671678,104,MMR10523,10523,31-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Gu Su,20.9041,93.0163,1,Narinjara News,Subnational,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1,1612998733,MMR -7670157,104,MMR10529,10529,31-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thar Si Ywar Thit,20.9363,93.0055,2,Irrawaddy,National,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0,1612998729,MMR -7672441,104,MMR10524,10524,30-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1,1618498759,MMR -7668946,104,MMR10513,10513,30-Aug-20,2020,1,Battles,Armed clash,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Irrawaddy; Radio Free Asia,National-Regional,"On 30 August 2020, in Kawkareik-Myawaddy old road (Kawkareik Township, Kawkareik District, Kayin State), the DKBA shot two members of the Myanmar military's communication battalion to death. The Myanmar military claimed that the assassination of its troops was related to the seizure of Myanmar kyat billion worth ICE from DKBA.",2,1612998725,MMR -7668950,104,MMR10538,10538,30-Aug-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,2,Irrawaddy; Radio Free Asia,National-Regional,"On 30 August 2020, in Kawkareik-Myawaddy old road (Kawkareik Township, Kawkareik District, Kayin State), a mine planted by the DKBA exploded when Myanmar military tried to retrieve the bodies of two Myanmar military killed by DKBA. The explosion killed 5 Myanmar military members.",5,1612998725,MMR -7670379,104,MMR10519,10519,29-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Tangyan,22.4944,98.3928,2,Kachin News Group,Subnational,"On 29 August 2020, between Mang Mak and Hpa Hpik (coded as Tangyan) (Tangyan Township, Lashio District, Shan State), Myanmar military brigade-22 clashed with battalion 202, 203 and 204 from MNDAA brigade-211. The clash happened in KIA brigade-10 controlled area. The military used a combat helicopter during the fighting. Casualties not reported.",0,1618498789,MMR -7672459,104,MMR10515,10515,29-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shwe Phee Myay News Agency,Subnational,"On 29 August 2020, at Loi Ho Saw mountain in Mong Yaw area (Lashio Township, Lashio District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618498797,MMR -7668944,104,MMR10509,10509,29-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nga San Baw,20.6365,92.7133,1,Narinjara News; Development Media Group,Subnational,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0,1612998725,MMR -7671641,104,MMR10500,10500,28-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Narinjara News,Subnational,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0,1612998733,MMR -7671849,104,MMR10508,10508,27-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,1,Narinjara News,Subnational,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1,1612998734,MMR -7195413,104,MMR10506,10506,26-Aug-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Eleven Media Group,National,"On 26 August 2020, in Kale Town (Kale Township, Kale District, Sagaing Region), at least 15 demonstrators led by Deindi Women Group demonstrated against the court decision that reverses the prison sentence for perpetrators of sexual violence from 43 years to 17 years. [size=at least 15]",0,1599591823,MMR -7668943,104,MMR10502,10502,26-Aug-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group; Narinjara News,Subnational,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1,1612998725,MMR -7195659,104,MMR10503,10503,25-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shwe Phee Myay News Agency,Subnational,"On 25 August 2020, in Christian Ward, Muse Town (Muse Township, Muse District, Shan State), two unknown masked gunmen shot a woman to death at her house.",1,1618498908,MMR -7195654,104,MMR10501,10501,24-Aug-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 24 August 2020 (as reported), near Kone Mon village (Hsipaw Township, Kyaukme District, Shan State), three people were killed and their bodies with gunshot wounds were found near the village.",3,1618498936,MMR -7671832,104,MMR10498,10498,24-Aug-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Zay Kone,20.5866,92.6896,2,Narinjara News,Subnational,"On 24 August 2020, near Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), AA attacked the Myanmar military on a boat at Mayu river. Both sides exchanged fire with both small and heavy weapons. An artillery shell destroyed an electric pylon, causing power outages in Buthidaung and Maungdaw Townships. The Minister for Border and Security Affairs confirmed the attack and accused AA of attacking Myanmar military troops with both light and heavy weapons. Casualties not reported.",0,1612998734,MMR -7670372,104,MMR10504,10504,24-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Shar Du Zut,25.9199,96.6621,1,Kachin News Group,Subnational,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0,1612998730,MMR -7672462,104,MMR10518,10518,23-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Nawng An,23.7682,97.6525,1,Shwe Phee Myay News Agency,Subnational,"On 23 August 2020, in Nawng An village (Namhkan Township, Muse District, Shan State), Myanmar military and TNLA clashed. Casualties not reported.",0,1618498982,MMR -7195535,104,MMR10507,10507,23-Aug-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Oe Pon Taung,20.2931,93.4192,2,Narinjara News,Subnational,"On 23 August 2020, near Number 9 military training base, about 2 miles from Oe Pon Taung village (Minbya Township, Mrauk-U District, Rakhine State), a 70-year-old man stepped a landmine and died while he was looking for his cattle.",1,1599591823,MMR -7671824,104,MMR10496,10496,22-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Yan Thar Si,20.6435,92.7226,1,Narinjara News,Subnational,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0,1612998734,MMR -7672446,104,MMR10516,10516,21-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Mogoke,22.9176,96.5098,2,Shwe Phee Myay News Agency,National,"On 21 August 2020, in Pan Tha Pyay village (Mogok Township, Pyinoolwin District, Mandalay Region), Myanmar military and TNLA clashed. Casualties not reported.",0,1618499048,MMR -7672452,104,MMR10526,10526,21-Aug-20,2020,3,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shwe Phee Myay News Agency,Subnational,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3,1618499050,MMR -7195662,104,MMR10497,10497,19-Aug-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shwe Phee Myay News Agency,Subnational,"On 19 August 2020, in Ward (1), Kyaukme Town (Kyaukme Township, Kyaukme District, Shan State), an unknown armed group abducted four family members. They have not been heard from for a week.",0,1618499094,MMR -7669911,104,MMR10491,10491,19-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kwayt Shey Ywar Thit,20.0087,93.8168,2,Development Media Group,Subnational,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0,1612998729,MMR -7220242,104,MMR10490,10490,18-Aug-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Buddhist Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy; Narinjara News,Subnational-National,"On 18 August 2020, in Let Kauk Zay Ward, Mrauk-U Town (Mrauk-U Township, Mrauk-U District, Rakhine State), AA abducted two abbots and two novices from Myo Oo Kaung Monastery and Shwe Si Wa Monastery. The AA reportedly accused the abbots and novices of being involved in new member recruitment for ALP. They were released after 19 days on 5 September.",0,1600186526,MMR -7195533,104,MMR10494,10494,16-Aug-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Narinjara News,Subnational,"On 16 August 2020, near Gu Wa Ancient Monastery, in Ponnagyun Town (Sittwe District, Rakhine State), a mine exploded near the monastery. Casualties not reported.",0,1599591823,MMR -7669924,104,MMR10495,10495,16-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Development Media Group,Subnational,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0,1612998729,MMR -7195661,104,MMR10482,10482,15-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kone Hnyaung,22.3221,96.9743,2,Shwe Phee Myay News Agency,Subnational,"On 15 August 2020, near Kone Hnyaung village, Kyaukme Township, Kyaukme District, Shan State, unknown gunmen shot three travellers. The gunmen shot them 10 times as the travellers refused to stop their car. One of the three travellers was injured.",0,1618499209,MMR -7671650,104,MMR10489,10489,15-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Seik Ta Ra,20.41,93.371,1,Narinjara News,Subnational,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0,1612998733,MMR -7195412,104,MMR10493,10493,13-Aug-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Eleven Media Group,National,"On 13 August 2020, in Hlaingthayar township, Yangon region, more than 200 workers from Ah Nan Garment factory demonstrated as the factory manager failed to pay basic salary to over 60 workers. Over 60 workers were paid Ks.3,000 each instead of Ks.4,800. Demonstrators demanded a full minumum wage and the manager to apologize to them. [size=more than 200]",0,1618499275,MMR -7195553,104,MMR10486,10486,13-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Narinjara News,Subnational,"On 13 August 2020, at Point Beach, Sittwe Town, Sittwe Township, Sittwe District, Rakhine State, a body of an unidentified person with some wounds was discovered.",1,1599591823,MMR -7671733,104,MMR11006,11006,13-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Oke Hpo,20.6886,92.6524,1,Narinjara News,Subnational,"On 13 August 2020, in Oke Hpo village, Rathedaung township, Sittwe district (Rakhine State), Myanmar army entered the village. The residents reported hearing non-stop gunfire and there was also heavy artillery fire coming from the river. The whole village fled and are sheltering in villages in Buthidaung township. Causalities unknown.",0,1612998733,MMR -7195434,104,MMR10483,10483,12-Aug-20,2020,1,Violence against civilians,Attack,DKBA (Benevolent): Democratic Karen Benevolent Army (2010-),,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 12 August 2020, at Ward 4, Myawaddy Town, Myawaddy Township, Myawaddy District, Kayin State, a major from DKBA battalion 907 detained and tortured a resident.",0,1599591823,MMR -7668939,104,MMR10480,10480,12-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group; Radio Free Asia; Narinjara News,Subnational-Regional,"On 12 August 2020, in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, four unidentified men shot and killed a police captain while he was sitting at a tea shop near the police station.",1,1612998725,MMR -7668937,104,MMR10477,10477,11-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Htet Kha Paw,20.9881,93.0016,2,Narinjara News; Development Media Group,Subnational,"On 11 August 2020, near Kha Paw (coded as Ah Htet Kha Paw) village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Myanmar navy and LIB-55 fired artillery shells. One artillery shell fell into Kha Paw village and injured a woman and killed a pig.",0,1612998725,MMR -7195271,104,MMR10476,10476,10-Aug-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Di Par Yon,20.3613,92.9644,2,Development Media Group; Irrawaddy,Subnational-National,"On 10 August 2020, near Di Par Yon village (Ponnagyun Township, Sittwe District, Rakhine State), AA allegedly abducted five ALP members. Among five alleged detainees are an ALP secretary, a liaison officer and three ALP medical officers. AA released them after 8 days on 18 August.",0,1599591822,MMR -7668941,104,MMR10488,10488,10-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Oe Hpauk Ywar Thit,20.6944,92.6477,2,Narinjara News; Burma News International,Subnational-National,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0,1612998725,MMR -7669538,104,MMR10479,10479,9-Aug-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,7Day News,National,"On 9 August 2020, near Htee Swea and Min Kyun village, Rathedaung Township, Sittwe District, Rakhine State, AA reportedly attacked Myanmar navy troops boarding on military vessels from Ywar Thit Kay along Mayu river. AA attacked Myanmar navy troops with small and heavy weapons. AA withdrew from the scene as Myanmar military fired back. Myanmar military claimed that AA's boat was burned down and sunk into the river. No casualties reported.",0,1612998728,MMR -7672263,104,MMR10986,10986,9-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyaung Taung,20.564,92.7048,1,Radio Free Asia,Regional,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0,1612998735,MMR -7668938,104,MMR10478,10478,9-Aug-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Radio Free Asia; Narinjara News,Subnational-Regional,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, an unknown armed group attacked Myanmar military and police forces with a mine. The Myanmar military fired back with both small and heavy weapons. Four villagers and police chief were injured. Fatalities not reported.",0,1612998725,MMR -7668940,104,MMR10481,10481,9-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Radio Free Asia; Narinjara News,Subnational-Regional,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0,1612998725,MMR -7672073,104,MMR11005,11005,8-Aug-20,2020,2,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Bogale,Bogale,16.2949,95.3967,2,Radio Free Asia,Regional,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1,1612998734,MMR -7669839,104,MMR10484,10484,7-Aug-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pu Zun Hpe,20.6082,93.1417,2,Development Media Group,Subnational,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1,1612998729,MMR -7195529,104,MMR10471,10471,7-Aug-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Labour News,National,"On 7 August 2020, in Dagon Myothit (South), Dagon Myothit (South) township, Dagon (East) district, Yangon region, more than 600 workers from Vince Myanmar Shoe factory demonstrated at the factory for the second time to demand a daily payment of MMK 4,800 during the coronavirus closure period. [size=more than 600]",0,1618499454,MMR -7671780,104,MMR10466,10466,7-Aug-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Zay Di Pyin,20.5758,92.6704,2,Narinjara News,Subnational,"On 7 August 2020, about 3 miles away from Thar Yar Kone village (coded as Zay Di Pyin), Zay Di Pyin Village Track, Rathedaung Township, Sittwe District, Rakhine State, an unknown armed group attacked Myanmar military troops with a mine. Afterwards, the Myanmar military fired at the surrounding areas. A number of Thar Yar Kone villagers fled to Zay Di Pyin village. Casualties not reported.",0,1612998734,MMR -7671333,104,MMR10472,10472,6-Aug-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Bago-East,Bago,Shwegyin,Sa Lu Chaung,17.8447,96.8818,1,Karen Information Center News,National,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0,1618499469,MMR -7195530,104,MMR10470,10470,6-Aug-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Labour News,National,"On 6 August 2020, in Dagon Myothit (South), Dagon Myothit (South) township, Dagon (East) district, Yangon region, more than 800 workers from Vince Myanmar Shoe factory demonstrated at the factory to demand a daily payment of MMK 4,800 during the coronavirus closure period. [size=more than 800]",0,1618499477,MMR -7195550,104,MMR10467,10467,6-Aug-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Inn Din,20.5082,92.5811,2,Narinjara News,Subnational,"On 6 August 2020, near Myin Hlut town (coded as Inn Din), Maungdaw Township, Maungdaw District, Rakhine State, an unknown armed group shot two men on a car while they were travelling from Inn Din village to Myint Hlut town. Both the driver and car assistant were injured.",0,1599591823,MMR -7671594,104,MMR10465,10465,5-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Ta Ra Gu,21.0026,92.5618,2,Narinjara News,Subnational,"On 5 August 2020, near Ta Ra Gu village, Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military troops arrived at the villages. Soon after, the Myanmar military clashed with AA near the village. More than 80 Khami ethnic villagers fled to neighbouring villages. Casualties not reported.",0,1612998733,MMR -7581519,104,MMR11012,11012,5-Aug-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,1,VOA,International,"On 5 August 2020, in Kyaukkyi town, Kyaukkyi township, Taungoo district (Bago Region), around 800 locals protested to demand justice for a Kayin woman killed by Myanmar military last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. [size=around 800]",0,1618499494,MMR -7195532,104,MMR10473,10473,4-Aug-20,2020,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"Around 4 August 2020 (as reported), at the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, gunfire erupted after an explosion in the area. Afterwards, stores and jewellery shops were closed in the town out of fear. Casualties not reported.",0,1599591823,MMR -7668932,104,MMR10460,10460,4-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Hat Hin,23.8909,97.7267,2,VOA; Shan Herald Agency for News,Subnational-International,"On 4 August 2020, near Hat Hin village, Namhkan Township, Muse District, Shan State, Myanmar military and RCSS clashed. The Myanmar military has been deploying more troops to the area since 30 July. Casualties unknown.",0,1618499527,MMR -7668935,104,MMR10463,10463,4-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Nam Sant Go Daung,23.8948,97.7687,2,Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 4 August 2020, near War Yon forest in the west of Nam Sant Ko Daung village, Muse Township, Muse District, Shan State, Myanmar military and RCSS clashed, according to Myanmar military. However, RCSS claimed that Myanmar military troops actually shot at each other. Myanmar troops were drunk and argued each other the day before the shooting happened, according to RCSS. The clash was reportedly over timber smuggling, according to Muse District Assistant Administrator. One civilian was injured and some villagers fled to China border.",0,1618499528,MMR -7195540,104,MMR10475,10475,3-Aug-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Ta Lone,20.8656,93.0482,1,Narinjara News,Subnational,"On 3 August 2020, in Kyauk Ta Lone village, Kyauktaw Township, Mrauk-U District, Rakhine State, an artillery shell fell into the village and exploded. Two men and two women were injured.",0,1599591823,MMR -7195544,104,MMR10474,10474,3-Aug-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Zu Kaing,19.9257,93.7929,2,Narinjara News,Subnational,"On 3 August 2020, near Myanmar military checkpoint between Kazu Kaing and Dalat village (coded as Zukaing), Ann Township, Kyaukpyu District, Rakhine State, a mine explosion killed a Chin woman. The Myanmar military sent her to Ann Township Military Hospital, but the woman died on the way.",1,1599591823,MMR -7668934,104,MMR10462,10462,3-Aug-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police; Government of Myanmar (2016-),1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Inn Din,20.5082,92.5811,2,Irrawaddy; VOA,National-International,"On 3 August 2020, in the northeast of Inn Din village, Maungdaw Townships, Maungdaw Township, Maungdaw District, Rakhine State, AA attacked security troops from the immigration department and border guard police. AA reportedly detained 6 members of Myanmar military and border police. Over 20 fatalities including military, police, and immigration officials reported over a two day period (2 August-3 August). 10 fatalities coded for each day.",10,1612998725,MMR -7671592,104,MMR10459,10459,2-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Htet Nan Yar,20.5556,92.6435,2,Narinjara News,Subnational,"On 2 August 2020, near Ah Htet Nan Yar village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard sounds of both heavy and small weapons. About 80 villagers from Chut Pyin village fled to Zay Di Pyin village. Villagers believed that fighting erupted between the Myanmar military and AA. Casualties not reported.",0,1612998733,MMR -7668933,104,MMR10461,10461,2-Aug-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police; Government of Myanmar (2016-),1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Inn Din,20.5082,92.5811,2,Irrawaddy; VOA,National-International,"On 2 August 2020, near Inn Din village, at the crossroad of Rathedaung Township and Maungdaw Townships, Maungdaw Township, Maungdaw District, Rakhine State, AA attacked security troops from the immigration department and border guard police. Some security officers were injured. Over 20 fatalities including military, police, and immigration officials reported over a two day period (2 August-3 August). 10 fatalities coded for each day.",10,1612998725,MMR -7668936,104,MMR10464,10464,2-Aug-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA; Irrawaddy,National-International,"On 2 August 2020, near Myanmar-Bangladesh border point-71, in Paletwa Township, Mindat District, Chin State, the Myanmar military and AA clashed. AA claimed that at least 10 Myanmar military were killed. Fatalities coded as 10.",10,1618499570,MMR -7669744,104,MMR10468,10468,2-Aug-20,2020,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Development Media Group,Subnational,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1,1612998728,MMR -7817044,104,MMR10456,10456,1-Aug-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Twitter,New media,"Around 1 August 2020 (as reported), in Yangon city, Yangon region, about 700 workers demonstrated at Dihuali Garment factory to demand the recognition of labour union and ensure the COVID-19 (Coronavirus) safety measures at the factory. [size=about 700]",0,1618442046,MMR -7176073,104,MMR10457,10457,1-Aug-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kat Chaung,20.3502,92.7837,1,Narinjara News,Subnational,"On 1 August 2020, in Kat Chaung village, Rathedaung Township, Sittwe District, Rakhine State, children brought unexploded bombs back to the villages to play with it. The bomb exploded in the villages. A child died on the spot and another child died on the way to the hospital. Four others were injured.",2,1596567233,MMR -7176022,104,MMR10455,10455,30-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kyeik Chaung,19.9556,93.8015,2,Development Media Group; Narinjara News,Subnational,"On 30 July 2020, near Kyeik Chaung village, Ann Township, Kyaukpyu District, Rakhine State, a landmine explosion killed one villager and injured one.",1,1596567233,MMR -7176121,104,MMR10454,10454,30-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Hko Tin,23.4519,97.954,2,Shan Herald Agency for News,Subnational,"On 30 July 2020, in Hko Tin village, Kutkai Township, Muse District, Shan State, an explosion killed a child and injured 5 children. The explosion happened when children played with an explosive device left from recent battles.",1,1618499641,MMR -7668930,104,MMR10451,10451,30-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Narinjara News; VOA,Subnational-International,"On 30 July 2020, around Oe Pon Thar area, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998725,MMR -7668931,104,MMR10452,10452,30-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News; VOA,Subnational-International,"On 30 July 2020, between Mrauk-U town and Oke Hpoe Kan village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Myanmar military employed fighter jet during the battle. Casualties unknown.",0,1612998725,MMR -7458129,104,MMR10450,10450,29-Jul-20,2020,2,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia; Development Media Group; Narinjara News,National-Regional,"Around 29 July 2020 (between 29 - 30 July), at the border between Paletwa Town (Mindat District, Chin State) and Kyauktaw Town in Rakhine State, AA allegedly abducted four Chin youth. Three out of four men were released after 28 days on 25 August. Another man was released after more three months on 14 December.",0,1618499657,MMR -7176019,104,MMR10449,10449,29-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kyeik Chaung,19.9556,93.8015,2,Narinjara News; Development Media Group,Subnational,"On 29 July 2020, near Kyeik Chaung village, Ann Township, Kyaukpyu District, Rakhine State, a mine explosion killed a farmer when he went to his garden to pick up fruits.",1,1596567233,MMR -7668929,104,MMR10448,10448,29-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,VOA; Narinjara News,Subnational-International,"On 29 July 2020, in Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military and AA clashed. Some Myanmar military were injured.",0,1612998725,MMR -7176017,104,MMR10446,10446,28-Jul-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia; Irrawaddy,National-Regional,"On 28 July 2020, in Hpapun District, Kayin State, over 4,600 ethnic Karens villagers demonstrated outside of Myanmar military posts for the second time over the killing of a Kayin woman by two Myanmar soldiers in Hla Gun Pyo in mid-July. Demonstrators demanded justice for the woman and called for the Myanmar military to leave the area. [size=over 4600]",0,1596567233,MMR -7176119,104,MMR10447,10447,28-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaung Kone,22.3586,96.8774,2,Shan Herald Agency for News,Subnational,"On 28 July 2020, near Kyaung Kone village, Kyaukme Township, Kyaukme District, Shan State, an explosion of an anti-personnel mine killed a farmer. The explosion happened after the farmer found the mine and mistakenly detonated it with his knife in his cornfield.",1,1618499698,MMR -7672614,104,MMR10443,10443,27-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Daung Taw Yoe,20.8429,93.0246,2,VOA,International,"On 27 July 2020, near Daung Taw Yoe village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military LIB-376 and AA clashed. Casualties unknown.",0,1612998735,MMR -7671599,104,MMR10445,10445,27-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tharaphy,21.0763,92.5663,2,Narinjara News,Subnational,"On 27 July 2020, near Tharaphy village, Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military and AA fought with both small and heavy weapons. There is the Myanmar military LIB-552 base in the west of the village. Casualties unknown.",0,1612998733,MMR -7672008,104,MMR10444,10444,27-Jul-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Radio Free Asia,Regional,"On 27 July 2020, at Na Yan village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, an unknown armed group attacked the Myanmar military with a mine. After the explosion, the Myanmar military detained a villager. Casualties unknown.",0,1612998734,MMR -7195663,104,MMR10458,10458,26-Jul-20,2020,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Students (Myanmar); Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Shwe Phee Myay News Agency,Subnational,"On 26 July 2020, in Yone Maw village (coded as Tarmoenye), Tarmoenye Sub-Township, Kutkai Township, Muse District, Shan State, the KIA abducted a 16-year-old student at her house. KIA inspected the house after the girl's father ran away from the KIA. As KIA did not find her father, the KIA took the girl. After 5 days of detention, the girl was released on 11 August.",0,1618499736,MMR -7176015,104,MMR10441,10441,26-Jul-20,2020,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kar Lai,23.393,97.8417,1,Eleven Media Group; Radio Free Asia,National-Regional,"On 26 July 2020, at Kar Lai village, Kutkai Township, Muse District, Shan State, TNLA beat a disabled villager along with his wife.",0,1618499742,MMR -7176016,104,MMR10442,10442,26-Jul-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Zu Kaing,19.9257,93.7929,2,Development Media Group; Narinjara News,Subnational,"On 26 July 2020, in Thea Kan Taung village (coded as Zu Kaing), Zu Kaing village tract, Ann Township, Kyaukpyu District, Rakhine State, two shellings from unknown armed groups fell into the village. The shellings injured three men and one woman.",0,1596567233,MMR -7669928,104,MMR10440,10440,26-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Htaunt Chay,20.3696,93.3104,2,Development Media Group,Subnational,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0,1612998729,MMR -7672616,104,MMR10438,10438,25-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Min,20.3739,93.318,2,VOA,International,"On 25 July 2020, between Gwa Son and Min villages (coded as Min), Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. According to the AA, at least 10 Myanmar military troops died during the battle. Fatalities coded as 10. The Myanmar military claimed there were no casualties.",10,1612998735,MMR -7671711,104,MMR10439,10439,25-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Zu Kaing,19.9257,93.7929,2,Narinjara News,Subnational,"On 25 July 2020, near Zu Kaing village, Ann Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998733,MMR -7176114,104,MMR10437,10437,24-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Loi,23.5559,97.8306,2,Radio Free Asia,Regional,"On 24 July 2020, near Man Loi village, Kutkai Township, Muse District, Shan State, a villager stepped a landmine and died.",1,1618499810,MMR -7670336,104,MMR10428,10428,23-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 23 July 2020, in Ann Township, Kyaukpyu District, Rakhine State, Myanmar military and AA clashed. AA claimed to have detained some Myanmar military troops, weapons and ammunition. Casualties unknown.",0,1612998730,MMR -7171684,104,MMR10430,10430,23-Jul-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Laung Shey,21.0291,92.9783,2,Narinjara News,Subnational,"On 23 July 2020, near Laung Shey village, Kyauktaw Township, Mrauk-U District, Rakhine State, an unknown armed group shot a villager as he went to the forest to look for cows. He was shot from a mountain near the village. He was injured.",0,1595968844,MMR -7171712,104,MMR10431,10431,23-Jul-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 23 July 2020, in Namhsan Township, Kyaukme District, Shan State, unknown armed group shot a woman dead. The woman was shot in her car.",1,1618499831,MMR -7671426,104,MMR10423,10423,23-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Mizzima,National,"On 23 July 2020, near Hpar Hpyo (Chin), Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998733,MMR -7672347,104,MMR10424,10424,22-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Pang Mon,22.7973,97.5389,2,Shan Herald Agency for News,Subnational,"On 22 July 2020, between Pang Mon and Nar Ong village, Hsipaw Township, Kyaukme District, Shan State, Myanmar military and SSPP clashed. More than 200 villagers fled. Casualties unknown.",0,1618499852,MMR -7171629,104,MMR10425,10425,22-Jul-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Civilians (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy; Karen News,Subnational-National,"On 22 July 2020, in Hpapun District, Kayin State, over 1500 residents from 35 villages demonstrated outside of Myanmar military posts over the killing of a Kayin woman by two Myanmar soldier at Hla Gun Pyo last week. Demonstrators called for the Myanmar military to leave the area. [size=over 1500]",0,1595968844,MMR -7671607,104,MMR10422,10422,22-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News,Subnational,"On 22 July 2020, near Hpar Hpyo village, coded as Hpar Hpyo (Chin), Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed with both small and heavy weapons near Rar Maung bridge. Sittwe-Yangon highway was closed due to the fighting. Casualties unknown.",0,1612998733,MMR -7671677,104,MMR10426,10426,22-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Zay Di Pyin,20.5758,92.6704,2,Narinjara News,Subnational,"On 22 July 2020, near Thar Yar Kone village, coded as Zay Di Pyin, Zay Di Pyin village track, Rathedaung Township, Sittwe District, Rakhine State, a mine exploded when about 100 Myanmar border police troops were travelling to newly established Myanmar military camp. Casualties unknown.",0,1612998733,MMR -7670160,104,MMR10427,10427,22-Jul-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 22 July 2020, in Ann Township, Kyaukpyu District, Rakhine State, Myanmar military fired shellings. Villagers worried that the artillery fire may lead to destruction and explosion of gas pipeline.",0,1612998729,MMR -7670327,104,MMR10421,10421,21-Jul-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Sit Taw,19.379,93.6006,2,Irrawaddy,National,"On 21 July 2020, in Kyaukpyu Township, Kyaukpyu District, Rakhine State, Myanmar military fired shellings from the Thit Poke Mountain. Some shellings fell around Sit Taw, Say Maw and Kyan Chein villages in Sit Taw village track.",0,1612998730,MMR -7171664,104,MMR10420,10420,21-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Karen Information Center News,Subnational,"On 21 July 2020, near a village in Myawaddy District, Kayin State, a grenade exploded and injured four children at abandoned armed group camp.",0,1595968844,MMR -7671432,104,MMR10418,10418,21-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Mizzima,National,"On 21 July 2020, near Hpar Hpyo (Chin), Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998733,MMR -7671552,104,MMR10416,10416,20-Jul-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News,Subnational,"On 20 July 2020, near Hpar Hpyo (Chin), Minbya Township, Mrauk-U District, Rakhine State, AA reportedly attacked Myanmar military truck that led to the clash between Myanmar military and AA. A stray bullet injured Chin woman.",0,1612998733,MMR -7171716,104,MMR10415,10415,19-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Loi,23.5559,97.8306,2,Shwe Phee Myay News Agency,Subnational,"On 19 July 2020, near Man Loi village, Kutkai Township, Muse District, Shan State, a villager travelling to another village to sell cows stepped a landmine and died.",1,1618499957,MMR -7166109,104,MMR10410,10410,18-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Taung Taik,20.3859,93.2955,2,Narinjara News,Subnational,"On 18 July 2020, between Taung Taik and Nga/Lut villages, Minbya Township, Mrauk-U District, Rakhine State, a bomb exploded. Villagers heard the sound of gunfire for about 10 minutes after the explosion. About 30 villagers fled Taung Taik village. Casualties unknown.",0,1595351553,MMR -7171657,104,MMR10414,10414,17-Jul-20,2020,3,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Ton Ma Wa,21.1789,92.9229,2,Irrawaddy,National,"Around 17 July 2020 (between 5 June and 17 July), the head of Tone Ma Wa village was killed. His body was found on 17 July in a valley a day's walk away from Tone Ma Wa village, Paletwa Township, Mindat District, Chin State. He was last seen on 5 June before being detained by AA.",1,1618500015,MMR -7671550,104,MMR10409,10409,17-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 17 July 2020, in Kyauk Tan area, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998733,MMR -7671328,104,MMR10408,10408,16-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hla Gun Pyo,17.717,97.2986,1,Karen Information Center News,Subnational,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1,1612998732,MMR -7671765,104,MMR10407,10407,16-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 16 July 2020, near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military and AA engaged in heavy fighting. Myanmar military employed two fighter jets. A woman and three farmers from Kyauktan were injured.",0,1612998733,MMR -7176013,104,MMR10435,10435,15-Jul-20,2020,3,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Manton,23.2515,97.119,2,Eleven Media Group; Radio Free Asia,National-Regional,"Around 15 July 2020 (month of), in Manton Township, Kyaukme District, Shan State, local civil society organizations accused TNLA of torturing villagers in the area.",0,1618500083,MMR -7591761,104,MMR10436,10436,15-Jul-20,2020,3,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,1,Radio Free Asia; Eleven Media Group,National-Regional,"Around 15 July 2020 (month of), in at Nam Hpat Kar village, in Kutkai Township, Muse District, Shan State, local civil society organizations accused TNLA of torturing villagers.",0,1618500084,MMR -7671452,104,MMR10404,10404,15-Jul-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Mizzima,National,"On 15 July 2020, in two locations - between He Kwee and Pan Kin village, and near Pan Kin village - (coded as Kyaukme) in Kyaukme Township, Kyaukme District, Shan State, RCSS attacked Myanmar military's investigation team on their way to Pan Kin village. The Myanmar military sent the investigation team to Pan Kin village in Kyaukme Township in response to the accusation against the Myanmar military for the killing of a civilian and two others injured during fighting with RCSS on 29 June. RCSS denied the accusation of 15 July attack. Casualties unknown.",0,1618500094,MMR -7671462,104,MMR10405,10405,15-Jul-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Nam Maw Hpeik,22.9072,97.0015,2,Mizzima,National,"On 15 July 2020, near Nam Maw Hpeik village in Kyaukme Township, Kyaukme District, Shan State, RCSS attacked Myanmar military's investigation team on their way to Pan Kin village. The Myanmar military sent the investigation team to Pan Kin village in Kyaukme Township in response to the accusation against the Myanmar military for the killing of a civilian and two others injured during fighting with RCSS on 29 June. RCSS denied the accusation of 15 July attack. Casualties unknown.",0,1618500095,MMR -7671690,104,MMR10399,10399,14-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Koe Tan Kauk,20.4323,92.6502,2,Narinjara News,Subnational,"On 14 July 2020, near Koe Tan Tauk village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military and AA clashed. Casualties unknown.",0,1612998733,MMR -7671451,104,MMR10400,10400,14-Jul-20,2020,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Mizzima,National,"On 14 July 2020, in two locations - near He Kwee village, as well as near Nawng Pein and Nam Maw Hpeik villages - in Kyaukme Township, Kyaukme District, Shan State, RCSS attacked Myanmar military's investigation team on their way to Pan Kin village. The Myanmar military sent the investigation team to Pan Kin village in Kyaukme Township in response to accusations against the Myanmar military in the killing of a civilian and injuring of two others during fighting with RCSS on 29 June. Casualties unknown.",0,1618500126,MMR -7166129,104,MMR10403,10403,14-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Lawt Naw,23.5475,97.4364,1,Shan Herald Agency for News,Subnational,"On 14 July 2020, at a monastery in Lawt Naw village, about 30 miles from Namhkan Town, Namhkan Township, Muse District, Shan State, a landmine explosion killed a Buddhist abbot and a civilian. A novice monk was also injured. Although there was no fighting in the area, Myanmar military reportedly often passes through the village.",2,1618500127,MMR -7671766,104,MMR10401,10401,14-Jul-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Ma-Ei,19.3423,94.1384,1,Narinjara News,Subnational,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1,1612998733,MMR -7671621,104,MMR10397,10397,13-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chein Khar Li,20.397,92.6644,1,Narinjara News,Subnational,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2,1612998733,MMR -7668928,104,MMR10396,10396,13-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chein Khar Li,20.397,92.6644,2,Network Media Group; Development Media Group; Narinjara News,Subnational-National,"On 13 July 2020, near Chein Khar Li village, between Inn Din and Koe Tan Kauk village, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military and AA clashed with both heavy and small weapons. A shell explosion in the village killed two civilians and injured three civilians including a child.",2,1612998725,MMR -7669916,104,MMR10393,10393,12-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Development Media Group,Subnational,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0,1612998729,MMR -7166135,104,MMR10394,10394,12-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shwe Phee Myay News Agency,Subnational,"On 12 July 2020, near Mong Yu Lay village, Kutkai Township, Muse District, Shan State, a landmine explosion injured a villager. The villager stepped on the landmine when he went to the forest to cut bamboo.",0,1618500191,MMR -7668926,104,MMR10392,10392,12-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chein Khar Li,20.397,92.6644,2,Narinjara News; Network Media Group; Development Media Group,Subnational-National,"On 12 July 2020, near Chein Khar Li village, between Inn Din and Koe Tan Kauk village, in Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military and AA clashed with both heavy and small weapons. Casualties unknown.",0,1612998725,MMR -7668927,104,MMR10395,10395,12-Jul-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Done Paik,20.3559,92.6789,2,Development Media Group; Narinjara News; Network Media Group,Subnational-National,"On 12 July 2020, the Myanmar military fired heavy and small weapons at the Mayu mountain range from a border police camp in Done Paik village, Rathedaung Township, Sittwe District, Rakhine State. Casualties unknown",0,1612998725,MMR -7669806,104,MMR10377,10377,11-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Ba La,20.3377,92.6932,1,Development Media Group,Subnational,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0,1612998728,MMR -7671775,104,MMR10376,10376,11-Jul-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Narinjara News,Subnational,"On 11 July 2020, near Ponnagyun Town, Ponnagyun Township, Sittwe District, Rakhine State, civilians heard the sound of heavy weapons and gunfire. A stray bullet killed a 75-year-old man and injured a 13-year-old girl. Residents believed that the Myanmar military and AA might have clashed.",1,1612998734,MMR -7166134,104,MMR10391,10391,10-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Pang Tee,23.3637,98.2839,2,Shwe Phee Myay News Agency,Subnational,"On 10 July 2020, near Pang Tee village, Hseni Township, Lashio District, Shan State, a villager stepped on unexploded ordnance and was injured.",0,1618500256,MMR -7160508,104,MMR10384,10384,10-Jul-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Radio Free Asia; Mizzima,National-Regional,"On 10 July 2020, in Kyaukme Town, Kyaukme Township, Kyaukme District, Shan State, thousands demonstrated after one civilian died and another was injured during the fighting between Myanmar military and RCSS. Demonstrators demanded action against the Myanmar military over civilian casualties. [size=thousands]",0,1618500257,MMR -7160618,104,MMR10383,10383,9-Jul-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Twitter,New media,"On 9 July 2020, in Hlaingthayar township, Yangon region, workers from Jin Sen bag factory demonstrated through a 2-day sit down strike at the factory following the firing of 13 leaders of a new established labour union. [size=no report]",0,1618500270,MMR -7671652,104,MMR10371,10371,8-Jul-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021) Border Guard Police,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Narinjara News,Subnational,"On 8 July 2020, in Sittwe Town, Sittwe Township, Sittwe District, Rakhine State, a border police officer went missing after leaving home to buy food from the market. The perpetrators are unknown.",0,1612998733,MMR -7160540,104,MMR10385,10385,8-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nga Tauk Tu Chay,20.5029,92.7674,2,Narinjara News,Subnational,"On 8 July 2020, near Nga Tauk Tu Chay village, Rathedaung Township, Sittwe District, Rakhine State, a 66-year-old man stepped a landmine and died the next day.",1,1594756073,MMR -7160563,104,MMR10374,10374,8-Jul-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"On 8 July 2020, near Nam Khum village (coded as Kutkai), Kutkai Township, Kyaukme District, Shan State, a bomb left by an unknown armed group exploded and injured 7 farmers.",0,1618500320,MMR -7672032,104,MMR10365,10365,7-Jul-20,2020,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Pale,Mya Kone,21.9348,94.8487,2,Radio Free Asia,Regional,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0,1612998734,MMR -7171619,104,MMR10390,10390,6-Jul-20,2020,1,Violence against civilians,Attack,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Students (Myanmar); Shanni Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Sezin,25.3269,95.9737,1,Network Media Group; Kachin News Group,Subnational-National,"On 6 July 2020, in Se Zin village, Hpakant Township, Mohnyin District, Kachin State, 9 KIA troops from battalion-26 allegedly detained and beat two students. The relatives of two students were informed after two weeks that the detainees were dead.",2,1595968829,MMR -7672370,104,MMR10361,10361,4-Jul-20,2020,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0,1618500403,MMR -7669811,104,MMR10368,10368,4-Jul-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1,1612998728,MMR -7669751,104,MMR10338,10338,3-Jul-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Development Media Group,Subnational,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0,1612998728,MMR -7672416,104,MMR10413,10413,30-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1,1618500529,MMR -7669859,104,MMR10358,10358,30-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chay Yar Taw,20.374,92.8317,1,Development Media Group,Subnational,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0,1612998729,MMR -7668915,104,MMR10335,10335,30-Jun-20,2020,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,U Gar,20.3668,92.7968,1,Development Media Group; Radio Free Asia; Narinjara News,Subnational-Regional,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0,1612998725,MMR -7668923,104,MMR10357,10357,30-Jun-20,2020,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Sit Taw,19.379,93.6006,2,Development Media Group; VOA,Subnational-International,"On 30 June 2020, near Sit Taw village, Kyaukpyu Township, Kyaukpyu District, Rakhine State, the AA attacked Myanmar military truck. Afterwards, the two sides exchanged fire. Myanmar military claimed to have killed one member of AA. However, the spouse of the victim claimed that her husband was shot dead while he was working in the rice field. His body was loaded onto a military truck.",1,1612998725,MMR -7671569,104,MMR10342,10342,29-Jun-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 29 June 2020, in Ma Gyi Myaing Ward, Sittwe Town, Sittwe Township, Rakhine State, two unidentified men stabbed a police sergeant to death.",1,1612998733,MMR -7671587,104,MMR10346,10346,29-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Nat Taung,20.4174,92.9836,2,Narinjara News,Subnational,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1,1612998733,MMR -7672439,104,MMR10432,10432,29-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Human Rights Foundation,Other,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0,1618500568,MMR -7668916,104,MMR10348,10348,29-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group; Shan Herald Agency for News,Subnational-National,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1,1618500574,MMR -7668921,104,MMR10355,10355,29-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Kachin News Group; Mizzima,Subnational-National,"On 29 June 2020, at La Mai Yang area, Bhamo Township, Bhamo District, Kachin State, Myanmar military LIB-389 and LIB-237 clashed with KIA battalion-5. The two sides clashed as Myanmar military approached the headquarter of KIA battalion-5.",0,1612998725,MMR -7668918,104,MMR10351,10351,28-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News; Network Media Group,Subnational-National,"On 28 June 2020, in Kyaukme Township, Kyaukme District, Shan State, Myanmar military and RCSS clashed.",0,1618500600,MMR -7671647,104,MMR10364,10364,27-Jun-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 27 June 2020, near Pyar Chaung Gyi bridge, Rathedaung Town, Rathedaung Township, Sittwe District, Rakhine State, an unknown armed group attacked Myanmar military with two mines. The Myanmar military reportedly fired back with shells which landed in Rathedaung town.",0,1612998733,MMR -7137198,104,MMR10333,10333,27-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Development Media Group; Narinjara News,Subnational,"On 27 June 2020, near Sa Hnyin village, Myebon Township, Mrauk-U District, Rakhine State, a landmine explosion injured a woman.",0,1593533417,MMR -7668917,104,MMR10350,10350,27-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group; Shan Herald Agency for News,Subnational-National,"On 27 June 2020, in Kyaukme Township, Kyaukme District, Shan State, Myanmar military and RCSS clashed.",0,1618500630,MMR -7668919,104,MMR10353,10353,27-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Et Gyi,22.387,97.0637,1,Radio Free Asia; Mizzima,National-Regional,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0,1618500631,MMR -7668920,104,MMR10354,10354,27-Jun-20,2020,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Mizzima; Radio Free Asia; Shan Human Rights Foundation,Other-National,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0,1618500631,MMR -7671751,104,MMR10362,10362,27-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 27 June 2020, in Chaung Wa quarter, Rathedaung Town, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military fired shell and hit a house. The shell exploded and damaged a house. No human casualties.",0,1612998733,MMR -7671754,104,MMR10363,10363,27-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 27 June 2020, in Gu Tar Pyin quarter, Rathedaung Town, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military fired a shell and hit a house. The shell did not exploded. No human casualties.",0,1612998733,MMR -7137243,104,MMR10334,10334,27-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Yae Chan Pyin,20.8172,92.6061,2,Narinjara News,Subnational,"On 27 June 2020, near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, at least two landmines exploded. The Myanmar military then cleared some unexploded mines in the areas.",0,1593533417,MMR -7154445,104,MMR10330,10330,26-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Nat Maw,19.9865,93.8274,1,Development Media Group; Narinjara News,Subnational,"On 26 June 2020, in Nat Maw village, Ann Township, Kyauktaw District, Rakhine State, an artillery shell fell into the village and exploded. Two men died and three villagers were injured including a 2-year-old girl.",2,1594134239,MMR -7671579,104,MMR10331,10331,26-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Thar Zay,20.5844,92.7558,2,Narinjara News,Subnational,"On 26 June 2020, near Aung Thar Zay village, Kyauk Tan area, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military and AA engaged in heavy fighting. The Myanmar military had previously announced they would start clearance operations in Kyauk Tan area of Rathedaung Township.",0,1612998733,MMR -7672428,104,MMR10388,10388,26-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Loi,23.5559,97.8306,1,Shan Human Rights Foundation,Other,"On 26 June 2020, in Man Loi village, Maw Mar village track, Kyaukme Township, Kyaukme District, Shan State, Myanmar military and RCSS clashed. Casualties unknown.",0,1618500655,MMR -7672137,104,MMR10327,10327,25-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyauk Twin Kone,20.5943,93.248,2,Radio Free Asia,Regional,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1,1612998734,MMR -7672422,104,MMR10380,10380,25-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Man Loi,23.5559,97.8306,1,Shan Human Rights Foundation,Other,"On 25 June 2020, in Man Loi village, Maw Mar village track, Kyaukme Township, Kyaukme District, Shan State, Myanmar military and RCSS clashed. Casualties unknown.",0,1618500687,MMR -7672431,104,MMR10349,10349,25-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kone Hnyaung,22.3221,96.9743,1,Shan Human Rights Foundation,Other,"On 25 June 2020, in Kone Hnyaung village, Maw Mar village track, Kyaukme Township, Kyaukme District, Shan State, the Myanmar military and RCSS clashed. Casualties unknown.",0,1618500688,MMR -7137228,104,MMR10328,10328,25-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Pyaing Taung,20.6633,92.6138,1,Development Media Group,Subnational,"On 25 June 2020, in Pyaing Taung village, Buthidaung Township, Maungdaw District, Rakhine State, an artillery shell fell into the village and exploded. The explosion killed an 11-month-old baby and injured the father.",1,1593533417,MMR -7669779,104,MMR10325,10325,24-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Shwe Laung Tin,20.3916,92.7708,2,Development Media Group,Subnational,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0,1612998728,MMR -7137196,104,MMR10323,10323,24-Jun-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia; Irrawaddy,National-Regional,"On 24 June 2020, near a bridge outside Rathedaung Town, Rathedaung Township, Sittwe District, Rakhine State, the AA abducted three sons of Myanmar military personnel and seized an Israeli-made military-grade Skylard I-LEX unmanned aircraft belonging to the Myanmar military. The three boys were abducted when they came to see the aircraft.",0,1593533417,MMR -7668914,104,MMR10324,10324,24-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Irrawaddy; Radio Free Asia,National-Regional,"On 24 June 2020, near Rathedaung Town, Rathedaung Township, Sittwe District, Rakhine State, the AA attacked Myanmar military column with remote mines. The military column was attacked when they were searching for three sons of Myanmar military personnel abducted by AA on the same day. After the remote mine attack, Myanmar military and AA exchanged gunfire along with heavy weapons. A stray bullet injured an IDP man at Shwe Parami IDP Camp.",0,1612998725,MMR -7671573,104,MMR10321,10321,22-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Hpyu,20.72,92.9852,2,Narinjara News,Subnational,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0,1612998733,MMR -7669907,104,MMR10320,10320,22-Jun-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Koe Tan Kauk,20.4323,92.6502,2,Development Media Group,Subnational,"On 22 June 2020, near Koe Tan Kauk village, Rathedaung Township, Sittwe District, the AA attacked a convoy of border guard police. 4 died, including one civilian (driver). The attack also injured four police officers as well as one civilian.",4,1612998729,MMR -7671546,104,MMR10337,10337,22-Jun-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Yae Chan Pyin,20.2578,92.8111,2,Narinjara News,Subnational,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0,1612998733,MMR -7671918,104,MMR10313,10313,21-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Seik,20.3699,93.0192,2,Network Media Group,National,"On 21 June 2020, near Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -7671919,104,MMR10314,10314,21-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Network Media Group,National,"On 21 June 2020, near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -7672214,104,MMR10312,10312,21-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Radio Free Asia,Regional,"On 21 June 2020, on train route near Ah Pauk Wa Village, Kyauktaw Township, Mrauk-U District, Rakhine State, the AA attacked Myanmar military column with mines. Afterwards, the Myanmar military and AA fought with both small and heavy weapons. One Muslim woman, one Rakhine woman and one Rakhine man were injured by stray bullets.",0,1612998735,MMR -7671966,104,MMR10315,10315,21-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Network Media Group,National,"On 21 June 2020, near Pauk Taw Pyin village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed.",0,1612998734,MMR -7137195,104,MMR10317,10317,21-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; BBC News,National-International,"On 21 June 2020, near Sule Pagoda, Kyauktada Township, Yangon (West), Yangon Region, five demonstrators protested and hung a sign on the Taw Win Flyover Footbridge calling for an end to the internet shutdown in Rakhine and Chin state which has lasted for a year. Afterwards, the township police filed a lawsuit against demonstrators under article 19 of the Peaceful Assembly Law. [size=5]",0,1618500819,MMR -7668925,104,MMR10379,10379,21-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachin News Group; Mizzima,Subnational-National,"On 21 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA clashed. Both sides have been fighting since early June. Casualties unknown.",0,1618500820,MMR -7137224,104,MMR10319,10319,21-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Development Media Group,Subnational,"On 21 June 2020, near the entry point to Kyaukpyu Town, Kyaukpyu Township, Kyaukpyu District, Rakhine State, a group of young people from the New Generation Youth Group held a protest to mark the anniversary of internet shutdown in Rakhine and Chin State. Demonstrators demanded the government to lift the shutdown. Township police filed a lawsuit against two leaders of the group [size=no report]",0,1593533417,MMR -7137225,104,MMR10318,10318,21-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Ramree,19.0905,93.8624,1,Development Media Group,Subnational,"On 21 June 2020, near the entry gate to Ramree Town, Ramree Township, Kyaukpyu District, Rakhine State, seven young people demonstrated and wore t-shirts marking the first anniversary of internet shutdown in Rakhine and Chin State. They took pictures which they then uploaded on Facebook. The township police filed a lawsuit against them. [size=7]",0,1593533417,MMR -7671923,104,MMR10309,10309,20-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Network Media Group,National,"On 20 June 2020, near Thakyar Sat village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -7133350,104,MMR10305,10305,20-Jun-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Seik,20.3699,93.0192,2,Narinjara News,Subnational,"On 20 June 2020, near Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, two young men were found dead with gunshot wounds. The Myanmar military and AA engaged in heavy fighting in the area one day before the bodies were discovered.",2,1592918573,MMR -7668924,104,MMR10378,10378,20-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachin News Group; Mizzima,Subnational-National,"On 20 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA clashed. Both sides have been fighting since early June. Casualties unknown.",0,1618500876,MMR -7154511,104,MMR10336,10336,19-Jun-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Labour Group (Myanmar),7,57,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Labour News,National,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0,1618500898,MMR -7670391,104,MMR10304,10304,19-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kar Lai,23.393,97.8417,2,Kachin News Group,Subnational,"On 19 June 2020, near Kar Lai village, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA battalion 29 engaged in heavy fighting. Both small and heavy weapons were employed. The KIA accused Myanmar military of launching an offensive attack against KIA in KIA battalion 8's controlled area.",0,1618500902,MMR -7668911,104,MMR10303,10303,19-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Seik,20.3699,93.0192,2,Development Media Group; Myanmar Times; VOA,Subnational-National,"On 19 June 2020, on Yangon-Sittwe Highway between Ponnagyun Town and Kyauk Seik Village, Ponnagyun Township, Sittwe District, Rakhine State, the AA launched an attack against Myanmar military with both heavy and small weapons. One AA member died. Some Myanmar military troops died as well, according to Myanmar military. A stray bullet injured a woman travelling by car. Unknown fatalities coded as 3, plus 1 known fatality for 4 fatalities total.",4,1612998725,MMR -7671468,104,MMR10301,10301,18-Jun-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Myaung Bway,20.4881,93.2802,1,Mizzima,National,"On 18 June 2020, at Myaung Bway police station, Mrauk Township, Mrauk-U District, Rakhine State, an unknown gunman shot a police officer dead.",1,1612998733,MMR -7668909,104,MMR10300,10300,18-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group; Shan Herald Agency for News; Irrawaddy,Subnational-National,"On 18 June 2020, about 2500 meters west of Nang Hu village, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA clashed twice. The KIA warned civilians that clashes between the Myanmar military and KIA could erupt anytime in the area.",0,1618500950,MMR -7668910,104,MMR10302,10302,18-Jun-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy; Shan Herald Agency for News; Network Media Group,Subnational-National,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0,1618500950,MMR -7671848,104,MMR10299,10299,17-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,1,Narinjara News,Subnational,"On 17 June 2020, near Let Kar village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed as a Myanmar military column was attacked with mines near Lek Kar Bridge.",0,1612998734,MMR -7672709,104,MMR10298,10298,17-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Monglon,22.7908,96.6243,2,VOA,International,"On 17 June 2020, in Monglon area, Kyaukme Township, Kyaukme District, Shan State, the Myanmar military and TNLA clashed. There were no casualties, according to the Myanmar military.",0,1618500993,MMR -7668908,104,MMR10297,10297,17-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kar Lai,23.393,97.8417,2,Network Media Group; Irrawaddy; Shan Herald Agency for News,Subnational-National,"On 17 June 2020, near Kar Lai village, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA battalion 8 clashed in KIA controlled area. About 400 Myanmar military troops, including brigade 88, approached KIA camp from three different locations. The fighting displaced about 30 villagers.",0,1618500999,MMR -7166132,104,MMR10387,10387,17-Jun-20,2020,1,Violence against civilians,Sexual violence,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Kyaukme,Namtu,Chaung Hsar,22.7776,97.3179,2,Shwe Phee Myay News Agency,Subnational,"On 17 June 2020, in Chaung Hsar village track, Namtu Township, Kyaukme District, Shan State, RCSS members allegedly raped a teenager. The girl was raped on her way from farmland to her home. RCSS is active in Namtu Township.",0,1618501001,MMR -7290761,104,MMR10307,10307,16-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,BBC News,International,"On 16 June 2020, in Sittwe Town, Sittwe Township, Sittwe District, Rakhine State, a group of young people started the 'Rakhine Lives Matter' movement, staging a protest performance over the civilian abuses during the current conflict in the state. [size=no report]",0,1604423642,MMR -7133332,104,MMR10296,10296,16-Jun-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Shwe Kyin Pyin,20.7206,93.0879,2,Development Media Group,Subnational,"On 16 June 2020, near Shwe Kyin Pyin village, Mrauk-U Township, Mrauk-U District, Rakhine State, a couple who travelled by boat to gather firewood and vegetables went missing. Villagers accused the Myanmar military of arresting them.",0,1592918573,MMR -7133337,104,MMR10295,10295,16-Jun-20,2020,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Saing Chon,19.3992,93.5799,1,Irrawaddy,National,"Around 16 June 2020, in Saing Chon village, Kyaukpyu Township, Kyaukpyu District, Rakhine State, a group of unknown men abducted a clerk of Saing Chon village track administration at his house. His dead body was discovered near Taung Shey village on the next day.",1,1592918573,MMR -7668907,104,MMR10294,10294,16-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy; Shan Herald Agency for News; Network Media Group,Subnational-National,"On 16 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA clashed. The Myanmar military accused KIA of trespassing into areas controlled by the Myanmar military.",0,1618501055,MMR -7137295,104,MMR10306,10306,15-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Twitter,New media,"On 15 June 2020 (from 15 - 23 June), at Hlaingthayar industrial zone (7), in Hlaingthayar Township, Yangon (North), Yangon Region, workers from K-World garment factory demonstrated in the factory, demanding breaks, the right to leave the factory when needed, getting paid for wages being promised and the right to form a workers' union. [size=no report]",0,1618501078,MMR -7672668,104,MMR10292,10292,15-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,VOA,International,"On 15 June 2020, in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military and AA clashed.",0,1612998736,MMR -7133329,104,MMR10293,10293,15-Jun-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Khampat,23.7797,94.1457,1,Democratic Voice of Burma,National,"On 15 June 2020, in Khampat Town, Tamu Township, Tamu District, Sagaing Region, two unknown men riding a motorcycle shot at a house and injured two women.",0,1592918573,MMR -7672723,104,MMR10289,10289,14-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ohn Chaung,20.6864,92.6823,2,VOA,International,"On 14 June 2020, near Ohn Chaung village, in Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military and AA clashed. Several villagers fled their village. Myanmar military and AA fought in the area many times which has displaced about 5,000 villagers in the previous five months.",0,1612998736,MMR -7672764,104,MMR10290,10290,14-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,VOA,International,"On 14 June 2020, in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military and AA clashed.",0,1612998736,MMR -7671768,104,MMR10291,10291,14-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Tan Khoe,20.2684,92.9781,2,Narinjara News,Subnational,"On 14 June 2020, between Hgnet Gyi Kyun and Tan Khoe village, in Ponnagyun Township, Sittwe District, Rakhine State, an unknown armed group attacked a military column with mine. The number of casualties remains unknown.",0,1612998733,MMR -7670111,104,MMR10288,10288,13-Jun-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Irrawaddy,National,"On 13 June 2020, in Kyauktaw town, Kyauktaw Township, Mrauk-U District, Rakhine State, two unidentified men stabbed a police lieutenant to death.",1,1612998729,MMR -7670120,104,MMR10287,10287,13-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 13 June 2020, in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military and AA clashed. Afterwards, the Myanmar military restricted movement around the area. Around 431 Chin villagers in Ann Township fled to nearby villages and sheltered at a monastery.",0,1612998729,MMR -7668906,104,MMR10286,10286,13-Jun-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Done Paik,20.3559,92.6789,2,Radio Free Asia; Narinjara News,Subnational-Regional,"On 13 June 2020, near Done Paik village, Rathedaung Township, Sittwe District, Rakhine State, the AA allegedly attacked Myanmar border guard post. Villagers heard several gunshot sounds. About 200 villagers fled to neighboring villages and some villagers took refuge at Done Paik Monastery. In the first week of June, AA warned of more attacks on police outposts in Rakhine State until government troops withdraw from its territory.",0,1612998725,MMR -7671492,104,MMR10285,10285,13-Jun-20,2020,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,27,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Nyaung Kone (Lower),22.8765,96.5336,2,Myanmar Times,National,"On 13 June 2020, near Nyaung Kone (lower) village, Mogoke Township, Mandalay Region, the TNLA abducted two police officers and one civilian. The police officers were in civilian clothes when there were abducted.",0,1618501199,MMR -7127931,104,MMR10283,10283,12-Jun-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,Narinjara News,Subnational,"On 12 June 2020, in Maungdaw Town, Maungdaw Township, Maungdaw District, Rakhine State, four people protested to demand the government to stop illegal crossings at the Myanmar-Bangladesh border. The protest came after 5 allegedly illegal migrants tested positive for COVID-19 (Coronavirus). [size=4]",0,1592320566,MMR -7668905,104,MMR10282,10282,11-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Radio Free Asia; Irrawaddy,National-Regional,"On 11 June 2020, near Aye Zedi Pagoda in Ponnagyun Town, Ponnagyun Township, Sittwe District, Rakhine State, eight AA troops allegedly stabbed one Myanmar military officer with a knife and abducted one soldier. The AA attacked when the soldiers were on their way to a market. Afterwards, a Myanmar military column arrived where the incident took place and started firing with small guns into the air. A stray bullet killed a mentally disabled person.",1,1612998725,MMR -7669873,104,MMR10276,10276,10-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,1,Development Media Group,Subnational,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0,1612998729,MMR -7668902,104,MMR10278,10278,10-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kyauk Khoke,20.208,93.3064,2,Radio Free Asia; Narinjara News,Subnational-Regional,"On 10 June 2020, near a bridge between Kyauk Khoke and Thit Poke Taung villages, Minbya Township, Mrauk-U District, Rakhine State, the AA attacked a Myanmar military column.",0,1612998725,MMR -7668903,104,MMR10280,10280,10-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Ah Myint Kyun,20.298,92.875,2,Irrawaddy; Radio Free Asia; Narinjara News,Subnational-National,"On 10 June 2020, near Min Chaung Bridge, Ah Myint Kyun village, Sittwe Township, Sittwe District, Rakhine State, the AA attacked two naval vessels of Myanmar military with both small and heavy weapons. The vessels were attacked on the way from Sittwe to Ponnagyun. Artillery shells felling into the village. One civilian was killed. Four civilians and one police chief were injured. Some villagers fled the village.",1,1612998725,MMR -7668904,104,MMR10281,10281,10-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Tha Htay Kone,21.2292,92.9223,2,Chin Human Rights Organization; Chin World,Other-Subnational,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1,1618501292,MMR -7672305,104,MMR10277,10277,10-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 10 June 2020, in Hsipaw Township, Kyaukme District, Shan State, the Myanmar military and RCSS clashed. Two Myanmar military soldiers died and another two were injured.",2,1618501303,MMR -7672588,104,MMR10274,10274,9-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,VOA,International,"On 9 June 2020, near the Myawaddy District Police Station, Myawaddy Town, Myawaddy Township, Karen State, a bomb exploded and damaged some police cars and a private surf car. The explosion happened in the centre of the town where many government offices are located.",0,1612998735,MMR -7669820,104,MMR10275,10275,9-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Development Media Group,National,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0,1618501316,MMR -7671704,104,MMR10345,10345,9-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Nat Maw,19.9865,93.8274,2,Narinjara News,Subnational,"On 9 June 2020, near Nat Maw village, Ann Township, Kyaukpyu District, Rakhine State, Myanmar military and AA clashed.",0,1612998733,MMR -7669755,104,MMR10273,10273,9-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Development Media Group,Subnational,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0,1612998728,MMR -7127906,104,MMR10272,10272,8-Jun-20,2020,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Development Media Group,National,"On 8 June 2020, in Kawkareik Town, Kawkareik Township, Kawkareik District, Karen State, two unidentified men on a motorcycle threw a hand grenade in front of a mobile retail shop near the police station. Three civilians were injured.",0,1592320566,MMR -7669894,104,MMR10271,10271,8-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,1,Development Media Group,Subnational,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0,1612998729,MMR -7671541,104,MMR10341,10341,8-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Nat Maw,19.9865,93.8274,2,Narinjara News,Subnational,"On 8 June 2020, near Nat Maw village, Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military and AA clashed.",0,1612998733,MMR -7671984,104,MMR10270,10270,7-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 7 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military and KIA clashed in KIA battalion 9 controlled areas.",0,1618501400,MMR -7672359,104,MMR10269,10269,6-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Hseni,Hseni,23.2736,98.1052,2,Shan Herald Agency for News,Subnational,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0,1618501413,MMR -7671930,104,MMR10265,10265,6-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Network Media Group,National,"On 6 June 2020, in Nam Hpat Kar surrounding area, Kutkai Township, Muse District, Shan State, Myanmar military and KIA clashed twice.",0,1618501425,MMR -7670848,104,MMR10263,10263,5-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 5 June 2020, in Muse Township, Muse District, Shan State, the Myanmar military LIB 79 and KIA clashed. The fighting happened in KIA battalion 17 controlled area.",0,1618501460,MMR -7123892,104,MMR10264,10264,5-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Chone (New),22.7902,96.9291,2,Democratic Voice of Burma,National,"On 5 June 2020, in Chone (New) village, Kyaukme Township, Kyaukme District, Shan State, a landmine explosion killed a villager on his way to farm land.",1,1618501472,MMR -7670529,104,MMR10262,10262,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 4 June 2020, near Hu Pyet village, in Muse Township, Muse District, Shan State, the Myanmar military and TNLA clashed.",0,1618501480,MMR -7671325,104,MMR10267,10267,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,Karen Information Center News,Subnational,"On 4 June 2020, in Thu Mwe Hta area, Hpa-an Township, Hpa-an District, Karen State, Myanmar military and KNLA clashed. The KNU/KNLA blamed Myanmar military for the clash, accusing the Myanmar military of deploying troops into KNU controlled area. Myanmar military accused the KNU/KNLA of attacking them first.",0,1618501482,MMR -7669804,104,MMR10259,10259,4-Jun-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Doke Kan Chaung,20.7059,93.0019,1,Development Media Group,Subnational,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0,1612998728,MMR -7671346,104,MMR10266,10266,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 4 June 2020, in Thaw Lel Hta area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military and KNLA clashed. Both parties blamed each other for the clash.",0,1612998732,MMR -7671877,104,MMR10268,10268,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 4 June 2020, near Ban Ka Gyi village, Kutkai District, Muse Township, Shan State, the Myanmar military exchanged fire with KIA brigade 10, battalion 17.",0,1618501486,MMR -7672139,104,MMR10257,10257,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Long Kan,23.5529,97.7229,2,Radio Free Asia,Regional,"On 4 June 2020, between Mong Yu Lay and Long Kan villages, Kutkai Township, Muse District, Shan State, the Myanmar military and TNLA clashed.",0,1618501487,MMR -7668900,104,MMR10256,10256,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 4 June 2020, near Shwe Maw Gyi village, Kutkai Township, Muse District, Shan State, Myanmar military and TNLA clashed. The Myanmar military fired heavy weapons at the location of the clash 5 times. It is not known whether there were any casualties.",0,1618501496,MMR -7668901,104,MMR10261,10261,4-Jun-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Development Media Group; Irrawaddy,Subnational-National,"On 4 June 2020, near Mee Dike village on the Myanmar-Bangladesh border, in Maungdaw Township, Maungdaw District, Rakhine State, Myanmar border security police clashed with ARSA. Two ARSA members died and some police were injured, according to Myanmar military.",2,1612998725,MMR -7672251,104,MMR10260,10260,4-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 4 June 2020, near Thone Pan village, Kutkai Township, Muse District, Shan State, a mine exploded when Myanmar military troops were crossing the village.",0,1618501499,MMR -7672285,104,MMR10258,10258,4-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Radio Free Asia,Regional,"On 4 June 2020, near Aung Pan village, Namhkan Township, Muse District, Shan State, Myanmar military and TNLA clashed. They clashed again the same day near Man San village.",0,1618501504,MMR -7672400,104,MMR10255,10255,3-Jun-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) Border Guard Force,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-East,Monghsat,Monghsat,Monghsat,20.5353,99.2561,2,Shan Herald Agency for News,Subnational,"On 3 June 2020, in Pon Pa Kyin, Monghsat District, Shan State, about 100 troops of Myanmar military LIB-65 and BGF-1007 attacked RCSS mobile camp. Myanmar military and BGF fired 60 mortars and M79 grenades, according to RCSS.",0,1618501518,MMR -7668899,104,MMR10254,10254,3-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News; Radio Free Asia,Subnational-Regional,"On 3 June 2020, near Kawng Nein village, Kutkai Township, Muse District, Rakhine State, Myanmar military and TNLA clashed.",0,1618501529,MMR -7671334,104,MMR10251,10251,2-Jun-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 2 June 2020, in Maw La Ka Lo village, Dwe Lo township, Muthraw (Hpapun) District, Karen State, the Myanmar military and KNLA clashed. The Myanmar military LIB 410 fired two mortars. A 16-year-old girl and her father were injured.",0,1612998732,MMR -7668898,104,MMR10252,10252,2-Jun-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),Civilians (Myanmar),1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group; Irrawaddy,Subnational-National,"On 2 June 2020, near Kinchaung bridge at the entry point to Ponnagyun Town, Ponnagyun Township, Sittwe District, Rakhine State, two mine explosions went off as the Myanmar military LIB-550 passed, injuring some soldiers. One civilian was killed and one civilian was injured.",1,1612998725,MMR -7123772,104,MMR10250,10250,1-Jun-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,37,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Sar Pyin,19.0933,94.1792,1,Development Media Group; Irrawaddy,Subnational-National,"On 1 June 2020, in Sar Pyin village, Tongup Township, Thandwe District, Rakhine State, an ALP member was killed. The previous day, five people with guns and swords abducted the ALP member at his house. The ALP accused AA of the incident.",1,1591713228,MMR -7171658,104,MMR10412,10412,1-Jun-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,27,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,2,Irrawaddy,National,"On 1 June 2020, in Toungup Township, Thandwe District, Rakhine State, AA killed a member of ALA who was detained on 31 May 2020.",1,1595968844,MMR -7669929,104,MMR10249,10249,1-Jun-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kone Baung Gyi,19.1492,93.6372,1,Development Media Group,Subnational,"On 1 June 2020, in Kone Baung Gyi village, Kyaukpyu Township, Kyaukpyu District, Rakhine State, a navy retiree and his father went missing in a conflict area. They are thought to have been abducted by an unidentified armed group.",0,1612998729,MMR -7672375,104,MMR10247,10247,31-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Nam Aum,23.8314,97.9364,2,Shan Herald Agency for News,Subnational,"On 31 May 2020, near Nam Aum village, Muse Township, Muse District, Shan State, Myanmar military and TNLA clashed. A short time later, near a sugar factory, another clash was reported. Both small and heavy weapons were employed.",0,1618501605,MMR -7458382,104,MMR10840,10840,31-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,27,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Sar Pyin,19.0933,94.1792,1,Development Media Group,Subnational,"On 31 May 2020, in Sar Pyin village (Toungup Township, Thandwe District, Rakhine State), AA members abducted an ALA member who was also an acupuncturist. He was released on 1 January 2021.",0,1610469093,MMR -7668897,104,MMR10248,10248,31-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Development Media Group; Chin World,Subnational-National,"On 31 May 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, the Myanmar military continued attacking AA bases around Paletwa and seized one AA camp.",0,1618501613,MMR -7117184,104,MMR10242,10242,30-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,Narinjara News,National,"On 30 May 2020, in Mee Let Wa village, in Paletwa Township, Mindat District, Chin State, an unknown armed group shot civilians while they were collecting firewood. One woman died.",1,1618501636,MMR -7668896,104,MMR10246,10246,30-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Chin World; Development Media Group,Subnational-National,"On 30 May 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, the Myanmar military carried out a continued attack on AA camps around Paletwa. The Myanmar military seized one AA camp and occupied AA bases at mountain point 565 and 602, according to Myanmar military.",0,1618501640,MMR -7672286,104,MMR10243,10243,30-May-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,2,Rakhine Ethnics Congress,Other,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0,1612998735,MMR -7672149,104,MMR10241,10241,29-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 29 May 2020, near Nam Kut village, Kutkai Township, Muse District, Shan State, the TNLA attacked the Myanmar military. The attack killed three military officers and injured six others. The TNLA seized some ammunition and destroyed one Myanmar military car, according to TNLA.",3,1618501666,MMR -7672445,104,MMR10492,10492,29-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shwe Phee Myay News Agency,Subnational,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0,1618501668,MMR -7668894,104,MMR10240,10240,29-May-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thazin Myaing,20.6079,92.6162,2,Irrawaddy; Radio Free Asia,National-Regional,"On 29 May 2020, in Thazin Myaing, in Rathedaung Township, Sittwe District, Rakhine State, about 100 personnel from AA attacked a border guard outpost with both small and heavy weapons. Four police officers died. AA detained 6 police officers and three family members, including a child. The three family members were later released on June 5.",4,1612998725,MMR -7117136,104,MMR10239,10239,28-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Development Media Group,Subnational,"On 28 May 2020, about 2 miles from Shwe Kyin village, Minbya Township, Mrauk-U District, Rakhine State, a landmine explosion injured a villager.",0,1591125352,MMR -7581377,104,MMR10236,10236,28-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Taung Pyin,20.0613,93.5406,2,Development Media Group,Subnational,"On 28 May 2020, outside of Taung Pyin village, Myebon township, Mrauk-U district (Rakhine State), a landmine killed a villager on his way to cut bamboo.",1,1611676349,MMR -7117120,104,MMR10238,10238,27-May-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Chin World,National,"On 27 May 2020, near Hpar Hpyo (Chin) village, Minbya Township, Mrauk-U District, Rakhine State, the AA detained a Chin villager. He was beaten and released on the same day.",0,1591125352,MMR -7117131,104,MMR10237,10237,27-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Khaung Laung Ywar Haung,20.3959,93.2942,2,Development Media Group,Subnational,"On 27 May 2020, near Khaung Laung Ywar Haung, in Minbya Township, Mrauk-U District, Rakhine State, a villager was shot on his way to the village and injured.",0,1591125352,MMR -7117187,104,MMR10235,10235,26-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Network Media Group,National,"On 26 May 2020, in Muse, Muse Township, Muse District, Shan State, several explosions occurred, including two explosions in Swam Sor ward.",0,1618501754,MMR -7117201,104,MMR10234,10234,26-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,Radio Free Asia,Regional,"On 26 May 2020, near Mee Let Wa village, in Paletwa Township, Mindat District, Chin State, unidentified gunmen shot at villagers who were attempting to extinguish fires in the village. The military and AA have previously fought in the area.",0,1618501755,MMR -7117137,104,MMR10231,10231,25-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group,Subnational,"On 25 May 2020, in Sittwe Town, Sittwe Township, Sittwe District, Rakhine State, four masked assailants stabbed a ward administrator to death.",1,1591125352,MMR -7671393,104,MMR10232,10232,25-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 25 May 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, the Myanmar military launched an attack on AA camps around Paletwa. Myanmar military used both small and heavy weapons. The Myanmar military seized two AA camps. An artillery shell fell into the town, but no one was injured.",0,1618501773,MMR -7117130,104,MMR10228,10228,24-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kan Thit,20.6024,92.8948,2,Development Media Group,Subnational,"On 24 May 2020, near Kan Thit village, Ponnagyun Township, Sittwe District, Rakhine State, two landmines exploded and injured two villagers.",0,1591125352,MMR -7117132,104,MMR10230,10230,24-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group,Subnational,"On 24 May 2020, in Ponnagyun Township, Rakhine State, two villagers were injured in a landmine explosion.",0,1591125352,MMR -7117150,104,MMR10229,10229,24-May-20,2020,1,Violence against civilians,Attack,KPC: KNU/KNLA Peace Council,,3,Civilians (Myanmar),Chinese Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 24 May 2020, in Myawaddy Town, Myawaddy Township, Myawaddy District, Kayin State, a group of drunk Chinese men with a knife who were causing a disturbance were shot by the KNU-PC. There was one fatality and three injured.",1,1591125352,MMR -7668895,104,MMR10245,10245,24-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Development Media Group; Chin World,Subnational-National,"On 24 May 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, Myanmar military launched an attack on AA camps around Paletwa. The Myanmar military occupied AA based mountain point 540. The Myanmar military employed small and heavy weapons along with fighter jets, according to AA. Unknown number of fatalities coded as 3.",3,1618501801,MMR -7671788,104,MMR11009,11009,24-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,Narinjara News,Subnational,"On 24 May 2020, near 1 mile north of Way Thar Li village, Mrauk-U township, Mrauk-U district (Rakhine State), Myanmar army and AA engaged in a battle. Casualties unknown.",0,1612998734,MMR -7117121,104,MMR10226,10226,23-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Chinland Guardian,Subnational,"On 23 May 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, a landmine explosion injured a female farmer while she was at her banana farm.",0,1618501817,MMR -7117135,104,MMR10225,10225,23-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Daung Taw Yoe,20.8429,93.0246,2,Development Media Group,Subnational,"On 23 May 2020, near Daung Taw Yoe villager, Kyauktaw Township, Mrauk-U District, Rakhine State, a villager went missing.",0,1591125352,MMR -7117145,104,MMR10227,10227,23-May-20,2020,1,Violence against civilians,Attack,SNA: Shanni Nationalities Army,,2,Civilians (Myanmar),Kuki Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Aw Thaw,25.267,95.2098,2,Irrawaddy,National,"On 23 May 2020, near Aw Thaw village, Yet Hpa village tract, Homalin Township, Hkamti District, Sagaing Region, five SNA members in civilian clothes shot two Kuki villagers. One young man died and his father was injured.",1,1591125352,MMR -7458412,104,MMR10429,10429,23-May-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Pauktaw,Pauktaw,20.1793,93.0686,2,Irrawaddy,National,"On 23 May 2020, in Rapet Chaing village (Pauktaw Township, Sittwe District, Rakhine State) AA abducted two members of ALA. They were released on the last week of November 2020.",0,1610469093,MMR -7117158,104,MMR10224,10224,22-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Yat Dain,21.2944,93.0104,1,Khumi Media Group,Subnational,"On 22 May 2020, near Yat Dain village, in Paletwa Township, Mindat District, Chin State, four villagers went to the forest to collect firewood. They have been missing since then.",0,1618501846,MMR -7672111,104,MMR10972,10972,20-May-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,2,Radio Free Asia,Regional,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1,1612998734,MMR -7117182,104,MMR10222,10222,18-May-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,NSCN-K: National Socialist Council of Nagaland-Khaplang,,2,23,Southeast Asia,Myanmar,Sagaing,Naga Self-Administered Zone,Lay Shi,Lay Shi,25.3559,94.8943,2,Mizzima,National,"On 18 May 2020, in Lay Shi Township, Hkamti District, Sagaing Region, an unidentified armed group shot two members of NSCN-K. One died and one was injured. The two victims were not dressed in uniform when they were shot.",1,1618501966,MMR -7117186,104,MMR10223,10223,18-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Hpa Lein,22.4704,97.1251,1,Network Media Group,National,"On 18 May 2020, at Hpa Lein village, Kyaukme Township, Kyaukme District, Shan State, an unknown gunman killed two women, one 60-year-old and 50-year-old, at a tea plantation.",2,1618501967,MMR -7581373,104,MMR11001,11001,18-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,2,Development Media Group,Subnational,"On 18 May 2020, near Hpon Nyo Leik village, Buthidaung township, Maungdaw district (Rakhine State), a Muslim man was hit with a stray bullet while he was digging in a field near his home. The locals said the bullet came from the hill where the military troops were positioned.",0,1611676349,MMR -7581375,104,MMR11010,11010,18-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 18 May 2020, in Kyauktaw town, Kyauktaw township, Mrauk-U district (Rakhine State), a group of unknown people abducted five men from Kyauktaw market, including 100-household heads from Khabaw and Marlar (Mro). They were released on 19 May. The Myanmar army released a statement on 19 May claiming that AA conducted the abduction.",0,1611676349,MMR -7588512,104,MMR11020,11020,17-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,2,Development Media Group,Subnational,"On 17 May 2020, near Dar Let creek, Ann township, Kyaukpyu district (Rakhine State), a villager from Dar Let A Lae Kyun went missing on his way to go fishing. It is suspected that he was kidnapped by an armed group.",0,1612284392,MMR -7671321,104,MMR10219,10219,16-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNPP/KA: Karenni National Progressive Party/Karenni Army,,2,12,Southeast Asia,Myanmar,Kayah,Loikaw,Shadaw,Shadaw,19.6303,97.5194,2,Kantarawaddy Times,Subnational,"On 16 May 2020, 5 miles from Shadaw Township, Loikaw District, Kayah State, the Myanmar military and KNPP clashed. A civilian reportedly died, according to a local MP. However, the KNPP denied that any civilians were killed.",1,1612998732,MMR -7672114,104,MMR10220,10220,16-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,1,Radio Free Asia,Regional,"On 16 May 2020, in Let Kar village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military and AA clashed, according to the Myanmar military. The AA denied the allegation that they attacked the Myanmar military in the village. 194 houses out of total 301 in the abandoned village were burned down.",0,1612998734,MMR -7117133,104,MMR10218,10218,16-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Health Workers (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kon Tan,20.47,92.6862,1,Development Media Group,Subnational,"On 16 May 2020, in Kon Tan village, Rathedaung Township, Sittwe District, Rakhine State, the AA abducted a medical officer along with his office assistant, wife and child.",0,1591125352,MMR -7195275,104,MMR10485,10485,16-May-20,2020,3,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),ALP/ALA: Arakan Liberation Party/Arakan Liberation Army,7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,3,Radio Free Asia; Irrawaddy,National-Regional,"Around 16 May 2020 (month of), in Rakhine State, the AA allegedly abducted and killed a member of ALP.",1,1599591822,MMR -7581383,104,MMR11000,11000,16-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar); Mon Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Independent Mon News Agency,National,"On 16 May 2020, in Yar-buu village (coded as Yebyu), in Yebyu township, Dawei district (Tanintharyi Region), an unknown gunman shot and killed a Mon farmer while he was having dinner at home with his family. The local authorities said he did not have any enemies and the reason for killing is unknown.",1,1611676349,MMR -7171679,104,MMR10411,10411,15-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Laung Shey,21.0291,92.9783,2,Narinjara News,Subnational,"On 15 May 2020, near Laung Shey village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shelling from unknown armed group injured a man while he was looking for cows.",0,1595968844,MMR -7671513,104,MMR10217,10217,15-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Myanmar Times,National,"On 15 May 2020, in Hpapun Township, Hpapun District, Kayin State, the KNU shot Myanmar military personnel with a sniper, according to a military spokesperson.",1,1612998733,MMR -7117122,104,MMR10216,10216,13-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Journalists (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Committee to Protect Journalists,Other,"On 13 May 2020, in Sittwe Town, Sittwe Township, Sittwe District, Rakhine State, two unknown men on a motorcycle attacked an independent journalist. The journalist was injured.",0,1591125352,MMR -7671911,104,MMR10211,10211,13-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Mandalay,Pyinoolwin,Mogoke,Ho Weik,22.8919,96.6148,2,Network Media Group,National,"On 13 May 2020, between Kyaun Kan village and Ho Weik village, in Mogok Township, Pyin Oo Lwin District, Mandalay Region, Myanmar military and TNLA fought.",0,1618502097,MMR -7669787,104,MMR10210,10210,12-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Kay Tha,21.3233,92.8359,1,Development Media Group,National,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0,1618502121,MMR -7671345,104,MMR10206,10206,12-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021) Border Guard Force,7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 12 May 2020, in Myawaddy Town, Myawaddy Township, Myawaddy District, Karen State, an unknown gunman attempted to shoot a former BGF officer. A gunman fired at the house of the former officer two times. While the former BGF officer was home, there was no injury.",0,1612998732,MMR -7100800,104,MMR10208,10208,12-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Yet Pyin,20.8124,92.6086,2,Radio Free Asia,Regional,"On 12 May 2020, in Char Kay village, Tha Yet Pyin village tract, Buthidaung Township, Maungdaw District, Rakhine State, a landmine explosion killed two Rohingya children and injured one child.",2,1589901497,MMR -7100804,104,MMR10209,10209,12-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 12 May 2020, near Muse Town, Muse Township, Muse District, Shan State, residents heard the sound of bomb explosion twice in the area controlled by Pan Say People Militia.",0,1618502134,MMR -7100769,104,MMR10202,10202,11-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 11 May 2020, in Muse Town, Muse Township, Muse District, Shan State, a bomb exploded at a toll gate of the Asia World Company.",0,1618502162,MMR -7668891,104,MMR10203,10203,11-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News; Irrawaddy,Subnational-National,"On 11 May 2020, near Kisspanadi bridge, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, AA attacked Myanmar military troops with two remote-detonated mines, according to Myanmar military. There were no injuries.",0,1612998725,MMR -7668892,104,MMR10204,10204,11-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Let Saung Kauk,20.8138,92.9812,1,Narinjara News; Irrawaddy,Subnational-National,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0,1612998725,MMR -7668893,104,MMR10205,10205,11-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Paik Thei Ku Lar,20.8259,92.9835,1,Narinjara News; Irrawaddy,Subnational-National,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0,1612998725,MMR -7671921,104,MMR10434,10434,9-May-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Ku Seik,17.9381,97.4286,2,Network Media Group,National,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0,1612998734,MMR -7671389,104,MMR10186,10186,8-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 8 May 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, Myanmar military and AA clashed with both small and heavy weapons.",0,1618502231,MMR -7672464,104,MMR10187,10187,8-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,The Voice (Myanmar),National,"On 8 May 2020, near Yar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military and AA clashed. The Myanmar military claimed to have seized AA camp at Point-114 Mountain. Both side suffered fatalities. Unknown fatalities coded as 3.",3,1612998735,MMR -7090661,104,MMR10185,10185,8-May-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khumi Media Group,Subnational,"On 8 May 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, a bullet hit and injured a man at his house.",0,1618502243,MMR -7090669,104,MMR10188,10188,8-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Teachers (Myanmar); Students (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Bway,20.9457,92.9947,2,Narinjara News,Subnational,"On 8 May 2020, at Taung Bway, Kyauktaw Township, Mrauk-U, Rakhine State, one shell fell into the village and two shells fell at a school at the outskirt of the village. One school teacher and an 11-year-old female student were injured.",0,1589298704,MMR -7671338,104,MMR10183,10183,7-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,Karen Information Center News,Subnational,"On 7 May 2020, near War Tho Kho village, Luthaw Township, Mutraw (Hpapun) District, Karen State, Myanmar military from battalion 405 and 410 clashed with KNU brigade 5.",0,1612998732,MMR -7671392,104,MMR10184,10184,7-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 7 May 2020, in Paletwa Township, Mindat District, Chin State, the Myanmar military and AA clashed.",0,1618502255,MMR -7669890,104,MMR10182,10182,7-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 7 May 2020, at a mountain range, east of Yar Maung Bridge, Minbya Town, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military and AA clashed. Myanmar military employed a fighter jet. One civilian was injured.",0,1612998729,MMR -7671323,104,MMR10177,10177,6-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,Karen Information Center News,Subnational,"On 6 May 2020, near War Tho Kho village, Luthaw Township, Mutraw (Hpapun) District, Karen State, Myanmar military troops from battalions 405 and 410 exchanged gunfire with KNU brigade 5. The clash happened after Myanmar military destroyed two huts used by KNU to conduct coronavirus temperature screenings.",0,1612998732,MMR -7671922,104,MMR10199,10199,5-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Network Media Group,National,"On 5 May 2020, on the border of Manton and Namhkan Townships, Kyaukme District, Shan State, Myanmar military and TNLA clashed. The fighting happened as Myanmar military continued to deploy troops in the TNLA controlled area, according to TNLA.",0,1618502309,MMR -7668888,104,MMR10175,10175,5-May-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Min,20.3739,93.318,2,Radio Free Asia; Development Media Group,Subnational-Regional,"On 5 May 2020, near Yar Maung Bridge, at Min, Myit Nar and Htauk Chay villages, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military troops were deployed in schools, a monastery, and a community hall in the villages. The Myanmar military subsequently fired at surrounding mountains with mortar shells.",0,1612998725,MMR -7090649,104,MMR10174,10174,5-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Bu Shwe Maw,19.2337,94.1398,1,Development Media Group,Subnational,"On 5 May 2020, at Bu Shwe Maw village, in Toungup Township, Thandwe District, Rakhine State, AA allegedly abducted a 52-year-old villager, according to Myanmar military. Five unidentified people in civilian clothes kidnapped a villager at his house at midnight, according to a villager.",0,1589298704,MMR -7671908,104,MMR10198,10198,4-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Network Media Group,National,"On 4 May 2020, on the border of Manton and Namhkan Townships, Kyaukme District, Shan State, Myanmar military and TNLA clashed. The fighting happened as Myanmar military continued to deploy troops in the TNLA controlled area, according to TNLA.",0,1618502333,MMR -7090647,104,MMR10171,10171,4-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Development Media Group,Subnational,"On 4 May 2020, in Tin Ma Village, Kyauktaw Township, Mrauk-U District, Rakhine State, a 48-year-old displaced person died from a landmine explosion.",1,1589298704,MMR -7090652,104,MMR10172,10172,4-May-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Ah Lel Sa Khan,14.9922,97.995,2,Independent Mon News Agency,National,"On 4 May 2020, near Ah Lel Sa Khan village, Yebyu Township, Dawei District, Tanintharyi Region, a landmine injured a 37-year-old village.",0,1589298704,MMR -7671635,104,MMR10170,10170,3-May-20,2020,1,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Teachers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0,1612998733,MMR -7123799,104,MMR10244,10244,3-May-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Taung Shey Pyin,20.2498,93.3498,1,Chin World,National,"On 3 May 2020, in Taung Shey Pyin village, Minbya Township, Mrauk-U District, Rakhine State, the AA abducted four Chin ethnic people, including one woman. The AA released them in the first week of June. The woman suffered from an anxiety disorder and later died at Minbya Hospital.",0,1591713228,MMR -7669778,104,MMR10166,10166,2-May-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Development Media Group,Subnational,"On 2 May 2020, in Maungdaw Township, Maungdawt District, Rakhine State, Myanmar border guard police and ARSA clashed at the point about 400 metre south-east of BP-41 along Myanmar-Bangladesh border. Three border guard police officers were injured.",0,1612998728,MMR -7078478,104,MMR10169,10169,2-May-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Voice of Myanmar Online Media,National,"On 2 May 2020, in Dagon Myothit (Seikkan), Yangon (East) district, Yangon region, more than 100 workers from the Blue Diamond bag factory demonstrated to demand their full salaries as the factory recently closed to safeguard against COVID-19 (coronavirus). [size=more than 100]",0,1618502377,MMR -7669595,104,MMR10168,10168,2-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Yat Dain,21.2944,93.0104,2,Arakan Army Info Desk,Other,"On 2 May 2020, at 1.5 KM north of Yat Dain village, Paletwa Township, Mindat District, Rakhine State, Myanmar military and AA clashed. The clash happened as Myanmar military approached AA bases, according to AA.",0,1618502379,MMR -7669596,104,MMR10167,10167,2-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Arakan Army Info Desk,Other,"On 2 May 2020, at 2.4 KM south of Hpar Hpyo (Chin) village, Minbya Township, Mrauk-u District, Rakhine State, Myanmar military and AA clashed. At least 5 Myanmar military soldiers died, according to AA.",5,1612998728,MMR -7669748,104,MMR10165,10165,2-May-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Done Paik,20.3559,92.6789,1,Development Media Group,Subnational,"On 2 May 2020, in Done Paik village, Rathedaung Township, Sittwe District, Rakhine State, three members of Myanmar border guard police clashed with AA. A Myanmar border guard police officer injured. A villager was detained by Myanmar border guard police after the clash.",0,1612998728,MMR -7669794,104,MMR10164,10164,1-May-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyar Nyo Kan,20.4258,92.98,1,Development Media Group,Subnational,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0,1612998728,MMR -7669597,104,MMR10163,10163,1-May-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Arakan Army Info Desk,Other,"On 1 May 2020, at 1.6 KM southeast of Hpar Hpyo (Chin) village, Minbya Township, Mrauk-u District, Rakhine State, the Myanmar military and AA clashed, according to the AA.",0,1612998728,MMR -7078406,104,MMR10162,10162,30-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,U Daung,20.6809,92.4734,2,Development Media Group,Subnational,"On 30 April 2020, near U Daung (NaTaLa) village, Maungdaw Township, Maungdaw District, Rakhine State, an explosion killed a villager. The Myanmar military accused the victim of having ties with AA. A family member denied Myanmar military allegation.",1,1588700530,MMR -7078405,104,MMR10161,10161,29-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Development Media Group,Subnational,"On 29 April 2020, near Thar Si Gone village, Rathedaung Township, Sittwe District, Rakhine State, a landmine explosion injured a villager.",0,1588700530,MMR -7671644,104,MMR10160,10160,29-Apr-20,2020,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Narinjara News,Subnational,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2,1612998733,MMR -7672182,104,MMR10159,10159,29-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Radio Free Asia,Regional,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1,1612998734,MMR -7668887,104,MMR10158,10158,29-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group; Voice of Myanmar Online Media,Subnational-National,"On 29 April 2020, between Paletwa and Samee towns, Paletwa Township, Mindat District, Chin State, Myanmar military and AA clashed as AA attacked trucks carrying rice bags for Paletwa IDPs, according to the Myanmar military. The AA denied the allegation of such attack.",0,1618502478,MMR -7669752,104,MMR10157,10157,29-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Nat Taung,20.4174,92.9836,2,Development Media Group,Subnational,"On 29 April 2020, near Nat Taug village, Ponnagyun township, Sittwe District, Rakhine State, Myanmar military and AA fought with both small and heavy weapons. A stray bullet injured a 14-year-old girl.",0,1612998728,MMR -7672415,104,MMR10197,10197,28-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Human Rights Foundation,Other,"On 28 April 2020, at Pang Oong, Lashio Township, Lashio District, Shan State, Myanmar military clashed with TNLA and MNDAA troops.",0,1618502496,MMR -7078403,104,MMR10154,10154,27-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 27 April 2020, in Nyaung Pin Zay ward, Mrauk-U town, Mrauk-U Township, Mrauk-U District, Rakhine State, an artillery shell hit a restaurant and injured three civilians.",0,1588700530,MMR -7078466,104,MMR10155,10155,27-Apr-20,2020,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,2,Shan Herald Agency for News,Subnational,"On 27 April 2020, in RCSS controlled area in Loi Pankaw mountain, in Tachileik township, Shan state, the RCSS detained two Chit Htoo villagers for alleged illegal logging. One of the two detained villagers with three chainsaws, several logs and timber planks. RCSS shot one of the detained villagers dead after he attempted to take a gun from RCSS, according to RCSS spokesperson. Civilians accused RCSS of requesting tax from loggers.",1,1618502521,MMR -7672174,104,MMR10153,10153,27-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kant Kaw Myaing,20.6856,92.5728,2,Radio Free Asia,Regional,"On 27 April 2020, near Kant Kaw Myaing (NaTaLa) village, Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military and AA engaged in heavy fighting after a military column was attacked with mines. The Myanmar military employed two helicopters during the fight. 4 civilians were injured.",0,1612998734,MMR -7672184,104,MMR10196,10196,27-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0,1612998734,MMR -7669834,104,MMR10214,10214,26-Apr-20,2020,3,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Thin Paung Chaung,20.3372,93.326,2,Development Media Group,Subnational,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2,1612998728,MMR -7669845,104,MMR10151,10151,26-Apr-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 26 April 2020, in Mrauk-U town, Mrauk-U Township, Mrauk-U District, Rakhine State, eight AA soldiers in civilian clothes allegedly beat two police officers and detained one of them, according to the Myanmar military.",0,1612998729,MMR -7672411,104,MMR10195,10195,26-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Human Rights Foundation,Other,"On 26 April 2020, at Pang Wo Laung village and Kho Moong village, Lashio Township, Lashio District, Shan State, Myanmar military clashed with TNLA and MNDAA troops.",0,1618502555,MMR -7669857,104,MMR10150,10150,26-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kant Kaw Myaing,20.6856,92.5728,2,Development Media Group,Subnational,"On 26 April 2020, near Kant Kaw Myaing (NaTaLa) village, Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military and AA clashed. Both small and heavy weapons were used. Several artillery shells landed in the village. A 13-year-old girl was injured. Many villagers fled to Buthidaung town.",0,1612998729,MMR -7078451,104,MMR10149,10149,25-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Myaung Bway,20.4881,93.2802,1,Narinjara News,Subnational,"On 25 April 2020, near Myaung Bway village, Mrauk-U Township, Mrauk-U District, Rakhine State, a villager was shot dead by an unidentified armed group.",1,1588700530,MMR -7672425,104,MMR10194,10194,24-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Human Rights Foundation,Other,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1,1618502603,MMR -7672433,104,MMR10193,10193,24-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan-North,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Human Rights Foundation,Other,"On 24 April 2020, between Teung Kho and Pang Noi, east of Lashio Town, Lashio Township, Lashio District, Shan State, Myanmar military ID 99 clashed with TNLA and MNDAA troops. The Myanmar military then fired about ten shells around the area.",0,1618502603,MMR -7669878,104,MMR10124,10124,24-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kha Mway Chaung,20.9238,92.5844,2,Development Media Group,Subnational,"On 24 April 2020, west of the mountain range near Kha Mi Chaung (coded as Kha Myay Chaung), in Buthidaung Township, Maungdaw District, Rakhine State, Myanmar military and AA clashed. A 5-year-old girl was hit by a bullet while sitting in her house and was injured.",0,1612998729,MMR -7669963,104,MMR10148,10148,24-Apr-20,2020,1,Explosions/Remote violence,Grenade,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force; Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Eleven Media Group,National,"On 24 April 2020, in Muse town, Muse Township, Muse District, Shan State, the TNLA attacked a hotel under-construction belonging to the Pan Say Militia (PMF) with grenades, according to Myanmar military. The TNLA denied the attack.",0,1618502612,MMR -7669838,104,MMR10213,10213,23-Apr-20,2020,3,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Min,20.3739,93.318,2,Development Media Group,Subnational,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3,1612998729,MMR -7671390,104,MMR10122,10122,23-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 23 April 2020, near Paletwa Town, Paletwa Township, Mindat District, Chin State, Myanmar military and AA fought with heavy weapons. The fighting injured a 16-year-old civilian.",0,1618502628,MMR -7073667,104,MMR10123,10123,23-Apr-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Eleven Media Group,National,"Around 23 April 2020, in Bago Town, Bago Township, Bago Region, workers at the surgical equipment manufacturing KM factory demonstrated. The demonstrators demanded the factory be closed to safeguard workers against COVID-19 (Coronavirus). The factory owner and workers agreed to close the factory until 30 April 2020. [size=no report]",0,1618502632,MMR -7670267,104,MMR10121,10121,23-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Irrawaddy,National,"On 23 April 2020, in Muse Town, Muse Township, Muse District, Shan State, unknown armed men attacked the headquarters of the Myanmar military-backed Pan Say Militia. Gunmen attacked the militia with artillery and guns. Some artillery shells fell on the China side of the border. No casualties reported.",0,1618502641,MMR -7669814,104,MMR10116,10116,22-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2,1612998728,MMR -7073664,104,MMR10117,10117,22-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Na Yan,20.4077,93.3045,2,Development Media Group,Subnational,"On 22 April 2020, near Na Yan village, Minbya Township, Mrauk-U District, Rakhine State, an unidentified armed group shot a villager to death. The shooting also forced villagers to flee to nearby villages.",1,1588090909,MMR -7073665,104,MMR10118,10118,22-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 22 April 2020, near Sanbalay village, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, an unidentified armed group shot a Muslim villager death and injured six villagers.",1,1588090909,MMR -7073668,104,MMR10120,10120,22-Apr-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Eleven Media Group,National,"Around 22 April 2020, in Bago Town, Bago Township, Bago Region, workers at the surgical equipment manufacturing CICI factory demonstrated. The demonstrators demanded the factory be closed to safeguard workers against COVID-19 (Coronavirus). The factory owner and workers agreed to close the factory until 30 April 2020. [size=no report]",0,1618502657,MMR -7668886,104,MMR10115,10115,22-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,BBC News; Development Media Group,National-International,"On 22 April 2020, near Mee Let Wa and Shinwa villages, Paletwa Township, Mindat District, Chin State, the Myanmar military and AA clashed using heavy weapons. A stray artillery shell fell on Myanmar Economic Bank in the center of Paletwa Town, killing 3 people (including one child) and injuring 2. Two men and a child were injured in Mee Let Wa and a child was injured in Shinwa.",3,1618502660,MMR -7669797,104,MMR10114,10114,21-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Development Media Group,Subnational,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1,1612998728,MMR -7671384,104,MMR10112,10112,21-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,Khonumthung News,Subnational,"On 21 April 2020, near Mee Let Wa village, Paletwa Township, Mindat District, Chin State, Myanmar military and AA clashed. An artillery shell killed a 49-year-old woman villager.",1,1618502678,MMR -7073654,104,MMR10113,10113,21-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,BBC News,International,"On 21 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk District, a vehicle of the CPS antibiotics company was attacked by gunfire. One person died and one person was injured. The Myanmar military blamed AA for the attack.",1,1588090909,MMR -7085836,104,MMR10110,10110,20-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar); UN: United Nations; Health Workers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,BBC News; Development Media Group; Aid Worker Security Database,Local partner-Other,"On 20 April 2020, at Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, a WHO driver was attacked and killed while a health supervisor was injured. They were shot while in a marked UN vehicle carrying swabs from 20 patients for COVID-19 (Coronavirus) tests. AA and Myanmar military blamed each other for the casualties.",1,1589298650,MMR -7073676,104,MMR10111,10111,20-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Baung Wee Wa,21.639,92.7556,2,Khumi Media Group,Subnational,"On 20 April 2020, between Paletwa Town and Baung Wee (coded as Baung Wee Wa) village, an unknown armed group shot two villagers. Both villagers were injured.",0,1618502705,MMR -7670206,104,MMR10109,10109,20-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Irrawaddy,National,"On 20 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Myanmar military and AA engaged in heavy fighting. Shells fell in Min, Taung Chay and Myit Na villages, killing 1 civilian and injuring seven others.",1,1612998729,MMR -7669808,104,MMR10108,10108,19-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Seik,20.3699,93.0192,1,Development Media Group,Subnational,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0,1612998728,MMR -7669647,104,MMR10107,10107,19-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Chinland Guardian,Subnational,"On 19 April 2020, on the Kaladan River near Paletwa Town, Paletwa Township, Chin State, the Myanmar military LID 77 and AA fought throughout the day. Myanmar military employed fighter jets.",0,1618502728,MMR -7668885,104,MMR10106,10106,18-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SNA: Shanni Nationalities Army,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,2,Shan Herald Agency for News; Irrawaddy,National,"On 18 April 2020, near Chaung Gyi area, 40 miles from Homalin town, Homalin Township, Sagaing Region, the Myanmar military and SNA clashed. The situation reportedly remains tense as Myanmar military sent about 400 troops to SNA controlled area, according to a SNA Spokesperson.",0,1612998725,MMR -7669849,104,MMR10103,10103,17-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Par Da Leik,20.2857,92.8589,1,Development Media Group,Subnational,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0,1612998729,MMR -7668884,104,MMR10105,10105,17-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SNA: Shanni Nationalities Army,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,2,Shan Herald Agency for News; Irrawaddy,National,"On 17 April 2020, near Chaung Gyi area, 40 miles from Homalin town, Homalin Township, Sagaing Region, the Myanmar military and SNA clashed. Some Myanmar military troops were injured and one SNA member was injured. The clash happened as Myanmar military sent about 400 troops to SNA controlled areas, according to SNA. The Myanmar military claimed to have seized a temporary camp of SNA.",0,1612998725,MMR -7066054,104,MMR10102,10102,17-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group,National,"On 17 April 2020, in Ward No.1, Pakokku Town, Pakokku Township, Pakokku District, Magway Region, residents demonstrated against the hotel for hosting a Chinese national. A Chinese national was on the same flight with a COVID-19 (Coronavirus) patient. He was taken to a quarantine centre. [size=no report]",0,1587488309,MMR -7669851,104,MMR10101,10101,16-Apr-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3,1612998729,MMR -7669933,104,MMR10100,10100,16-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 16 April 2020, near Kyauktaw town, Kyauktaw Township, Mrauk-District, Rakhine State, Myanmar military and AA clashed near Kishpanadi Bridge after AA attacked Myanmar troops with a remote bomb, small and big guns, according to Myanmar military. The shooting left one civilian dead and 6 civilian injured. AA said the clash did not happen on 16 April 2020 and blamed Myanmar military for civilian casualties.",1,1612998729,MMR -7669866,104,MMR10098,10098,15-Apr-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ah Shey Kha Maung Seik,21.2703,92.2763,2,Development Media Group,Subnational,"On 15 April 2020, between War Lar village and Kha Maung Seik town (coded as Ah Shey Kha Maung Seik), Aungzu Border Guard Police clashed with about 30 ARSA troops. 2 Border Guard Police officials died.",2,1612998729,MMR -7671576,104,MMR10147,10147,14-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Narinjara News,Subnational,"On 14 April 2020, in Ponnagyun town, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military and AA clashed. A stray bullet injured one civilian.",0,1612998733,MMR -7668883,104,MMR10096,10096,13-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Seik,20.3699,93.0192,1,Radio Free Asia; Development Media Group,Subnational-Regional,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8,1612998725,MMR -7669855,104,MMR10092,10092,12-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ah Lel Kyun,19.5424,93.8337,1,Development Media Group,Subnational,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1,1612998729,MMR -7315583,104,MMR10095,10095,12-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,7Day News; Myanmar Times,National,"On 12 April 2020, in Muse town, Muse Township, Muse District, Shan State, two bomb explosions occurred. The explosion damaged a building and a parked car. No injuries reported.",0,1618502880,MMR -7066047,104,MMR10091,10091,12-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Chin University Students In Rakhine State,Other,"On 12 April 2020, near Lin Mway Taung Hill, Kyauktaw Township, Mrauk-U District, Rakhine State, a 16-year-old disabled boy was injured by a shell on his way to Paletwa town from Kyauktaw town.",0,1587488309,MMR -7066061,104,MMR10093,10093,12-Apr-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khumi Affairs Coordination Committee,Other,"On 12 April 2020, in Paletwa town, Paletwa Township, Mindat District, Chin State, AA abducted an elected member of Paletwa Township Municipal Committee.",0,1618502887,MMR -7672319,104,MMR10094,10094,12-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Shan Herald Agency for News,Subnational,"On 12 April 2020, Nar Wun village, Mongpan township Shan state, LIB 153 of Myanmar military clashed with RCSS. The clash happened as LIB 153 patrolled the area without informing RCSS as RCSS medics carried out coronavirus awareness activities. The military had been attempting to prevent such activities and warning villagers against participating.",0,1618502890,MMR -7669822,104,MMR10077,10077,11-Apr-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ga Nan Me,20.4685,92.9667,2,Development Media Group,Subnational,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0,1612998728,MMR -7672179,104,MMR10075,10075,11-Apr-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 11 April 2020, in Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military fired on the mountain ranges in the east side of Pearl Mountain with two fighter jets.",0,1612998734,MMR -7672218,104,MMR10076,10076,11-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 11 April 2020, in Minbya Township, Mrauk-U District, Rakhine State, Myanmar military and AA clashed near Yar Maung bridge. Some Myanmar military soldiers injured, according to a villager.",0,1612998735,MMR -7672096,104,MMR10073,10073,10-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"On 10 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military and AA clashed for almost the whole day. There are some casualties on both sides, according to the Myanmar military spokesperson.",0,1612998734,MMR -7061345,104,MMR10074,10074,10-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,Development Media Group,Subnational,"On 10 April 2020, near Way Thar Li village, Mrauk-U Township, Mrauk-U District, Rakhine State, an explosion injured two villagers.",0,1586881205,MMR -7066060,104,MMR10089,10089,10-Apr-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khumi Affairs Coordination Committee,Other,"On 10 April 2020, in Paletwa town, Paletwa Township, Mindat District, Chin State, AA detained two Chin people at midnight, according to the news released issued by Khumi Affair Coordination Committee on 16 April 2020.",0,1618502926,MMR -7671374,104,MMR10146,10146,9-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 9 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 20 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -7061352,104,MMR10070,10070,9-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khumi Media Group,Subnational,"On 09 April 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, a bullet hit and injured a man at his house.",0,1618502939,MMR -7061365,104,MMR10069,10069,9-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Network Media Group,National,"On 09 April 2020, near Kone Mon village, Hsipaw Township, Kyaukme District, Shan State, five family members were shot and killed by an unidentified gunman in a jungle near the village.",5,1618502940,MMR -7061372,104,MMR10072,10072,9-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Radio Free Asia,Regional,"On 09 April 2020, at South Dagon Industrial Zone (1), Dagon Myothit (South), Yangon (East), Yangon Region, more than 800 workers from Earth Tamura Electronics Myanmar factory demonstrated after the factory asked workers to work on a public holiday. Demonstrators also demanded annual benefits and COVID-19 (Coronavirus) protection equipment for workers. Two demonstration leaders subsequently faced legal charges. [size=more than 800]",0,1618502940,MMR -7061340,104,MMR10067,10067,8-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Sin U Taik,19.9044,93.7927,1,Development Media Group,Subnational,"On 08 April 2020, at Sin U Taik village, Ann Township, Kyaukpyu District, Rakhine State, artillery shells fell on the village. Four villagers were injured.",0,1586881205,MMR -7669758,104,MMR10066,10066,8-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Swi Chaung,19.93,93.787,2,Development Media Group,Subnational,"On 08 April 2020, near Swi Chaung, Ann Township, Kyaukpyu District, Rakhine State, villagers heard gunfire for about an hour. It is thought that the military and AA were fighting nearby.",0,1612998728,MMR -7671359,104,MMR10088,10088,7-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 7 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 49 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7061341,104,MMR10063,10063,7-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Lan Ma Taw,20.848,92.9875,1,Development Media Group,Subnational,"On 07 April 2020, in Lan Ma Taw village, Kyauktaw Township, Mrauk-U District, Rakhine State, a 17-year-old boy was injured by a bullet. The bullet hit him while he is sitting in front of his house.",0,1586881205,MMR -7671391,104,MMR10064,10064,7-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Khumi Media Group,Subnational,"On 07 April 2020, along the Kaladan river, in Paletwa Township, Mindat District, Chin State, a laborer at Kaladan River Bridge project work station was injured by a bullet during fighting between the Myanmar military and the AA.",0,1618502979,MMR -7668881,104,MMR10061,10061,7-Apr-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Hnan Chaung Wa,21.2091,92.9252,1,Khonumthung News; Mizzima,Subnational-National,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7,1618502982,MMR -7668882,104,MMR10065,10065,7-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Hnan Chaung Wa,21.2091,92.9252,1,Mizzima; Khonumthung News,Subnational-National,"On 07 April 2020, in Hnan Chaung Wa village, Paletwa Township, Mindat District, Rakhine State, the Myanmar military and AA clashed.",0,1618502983,MMR -7672262,104,MMR10062,10062,7-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"On 07 April 2020, near Paletwa town, Paletwa Township, Mindat District, Chin State, Myanmar military and AA clashed. The Myanmar military suffered fatalities, according to AA. Unknown fatalities coded as 3.",3,1618502986,MMR -7671357,104,MMR10144,10144,6-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 6 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 32 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7669869,104,MMR10060,10060,6-Apr-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,2,Development Media Group,Subnational,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1,1612998729,MMR -7671367,104,MMR10143,10143,5-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 5 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 38 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7671387,104,MMR10056,10056,5-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Hnan Chaung,21.1928,92.9347,1,Khumi Media Group,Subnational,"On 05 April 2020, near Hnan Chaung village, Paletwa Township, Mindat District, Chin State, Myanmar military and AA clashed. One villager was injured by a bullet.",0,1618503018,MMR -7061339,104,MMR10057,10057,5-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nga San Baw,20.6365,92.7133,2,Development Media Group,Subnational,"On 05 April 2020, near Nga San Baw village, Rathedaung Township, Sittwe District, Rakhine State, a man stepped a landmine while tending his cattle and died.",1,1586881205,MMR -7061348,104,MMR10059,10059,5-Apr-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Bago-West,Thayarwady,Gyobingauk,Gyobingauk,18.2306,95.6488,1,Irrawaddy,National,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1,1618503018,MMR -7672708,104,MMR10058,10058,5-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,VOA,International,"On 05 April 2020, between Win Gar Bar village and Man Pun village, coded for Kyaukme township, Kyaukme District, Shan State, the Myanmar military and TNLA clashed twice. The number of casualties are unknown.",0,1618503021,MMR -7671372,104,MMR10142,10142,4-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 4 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 1 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -7671361,104,MMR10141,10141,3-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 3 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 13 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7031624,104,MMR10048,10048,3-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 03 April 2020, in Dagon Myothit (Seikkan), Yangon (East) district, Yangon region, workers from Blue Diamond garment factory demonstrated to demand the closure of the enterprise for the whole month of April due to coronavirus. The demonstrators also demanded that salaries should be paid to workers during the closure. [size=no report]",0,1618503054,MMR -7669842,104,MMR10050,10050,3-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group,Subnational,"On 03 April 2020, near Ponnagyun town, Ponnagyun township, Sittwe district, Rakhine State, the military and AA fought for about 1 hour.",0,1612998729,MMR -7669896,104,MMR10049,10049,3-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 3 April 2020, near Kispanadi Bridge in Kyauktaw Town, Kyauktaw township, Mrauk-U district, Rakhine State, Myanmar military and AA fought with both small and heavy weapons near the Kispanadi bridge (an entrance point to Kyauktaw town). Three civilians were injured - one woman and two men.",0,1612998729,MMR -7669915,104,MMR10051,10051,3-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Wea Sar Taik,20.3682,92.9897,2,Development Media Group,Subnational,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0,1612998729,MMR -7669788,104,MMR10046,10046,2-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group,Subnational,"On 02 April 2020, near Ponnagyun town, in Ponnagyun township, Sittwe district, Rakhine State, Myanmar military and AA fought with both small and heavy weapons.",0,1612998728,MMR -7031584,104,MMR10044,10044,2-Apr-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group,Subnational,"On 2 April 2020, east of Buthidaung town, Buthidaung township, Maungdaw district, Rakhine State, a Myanmar military corporal's wife was shot dead by unidentified armed group at Myanmar Military's No.551 Regiment compound.",1,1586273633,MMR -7031590,104,MMR10042,10042,2-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Eleven Media Group,National,"On 02 April 2020, at Rainwear House industry, Dagon Myothit (Seikkan) township, Yangon region, more than 250 workers out of total 280 workers at Rain House rainwear factory demonstrated. Demonstrators demanded the factory should be closed for the whole month of April due to fears over coronavirus. Demonstrators also argued that the factory doesn't provide any healthcare for workers to protect them from coronavirus. [size= more than 250]",0,1618503067,MMR -7031597,104,MMR10047,10047,2-Apr-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Laung Ka Du,21.2768,92.8732,1,Khumi Media Group,Subnational,"On 02 April 2020, in Laung Ka Du village, Paletwa Township, Mindat District, Chin State, a villager from went to his farmland and stepped a landmine. It injured his left hand and left eye.",0,1618503068,MMR -7031623,104,MMR10043,10043,2-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 02 April 2020, in Dagon Myothit (Seikkan) township, Yangon region, workers from May Sha Myanmar glove factory started a demonstration to demand the closure of the factory for the whole month of April due to coronavirus. The demonstrators also demanded salaries be paid to workers during the closure. [size=no report]",0,1618503070,MMR -7672766,104,MMR10045,10045,2-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Oke Ywar Thit,20.8063,92.9483,1,VOA,International,"On 02 April 2020, in Tha Yet Oke Ywar Thit, Kyauktaw township, Mrauk-U district, Rakhine State, Myanmar military and AA clashed. Some civilians died and others went missing. 3 civilians death have been confirmed, according a Member of Parliament.",3,1612998736,MMR -7671373,104,MMR10140,10140,1-Apr-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 1 April 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 60 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -7669609,104,MMR10040,10040,1-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Oke Ywar Thit,20.8063,92.9483,2,BBC News,International,"On 01 April 2020, in Tha Yet Oke village (coded as Tha Yet Oke Ywar Thit), 2 miles west of Kyauktaw town, Kyautkaw township, Mrauk-U district of Rakhine State, the Myanmar military and AA clashed.",0,1612998728,MMR -7669618,104,MMR10039,10039,1-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,BBC News,International,"On 01 April 2020, in Kyauktaw town, Kyauktaw township, Mrauk-U district of Rakhine State, Myanmar military and AA clashed within Kyauktaw town near Yar Maung bridge. Both small and heavy weapons were used. Five civilians died and at least 7 civilians were injured. 9 civilians were also detained.",5,1612998728,MMR -7061364,104,MMR10055,10055,1-Apr-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Federation of Garment Workers,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 01 April 2020, at Hlaingthayar industrial zone (2), in Hlaingthayar Township, Yangon (North), Yangon Region, workers from Amber Stone garment factory started a demonstration in front of the factory. Demonstrators demand that the factory be closed from 4 April 2020 to 20 April 2020 with full salary payment. The protesters were assisted by the Federation of Myanmar Garment Workers. [size=no report]",0,1618503092,MMR -7669656,104,MMR10041,10041,1-Apr-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Democratic Voice of Burma,National,"On 01 April 2020, in Hpapun township, Hpapun district, Kayin State, Myanmar military and KNU clashed with small and heavy weapons. A member of the KNU died, according to Myanmar military.",1,1612998728,MMR -7031589,104,MMR10035,10035,31-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Pabedan,Pabedan,16.7803,96.1556,2,Eleven Media Group,National,"On 31 March 2020, in Pabedan township, Yangon region, workers from BYMA Myanmar Construction company demonstrated after the company announced that the worksite will be closed 07 April 2020 to 21 April 2020 due to COVID-19 (Coronavirus). Demonstrators requested for the whole-month closure of their worksite with paid leave for April. Workers and company officials, government officials and workers met for negotiation and reached an agreement that staff can be absent from work in April 2020. [size=no report]",0,1618503110,MMR -7671350,104,MMR10038,10038,31-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1,1612998732,MMR -7031622,104,MMR10036,10036,31-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-Seikkan,Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 31 March 2020, in Dagon Myothit (Seikkan) township, Yangon region, workers from Brightberg Enterprise started a demonstration. They demanded the closure of the enterprise for the whole month of April due to COVID-19 (Coronavirus). The demonstrators also demanded their salaries should be paid during the closure. [size=no report]",0,1618503112,MMR -7671388,104,MMR10037,10037,31-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Thea Ma Wa,21.1478,92.9464,2,Khumi Media Group,Subnational,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0,1618503113,MMR -7669780,104,MMR10032,10032,30-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Chaung Net,20.2236,93.4072,1,Development Media Group,Subnational,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1,1612998728,MMR -7031612,104,MMR10034,10034,30-Mar-20,2020,1,Violence against civilians,Attack,ARSA: Arakan Rohingya Salvation Army,,2,Civilians (Myanmar),Daingnet Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ah Nauk Hka Maung Seik,21.2655,92.2714,2,Mizzima,National,"On 30 March 2020, near Ah Nauk Hka Maung Seik village, Maungdaw township, Maungdaw district, Rakhine State, ARSA attacked a man an eleven Dainet villagers with a triggered landmine and shot them with a small gun at the intersection to Bawtala Village, 20 feet from Hlaingti Creek bridge. Two villagers died and 3 were injured.",2,1586273633,MMR -7669741,104,MMR10033,10033,30-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,1,Development Media Group,Subnational,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1,1612998728,MMR -7031581,104,MMR10029,10029,29-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Nyin Taung,20.6412,92.7004,2,Development Media Group,Subnational,"On 29 March 2020, near Ma Nying Taung village, Rathedaung township, Sittwe district in Rakhine State, two landmines exploded. Three villagers were injured.",0,1586273633,MMR -7031596,104,MMR10031,10031,29-Mar-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Ah Baung Thar,21.3069,92.8231,1,Khumi Media Group,Subnational,"On 29 March 2020, in Ah Baung Thar village, Paletwa township, Mindat district, Chin State, about 20 AA troops entered the village, and checked if there were unregistered guests in the village. There was one unregistered guest. The AA hit him and two other villagers for not informing them about the guest.",0,1618503153,MMR -7671861,104,MMR10087,10087,29-Mar-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Maw Nwet,23.2522,97.0427,1,Network for Human Rights Documentation-Burma,Other,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0,1618503154,MMR -7668880,104,MMR10030,10030,29-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,1,Development Media Group; Radio Free Asia,Subnational-Regional,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2,1612998725,MMR -7066077,104,MMR10086,10086,29-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Prisoners (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Manton,Maw Nwet,23.2522,97.0427,1,Network for Human Rights Documentation-Burma,Other,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, the chairman of the village, who had been detained by the Myanmar military, stepped on a landmine and died while portering.",1,1618503165,MMR -7031592,104,MMR10028,10028,28-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,1,Irrawaddy,National,"On 28 March 2020, in Maubin town, Maubin township, Maubin District in Ayeyarwady regions, about 300 people demonstrated by walking throughout the town. Demonstrators demanded that No.1 High School shouldn't be used as a quarantine centre for those suspected of having coronavirus. Police filed legal charges against demonstration leader. [size= about 300]",0,1586273633,MMR -7031593,104,MMR10026,10026,28-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,1,Irrawaddy,National,"On 28 March 2020, at Shwe Linban Industrial Zone, in Hlaingthayar township, Yangon region, workers from Myan Mode garment industry opened a demonstration camp in front of the factory as Myan Mode fired 571 workers without giving any reasons for the termination of their jobs. [size=no report]",0,1618503168,MMR -7671671,104,MMR10003,10003,28-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Oe Pon Taung,20.2931,93.4192,2,Narinjara News,Subnational,"On 28 March 2020, near Oe Pon Taung village, in Minbya township, in Mrauk-U district of Rakhine State, Myanmar military and AA fought throughout the night, causing villagers to flee. The military used helicopters and heavy weapons.",0,1612998733,MMR -7671713,104,MMR10004,10004,28-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pauk Taw Pyin,20.4305,92.9349,1,Narinjara News,Subnational,"On 28 March 2020, in Pauk Taw Pyin village, Ponnagyun township, Rakhine State, an artillery shell fell into the village while the military and AA clashed. One civilian died and another 3 civilians are injured.",1,1612998733,MMR -7669711,104,MMR10027,10027,28-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Military Forces of Myanmar (2016-2021),,1,11,Southeast Asia,Myanmar,Shan-East,Kengtung,Mongkhet,Mongkhet,21.7498,99.4637,2,Democratic Voice of Burma,National,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7,1618503180,MMR -7671354,104,MMR10139,10139,27-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 27 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 31 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7669798,104,MMR10001,10001,26-Mar-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Development Media Group,Subnational,"On 26 March 2020, in Tin Ma Village, in Kyauktaw township, in Mrauk-U District of Rakhine State, an unidentified armed group shot and seriously injured a plain-clothes police officer on his way to visit family. Officer assumed off-duty.",0,1612998728,MMR -7031594,104,MMR10025,10025,26-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group,Subnational,"On 26 March 2020, in Myitkyina, in Kachin State, neighbouring households demonstrated to request the government cancel construction on an oil pump station by Asia Energy as the station is close to their houses. [size=no report]",0,1586273633,MMR -7671356,104,MMR10138,10138,26-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 26 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 8 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7031614,104,MMR10024,10024,26-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now,National,"On 26 March 2020, in Dagon Myothit (South), Dagon Myothit (South) township, Dagon (East) district, Yangon region, workers from Loadstar garment industry demonstrated after the Loadstar company announced reducing the number of staff by 478, out of total 884 staff. The demonstrators demanded answers from the Chinese-owned Loadstar as to whether they will completely close the factory or temporarily close the factory. Most of the dismissed employees are people who participated in demonstrations organized on 21 March 2020 and 22 March 2020. [size=no report)",0,1618503202,MMR -7031671,104,MMR10000,10000,26-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Times,National,"On 26 March 2020, in Dagon Myothit (South), in Yangon (East), in Yangon division, thousands of garment workers from General Enterprises Garment factory demanded the company stop the dismissal of the workers after the factory announced a reduction in the number of workers by more than half amid a slowdown of production due to COVID-19 (Coronavirus). The General Enterprises Garment announced the sacking of 8,000 workers out of its 10,000. [size=thousands)",0,1618503206,MMR -7005589,104,MMR9999,9999,26-Mar-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 26 March 2020, in Muse town, in Muse township of Shan State, a backhoe driver was shot dead by an unidentified armed group.",1,1618503207,MMR -7671716,104,MMR10002,10002,26-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Gwa Sone Chin,20.3823,93.3738,2,Narinjara News,Subnational,"On 26 March 2020, near Gwa Sone Chin village, in Minbya township, in Mrauk-U district of Rakhine State, Myanmar military and AA exchanged fire with small and heavy weapons around the mountain near the village.",0,1612998733,MMR -7671586,104,MMR9992,9992,25-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Narinjara News,Subnational,"On 25 March 2020, near Ku Lar Ma Taung village, in Minbya township, in Mrauk-U district of Rakhine State, Myanmar military fired twice at Min Zee mountain range with two fighter jets.",0,1612998733,MMR -7670342,104,MMR9996,9996,25-Mar-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Kyonpyaw,Zin Pyun Kone,17.233,95.3049,1,Irrawaddy,National,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1,1612998730,MMR -7671394,104,MMR9993,9993,25-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-East,Monghsat,Mongton,Mongton,20.2961,98.8972,2,Mizzima,National,"On 25 March 2020, in Mong Ait village, in Mongton township, in Shan State, Myanmar military troops from Battalion 277 and 22 clashed with the RCSS.",0,1618503223,MMR -7671428,104,MMR9991,9991,25-Mar-20,2020,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Mizzima,National,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0,1612998733,MMR -7671497,104,MMR9994,9994,25-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Leik Ya,21.1184,92.246,2,Myanmar Times,National,"On 25 March 2020, near Leik Ya village, in Maungdaw township, in Rakhine State, a landmine exploded and killed three border police officers and injured three travelers.",3,1612998733,MMR -7671763,104,MMR9998,9998,25-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Narinjara News,National,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0,1618503234,MMR -7669742,104,MMR9995,9995,25-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Development Media Group,Subnational,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0,1612998728,MMR -7670308,104,MMR9986,9986,23-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kan Ni,20.2184,93.4243,2,Irrawaddy,National,"On 23 March 2020, near Kan Ni village, Minbya township, Rakhine State, the AA attacked the Myanmar military's No.9 Advanced Training School. The military used helicopters during the fighting. Both sides suffered casualties. The military claimed to have collected the bodies of 15 AA troops.",15,1612998730,MMR -7670056,104,MMR10084,10084,23-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers,Other,"On 23 March 2020, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military from the Gu Go Camp fired 20 mortars at Ku Day village.",0,1612998729,MMR -7031616,104,MMR10023,10023,23-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Wea Myan,20.6165,92.9916,1,Narinjara News,Subnational,"On 23 March 2020, in Let Wea Myan village, Ponnagyun township, Sittwe district of Rakhine State, a shell exploded and killed a young man while he was trying to throw it outside the village.",1,1586273633,MMR -7669825,104,MMR9988,9988,23-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Pyone Pye,19.1988,93.7694,2,Development Media Group,Subnational,"On 23 March 2020, between Pyone Pye village and Ah Lay Chaung village, in Kyaukpyu township, Rakhine State, four mines exploded while a Myanmar military's convoy passed. Some soldiers were injured.",0,1612998728,MMR -7669938,104,MMR9985,9985,23-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,Development Media Group,Subnational,"On 23 March 2020, in Cheit Taung village, in Kyaung Taung village track, in Minbya township in Rakhine State, the military bombed the village in retaliation for a previous attack by the AA. 1 child died and 15 civilians were injured.",1,1612998729,MMR -7670058,104,MMR10082,10082,22-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers,Other,"On 22 March 2020, near Da Ku Der village, Luthaw Township, Muthraw (Hpapun) District, Karen State, Myanmar military from Ke Deh Joh Camp fired three mortars into the rice fields around the village. As well, the Myanmar military from the Gu Ko Camp fired one mortar at Ku Day village.",0,1612998729,MMR -7031613,104,MMR10022,10022,22-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now,National,"On 22 March 2020, in Dagon Myothit (South), Dagon Myothit (South) township, Dagon (East) district, Yangon region, workers from the Loadstar garment factory carried out a two-day demonstration. They demanded clean drinking water at the factory and over-time payment. After reaching an agreement with the employer, employees went back to the industry for work on 23 March 2020. [size=no report)",0,1618503277,MMR -7005551,104,MMR9978,9978,22-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,In Bar Yi,20.6968,93.0099,1,Development Media Group,Subnational,"On 22 March 2020, in In Bar Yi village, in Kyauktaw township, in Mrauk-U district of Rakhine State, a leftover artillery shell exploded and injured a 14 year old villager.",0,1585669794,MMR -7005552,104,MMR9979,9979,22-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Development Media Group,Subnational,"On 22 March 2020, in Goke Pi Htaunt village, in Kyauktaw township, in Mrauk-U district of Rakhine State, a leftover artillery shell exploded and injured four people, including a 5 year old girl and a 12 year old boy.",0,1585669794,MMR -7005562,104,MMR9984,9984,22-Mar-20,2020,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Labour Group (Myanmar); Civilians (India); Labour Group (India),7,27,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Kyet U Wa,21.3126,92.8794,1,Khonumthung News,Subnational,"On 22 March 2020, in Kyet U Wa village, in Hta Man Thar village track, in Paletwa Township, Chin State, AA troops detained 15 workers from a Paletwa river port construction. The AA reportedly seized 50 million kyat from workers, though the AA denies the allegation. The workers were released the next day.",0,1618503282,MMR -7669913,104,MMR9980,9980,22-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1,1612998729,MMR -7671509,104,MMR9983,9983,22-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma Ywar Thit,21.0191,92.9808,1,Myanmar Times,National,"On 22 March 2020, in Tin Ma Ywar Thit, in Kyauktaw township, in Mrauk-U District of Rakhine State, the Myanmar military and AA clashed. About 100 houses in the village burned down. Villagers fled to Kyauktaw town.",0,1612998733,MMR -7671518,104,MMR9982,9982,22-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Myanmar Times,National,"On 22 March 2020, in Tin Ma village, in Kyauktaw township, in Mrauk-U District of Rakhine State, the Myanmar military and the AA clashed. 700 houses in the village burned down. Villagers fled to Kyauktaw town.",0,1612998733,MMR -7671776,104,MMR9981,9981,22-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Yay Chan Wa,21.1827,92.9202,1,Narinjara News,National,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0,1618503288,MMR -7671786,104,MMR9987,9987,22-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 22 March 2020, near Sa Hnyin village, in Myebon township, in Mrauk-U district of Rakhine State, Myanmar military and AA clashed. Villagers heard the sound of shelling nearby.",0,1612998734,MMR -7031615,104,MMR10021,10021,21-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-South,Dagon Myothit (South),16.8402,96.2258,2,Myanmar Now,National,"On 21 March 2020, in Dagon Myothit (South), Dagon Myothit (South) township, Dagon (East) district, Yangon region, workers from the Loadstar garment factory carried out a two-day demonstration. They demanded clean drinking water at the factory and over-time payment. After reaching an agreement with the employer, employees went back to the industry for work on 23 March 2020. [size=no report)",0,1618503293,MMR -7671694,104,MMR9976,9976,21-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Laung Shey,21.0291,92.9783,1,Narinjara News,Subnational,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0,1612998733,MMR -6999968,104,MMR9975,9975,21-Mar-20,2020,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Narinjara News,Subnational,"Around 21 March 2020, in Kyaukpyu Town, in Kyaukpyu Township, in Rakhine State, an explosion occurred in between ward (5) and an airplane runaway while three friends were playing football inside the compound of the airport. One of them was injured by the explosion.",0,1585067401,MMR -7671577,104,MMR9972,9972,20-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2016-2021); Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Narinjara News,Subnational,"On 20 March 2020, in Pan Myaung Village, in Minbya Township, in Rakhine State, two landmines exploded near the village's boat station. One police officer, a soldier and the village administrator who were nearby when the second mine went off were injured.",0,1612998733,MMR -7671842,104,MMR9973,9973,20-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Lay Hnin Taung,20.6642,93.2368,1,Narinjara News,Subnational,"On 20 March 2020, in Lay Hnyin Taung Village, in Mrauk-U Township, in Rakhine State, Myanmar military fired shots from jets targeting the mountain range in west of the village. The airstrike was reinforced by the artillery fire from Mrauk-U based ground military troops.",0,1612998734,MMR -7670061,104,MMR10081,10081,20-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers,Other,"On 20 March 2020, in Da Ku Der village, Luthaw Township, Muthraw (Hpapun) District, Karen State, Myanmar military from Ke Deh Joh Camp fired two mortar rounds into the village and rice fields.",0,1612998729,MMR -7671739,104,MMR9974,9974,20-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0,1612998733,MMR -7669536,104,MMR9969,9969,19-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Democratic Voice of Burma; Narinjara News,Subnational-National,"On 19 March 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military fired shots from two fighter jets targeting the mountain ranges in north and east of the village. At the same time, Myanmar military battalions positioned around the village fired artillery shells at civilian areas. One of the shells landed near a boat and exploded. No one was injured.",0,1612998728,MMR -7698211,104,MMR9968,9968,19-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Pein Hne Chaung,21.832,92.9908,1,Narinjara News; Development Media Group,Subnational,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0,1618503332,MMR -7672631,104,MMR9970,9970,19-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Ma Seik,20.589,93.0477,1,VOA,International,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0,1612998735,MMR -7670144,104,MMR10054,10054,19-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 19 March 2020, in Kyauktaw Township, Mrauk-U township of Rakhine State, artillery shells fell into Paik Thei Ward of Kyauktaw town and Wet Hmaing during fighting between the military and AA. 5 civilians injured.",0,1612998729,MMR -6999948,104,MMR9971,9971,19-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Irrawaddy,National,"On 19 March 2020, in Ye Township, in Mon State, a man stepped on a landmine in Bee Ree while he went for fishing with his friend. He was killed in the blast. The landmine was likely targeted at NMSP vehicles.",1,1585067401,MMR -7669534,104,MMR9965,9965,18-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Ma Seik,20.589,93.0477,1,Development Media Group; Narinjara News,Subnational,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1,1612998728,MMR -7671860,104,MMR10080,10080,18-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network for Human Rights Documentation-Burma,Other,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0,1618503361,MMR -6999919,104,MMR9967,9967,18-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Network Media Group; Independent Mon News Agency,Subnational-National,"On 18 March 2020, in Ye Township, in Mon State, a landmine explosion occurred on a road in Ye Chaung Hpyar area where New Mon State Party headquarters is located. One man was killed and another man was injured by the explosion. The NMSP said that it usually travelled on the road where the explosion occurred. The landmine appeared to be targeted at NMSP.",1,1585067401,MMR -7671408,104,MMR9966,9966,18-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,1,Mizzima,National,"On 18 March 2020, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, the Myanmar military claimed that a clash broke out between the Myanmar military and the Arakan Army. AA troops withdrew from Mee Wa station.",0,1612998733,MMR -7669667,104,MMR9963,9963,18-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Democratic Voice of Burma,National,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0,1612998728,MMR -7672301,104,MMR9964,9964,18-Mar-20,2020,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Herald Agency for News,Subnational,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0,1618503376,MMR -7671863,104,MMR10079,10079,17-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,3,Network for Human Rights Documentation-Burma,Other,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0,1618503388,MMR -7669651,104,MMR9961,9961,17-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Democratic Voice of Burma,National,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0,1612998728,MMR -7671709,104,MMR9962,9962,17-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Narinjara News,Subnational,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0,1612998733,MMR -7669532,104,MMR9959,9959,16-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Development Media Group; Narinjara News,Subnational,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1,1612998728,MMR -7669533,104,MMR9960,9960,16-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News; Myanmar Times; Development Media Group,Subnational-National,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0,1612998728,MMR -7669717,104,MMR9958,9958,16-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Democratic Voice of Burma,National,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0,1612998728,MMR -7671565,104,MMR9953,9953,15-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0,1612998733,MMR -7669529,104,MMR9954,9954,15-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Wet Ma,21.1356,92.9826,1,Khonumthung News; Narinjara News,Subnational-National,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8,1618503428,MMR -7669530,104,MMR9956,9956,15-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,Military Forces of Myanmar (2016-2021),1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Network Media Group; Radio Free Asia; Shan Herald Agency for News; Mizzima,Subnational-National,"On 15 March 2020, in Man Pang (Li Shaw) Village, Shaung Kone Kan Village, in Pang Hsay Village, and Tar Kun Village, in Namhkan Township, in northern Shan State, a clash broke out between the Ta'ang National Liberation Army and a combined force of Myanmar military MOC 7, LIB 202 and Pang Say People's Militia. The TNLA claimed that Net Hpet Kar based battalion 123 reinforced the militia troop by firing artillery shells. The TNLA also claimed that it arrested 8 militia soldiers and found one dead militia soldier. Three TNLA soldiers were injured during the clashes in five villages in Namhkan township.",1,1618503428,MMR -7669531,104,MMR9957,9957,15-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,Military Forces of Myanmar (2016-2021),1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Man Mai,23.7355,97.6932,1,Network Media Group; Radio Free Asia; Mizzima; Shan Herald Agency for News,Subnational-National,"On 15 March 2020, in Man Mai Village, in Namhkan Township, in northern Shan State, a clash broke out between the Ta'ang National Liberation Army and a combined force of Myanmar military MOC 7, LIB 202 and Pang Say People's Militia. TNLA claimed that Net Hpet Kar based battalion 123 reinforced the militia troop by firing artillery shells. Two male civilians were killed during the clash.",2,1618503428,MMR -7671857,104,MMR10613,10613,15-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network for Human Rights Documentation-Burma,Other,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0,1618503431,MMR -7671376,104,MMR9955,9955,15-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,1,Khonumthung News,Subnational,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1,1618503435,MMR -7061362,104,MMR10053,10053,15-Mar-20,2020,3,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); STUM: Solidarity Trade Union of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"In March 2020, in Shwepyitha Industrial Zone, Shwepyitha Township, Yangon (North), Yangon Region, workers from Myanmar Royal Apollo garment factory opened a demonstration camp after the factory owner left them without paying their salaries for March. The STUM assisted the workers. [size=no report]",0,1618503439,MMR -7669724,104,MMR9952,9952,15-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Democratic Voice of Burma,National,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0,1612998728,MMR -7669526,104,MMR9944,9944,14-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Meik Sar Wa (3),21.1153,92.9959,1,BBC News; Radio Free Asia; Narinjara News; Eleven Media Group,National-Regional,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12,1618503457,MMR -7031625,104,MMR10020,10020,14-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Shan Herald Agency for News,National,"On 14 March 2020, at Hatgyi proposed dam site on Salween river, in Kayin State, about 1700 villagers from both Hpa-an and Hpapun districts demonstrated, demanding the government stop the dam project on the Salween river. Location coded at Hlaingbwe. [size=about 1700]",0,1586273633,MMR -6999959,104,MMR9951,9951,14-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Myanmar Times,National,"On 14 March 2020, in Hsipaw Town, in Hsipaw Township, in Shan State, about 600 residents of Tar Lon and other townships rallied to pray and protest, calling for the end of the construction of dams and mining along the Namtu river. [size=about 600]",0,1618503472,MMR -7669523,104,MMR9939,9939,13-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Bu Ywet Ma Nyoe,20.6854,93.1277,2,Democratic Voice of Burma; Irrawaddy; Narinjara News,Subnational-National,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of Myanmar military vehicles were attacked by landmines while they were travelling from Mrauk-U to Kyauktaw along Yangon-Sittwe Asia road.",0,1612998728,MMR -7669524,104,MMR9940,9940,13-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Meik Sar Wa (3),21.1153,92.9959,2,Mizzima; Radio Free Asia,National-Regional,"On 13 March 2020, in west of Meik Sar Wa Village, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army.",0,1618503487,MMR -7669525,104,MMR9941,9941,13-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Paung Toke,20.5482,93.2363,2,Development Media Group; Narinjara News,Subnational,"On 13 March 2020, near Paung Toke Village, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a convoy of Myanmar military vehicles by landmines between Nan Kya and Laung Kyet.",0,1612998728,MMR -7669527,104,MMR9947,9947,13-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma Ywar Thit,21.0191,92.9808,1,Narinjara News; Myanmar Now,Subnational-National,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0,1612998728,MMR -7669528,104,MMR9948,9948,13-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Bu Ywet Ma Nyoe,20.6854,93.1277,2,Myanmar Times; Narinjara News; Irrawaddy; Democratic Voice of Burma,Subnational-National,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3,1612998728,MMR -7670063,104,MMR10386,10386,13-Mar-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Free Burma Rangers,Other,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0,1612998729,MMR -7669831,104,MMR9950,9950,13-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 13 March 2020, near Thar Si Village, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked a convoy of Myanmar military vehicles by three remote landmines.",0,1612998728,MMR -7718516,104,MMR9942,9942,13-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Democratic Voice of Burma; Irrawaddy,National,"On 13 March 2020, in Pyigyitagun Township, in Mandalay Region, 65 workers of Good Brother's Machineries which produces Mingalar farming machines staged a strike and protested in front of the factory after the employer failed to negotiate. The workers were previously on work stoppage inside the factory from 29 February to 10 March 2020. The workers reached an agreement with the employer on March 13 and returned back to work. [size=65]",0,1614130951,MMR -7671679,104,MMR9946,9946,13-Mar-20,2020,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mar Lar,20.9755,92.9925,1,Narinjara News,Subnational,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0,1612998733,MMR -7671681,104,MMR9943,9943,13-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News,Subnational,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3,1612998733,MMR -7671478,104,MMR10869,10869,13-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Myanmar Now,National,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0,1612998733,MMR -7669743,104,MMR9949,9949,13-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tein Nyo,20.7144,93.1149,2,Development Media Group,Subnational,"On 13 March 2020, near Tein Nyo Village, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a convoy of Myanmar military vehicles by landmines.",0,1612998728,MMR -7670292,104,MMR9935,9935,12-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Irrawaddy,National,"On 12 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military stationed at a hill top in the village entrance fired a series of artillery shells. It also used two assault helicopters in the attack on the mountain ranges in the village.",0,1612998730,MMR -7669782,104,MMR9931,9931,12-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Hpet Kya,20.3847,92.9683,2,Development Media Group,Subnational,"On 12 March 2020, near Hpet Kya Village, in Let Wea Sar Taik Village Tract, in Ponnagyun Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7671843,104,MMR9933,9933,12-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News,Subnational,"On 12 March 2020, near Kyauktaw Town, in Kyauktaw Township, in Rakhine State, Myanmar military battalion 9 fired artillery shells which are supposedly targeted at Mee Wa. Two military jets also flew over Kyauktaw town for 10 minutes.",0,1612998734,MMR -7672099,104,MMR9934,9934,12-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,1,Radio Free Asia,Regional,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3,1612998734,MMR -7672279,104,MMR9937,9937,12-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,Radio Free Asia,Regional,"On 12 March 2020, near Way Thar Li Village, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a convoy of 17 Myanmar military vehicles which were travelling from Mrauk-U to Kyauktaw in between Myaung Bway and Mrauk-U.",0,1612998735,MMR -7669522,104,MMR9923,9923,11-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Wea Sar Taik,20.3682,92.9897,2,Development Media Group; Narinjara News,Subnational,"On 11 March 2020, near Let Wea Sar Taik Village, in Ponnagyun Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Taung Kha Mauk mountain (or) Koe Myo mountain. The military also used fighter jets in the clash. Stray bullets from the clash hit a young boy and a woman in the village and both were injured.",0,1612998728,MMR -7671609,104,MMR9926,9926,11-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,1,Narinjara News,Subnational,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0,1612998733,MMR -7671889,104,MMR9928,9928,11-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Shwe Nyaung Pin,22.9795,96.704,2,Network Media Group,National,"On 11 March 2020, in between the villages of Shwe Nyaung Pin in Mongmit township and Twan Tay, in Monglon sub-township, Kyaukme Township, in northern Shan State, clashes broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1618503555,MMR -6995089,104,MMR9929,9929,11-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Network Media Group; Independent Mon News Agency; Eleven Media Group,National,"On 11 March 2020, in between Myauk Chaw and Ka Lel villages, in Yebyu Township, in Tanintharyi Region, a man who went to repair the water pipe near Ka Lel stepped on a landmine and was injured.",0,1584451413,MMR -6995090,104,MMR9930,9930,11-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Network Media Group; Eleven Media Group; Independent Mon News Agency,National,"On 11 March 2020, near Aing Shey village, in Yebyu Township, in Tanintharyi Region, a man who went to his garden stepped on a landmine and was injured.",0,1584451413,MMR -7669919,104,MMR9927,9927,11-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Hpet Kya,20.3847,92.9683,2,Development Media Group,Subnational,"On 11 March 2020, near Hpet Kya Village, in Let Wea Sar Taik Village Tract, in Ponnagyun Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. More than 600 residents fled to nearby villages due to the clash.",0,1612998729,MMR -7671726,104,MMR9925,9925,11-Mar-20,2020,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mun Htaunt,21.0706,92.9667,2,Narinjara News,Subnational,"Around 11 March 2020, near Mun Htaunt Village, in Mun Htaunt Village Tract, in Kyauktaw Township, in Rakhine State, a clash supposedly broke out between the Myanmar military and the Arakan Army during which the military launched attacks from four helicopters.",0,1612998733,MMR -7671727,104,MMR9921,9921,11-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mon Than Pyin,21.0952,92.9635,2,Narinjara News,Subnational,"On 11 March 2020, in between Kyauk Tan and Mon Than Pyin Villages, in Kyauktaw Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army. Artillery shells from the battle landed into the village and two civilians in a house in Kyauk Shee Pyin village were injured.",0,1612998733,MMR -7671770,104,MMR9922,9922,11-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News,Subnational,"On 11 March 2020, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Mee Wa strategic hill during which the military launched continuous attacks from fighter jets.",0,1612998734,MMR -6995181,104,MMR9924,9924,11-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Wea Sar Taik,20.3682,92.9897,2,Narinjara News,Subnational,"On 11 March 2020, near Let Wea Sar Taik Village Tract, in Ponnagyun Township, in Rakhine State, four landmines exploded at a bridge on Rathedaung-Ponnagyun road near the village.",0,1584451413,MMR -7669519,104,MMR9910,9910,10-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Aung Thar Yar,21.0475,92.9779,2,Narinjara News; Development Media Group,Subnational,"On 10 March 2020, near Aung Thar Yar Village, in Laung Shey Village Tract, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army west of the village near Kaladan river. Artillery shells from the clash landed into a house and killed a young woman while injuring 7 others including IDPs from Pyaing Taing village. In addition, a male villager from Pyaing Taing was killed as he was hit by the artillery at a harbour in Than Pu Yar Htaunt while he fled from his village. On 30 March 2020, a young girl who was injured died at Sittwe Hospital.",3,1612998728,MMR -7669520,104,MMR9914,9914,10-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Laung Shey,21.0291,92.9783,1,Narinjara News; Development Media Group,Subnational,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1,1612998728,MMR -7669521,104,MMR9915,9915,10-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mon Than Pyin,21.0952,92.9635,2,Development Media Group; Narinjara News; Irrawaddy; Radio Free Asia,Subnational-National,"On 10 March 2020, near Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, a clash broke out between the reinforcement troops of Myanmar military battalion 7 under brigade 77 based in Phayargyi town in Bago district and the Arakan Army at Mee Wa hill outpost. AA claimed that it arrested 38 POWs including a battalion commanding officer and captains during the clash. AA later announced that it wants to release 2 POWs who were seriously injured in the clash on humanitarian grounds. Irrawaddy news reported that artillery shells that landed into Kyauk Shee Pyin village and Aung Tharyar village during the clash killed two women and injured a child and seven others. In the news reported by the Development Media Group, AA claimed that more than 20 Myanmar military soldiers were also killed in the clash.",22,1612998728,MMR -7670062,104,MMR10078,10078,10-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Free Burma Rangers,Other,"On 10 March 2020, near Ler Mer Plaw village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired three mortars into the rice fields in one incident and then another mortar in another incident.",0,1612998729,MMR -7672154,104,MMR9919,9919,10-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Mongmit,Mongmit,Shwe Nyaung Pin,22.9795,96.704,1,Radio Free Asia,Regional,"On 10 March 2020, in Shwe Nyaung Pin Village, in Mongmit Township, in northern Shan State, a clash broke out between the Mongmit based Myanmar military battalion soldiers and the Ta'ang National Liberation Army which caused over 200 villagers to flee. The military also reinforced more troops in the area for clearance operations after the clash.",0,1618503586,MMR -6995083,104,MMR9912,9912,10-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ahr Kar Taung,20.6784,92.6637,2,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 10 March 2020, near Ahr Kar Taung Village, in Rathedaung Township, in Rakhine State, two Muslim youths stepped on a landmine on farmland between Ahr Kar Taung and Tha Mee Hla villages while they went to herd cattle. One of the youths died on the way to the hospital.",1,1584451413,MMR -7671692,104,MMR9918,9918,10-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0,1612998733,MMR -6995084,104,MMR9913,9913,10-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Shi Pyin,21.0765,92.9733,1,Narinjara News; Irrawaddy,Subnational-National,"On 10 March 2020, in Kyauk Shee Pyin Village, in Mun Htaunt Village Tract, in Kyauktaw Township, in Rakhine State, artillery shells which were supposed from a clash landed into the village and some villagers were killed and injured, according to the Irrawaddy. Narinjara News reported that a woman who fled Mon Than Pyin was killed and her child was injured when the shells hit Kyauk Shee Pyin village.",1,1584451413,MMR -7671734,104,MMR9916,9916,10-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,1,Narinjara News,Subnational,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0,1612998733,MMR -7818171,104,MMR9917,9917,10-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); DNP: Democratic Party of National Politics,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Irrawaddy; Radio Free Asia,National-Regional,"On 10 March 2020, in Nay Pyi Taw Town, in Nay Pyi Taw, more than 100 nationalists and members of the Democratic Party of National Politics arrived in 15 vehicles at the entrance of the Union Parliament in an attempt to stage a protest inside the Union Parliament. They claimed that they wanted to show their support for the military and to oppose the amendments of article 59(f) that bars the State Counselor from becoming president and amendments of article 361 that states that Buddhism is the majority faith. [size=more than 100]",0,1618442048,MMR -6995146,104,MMR9920,9920,10-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group,Subnational,"On 10 March 2020, in Sittwe Town, in Sittwe Township, in Rakhine State, a demonstration led by the Colorful Women Organization was held to demand an end to hate speech based on race, belief, region and gender. About 60 people demonstrated. [size=about 60]",0,1584451413,MMR -6995152,104,MMR9911,9911,10-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 10 March 2020, near Kham Sar Village, in Kyaukme Township, in northern Shan State, two villagers were killed and another was injured after stepping on a landmine while they went to collect snails to cook at a river near the village.",2,1618503601,MMR -7669517,104,MMR9902,9902,9-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Pwee Wone,21.1162,92.9577,1,Radio Free Asia; Narinjara News,National-Regional,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2,1618503605,MMR -7669518,104,MMR9904,9904,9-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News; Irrawaddy; Development Media Group,Subnational-National,"On 9 March 2020, near Hpar Hpyo (Chin) Village, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Yar Maung bridge. Artillery shells fired from the clash along a nearby mountain range landed into the village and injured five villagers. About 10 houses were also burned.",0,1612998728,MMR -7671353,104,MMR10137,10137,9-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 9 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 6 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7671616,104,MMR9909,9909,9-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0,1612998733,MMR -7672159,104,MMR9908,9908,9-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"On 9 March 2020, in Paletwa Township, in Chin State, clashes continuously broke out between the Myanmar military and the Arakan Army around a strategic hill at Mee creek bridge. The military also fired shots from 3 assault helicopters and 2 fighter jets.",0,1618503615,MMR -6995081,104,MMR9907,9907,9-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),KNC: Kachin National Congress,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Network Media Group; Eleven Media Group; Kachin News Group,Subnational-National,"On 9 March 2020, in Myitkyina Town, in Myitkyina Township, in Kachin State, Kachin National Congress staged a protest in front of Sein Mya Aya park in Myitkyina calling for the abolition of article 10 of the election bylaws. The article concerns the duration that migrant workers must reside in a location in order to be allowed to vote there. More than 50 people joined the protest. [size=more than 50]",0,1584451413,MMR -7671697,104,MMR9906,9906,9-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mon Than Pyin,21.0952,92.9635,1,Narinjara News,Subnational,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0,1612998733,MMR -7671700,104,MMR9905,9905,9-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Khaung Toke,20.8818,93.0078,2,Narinjara News,Subnational,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0,1612998733,MMR -6995173,104,MMR9903,9903,9-Mar-20,2020,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Paung Toke,20.5482,93.2363,2,Narinjara News,Subnational,"Around 9 March 2020, near Paung Toke Village, in Mrauk-U Township, in Rakhine State, a mine went off while the villagers were on the way to get their cows. One Muslim teenager was killed and five others were injured due to the mine explosion.",1,1584451413,MMR -7669514,104,MMR9896,9896,8-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Kyauk Tan Gyi,20.263,92.8588,2,Narinjara News; Development Media Group,Subnational,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0,1612998728,MMR -7669515,104,MMR9898,9898,8-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mon Than Pyin,21.0952,92.9635,2,Narinjara News; Irrawaddy; Development Media Group,Subnational-National,"On 8 March 2020, south of Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near the village. The military also attacked with two fighter jets. More than 300 residents fled to nearby villages due to the clash. Some of the houses in the village were also destroyed by the artillery shells.",0,1612998728,MMR -7669516,104,MMR9899,9899,8-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Myaung Bway,20.4881,93.2802,1,Narinjara News; Development Media Group,Subnational,"On 8 March 2020, in Myaung Bway Village, in Mrauk-U Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Myaung Bway bridge during which three civilians were injured including a child.",0,1612998728,MMR -7672591,104,MMR9895,9895,8-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,VOA,International,"On 8 March 2020, in between the villages of Htee Swea and Aung Thar Si, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7672618,104,MMR9900,9900,8-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Myaung Bway Chay,20.4755,93.2656,2,VOA,International,"On 8 March 2020, in between Myaung Bway Chay Village in Bu Ta Lone Village Tract and Har Ra Paing Village in Sat Kyar Village Tract, in Mrauk-U and Minbya Townships, in Rakhine State, the Arakan Army attacked the Myanmar military column under brigade 55. AA claimed that there were 30 Myanmar military soldiers casualties in the clash.",0,1612998735,MMR -7671595,104,MMR9901,9901,8-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,2,Narinjara News,Subnational,"On 8 March 2020, in between Pyaing Taing and Tin Ma Villages, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. Three artillery shells fired from Tin Ma hill outpost landed into Pyaing Taing village, setting the houses were on fire.",0,1612998733,MMR -7671358,104,MMR10136,10136,8-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 8 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 15 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7818192,104,MMR9897,9897,8-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Democratic Voice of Burma; Irrawaddy; Myanmar Times,National,"On 8 March 2020, in Mandalay City, in Mandalay Region, about 1,000 workers led by Myanmar Industries, Crafts and Services Federation staged a protest. They demanded a living wage for the workers, for the government to sign ILO convention 98, for the government to renew the minimum wage once a year, for an investigation of issues of the factory closures, for the establishment of labor courts and for a safe working environment. [size=about 1,000]",0,1618442048,MMR -7671558,104,MMR9889,9889,7-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,1,Narinjara News,Subnational,"On 7 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, the Myanmar military clashed with the Arakan Army. Some villagers were trapped in the clash.",0,1612998733,MMR -7671369,104,MMR10135,10135,7-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 7 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 31 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -6995148,104,MMR9894,9894,7-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Eleven Media Group,National,"On 7 March 2020, in Kyauktada Township, in Yangon Region, people whose residencies were destroyed by fire staged a protest in front of the Yangon City Hall urging the government to arrange a place for them to stay and provide them support for their rehabilitation. [size=no report]",0,1618503704,MMR -7672581,104,MMR9886,9886,6-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Pwee Wone,21.1162,92.9577,2,VOA,International,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0,1618503709,MMR -6983944,104,MMR9885,9885,6-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Paung Toke,20.5482,93.2363,2,Narinjara News; Development Media Group; Radio Free Asia,Subnational-Regional,"On 6 March 2020, near Paung Toke Village, in Mrauk-U Township, in Rakhine State, a landmine exploded while five Muslim children were herding the livestock in a pasture near the village. One of the children was killed and four others were injured.",1,1583867687,MMR -7671368,104,MMR10134,10134,6-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 6 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 5 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7671670,104,MMR9887,9887,6-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,1,Narinjara News,Subnational,"On 6 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, the Myanmar military clashed with the Arakan Army. The military attacked using helicopters. Villagers fled.",0,1612998733,MMR -7671538,104,MMR9884,9884,6-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,2,Narinjara News,Subnational,"On 6 March 2020, in Dar Let Village Tract, in Ann Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army which prompted the villagers to flee.",0,1612998733,MMR -7670284,104,MMR9893,9893,5-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Irrawaddy,National,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0,1612998730,MMR -7671327,104,MMR9879,9879,5-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1,1612998732,MMR -6983986,104,MMR9881,9881,5-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachin News Group,Subnational,"On 5 March 2020, in Mogaung Township, in Kachin State, two internally displaced villagers stepped on a landmine near Ka Sont village while they went to clear the lands. Both of them were injured from the landmine explosion.",0,1583867688,MMR -7671619,104,MMR9892,9892,5-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Kyauk Tan Gyi,20.263,92.8588,1,Narinjara News,Subnational,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0,1612998733,MMR -7672647,104,MMR9883,9883,5-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Pwee Wone,21.1162,92.9577,2,VOA,International,"On 5 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, the Myanmar military and AA clashed. The military used heavy weapons. One villager was killed and two were injured.",1,1618503745,MMR -6984044,104,MMR9880,9880,5-Mar-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 5 March 2020, in Kamayut Township, in Yangon Region, some students of Yangon University Student Union staged a protest in front of the University Graduation Hall while the professor William Shabas, a lawyer who defended against the Genocide allegation against the country Myanmar at ICJ, was delivering a speech on the definition of the Genocide. [size=no report]",0,1618503748,MMR -7671410,104,MMR9882,9882,5-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyauk Twin Kone,20.5943,93.248,1,Mizzima,National,"On 5 March 2020, in Kyauk Twin Kone Village, in Mrauk-U Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army. Some artillery shells fell into the village which caused the villagers to flee.",0,1612998733,MMR -7669512,104,MMR9874,9874,4-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Myanmar Times; Radio Free Asia; Karen Information Center News,Subnational-National,"On 4 March 2020, in Myawaddy Town, in Myawaddy Township, in Kayin State, a journalist from Frontier Myanmar and a news photographer for the Myanmar Times were detained and beaten by the Myanmar military border guard force after the two took photos of the new casino project construction site in The Pon Seik which is under the control of the BGF. The two were released on March 5.",0,1612998728,MMR -7669513,104,MMR9878,9878,4-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Pwee Wone,21.1162,92.9577,2,Development Media Group; Narinjara News; Radio Free Asia,National-Regional,"On 4 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army near Mee creek. The military launched aerial attacks from two fighter jets. Heavy and small weapons from aerial attacks landed into Pwee Wone (new village) killing a man and injuring two others.",1,1618503775,MMR -7671581,104,MMR9875,9875,4-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Narinjara News,Subnational,"On 4 March 2020, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, Myanmar military fired artillery shells into the village and the explosion of the shells set the houses on fire.",0,1612998733,MMR -7671365,104,MMR10133,10133,4-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 4 March 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 5 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7669628,104,MMR9877,9877,4-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Poe Hpyu Kyun,20.5997,93.2488,1,BBC News,International,"On 4 March 2020, in Poe Hpyu Kyun Village, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a column of Myanmar military travelling towards Pan Myaung and a clash broke out. The military then fired artillery shells targeting Mrauk-U from Aung Mingalar Phayar mountain in Pan Myaung and Taung Hpyu mountain in east of Pan Myaung.",0,1612998728,MMR -7672029,104,MMR9876,9876,4-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Leik Khaung,21.1222,92.976,1,Radio Free Asia,Regional,"On 4 March 2020, in Leik Khaung Village, in Wet Ma Village Tract, in Paletwa Township, in Chin State, The Myanmar military launched aerial attacks from helicopters which caused the houses in the village to burn.",0,1618503806,MMR -7669511,104,MMR9870,9870,3-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,2,Narinjara News; Development Media Group,Subnational,"On 3 March 2020, near Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. An artillery shell launched from Kyauktaw military brigade fell between Pyaing Taing and Tin Ma villages and three people were injured.",0,1612998728,MMR -7672403,104,MMR9866,9866,3-Mar-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Hpar Sar,21.8607,97.6453,1,Shan Herald Agency for News,Subnational,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0,1618503822,MMR -7671643,104,MMR9867,9867,3-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Nauk Pyin,20.3997,92.7811,2,Narinjara News,Subnational,"On 3 March 2020, near Ah Nauk Pyin Village, in Rathedaung Township, in Rakhine State, a clash briefly broke out between the Myanmar military navy in Mayu river and the Arakan Army. An artillery shell fired from the navy vessel landed into the village and injured two Muslims.",0,1612998733,MMR -7672714,104,MMR9869,9869,3-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 3 March 2020, in Paletwa Township, in Chin State, Myanmar military fired bombs from two jets and also launched aerial strikes from the jets at Mee creek bridge.",0,1618503831,MMR -7670246,104,MMR9868,9868,3-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Irrawaddy,National,"On 3 March 2020, in Mongkaing Township, in Shan State, a clash broke out between the Myanmar military and the Restoration Council of Shan State. RCSS claimed that it killed four military soldiers.",4,1618503842,MMR -7671537,104,MMR9871,9871,3-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Narinjara News,Subnational,"On 3 March 2020, east of Tin Ma Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7669753,104,MMR9873,9873,3-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Taung Pyo,21.2655,92.247,2,Development Media Group,Subnational,"On 3 March 2020, near Taung Pyo Village, in Hlaing Thi Village Tract, in Maungdaw Township, in Rakhine State, members of Myanmar military shot two Muslim men dead after they failed to follow the instruction to stop for inspection. The men reportedly fired at the military.",2,1612998728,MMR -7669510,104,MMR9861,9861,2-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Mizzima; Narinjara News,Subnational-National,"On 2 March 2020, in Gyeik Chaung Village, Zu Kaing Village Tract, in Ann Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. An artillery shell from the clash exploded near the village and injured a young woman.",0,1612998728,MMR -7672392,104,MMR9862,9862,2-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Hpar Sar,21.8607,97.6453,2,Shan Herald Agency for News,Subnational,"On 2 March 2020, near Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, a clash broke out between the Myanmar military and the Restoration Council of Shan State. Heavy weapons from the clash landed near a village school and villagers fled in fear. The military soldiers destroyed the houses while the villagers fled away. RCSS also claimed that it had clashed 18 times with the military after a meeting between the two sides on March 1.",0,1618503856,MMR -7669870,104,MMR9864,9864,2-Mar-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Shwe Pyi,20.9243,93.0123,1,Development Media Group,Subnational,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0,1612998729,MMR -7669694,104,MMR9865,9865,2-Mar-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Yan Thit Chay,19.1465,93.8763,2,Democratic Voice of Burma,National,"On 2 March 2020, in between the villages of Yan Thit Chay and Sit Pyar, in Ramree Township, in Rakhine State, a landmine exploded while a column of Myanmar military passed through the area. The sound of gunfire was heard after the explosion. The military then detained two women from Yan Thit Chay village.",0,1612998728,MMR -7671499,104,MMR9863,9863,2-Mar-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Myanmar Times,National,"On 2 March 2020, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy vessels fired artillery shells at the village, damaging several houses. The attack was thought to be in response to a mine explosion in the area on March 1.",0,1612998733,MMR -7669508,104,MMR9858,9858,1-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Ham Ngaing,21.8832,97.6601,2,Mizzima; Shan Herald Agency for News,Subnational-National,"On 1 March 2020, near Ham Ngaing Village, in Mongkaing Township, in southern Shan State, fighting broke out between the Myanmar military and the Restoration Council of Shan State. The military used two fighter jets in the battle. RCSS withdrew its troops from Loi Tuan mountain station after a meeting between the leaders from both sides.",0,1618503905,MMR -7669509,104,MMR9859,9859,1-Mar-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News; BBC News,Subnational-International,"On 1 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, a clash broke out between a column of Myanmar military and the Arakan Army. Rathetaung based military artillery stations LIB 536 and 537 also fired artillery shells. These shells landed in the village and set the houses on fire. The military also fired at Kyauk Tan mountain using two helicopters. The military helicopters also fired attacks targeting Htee Swea and Aung Thar Si villages.",0,1612998728,MMR -6984009,104,MMR9860,9860,1-Mar-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Myanmar Times,National,"On 1 March 2020, in Aung Thar Si Village, near Kyauk Tan village, in Rathedaung Township, in Rakhine State, a mine exploded.",0,1583867688,MMR -6983936,104,MMR9855,9855,29-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Network Media Group; Hinthar Media,National,"On 29 February 2020, in Myauk Chaw village, in Yebyu Township, in Thanintharyi Region, a resident stepped on a landmine and was injured while he went to his garden on a motorbike to put out a fire.",0,1583867687,MMR -7669507,104,MMR9844,9844,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Myaung Bway,20.4881,93.2802,2,Radio Free Asia; Narinjara News; Development Media Group,Subnational-Regional,"On 29 February 2020, near Myaung Bway Village, in Myaung Bway Village Tract, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed a convoy of 18 Myanmar military vehicles near the village which led to a clash. Due to shelling from the clash, four Muslim villagers in Bu Ta Lone village were killed, two villagers in Tan Pyin Gyi were injured, a construction worker near Myaung Bway village was injured and two others in Lay Myo Sar and Myaung Bway were injured. One of the injured persons died at the hospital later due to the injuries.",5,1612998728,MMR -7672680,104,MMR9845,9845,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 29 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army at Mee creek bridge. The military used fighter jets during the clash.",0,1618503952,MMR -7671418,104,MMR9846,9846,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Ham Ngaing,21.8832,97.6601,2,Mizzima,National,"On 29 February 2020, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, fighting broke out between the Myanmar military and the Restoration Council of Shan State. The military also launched fired using helicopters.",0,1618503956,MMR -7671695,104,MMR9843,9843,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 29 February 2020, south of Yae Soe Chaung, in Rathedaung Township, in Rakhine State, a clash broke out between a column of 150 Myanmar military soldiers under brigade 22 and the Arakan Army.",0,1612998733,MMR -7671741,104,MMR9847,9847,29-Feb-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kan Ni,20.2184,93.4243,1,Narinjara News,Subnational,"On 29 February 2020, in Kan Ni Village, in Kyaung Taung Village Tract, in Minbya Township, in Rakhine State, a column of Myanmar military was attacked by landmines near a bridge in between Kan Ni and Kan Ni school. The sound of small and heavy weapons was heard after the landmine explosion.",0,1612998733,MMR -7671495,104,MMR9854,9854,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Myanmar Times,National,"On 29 February 2020, in Thar Si Village, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7671531,104,MMR9853,9853,29-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Myanmar Times,National,"On 29 February 2020, in Kyauk Tan Village, in Rathedaung Township, in Rakhine Sate, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7669506,104,MMR9840,9840,28-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,Development Media Group; VOA; Narinjara News,Subnational-International,"On 28 February 2020, in Minbya Town, in Minbya Township, in Rakhine State, the Arakan Army attacked three Myanmar military ships travelling in Yar Maung river near Kyet Sin bridge and a clash broke out. AA claimed that there were many casualties on the military side. The artillery shells from the clash landed into the village and killed a woman while injuring five others.",1,1612998728,MMR -7671364,104,MMR10132,10132,28-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 28 February 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 43 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7671622,104,MMR9839,9839,28-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 28 February 2020, near Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near a strategic hill. The military fired artillery shells into the village and at the mountain ranges in east of Kyauk Yan and at Ma Hnyin mountain. Almost all the villagers fled in fear.",0,1612998733,MMR -7671414,104,MMR9842,9842,28-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Ham Ngaing,21.8832,97.6601,2,Mizzima,National,"On 28 February 2020, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, fighting broke out between the Myanmar military and the Restoration Council of Shan State.",0,1618503986,MMR -7672739,104,MMR9841,9841,28-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Yan,20.5964,92.658,2,VOA,International,"On 28 February 2020, around Kyauk Yan Village, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army east of Mayu river. The military in Rathedaung town also fired heavy weapons.",0,1612998736,MMR -7669504,104,MMR9832,9832,27-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA; Narinjara News; Development Media Group,Subnational-International,"On 27 February 2020, in northeast of Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military launched aerial attacks using two helicopters during the clash. The number of casualties are not clearly known yet. During the clash, a motor boat travelling from Paletwa to Kyauktaw was hit by an artillery shell in between Tin Ma and Pyaing Taing villages. Five passengers out of 80 aboard were injured.",0,1612998728,MMR -7669505,104,MMR9835,9835,27-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan-South,Loilen,Mongkaing,Ham Ngaing,21.8832,97.6601,2,Shan Herald Agency for News; Mizzima; Radio Free Asia,Subnational-National,"On 27 February 2020, near Ham Ngaing Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, about 400 members from four battalions of Myanmar military launched offensive operations against the Restoration Council of Shan State Army on Loi Tuan mountain. The military helicopters also flew over the village. However, the military claimed that the RCSS initiated the attack against the military during which some military officers and soldiers were killed. Unknown fatalities coded as 3.",3,1618504004,MMR -6979102,104,MMR9836,9836,27-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News,Subnational,"On 27 February 2020, in Tachileik Town, in Tachileik Township, in eastern Shan State, a woman at a shop in Mae Khawng Ward that trades old materials accidentally hit an old artillery shell and was injured.",0,1618504007,MMR -7671370,104,MMR10131,10131,27-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 27 February 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 4 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -7672690,104,MMR9834,9834,27-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 27 February 2020, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed at Mee creek bridge.",0,1618504024,MMR -7672691,104,MMR9833,9833,27-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,VOA,International,"On 27 February 2020, northeast of Sa Hnyin Village, in Myebon Township, in Rakhine State, a clash broke out between the Myanmar military LIB 66 and the Arakan Army. The military also launched aerial attacks using two helicopters. AA claimed that it collected some dead bodies of military soldiers and documents. Unknown fatalities coded as 3.",3,1612998736,MMR -6978770,104,MMR9838,9838,27-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma,National,"On 27 February 2020, in Sagaing Town, in Sagaing Township, in Sagaing Region, about 10,000 students rallied for 'a peace event 2020' or peace walk. Government authorities and various civil society organizations also participated in the walk. [size=about 10,000]",0,1583250394,MMR -6978781,104,MMR9837,9837,27-Feb-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Pan Zi,21.2233,92.4094,1,Development Media Group,Subnational,"On 27 February 2020, in Pan Zi Village, in Ba Da Kar Village Tract, in Buthidaung Township, in Rakhine State, four unknown men cut the neck and face of a former village administrator and killed him in his house. The township administrator claimed that the perpetrators are members of ARSA.",1,1583250394,MMR -6978800,104,MMR9831,9831,27-Feb-20,2020,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,War Lu,23.7307,97.6425,1,Mizzima,National,"On 27 February 2020, in War Lu Village, in Tar Kun Village Tract, in Namhkan Township, in northern Shan State, members of Ta'ang National Liberation Army abducted a village administrator from another village who was visiting War Lu village.",0,1618504040,MMR -7672585,104,MMR9822,9822,26-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 26 February 2020, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7671585,104,MMR9821,9821,26-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Narinjara News,Subnational,"On 26 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near the War Khote Creek east of Ngan mountain. The military launched aerial attacks using 3 helicopters.",0,1612998733,MMR -7671588,104,MMR9825,9825,26-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Auk Ywar (Ywar Haung),19.9927,93.8012,1,Narinjara News,Subnational,"On 26 February 2020, in Auk Ywar (Ywar Haung) Ywar Village, in Dar Let Village Tract, in Ann Township, in Rakhine State, an artillery shell fired by Thway Chaung Myanmar military station landed into the village.",0,1612998733,MMR -7671590,104,MMR9824,9824,26-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 26 February 2020, near Mrauk-U Town, in Mrauk-U Township, in Rakhine State, a column of Myanmar military was attacked by landmines in between Sein Thay lake and Kyauk Seik monastery. It was unknown whether casualties occurred.",0,1612998733,MMR -7672654,104,MMR9820,9820,26-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 26 February 2020, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed at Mee creek bridge.",0,1618504055,MMR -6978717,104,MMR9826,9826,26-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Aung Pa,20.6868,92.5785,1,Narinjara News; Development Media Group,Subnational,"On 26 February 2020, in Aung Pa Village, in Hpa Yar Pyin Aung Pa Village Tract, in Buthidaung Township, in Rakhine State, a Muslim man who was tending the cows near Nyaung Chaung border police checkpoint was hit by stray pieces of the artillery shell and killed. However, it was unclear whether he was hit and killed by the artillery shell or he stepped on a landmine and the explosion killed him.",1,1583250394,MMR -6978779,104,MMR9827,9827,26-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,1,Development Media Group,Subnational,"On 26 February 2020, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, the artillery shells fired from Pan Myaung Aung Mingalar hill landed into the village and exploded.",0,1583250394,MMR -7671791,104,MMR9819,9819,26-Feb-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 26 February 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military launched aerial strikes using two fighter jets targeting a mountain range near the village.",0,1612998734,MMR -6978799,104,MMR9830,9830,26-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Chaung-U,Chaung-U,21.9569,95.2736,1,Mizzima,National,"On 26 February 2020, in Chaung-U Town , in Chaung-U Town Township, in Sagaing Region, some residents staged a protest demanding action against the Nga Lon Tin village administrator for failing to perform in accordance with the law, to issue financial statements and to carry out building a bridge. [size=some]",0,1583250394,MMR -6978810,104,MMR9823,9823,26-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Pauk Pyin,19.0136,94.1943,2,Narinjara News,Subnational,"On 26 February 2020, near Pauk Pyin Village, north of Toungup Town, in Toungup Township, in Rakhine State, a landmine explosion occurred near the village.",0,1583250394,MMR -6978816,104,MMR9817,9817,25-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Narinjara News,Subnational,"On 25 February 2020, in Minbya Township, in Rakhine State, artillery shells were fired from the Min Pone mountain top near Kalama mountain. The shells also landed into surrounding areas near the village.",0,1583250394,MMR -7671591,104,MMR9813,9813,25-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News,Subnational,"On 25 February 2020, near Hpar Hpyo Village, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near the Yar Maung bridge. The military also fired shots from a helicopter targeting the Yar Maung mountain range.",0,1612998733,MMR -7672646,104,MMR9815,9815,25-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,1,VOA,International,"On 25 February 2020, in Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military and the Arakan Army clashed twice. AA claimed that there were many fatalities on the military side. Unknown fatalities coded as 3.",3,1612998736,MMR -7672704,104,MMR9814,9814,25-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 25 February 2020, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed at Mee creek bridge.",0,1618504089,MMR -7672732,104,MMR9812,9812,25-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 25 February 2020, around Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military and the Arakan Army clashed.",0,1612998736,MMR -6978803,104,MMR9818,9818,25-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 25 February 2020, in Hlaingthayar Township, in Yangon Region, about 200 workers of Charis toy factory in Shwe Than Lwin Industrial zone went on strike and protested in front of the factory to demand the employer provide occupational safety and healthcare, and to increase the wages. [size=about 200]",0,1618504105,MMR -6978806,104,MMR9816,9816,25-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Auk Ywar (Ywar Haung),19.9927,93.8012,1,Narinjara News,Subnational,"On 25 February 2020, in Auk Ywar (Ywar Haung) Ywar Village, in Dar Let Village Tract, in Ann Township, in Rakhine State, stray pieces of the artillery shrapnel hit a man while he was roaming around the village and he was injured.",0,1583250394,MMR -7672587,104,MMR9807,9807,24-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 24 February 2020, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed at Mee creek bridge.",0,1618504107,MMR -7671315,104,MMR9805,9805,24-Feb-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Kantarawaddy Times,Subnational,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0,1612998732,MMR -6984081,104,MMR9804,9804,24-Feb-20,2020,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,War Lu,23.7307,97.6425,1,Mizzima,National,"On 24 February 2020, in War Lu Village, in Tar Kun Village Tract, in Namhkan Township, in northern Shan State, the members of Ta'ang National Liberation Army abducted four Kho Lon Li Shaw villagers for cultivating the poppy fields. The four were released after their family members paid the soldiers ransom.",0,1618504126,MMR -6978771,104,MMR9810,9810,24-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 24 February 2020, in Phyu Town, in Taungoo Township, in eastern Bago Region, about 25 farmers staged a protest in demand of the return of the confiscated lands. [size=about 25]",0,1618504134,MMR -6978783,104,MMR9811,9811,24-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group,Subnational,"On 24 February 2020, in Myitkyina Town, in Myitkyina Township, in Kachin State, about 500 villagers from Waingmaw township staged a protest in Sein Mya Ayeyar park demanding to close the border gate with China to prevent the spread of Coronavirus. [size=about 500]",0,1583250394,MMR -7669503,104,MMR9806,9806,24-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Narinjara News; Network Media Group; Development Media Group,Subnational-National,"On 24 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in upper part of the village. During the clash, a woman who went to fetch water for her cattle in the pasture was hit by stray bullets which was supposedly fired by the military. She sustained injuries in her thigh.",0,1612998728,MMR -7669906,104,MMR9802,9802,23-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0,1612998729,MMR -6978715,104,MMR9803,9803,23-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Development Media Group; Narinjara News,National,"On 23 February 2020, in Kamayut Township, in Yangon Region, about 100 students of All Burma Federation of Student Unions, Yangon University of Economics Students' Union (Ywarthargyi) and Arakan Students Union (Universities - Yangon) staged a protest demanding the internet ban in Rakhine State be lifted. [size=about 100]",0,1618504157,MMR -7672785,104,MMR9801,9801,23-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 23 February 2020, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed at Mee creek bridge.",0,1618504161,MMR -7672793,104,MMR9800,9800,23-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 23 February 2020, around Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military and the Arakan Army clashed.",0,1612998736,MMR -6877816,104,MMR9788,9788,22-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,2,Development Media Group; Narinjara News,Subnational,"On 22 February 2020, near Nwar Yon Taung Village, in Mrauk-U Township, in Rakhine State, two landmines exploded near the road junction. No one was injured.",0,1582643887,MMR -6877817,104,MMR9790,9790,22-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group; Narinjara News,Subnational,"On 22 February 2020, in Sittwe Town, in Sittwe Township, in Rakhine State, over 100 students led by the student unions rallied at Winkabar ground in downtown Sittwe and staged a protest calling on the authorities to resume the internet service in Rakhine and Chin. [size= over 100]",0,1582643887,MMR -6877818,104,MMR9791,9791,22-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Development Media Group; Narinjara News,Subnational,"On 22 February 2020, in Kyaukpyu Township, in Rakhine State, over 100 students led by student unions staged a protest calling on the authorities to resume the internet service in Rakhine and Chin. [size=over 100]",0,1582643887,MMR -6877819,104,MMR9792,9792,22-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,2,Narinjara News; Development Media Group,Subnational,"On 22 February 2020, in Toungup Township, in Rakhine State, over 100 students rallied in front of the degree college gate and marched on the streets calling on the authorities to resume the internet service in Rakhine and Chin. [size=over 100]",0,1582643887,MMR -6877847,104,MMR9793,9793,22-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Democratic Voice of Burma,National,"On 22 February 2020, in Pyinmana Town, in Pyinmana Township, in Nay Pyi Taw, about 100 residents staged a protest regarding the 'Justice for Victoria' case, calling on the authorities to reveal the perpetrator, to follow the rule of law, and to eliminate child rape. [size= about 100]",0,1582643887,MMR -7669914,104,MMR9789,9789,22-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Development Media Group,Subnational,"On 22 February 2020, in between Hpar Pyo and Min Villages, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in a mountain range between the two villages. The military used helicopters in the clash.",0,1612998729,MMR -7671774,104,MMR9794,9794,22-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,1,Narinjara News,Subnational,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0,1612998734,MMR -7669502,104,MMR9798,9798,22-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Baw Kyo Lel,17.6205,97.5103,2,Karen Information Center News; Radio Free Asia,Subnational-Regional,"On 22 February 2020, in between the villages of Baw Kyo Lel and Hto Ka Loe Khee, in Hpapun Township, in Kayin State, a clash broke out between the Myanmar military battalion 406 and Karen National Liberation Army battalion 3 under brigade 102. KNU claimed that some soldiers were injured on the military side.",0,1612998728,MMR -7669872,104,MMR9796,9796,21-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 21 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, AA claimed that it exchanged gunfire with two members of Myanmar military near Kaba Yadanar Bank. Both soldiers were killed.",2,1612998729,MMR -6978804,104,MMR9797,9797,21-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Times,National,"On 21 February 2020, in Monywa Town, in Monywa Township, Sagaing Region, 15 people who were facing charges staged a protest in front of a playground in the town. They demanded resolution to the confiscation of farmland and other lands, as well as resolution to farmland disputes. [size=15]",0,1583250394,MMR -7671855,104,MMR9783,9783,20-Feb-20,2020,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Narinjara News,Subnational,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0,1612998734,MMR -7669500,104,MMR9784,9784,20-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma Ywar Thit,21.0191,92.9808,2,Narinjara News; Development Media Group,Subnational,"On 20 February 2020, in between Tin Ma Ywar Thit and Pyaing Taing Villages, in Kyauktaw Township, in Rakhine State, a clash broke out between a column of Myanmar military and the Arakan Army at Mt. Ngan. The stray bullets from the clash hit a woman in Laung Shey village and she was injured.",0,1612998728,MMR -7669501,104,MMR9785,9785,20-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Kyauk Sauk,19.1869,93.8143,2,Development Media Group; Narinjara News,Subnational,"On 20 February 2020, near Kyauk Sauk Village, in Ramree Township, in Rakhine State, the Arakan Army attacked two Myanmar military trucks by landmines. The sound of gunfire was also heard. It is assumed that there was an exchange of gunfire.",0,1612998728,MMR -7671821,104,MMR9778,9778,19-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Set Khaw,20.6438,92.649,2,Narinjara News,Subnational,"On 19 February 2020, in between Set Khaw and Man Aung Villages, in Buthidaung Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army. The military also fired from the helicopters and two navy boats. Some houses in Man Aung caught on fire. Residents of nearby villages fled their homes due to the clash. Three artillery shells from the clash also landed into Oe Thei Ma village and exploded but no one was injured.",0,1612998734,MMR -7671845,104,MMR9782,9782,19-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Narinjara News,National,"On 19 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army near Mee creek. The military fired using helicopters and fighter jets targeting the mountain ranges near Mee creek.",0,1618504270,MMR -7671854,104,MMR9776,9776,19-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Mee Taik,21.1952,92.2215,2,Narinjara News,Subnational,"On 19 February 2020, near Mee Taik Village, in Mee Taik Village Tract, in Maungdaw Township, in Rakhine State, a clash broke out between the Myanmar military LIB 354 and the Arakan Rohingya Salvation Army (ARSA) between miles post 39 and 40 on the border of Myanmar and Bangladesh.",0,1612998734,MMR -6877812,104,MMR9777,9777,19-Feb-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Oke Hpo,20.6886,92.6524,2,VOA; Development Media Group,Subnational-International,"On 19 February 2020, near Oke Hpo (Oe Hpauk) Village, in Rathedaung Township, a military chopper carrying the Minister of Social Welfare and Resettlement and other government officials was shot at with a machine gun while it was travelling from Sittwe to Buthidaung to provide relief aid to IDPs and injured students. No one was injured. The Arakan Army confirmed that it targeted gunfire at the chopper as it was a military aircraft.",0,1582643887,MMR -6877846,104,MMR9781,9781,19-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Democratic Voice of Burma,National,"From 19 to 20 February 2020, in Dagon Township, in Yangon Region, more than 300 workers of Tai Yi shoe factory in Hlaingthayar Industrial Zone 3 rallied and protested in front of the Yangon Region government office demanding to meet with the Minister to ask him to help resolve their issues. [size=over 300]",0,1618504290,MMR -6877885,104,MMR9775,9775,19-Feb-20,2020,1,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),5,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pan Maw,20.5587,93.2445,2,Narinjara News,Subnational,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0,1582643887,MMR -7672672,104,MMR9771,9771,18-Feb-20,2020,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Man Aung,20.6716,92.6346,2,VOA,International,"Around 18 February 2020, in northeast of Man Aung Village, in Kywe Yine Khat Village Tract, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. The military launched aerial strikes during the clash.",0,1612998736,MMR -7672688,104,MMR9770,9770,18-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 18 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near lower Mee Let Wa village. During the clash on February 18, a student in the village was hit by the artillery shell and injured.",0,1618504321,MMR -6877809,104,MMR9767,9767,18-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,2,Narinjara News; Development Media Group,Subnational,"On 18 February 2020, north of Sin Thay Pyin Village, in Buthidaung Township, in Rakhine State, a Muslim man was killed from a landmine blast while going to the paddy field on a hill near the village to tend to his cows.",1,1582643887,MMR -6877810,104,MMR9768,9768,18-Feb-20,2020,1,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),5,Civilians (Myanmar),Muslim Group (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Paung Toke,20.5482,93.2363,1,Narinjara News; Radio Free Asia,Subnational-Regional,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1,1582643887,MMR -7669880,104,MMR9773,9773,18-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 18 February 2020, in between Tin Ma and Wet Ma Kya Villages, in Kyauktaw Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army.",0,1612998729,MMR -7672738,104,MMR9772,9772,18-Feb-20,2020,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,VOA,International,"Around 18 February 2020, in Ann Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army during which 5 military soldiers and 2 AA soldiers were killed, according to the AA.",7,1612998736,MMR -6877859,104,MMR9774,9774,18-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Students (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Thea Ma Wa,21.1478,92.9464,1,Khonumthung News,Subnational,"On 18 February 2020, in Thea Ma Wa Village, in Thea Ma Wa Village Tract, in Paletwa Township, in Chin State, an artillery shell landed in the village and seriously injured a fourteen year old student. All the villagers fled to Paletwa town after the explosion of the shell.",0,1618504329,MMR -7669499,104,MMR9769,9769,18-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Narinjara News; Development Media Group,Subnational,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0,1612998728,MMR -7669771,104,MMR9764,9764,17-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 17 February 2020, in between Tin Ma and Kha Paw Villages, in Kyauktaw Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7672651,104,MMR9766,9766,17-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 17 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618504356,MMR -6877857,104,MMR9765,9765,17-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Kachin News Group,Subnational,"On 17 February 2020, [Location coded at Myitkyina Township], in Kachin State, a family of 3 staged a protest in front of the Natural Resources office to help resolve the unlawful actions of the Sein Lei Yadanar Win company which has been mining jade in Hpakant. The family said they plan to protest until February 23. [size=3]",0,1582643887,MMR -7669498,104,MMR9763,9763,17-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Wet Ma Kya,21.0015,92.9935,1,Development Media Group; Narinjara News,Subnational,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0,1612998728,MMR -7672340,104,MMR9762,9762,16-Feb-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Shan-South,Loilen,Loilen,Pinlon,20.991,97.532,2,Shan Herald Agency for News,Subnational,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0,1618504380,MMR -7671625,104,MMR9760,9760,16-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Narinjara News,Subnational,"On 16 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7672682,104,MMR9761,9761,16-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 16 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618504390,MMR -7672597,104,MMR9759,9759,15-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 15 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618504404,MMR -7671750,104,MMR9747,9747,15-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News,Subnational,"On 15 February 2020, near Hpar Hpyo Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7671793,104,MMR9758,9758,15-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Maung Thar Kone,20.5996,93.2263,2,Narinjara News,Subnational,"On 15 February 2020, near Maung Thar Kone Village, in Ywar Haung Taw Village Tract, in Mrauk-U Township, in Rakhine State, the Arakan Army fired an RPG targeting at the vehicle of the Myanmar military and the military returned fire. A man in the village was hit by the gunshot and injured during the clash.",0,1612998734,MMR -7672662,104,MMR9754,9754,14-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 14 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618511064,MMR -6869151,104,MMR9744,9744,14-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Mizzima,National,"On 14 February 2020, in Hlaingthayar Township, in Yangon Region, over 100 workers of Popular garment factory staged a protest in front of the Township Department of Labor Relations calling for immediate action against their employer by the government for violating labor rights. They also called for action against the employer by Myanmar Investment Commission for violating the law. [size= over 100]",0,1618511073,MMR -6877856,104,MMR9755,9755,14-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Nam Sang Yang,24.8688,97.5366,2,Kachin News Group,Subnational,"On 14 February 2020, near Nam Sang Yang Village, in Waingmaw Township, in Kachin State, a man stepped on a landmine and was injured while he went to fish in Nbu Yang Hka creek.",0,1582643887,MMR -7671715,104,MMR9745,9745,14-Feb-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,1,Narinjara News,Subnational,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0,1612998733,MMR -7672742,104,MMR9746,9746,14-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,VOA,International,"On 14 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of 400 Myanmar military soldiers clashed with the Arakan Army on the mountain range between Tin Ma and Wet Ma Kya villages.",0,1612998736,MMR -6877876,104,MMR9756,9756,14-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 14 February 2020, in Dagon Township, in Yangon Region, the workers of Hunter Myanmar garment factory rallied in front of the Yangon Region government office to meet with the Minister since the factory suddenly announced its closure. The Minister helped settled the dispute by inviting both sides to meet. [size= no report]",0,1618511077,MMR -7669497,104,MMR9743,9743,14-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,VOA; Narinjara News; Development Media Group; Democratic Voice of Burma,Subnational-National,"On 14 February 2020, near Hpar Hpyo Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Yar Maung bridge. The military soldiers were positioned along the riverbank in the village and also fired gunshots at the people who come out of the village. The military also used fighter jets and fired rockets during the battle. About 300 villagers including people from Yar Maung were trapped in the village. There were many casualties on both sides and about 6 civilians were injured in the clash, including three travelers hit by gunshots and injured during the battle Unknown fatalities coded as 3.",0,1612998728,MMR -7672663,104,MMR9742,9742,13-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 13 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army during which a woman was injured.",0,1612998736,MMR -7672667,104,MMR9752,9752,13-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 13 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618511099,MMR -6869090,104,MMR9741,9741,13-Feb-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-East,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News; Eleven Media Group,Subnational-National,"On 13 February 2020, in Tachileik Town, in Tachileik Township, in eastern Shan State, an unknown man shot a man who stood by his car after he parked it on Tun Lin Aung street in Hsan Hseng Ward (Kha Gway). The victim was hospitalized to Tachileik hospital.",0,1618511100,MMR -7031670,104,MMR9753,9753,13-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hmawbi,Hmawbi,17.0998,96.0418,2,Myanmar Now,National,"From 13 February to 3 March 2020, in Hmawbi Township, in Yangon Region, workers of Pacific Steel Enterprise in Myaungtakar Industrial zone staged a protest and called for the employer to sign a new employment agreement with the workers, to pay the full daily wage on official holidays, to pay OT fees and to compensate the wages which failed to pay by the employer. From 20 February to 3 March, six of the workers went on hunger strike while protesting. [size=at least six]",0,1618511103,MMR -6869131,104,MMR9739,9739,13-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Development Media Group,Subnational,"On 13 February 2020, near Hpar Hpyo Village, n Minbya Township, in Rakhine State, a young villager who was returning home with his friend after cutting wood from the forest was killed by an explosion. It was unclear whether he was killed by an artillery shell or landmine explosion. There was no fighting at the time.",1,1582045495,MMR -6869156,104,MMR9738,9738,13-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 13 February 2020, in Hlaingthayar Township, in Yangon Region, more than 20 workers of Popular garment factory staged a protest in front of Kamcaine factory while the other workers continued their protest in front of the Popular factory. [size= more than 20]",0,1618511111,MMR -6869184,104,MMR9740,9740,13-Feb-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 13 February 2020, in Man Sang Village, in Mong Tin Village Tract, in Kyaukme Township, in northern Shan State, a 30-year-old man was shot dead by an unknown group while he was on his way to his farm.",1,1618511116,MMR -7671757,104,MMR9737,9737,13-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Lel Hpar,19.1811,94.1626,2,Narinjara News,Subnational,"On 13 February 2020, near Lel Hpar Village, in Pa Dar Village Tract, in Ma-Ei Town, in Toungup Township, in Rakhine State, a convoy of Myanmar military battalion 544 was attacked by landmines by an unknown group on the Toungup-Ma Ei road. The sounds of gunfire were also heard after the explosion. Casualties were yet known.",0,1612998733,MMR -7669495,104,MMR9735,9735,13-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kan Paing Chaung,20.9305,92.5747,2,Radio Free Asia; VOA,Regional-International,"On 13 February 2020, in northeast of Kan Paing Chaung Village, in San Hnyin Wai Village Tract, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military battalion 551 and the Arakan Army. AA claimed that there were more than 10 military casualties.",0,1612998728,MMR -7669496,104,MMR9736,9736,13-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kha Mway Chaung,20.9238,92.5844,2,Narinjara News; Development Media Group,Subnational,"On 13 February 2020, in between Kha Mway Chaung Village and Oke Taung (Rakhine) Village, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military battalion 15 and the Arakan Army. An artillery shell from the battle landed inside a primary school in Kha Mway Chaung and exploded. Twenty-one Khami ethnic students at the school were injured. Two girls out of 21 students were seriously injured. The military and AA blamed each other for the casualties.",0,1612998728,MMR -7669863,104,MMR9734,9734,12-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 12 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes. Three Myanmar military helicopters fired shots targeting at the village. As a result, a woman was hit by the shrapnel fired from the helicopters while she went to fetch water from a stream in the village.",0,1612998729,MMR -7669494,104,MMR9733,9733,12-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Yae Chan Pyin,20.8172,92.6061,1,Narinjara News; Development Media Group,Subnational,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3,1612998728,MMR -7672574,104,MMR9751,9751,12-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 12 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618511156,MMR -7671835,104,MMR9730,9730,11-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Narinjara News,Subnational,"On 11 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, six artillery shells which were supposedly fired by the Myanmar military stationed at Taung Shay Mountain landed in the village and destroyed a monastery and a house.",0,1612998734,MMR -7672629,104,MMR9724,9724,11-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 11 February 2020, near Rathedaung Town, in Rathedaung Township, in Rakhine State, Myanmar military claimed that the Arakan Army attacked the military LIBs 538, 537 and division 2. Small weapons were fired into the town.",0,1612998735,MMR -7671366,104,MMR10130,10130,11-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 11 February 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 20 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -6869139,104,MMR9726,9726,11-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Khonumthung News,National,"On 11 February 2020, in Kale Town, in Kale Township, in Sagaing Region, more than 3,000 students from different universities led by Mara Student Association staged a protest walk and rallied in front of the Kale public hospital regarding the death of a fifth year student of Kale Technological University. The students demanded action against the concerned authorities for their negligence of an emergency patient. Members of the Kale Peace Network also participated in the protest. [size=3,000]",0,1582045495,MMR -7818390,104,MMR9731,9731,11-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Mizzima,National,"On 11 February 2020, in Yangon City, in Yangon Region, Karen youth rallied in Alone, Sanchaung, Kamayut townships and staged a protest walk through four separate routes. They held placards that opposed racial conflict and civil war. [size= no report]",0,1618442049,MMR -6869162,104,MMR9729,9729,11-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Narinjara News,Subnational,"On 11 February 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, a shower of bullets hit about five houses in the town and destroyed the houses. Residents were not sure whether the gunfire was a result of fighting between the military and AA. The AA reported that there was no fighting near the town.",0,1582045495,MMR -7672770,104,MMR9750,9750,11-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Mee Let Wa,21.3138,92.8575,2,VOA,International,"On 11 February 2020, near Mee Let Wa Village, in Yoke Wa Village Tract, in Paletwa Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a hill on top of Mee creek bridge.",0,1618511184,MMR -7671510,104,MMR9725,9725,11-Feb-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Myanmar Times,National,"On 11 February 2020, in Ann Township, in Rakhine State, a police officer of a police outpost at Ka Zu Kaing bridge was stabbed to death by an unknown man while he went to a grocery shop in northeast of the police outpost. The military claimed that the police officer was potentially killed by AA members.",1,1612998733,MMR -7669746,104,MMR9732,9732,11-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 11 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998728,MMR -7669492,104,MMR9727,9727,11-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Myauk Taung,20.9516,93.0006,2,Narinjara News; Development Media Group,Subnational,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0,1612998728,MMR -7671813,104,MMR9717,9717,10-Feb-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kan Sit,20.6833,92.6566,2,Narinjara News,Subnational,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0,1612998734,MMR -7672620,104,MMR9713,9713,10-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 10 February 2020, southwest of Hnone Bu Village, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military battalions (214, 218) and the Arakan Army in a mountain range.",0,1618511193,MMR -6869082,104,MMR9719,9719,10-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Myauk Taung,20.9516,93.0006,1,Development Media Group; Narinjara News,Subnational,"On 10 February 2020, in Myauk Taung Village, in Kyauktaw Township, in Rakhine State, a stray artillery shell hit a house and injured a pregnant woman who was staying in a bunker at the time.",0,1582045495,MMR -7221093,104,MMR9718,9718,10-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News; Development Media Group,Subnational,"On 10 February 2020, in Gar Pu Village, in Kyauktaw Township, in Rakhine State, a 9-year-old boy was killed and five other children were injured after accidentally stepping on a bomb. However, other media accounts reported that children were playing with an unexploded ordnance and it went off when they hit it.",1,1600193282,MMR -7671660,104,MMR9714,9714,10-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Det Hpyu,20.9611,92.99,2,Narinjara News,Subnational,"On 10 February 2020, near Det Hpyu Village, in Taung Bway Village Tract, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy division landed and exploded near the village.",0,1612998733,MMR -6869120,104,MMR9722,9722,10-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Magway,Thayet,Minhla,Tha Pyay Taw,19.8621,95.1254,2,Democratic Voice of Burma,National,"On 10 February 2020, in south of Tha Pyay Taw Village, in Minhla Township, in Magway Region, a man who was attending the cows hit an unexploded bomb with his knife and it exploded. The man was seriously injured.",0,1582045495,MMR -6869134,104,MMR9715,9715,10-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ha Yar,20.9092,93.0051,1,Irrawaddy,National,"On 10 February 2020, in Ha Yar Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya woman was injured by artillery shelling.",0,1582045495,MMR -7669912,104,MMR9723,9723,10-Feb-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 10 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, AA reported that the Myanmar military fired rockets from two helicopters targeting members of the Arakan Army who were stationed on a hill near the village.",0,1612998729,MMR -6869214,104,MMR9716,9716,10-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,VOA,International,"From 10 to 13 February 2020, in Hlaingthayar Township, in Yangon Region, about 430 workers of Tai Yi shoe factory have been protesting for four days in demand of a wage increase, occupational health and safety and worker rights. Labour unions from other factories also came and showed their solidarity for the protest. [size=430]",0,1618511221,MMR -7669488,104,MMR9711,9711,10-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,2,Development Media Group; VOA,Subnational-International,"On 10 February 2020, in between Nwar Yon Taung and Kun Taung Villages, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military LID 22 and the Arakan Army near Kun Taung village located east of Sai Din Creek. The military launched aerial strikes and used heavy weapons against AA troops. The military claimed that it attacked a boat carrying AA leaders and that it sunk. They claimed to have seized the bodies of AA soldiers and weapons. The AA claimed that both side suffered heavy casualties. Unknown fatalities coded at 3.",3,1612998728,MMR -7669489,104,MMR9712,9712,10-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Development Media Group; VOA,National-International,"On 10 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army near Mee Creek's bridge. The military also fired rockets from four helicopters.",0,1618511223,MMR -7669490,104,MMR9720,9720,10-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sa Par Htar,20.7348,92.657,2,Narinjara News; Development Media Group,Subnational,"On 10 February 2020, near Sa Par Htar Village, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army along a mountain range near the village. An artillery shell from the battle landed in Sin Khone Taing Village in Rathedaung Township and injured a woman cooking at her house. The Myanmar military also fired heavy weapons and machine gunshots from helicopters targeting at the mountain ranges near the village.",0,1612998728,MMR -7669491,104,MMR9721,9721,10-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Bway,20.9457,92.9947,1,Irrawaddy; Narinjara News; Development Media Group,Subnational-National,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1,1612998728,MMR -7672640,104,MMR9709,9709,9-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Tha Lu Chaung,20.4191,93.377,2,VOA,International,"On 9 February 2020, near Tha Lu Chaung Village, in Minbya Township, in Rakhine State, Myanmar military attacked members of the Arakan Army near the village. AA claimed that there were fatalities on the military side and some AA soldiers were injured. Unknow fatalities coded as 3.",3,1612998736,MMR -7671371,104,MMR10129,10129,9-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 9 February 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 15 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998733,MMR -7672677,104,MMR9710,9710,9-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 9 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, the Myanmar military launched offensives against the Arakan Army. The military attacked the AA using helicopters and two navy vessels. AA launched rockets back at the military.",0,1612998736,MMR -7672679,104,MMR9707,9707,9-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 9 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army during which the military launched offensive air strikes from two fighter jets.",0,1618511233,MMR -6869149,104,MMR9705,9705,9-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 9 February 2020, in Kyauktada Township, in Yangon Region, about 1,000 nationalists rallied and marched from Shwedagon Pagoda to the Yangon City Hall to show support for the military. They accused the NLD administration of failing to protect the country's Buddhist majority and for proposing constitutional amendments that will lessen the military power. [size= about 1,000]",0,1618511237,MMR -6869164,104,MMR9706,9706,9-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Oke Kyut,20.681,93.0201,2,Narinjara News,Subnational,"On 9 February 2020, near the villages of Oke Kyut and Goke Pi Htaunt, in Ah Kha Sar and Goke Pi Htaunt Village Tracts, in Kyauktaw Township, in Rakhine State, artillery shells and small weapons were fired from the Kalandan river.",0,1582045495,MMR -6877877,104,MMR9749,9749,9-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Goke Pi Htaunt,20.7099,93.0153,1,Narinjara News,Subnational,"On 9 February 2020, in Goke Pi Htaunt Village, in Kyauktaw Township, in Rakhine State, an artillery shell landed in the village and injured three children.",0,1582643887,MMR -7672645,104,MMR9680,9680,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 8 February 2020, near Thami Hla and Yet Kone Taing villages, in Rathedaung township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army during which some houses were destroyed by the fire. A village claimed that the military navy fired the artillery shell that caused the houses to light on fire.",0,1612998736,MMR -7669835,104,MMR9683,9683,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 8 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998729,MMR -7672661,104,MMR9681,9681,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 8 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army around the artillery station near the Mee Chaung bridge.",0,1618511256,MMR -6869078,104,MMR9702,9702,8-Feb-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Kyauk Sauk,19.1869,93.8143,2,Narinjara News; Development Media Group,Subnational,"On 8 February 2020, in between Kyauk Sauk and Ku Lar Bone Villages, in Ramree Township, in Rakhine State, a unknown group of 8 armed people abducted a financial officer of the National League for Democracy (NLD) while he was returning home with his brother from a sawmill. An NLD spokesperson accused the AA of the abduction. The AA denied the accusation.",0,1582045495,MMR -7672157,104,MMR9704,9704,8-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998734,MMR -7672673,104,MMR9684,9684,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nga Hlan Pyin,20.6328,92.6568,2,VOA,International,"On 8 February 2020, around Nga Hlan Pyin Village, in Buthidaung Township, in Rakhine State, a villager claimed that there was an exchange of fire between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7669612,104,MMR9678,9678,8-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Kyay Taw Paik Seik,20.1741,92.9117,2,BBC News,International,"On 8 February 2020, near Kyay Taw Paik Seik Village, in Kyay Taw Village Tract, in Sittwe Township, in Rakhine State, a convoy of Myanmar military trucks transporting goods from the military navy harbor was attacked by landmines. Another unexploded landmine was also found near the area of the landmine attack. The military claimed that no one was injured. The perpetrators of the attack have not yet been identified.",0,1612998728,MMR -7672712,104,MMR9682,9682,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 8 February 2020, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in the mountain ranges east of Regional headquarter 9.",0,1612998736,MMR -7671696,104,MMR9703,9703,8-Feb-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News,Subnational,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0,1612998733,MMR -7672249,104,MMR9679,9679,8-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Ngu Maw,20.2864,92.7278,2,Radio Free Asia,Regional,"On 8 February 2020, near Ah Ngu Maw and Taung U Villages, in Rathedaung Township, in Rakhine State, there was a clash between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7669792,104,MMR9700,9700,7-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 7 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army on a hill near the village.",0,1612998728,MMR -7672653,104,MMR9699,9699,7-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 7 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army.",0,1618511282,MMR -7671665,104,MMR9676,9676,7-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nga Hlan Pyin,20.6328,92.6568,2,Narinjara News,Subnational,"On 7 February 2020, in east of Nga Hlan Pyin Village, in Nga Hlan Pyin Village Tract, in Buthidaung Township, in Rakhine State, Arakan Army attacked two navy vessels of Myanmar military in Mayu River and the military retaliated. Pieces of artillery shells hit a girl in the village and she was injured.",0,1612998733,MMR -7672043,104,MMR9701,9701,7-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998734,MMR -6877935,104,MMR9677,9677,7-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Federation of Garment Workers,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 7 to 16 February 2020, in Hlaingthayar Township, in Yangon Region, about 800 workers of Rui-Ning garment factory in Ngwe Pin Lei Industrial Zone staged a protest in front of the factory to demand the factory not cut the attendance bonus for one day absences, or for losing staff identity cards. They demanded uniforms be paid for from the money the factory collected from the workers. The Federation of Garment Workers Union was assisting the workers on strike. [size= about 800]",0,1618511300,MMR -7672594,104,MMR9673,9673,6-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,VOA,International,"On 6 February 2020, in east of Ka Zu Kaing Village, in Ann Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7672087,104,MMR9698,9698,6-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998734,MMR -7672740,104,MMR9674,9674,6-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Wet Ma Kya,21.0015,92.9935,2,VOA,International,"On 6 February 2020, near Wet Ma Kya Village, in Tin Ma Village Tract, in Kyauktaw Township, in Rakhine State, a clash broke between the Myanmar military and the Arakan Army at the mountain range near the village.",0,1612998736,MMR -6862757,104,MMR9675,9675,6-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Sin,21.8568,96.0317,1,Mizzima,National,"On 6 February 2020, in Sin Village, in Sin Ywar Myin Hmu Village Tract, in Amarapura Township, in Mandalay Region, more than 200 sellers staged a protest to dismantle a market which was illegally opened around Kyauk Sein Pagoda. Protesters also demanded a municipal market be established. [size=more than 200]",0,1581440454,MMR -7669935,104,MMR9670,9670,6-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,1,Development Media Group,Subnational,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0,1612998729,MMR -7670238,104,MMR9891,9891,6-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,2,Irrawaddy,National,"On 6 February 2020, near Mee Wa Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near a strategic hill.",0,1612998730,MMR -7671781,104,MMR9672,9672,6-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Leik Khaung,21.1222,92.976,1,Narinjara News,National,"On 6 February 2020, in Leik Khaung Village, in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed two times near a strategic hill in the village.",0,1618511340,MMR -7669487,104,MMR9671,9671,6-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Narinjara News; Radio Free Asia,Subnational-Regional,"On 6 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. AA claimed that it seized a strategic hill station of the military.",0,1612998728,MMR -7669762,104,MMR9696,9696,5-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 5 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998728,MMR -7669775,104,MMR9695,9695,5-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Paletwa,21.3045,92.8555,2,Development Media Group,National,"On 5 February 2020, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army near Mee Creek's bridge.",0,1618511346,MMR -6862677,104,MMR9669,9669,5-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Salingyi,21.9746,95.0777,2,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 5 February 2020, in Salingyi Township, in Sagaing Region, about 300 workers of Yang Tse Copper Mine Co.,Ltd stopped work and rallied in front of the company entrance over the news about the death of a Chinese citizen at the company who came back from China. This caused worry among the workers since they assume the death may be caused by the Coronavirus. Workers also demanded the company to send the Chinese at the company to a hospital and put them under watch. [size=about 300]",0,1581440454,MMR -7671676,104,MMR9665,9665,5-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Min,20.3739,93.318,2,Narinjara News,Subnational,"On 5 February 2020, in between the villages of Min and Hpar Hpyo (Ah Htet), in Minbya Township, in Ah Wa Village Tract, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near a mountain range between the villages after a column of 100 Myanmar military soldiers were attacked by landmines.",0,1612998733,MMR -7672703,104,MMR9667,9667,5-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Htet Kha Paw,20.9881,93.0016,2,VOA,International,"On 5 February 2020, near Ah Htet Kha Paw Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7235218,104,MMR10612,10612,5-Feb-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Chin Human Rights Organization,Other,"On 5 February 2020, at Tin Ma village (Kyauktaw Township, Mrauk-U District, Rakhine State), an unknown armed group shot a civilian boat travelling between Paletwa town in Chin State and Kyauktaw town in Rakhine State. One 15 year old boy died and two girls injured.",1,1601395297,MMR -7669486,104,MMR9668,9668,5-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Shat Shar Taung,20.7677,92.6317,2,Myanmar Now; VOA; Development Media Group,Subnational-National,"On 5 February 2020, near Shat Shar Taung Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, Myanmar military and the Arakan Army clashed four times. An artillery shell from the clash fell into Sin Thay Pyin village in Buthidaung township and injured a Muslim man who came back to the village after chopping the wood near the village.",0,1612998728,MMR -7672054,104,MMR9697,9697,5-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998734,MMR -7671555,104,MMR9660,9660,4-Feb-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Doe Wai,20.6501,92.6325,2,Narinjara News,Subnational,"On 4 February 2020, near Doe Wai and Set Khaw Village, in Kywe Yine Khat Village Tract, in Buthidaung Township, in Rakhine State, the Myanmar military attacked the area near the village using two MI35 helicopters. It was unknown whether there were casualties.",0,1612998733,MMR -7669821,104,MMR9663,9663,4-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Development Media Group,Subnational,"On 4 February 2020, in between the 31 Planes Pagoda and U Yin Thar Village, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. One AA member was injured in the clash.",0,1612998728,MMR -7669836,104,MMR9693,9693,4-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 4 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998729,MMR -7671682,104,MMR9692,9692,4-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News,Subnational,"From 4 to 8 February 2020, in Kyauktaw Township, in Rakhine State, clashes between the Myanmar military and the Arakan Army broke out near the villages of Mee Wa, Kyauk Tan, Mon Than Pyin, Gyin Khar Sayt, Mun Htaunt, Tin Ma and Pyaing Taing. Motor boats service was halted due to the clashes and thus education staff were trapped in those areas.",0,1612998733,MMR -7818435,104,MMR9664,9664,4-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times; Radio Free Asia,National-Regional,"On 4 February 2020, in Mandalay Town, in Mandalay Region, about 50 students from the All Burma Federation of Student Unions, Kayah State Student Union and Mandalay College Student Union staged a protest inside the Mandalay University compound and marched towards the regional education administrator's office. Students demanded a clear and exact exam timetable for the basic education schools and to revoke plans to extend the school year by one month. [size=about 50]",0,1618442049,MMR -7672283,104,MMR9694,9694,4-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998735,MMR -7669485,104,MMR9659,9659,4-Feb-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News; Radio Free Asia,Subnational-Regional,"On 4 February 2020, in Rathedaung Township, in Rakhine State, Myanmar military fired at the AA in the mountain ranges east of Pyein Taw and Nyaung Pin Hla as well as Ma Nyin Taung, Kone Tan and Ku Lar Chaung villages east of the Mayu River using helicopters. The military battalions 536 and 537 based in Rathedaung town and Yae Soe Chaung station also fired artillery shells targeting the mountain ranges near those villages. About 500 households from those villages fled in fear.",0,1612998728,MMR -7669745,104,MMR9662,9662,4-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ku Lar Chaung,20.3327,92.7246,2,Development Media Group,Subnational,"On 4 February 2020, near Ku Lar Chaung Village, in Ku Lar Chaung Village Tract, in Rathedaung Township, in Rakhine State, a clash broke out near the village between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7672060,104,MMR9661,9661,4-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Zay Ya,20.4564,92.7623,2,Radio Free Asia,Regional,"On 4 February 2020, near Aung Zay Ya Village, in Pyein Taw Village Tract, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military claimed that it collected more than 10 bodies of AA soldiers and ten guns.",10,1612998734,MMR -6862672,104,MMR9656,9656,3-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2011-2016) Border Guard Force; Former DKBA (Buddhist): Democratic Karen Buddhist Army (1994-2010),7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Eleven Media Group; Karen Information Center News,Subnational-National,"On 3 February 2020, in Myawaddy Town, in Myawaddy Township, in Kayin State, two parcel bombs exploded at a house in Ward 4 and injured two men. One of the men is the former major of the BGF force and DKBA.",0,1581440454,MMR -7669867,104,MMR9691,9691,3-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 3 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998729,MMR -6862717,104,MMR9658,9658,3-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 3 February 2020, in Monywa Town, in Monywa Township, in Mandalay Region, the Monywa Student Union (and All Burma Federation of Student Unions) staged a protest on Adipadi road of Monywa University to call for the university authorities to investigate the frequent disappearance of motorbikes that belong to the students which supposedly were stolen. [size=no report]",0,1581440454,MMR -6862773,104,MMR9657,9657,3-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Man Kan,22.725,97.0146,2,Shan Herald Agency for News,Subnational,"On 3 February 2020, near Man Kan Village, in Man Hkauk Village Tract, in Mong Ngawt Sub-township, in Kyaukme Township, in northern Shan State, two men who went to chop wood near the village stepped on a landmine. One of the men was killed and the other was injured.",1,1618511442,MMR -7672267,104,MMR9690,9690,3-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"From 3 February to 8 February 2020, in Kayin State, the KNU claimed that Myanmar military shelled villages in KNU brigade 5 controlled area which led to more than 300 villagers of Tu Day to flee. Location coded at Hpapun District.",0,1612998735,MMR -7669483,104,MMR9654,9654,3-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kon Tan,20.47,92.6862,2,Irrawaddy; Narinjara News,Subnational-National,"On 3 February 2020, near Kone Tan Village, in Pyein Taw Village Tract, in Rathedaung Township, in Rakhine State, the Myanmar military claimed that the Arakan Army attacked the military naval vessels which were transporting troops near Kone Tan village and it returned fire. A primary school teacher was injured as she was struck by a piece of shrapnel fired from two Myanmar military vessels which sailed down in Mayu River. However, the military claimed that civilian injuries are unknown. The AA denied that a clash broke out near the village that day.",0,1612998728,MMR -7669484,104,MMR9655,9655,3-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News; Development Media Group,Subnational,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1,1612998728,MMR -6862667,104,MMR9647,9647,2-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News; Development Media Group,Subnational,"On 2 February 2020, in between Ah Myet Taung and Nga San Baw Villages, in Rathedaung Township, in Rakhine State, a resident of Nga San Baw was killed after stepping on a landmine while he went to look for his cattle.",1,1581440454,MMR -6862669,104,MMR9652,9652,2-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); IWFM: Industrial Workers' Federation of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Mizzima; Myanmar Times,National,"On 2 February 2020, in Hlaingthayar Township, in Yangon Region, about 12,000 workers from more than 80 factories led by Industrial Workers Federation of Myanmar (IWFM) staged a protest march to oppose the decision of the Arbitration Council over the labor dispute case against Thong Thai Textile (Myanmar) factory. The Arbitration Council ruled that the employer must reinstate 100 workers out of 260 and those 100 workers shall not be paid compensation for the period they were on strike. [size= about 12,000]",0,1618511466,MMR -7672687,104,MMR9648,9648,2-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,VOA,International,"On 2 February 2020, around Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. The military claimed that it collected the bodies of AA soldiers. Two military soldiers were also injured. Unknown fatalities coded at 3.",3,1612998736,MMR -6862729,104,MMR9649,9649,2-Feb-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Chaung Thit,20.6172,93.2228,2,Development Media Group,Subnational,"On 2 February 2020, near Chaung Thit Village, in Mrauk-U Township, in Rakhine State, a young boy found an unexploded ordinance near the village and brought it back to his village. He dropped it after giving a hand to a woman to carry a rice basket. The explosion of the ordinance killed the boy and injured the woman.",1,1581440454,MMR -6862759,104,MMR9653,9653,2-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Nyaung-U,21.1954,94.9101,1,Myanmar Times,National,"On 2 February 2020, in Nyaung-U Town, in Nyaung-U Township, in Mandalay Region, about 300 residents staged a protest march to call for the removal of the municipal trash pile in Thirimingalar Ward 1. [size= about 300]",0,1581440454,MMR -7669937,104,MMR9689,9689,2-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,Development Media Group,Subnational,"On 2 February 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army during which the military reinforced their ground troops with helicopter airstrikes.",0,1612998729,MMR -6862772,104,MMR9651,9651,2-Feb-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Nam Ma,22.7094,97.8206,2,Shan Herald Agency for News,Subnational,"On 2 February 2020, near Nam Ma Village, in Nam Ma Village Tract, in Hsipaw Township, in northern Shan State, the body of a young man was found with gunshot injuries over a mile outside of the village. He had disappeared since January 31, 2019.",1,1618511474,MMR -6770818,104,MMR9634,9634,1-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); MTF: Myanmar Teachers' Federation,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Kanyutkwin,18.3404,96.4921,1,Democratic Voice of Burma,National,"On 1 February 2020, in Kanyutkwin Town, in Phyu Township, in Taungoo District, in Bago Region, a green ribbon campaign in a protest against a month extension of school year in basic education schools was organized by Myanmar Teachers' Federation (Phyu). More than a thousand teachers, students and their parents joined the campaign. Size of the protest was distributed over three locations. [size=334]",0,1618511507,MMR -6770820,104,MMR9636,9636,1-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); MTF: Myanmar Teachers' Federation,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Zayyawadi,18.5409,96.4308,1,Democratic Voice of Burma,National,"On 1 February 2020, in Zayyawadi Town, in Phyu Township, in Taungoo District, in Bago Region, a green ribbon campaign in a protest against a month extension of school year in basic education schools was organized by Myanmar Teachers' Federation (Phyu). More than a thousand teachers, students and their parents joined the campaign. Size of the protest was distributed over three locations. [size=333]",0,1618511507,MMR -6770821,104,MMR9635,9635,1-Feb-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar); MTF: Myanmar Teachers' Federation,6,,,0,60,Southeast Asia,Myanmar,Bago-East,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 1 February 2020, in Phyu Town, in Phyu Township, in Taungoo District, in Bago Region, a green ribbon campaign in a protest against a month extension of school year in basic education schools was organized by Myanmar Teachers' Federation (Phyu). More than a thousand teachers, students and their parents joined the campaign. Size of the protest was distributed over three locations. [size=333]",0,1618511508,MMR -6862727,104,MMR9643,9643,1-Feb-20,2020,1,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),5,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Let Ma,20.537,93.2593,2,Development Media Group,Subnational,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0,1581440454,MMR -7672735,104,MMR9644,9644,1-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,VOA,International,"On 1 February 2020, around Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7669479,104,MMR9633,9633,1-Feb-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,VOA; Development Media Group,Subnational-International,"On 1 February 2020, near Ah Myet Taung Village, in Nga San Baw Village Tract, in Rathedaung Township, in Rakhine State, fighting broke out between a column of 100 Myanmar military soldiers and the Arakan Army at a hill and in the field located a half mile away from the village. Ten military soldiers and 1 AA soldier were killed and some military soldiers were injured, according to AA. Stray bullets from the battle landed in Nga San Baw, Kyauk Yan and Ah Myet Taung villages.",11,1612998728,MMR -7669480,104,MMR9642,9642,1-Feb-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyein Taw,20.6207,92.6976,1,Development Media Group; Narinjara News,Subnational,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0,1612998728,MMR -7671347,104,MMR9688,9688,31-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0,1612998732,MMR -6862730,104,MMR9640,9640,31-Jan-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Thein Tan,20.7398,92.6134,1,Eleven Media Group,National,"On 31 January 2020, in Thein Tan Village, in Hpa Yar Pyin Thein Tan Village Tract, in Buthidaung Township, in Rakhine State, the Myanmar military claimed that four members of the Arakan Army arrived in the village to demand compensation for removing four remote-controlled landmines set up by AA near the village. AA members punched and injured the ten-household administrators when they refused to pay the compensation.",0,1581440454,MMR -6862731,104,MMR9641,9641,31-Jan-20,2020,1,Violence against civilians,Sexual violence,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Thein Tan,20.7398,92.6134,1,Eleven Media Group,National,"On 31 January 2020, in Thein Tan Village, in Hpa Yar Pyin Thein Tan Village Tract, in Buthidaung Township, in Rakhine State, the Myanmar military claimed that four members of the Arakan Army raped Rohingya women at the house of the ten-household administrator.",0,1581440454,MMR -6770851,104,MMR9632,9632,31-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Yankin,Yankin,16.8236,96.1627,2,Myanmar Times,National,"On 31 January 2020, in Yankin Township, in Yangon Region, about 400 students of Yankin Education College staged a protest against a month extension of school year in basic education schools. Students rallied at the front of the College and marched towards the front of the Yankin township education administrator office. [size=about 400]",0,1618511554,MMR -7671732,104,MMR9631,9631,31-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Narinjara News,Subnational,"On 31 January 2020, near Hnget Pyaw Chaung Village, in Gu Dar Pyin Village Tract, in Buthidaung Township, in Rakhine State, fighting broke out near Kha Yu Chaung bridge north of the village and over 100 villagers fled in fear to Hpa Yon Chaung village. Fighting is assumed to be between the AA and military.",0,1612998733,MMR -7671844,104,MMR9628,9628,30-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Narinjara News,Subnational,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0,1612998734,MMR -7671360,104,MMR10128,10128,30-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 30 January 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 6 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -6862758,104,MMR9639,9639,30-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 30 January 2020 to around 2 February 2020, in Hlaingthayar Township, in Yangon Region, 500 workers of Denso Industry Yangon Limited staged a protest to demand their rights. The 26-point demands include calls for legally entitled holidays and that bonuses be paid in a set timeframe. [size=500]",0,1618511593,MMR -6770882,104,MMR9629,9629,30-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,1,Shan Herald Agency for News,Subnational,"On 30 January 2020, in Namhsan Town, in Namhsan Township, in northern Shan State, two unknown men on a motorbike fired four shots at a gatekeeper of Htoo San vehicle line. The gatekeeper was injured.",0,1618511597,MMR -7671818,104,MMR9624,9624,29-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Narinjara News,Subnational,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0,1612998734,MMR -7670305,104,MMR9627,9627,29-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 29 January 2020, [Location coded at Hpapun Township], in Kayin State, a number of Myanmar military soldiers were injured by mines planted by the Karen National Liberation Army near a military outpost.",0,1612998730,MMR -7671362,104,MMR10127,10127,29-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 29 January 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 13 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -6770850,104,MMR9625,9625,29-Jan-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,1,Myanmar Times,National,"Around 29 January 2020, in Kyauktada Township, in Yangon Region, garment workers from three foreign-run factories staged a protest at the front of Yangon City Hall over poor working conditions. Workers from Hunter Myanmar and Gust Myanmar factories joined the protest. Workers urged labour arbitrators to take action against the employers who unfairly dismiss the workers to prevent them from forming labor unions. They called on labour inspectors to regularly inspect their workplaces. [size=no report]",0,1618511640,MMR -6770857,104,MMR9626,9626,29-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 29 January 2020, in Sittwe Town, in Sittwe Township, in Rakhine State, about 100 students led by Sittwe University Union staged a protest in support of a green ribbon campaign that opposes a month extension of the school year in basic education schools. The students marched around inside the University compound. [size=about 100]",0,1580829993,MMR -7672198,104,MMR9616,9616,28-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Radio Free Asia,Regional,"On 28 January 2020, near Kyauk Hpyu Village, in Kant Kan Village Tract, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1618511680,MMR -6770852,104,MMR9618,9618,28-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Hlaing,Hlaing,16.8479,96.1252,2,Myanmar Times,National,"On 28 January 2020, in Hlaing Township, in Yangon Region, about 50 people, including lawyers, staged a protest at the front of the township court. The protest was related to an incident happened a year ago when a lawyer who was assisting in a case was beaten by the accused and these accused filed a complaint against the lawyer at the police station. The police station accepted that case without proper case review. [size=about 50]",0,1618511686,MMR -6770853,104,MMR9619,9619,28-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Lemyethna,Lemyethna,17.6014,95.0144,1,Myanmar Times,National,"On 28 January 2020, in Lemyethna Town, in Lemyethna Township, in Hinthada District, in Ayeyarwady Region, over 100 former students and residents staged a protest against the Pyithu Hluttaw township representative, Aing Tha Pyu village administrator and school head as they decided to build a two story school building in a location that protesters did not want them to build. [size=over 100]",0,1580829993,MMR -6770877,104,MMR9622,9622,28-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Radio Free Asia,Regional,"On 28 January 2020, near Kyauk Hpyu Village, in Kant Kan Village Tract, in Kyaukme Township, in northern Shan State, a man stepped on a landmine and was injured.",0,1618511691,MMR -7671742,104,MMR9615,9615,28-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,In Kyin,19.9824,93.6891,2,Narinjara News,Subnational,"On 28 January 2020, in north of In Gyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a mountain range north of In Gyin village. The military attacked using two helicopters. More than 18 soldiers of military battalion 14 under division 66 and 5 AA soldiers were killed in the battle. Some military soldiers were also injured. [Fatalities were coded at 11 for the battle on 27 January and 12 for the battle on 28 January].",12,1612998733,MMR -6770904,104,MMR9621,9621,28-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kun Sa Lan,22.8517,96.8949,1,VOA,International,"On 28 January 2020, in Kun Sa Lan Village, in Kun Sa Lan Village Tract, in Mong Ngawt Sub-Township, in Kyaukme Township, in northern Shan State, a mother and a daughter who went to look for woods stepped on a landmine and were injured.",0,1618511694,MMR -7669476,104,MMR9617,9617,28-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Nyaung Mawng,22.7875,96.8089,2,Shan Herald Agency for News; Radio Free Asia,Subnational-Regional,"On 28 January 2020, near Nyaung Maung Village, in Nyaung Maung Village Tract, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. A mother and her daughter were killed. There were conflicting accounts as to whether the women were hit by artillery or stray bullet fire.",2,1618511695,MMR -7669477,104,MMR9623,9623,28-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Bago-East,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,2,Mizzima; VOA,National-International,"On 28 January 2020, east of Mu Thea Village, in Kyaukkyi Township, in Bago Region, a convoy of Myanmar military vehicles which were transporting food supplies for the military engineers and security forces carrying out road construction in the area was attacked by landmines set up by Karen National Union. Some military soldiers were injured and a vehicle and bags of rice were destroyed.",0,1618511695,MMR -7818495,104,MMR9620,9620,28-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Irrawaddy,National,"On 28 January 2020, in Nay Pyi Taw, about 10 students from Yangon, Mandalay and Sagaing Education Colleges staged a protest as the State Counselor gave a speech at the Educational Development Implementation Conference in Nay Pyi Taw. The students held placards with messages that question the policies of the Ministry of Education. [size=about 10]",0,1618442049,MMR -7671663,104,MMR9612,9612,27-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,In Kyin,19.9824,93.6891,2,Narinjara News,Subnational,"On 27 January 2020, in north of In Gyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a mountain range north of In Gyin village. The military attacked using two helicopters. More than 18 soldiers of military battalion 14 under division 66 and 5 AA soldiers were killed in the battle. Some military soldiers were also injured. [Fatalities were coded at 11 for the battle on 27 January and 12 for the battle on 28 January].",11,1612998733,MMR -7670270,104,MMR9614,9614,27-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 27 January 2020, near Nat Taung Village, in Hpapun Township, in Kayin State, Myanmar military accused the Karen National Union of using an anti-vehicle mine in the attack against the Lieutenant Colonel of military LIB 708. The Lieutenant was killed. However, KNU denied the military's accusation and instead claimed that the military soldiers were hurt while removing anti-vehicle mines planted on a road by KNU.",1,1612998730,MMR -7671363,104,MMR10126,10126,26-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Peace Support Network,Other,"On 26 January 2020, in Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military fired 2 artillery shells. Myanmar military has deployed several troops from IB 30, 39, 51, 57, 60, 71, 75, and LIB 350, 439, 589, 590, 598, 603 in the northwest of Mutraw in the effort to push through Myanmar military road construction project.",0,1612998732,MMR -7591817,104,MMR9609,9609,26-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Bokpyin,Bokpyin,11.2658,98.7609,2,Mizzima,National,"On 26 January 2020, in Bokpyin Township, in Kawthaung District, in Tanintharyi Region, more than 30 teachers staged a protest against a month extension of school year in basic education schools. Teachers also urged to implement a workplace-based education system, a democratic management system and a research-based education system. [size=more than 30]",0,1612309987,MMR -6770840,104,MMR9610,9610,26-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 26 January 2020, in Hakha Town, in Hakha Township, in Hakha District, in Chin State, nearly 100 teachers and students staged a protest over the extension of school year in basic education schools. They also called for improved vocation education and the implementation of democratic management systems in schools. [size=nearly 100]",0,1580829993,MMR -6770849,104,MMR9611,9611,26-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 26 January 2020, in Hlaingthayar Township, in Yangon Region, workers of Hunter Myanmar garment factory who were protesting at the front of the factory allowed the Chinese technicians whom were earlier blockaded to go out after authorities from Department of Labor came to the factory and negotiated with the protesting workers. [size=no report]",0,1618511774,MMR -6765830,104,MMR9603,9603,25-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyar Nyo Pyin,20.8028,92.5994,1,Radio Free Asia; Narinjara News,Subnational-Regional,"On 25 January 2020, in Kin Taung (Kyar Nyo Pyin) Village, in Buthidaung Township, in Rakhine State, an artillery shell landed in a bed of a house and killed two Rohingya women and injured 7 others. The Myanmar military and the Arakan Army accused each other of carrying out the shelling.",2,1580236229,MMR -7671584,104,MMR9605,9605,25-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,In Kyin,19.9824,93.6891,2,Narinjara News,Subnational,"On 25 January 2020, near In Gyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in the mountain ranges near In Gyin village.",0,1612998733,MMR -6770819,104,MMR9607,9607,25-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pauk,Pauk,21.4522,94.4737,1,Democratic Voice of Burma,National,"On 25 January 2020, in Pauk Town, in Pauk Township, in Pakokku District, in Magway Region, a green ribbon in a protest against a month extension of school year in basic education schools was organized by teachers. The campaign was organized at the front of township administration office in south of Pauk Myoma market. [size=no report]",0,1580829992,MMR -6869153,104,MMR9686,9686,25-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 25 January 2020, in Dagon Township, in Yangon Region, workers of Gust Myanmar and Popular garment factories, who were assisted by Action Labor Rights, rallied in front of the Yangon Government office to demand their rights. [size= no report]",0,1618511812,MMR -6869154,104,MMR9687,9687,25-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 25 January to 14 February 2020, in Hlaingthayar Township, in Yangon Region, 86 workers of Popular garment factory have been protesting in front of the factory for 21 days. The workers' demands include drinking cups, annual bonuses, attendance bonuses and skilled bonuses. [size=86]",0,1618511813,MMR -6765829,104,MMR9598,9598,24-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Myanmar Times; Democratic Voice of Burma,National,"On 24 January 2020, in Magway Town, in Magway Township, in Magway Region, over 300 students of the teacher education college and central committee members of green ribbon campaign staged a peaceful protest against a month extension of the school year in basic education schools. They marched along Magway University road and ended the protest at the front of the regional education administrator office. [size= over 300]",0,1580236229,MMR -7669769,104,MMR9596,9596,24-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Yan,20.5964,92.658,2,Development Media Group,Subnational,"On 24 January 2020, south of Kyauk Yan Village, in Thein Taung Village Tract, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. Villagers had to flee to nearby villages and town.",0,1612998728,MMR -7671862,104,MMR10610,10610,24-Jan-20,2020,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Network for Human Rights Documentation-Burma,Other,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0,1618511840,MMR -7669823,104,MMR9602,9602,24-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Maung Hpyu (Da Pyu Chaung),20.6395,92.7219,2,Development Media Group,Subnational,"On 24 January 2020, in Maung Hpyu village, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -6765908,104,MMR9595,9595,24-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 24 January 2020, near Kone Mon Village, in Hsipaw Township, in northern Shan State, two men and one woman were found dead with gunshot injuries at a drug trading place. It was unknown who or which group shot them. It is the third time that this kind of incident happened at the same drug trading place.",3,1618511846,MMR -7669657,104,MMR9600,9600,24-Jan-20,2020,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0,1612998728,MMR -7235281,104,MMR10611,10611,24-Jan-20,2020,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Network for Human Rights Documentation-Burma,Other,"Around 24 January 2020 (between 24 January-25 January), between Kyauk Lone Gyi and Sein Si villages (Namhsan Township, Kyaukme District, Shan State), a villager forced to guide Myanmar military was injured by a mine explosion.",0,1618515238,MMR -6765828,104,MMR9593,9593,23-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group; Shan Herald Agency for News,Subnational-National,"On 23 January 2020, in Kyaukme Township, in northern Shan State, three villagers of Ahr Pyaung who were travelling on a motorbike to chop wood near the village stepped on a landmine and were injured.",0,1618515251,MMR -6765856,104,MMR9591,9591,23-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago-East,Bago,Bago,Bago,17.3352,96.4813,1,Democratic Voice of Burma,National,"On 23 January 2020, in Bago Town, in Bago Township, in Bago Region, Bago township basic education workers' union and students from All Burma Federation of Students' Union of Bago University led a green ribbon campaign at the General Aung San statue in Bago. The campaign was organized against a month extension of the school year in basic education schools. [size=no report]",0,1618515254,MMR -6765857,104,MMR9594,9594,23-Jan-20,2020,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Paleik,21.8134,96.0467,1,Democratic Voice of Burma,National,"Around 23 January 2020, in Paleik Town, in Sintgaing Township, in Mandalay Region, about 70 workers of EABC juice factory located on Yangon-Mandalay highway staged a protest against the employer's prohibition of the workers to form a union and against the violation of labour rights. The Myanmar Industrial Crafts and Services Trade Union Federation assisted the protesting workers. [size=about 70]",0,1580236230,MMR -6765878,104,MMR9592,9592,23-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Mizzima,National,"On 23 January 2020, in Yangon Region, about 30 students led by Dagon University Student Union organized 'a walk to university' campaign to bring the attention of the concerned authorities to the lack of direct bus route from South Dagon to Dagon University. Students began the campaign on January 22. [size=30]",0,1618515260,MMR -6765827,104,MMR9587,9587,22-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Myanmar Times; Democratic Voice of Burma,National,"On 22 January 2020, in Kyaukse Town, in Kyaukse Township, in Mandalay Region, about 200 farmers from 8 villages staged a protest in demand of the right to work in their farmlands which were confiscated by Alpha cement and Sin Min cement factories from 1991-1992. [size=about 200]",0,1580236229,MMR -6765854,104,MMR9589,9589,22-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Myanaung,Myanaung,18.2869,95.3177,1,Democratic Voice of Burma,National,"On 22 January 2020, in Myanaung Town, in Myanaung Township, in Ayeyarwaddy Region, teachers, students and about 411 parents participated in a green ribbon campaign to protest against a month extension of the school year in basic education schools. A central committee member of Basic Education Workers Union central said that they will continue the green ribbon campaign and collecting the signatures in support of the campaign. [size=more than 411]",0,1580236230,MMR -6765877,104,MMR9586,9586,22-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-East,Dagon Myothit-North,Dagon Myothit (North),16.8808,96.1893,2,Mizzima,National,"On 22 January 2020, in Yangon Region, about 30 students led by Dagon University Student Union organized 'a walk to university' campaign to bring the attention of the concerned authorities to the lack of direct bus route from South Dagon to Dagon University. [size=30]",0,1618515296,MMR -6765906,104,MMR9588,9588,22-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Mong Tin Ywar Ma,22.5205,96.9463,2,Shan Herald Agency for News,Subnational,"On 22 January 2020, in between Mong Tin Ywar Ma and Nam Hsawt Villages, in Mong Tin Village Tract, in Kyaukme Township, in northern Shan State, a clerk at the General Administration Department was stopped and shot by two unknown men on his way back from Mong Tin village to Kyaukme. The clerk was injured.",0,1618515305,MMR -6765907,104,MMR9585,9585,21-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Taung Poet Loet,22.7517,96.786,1,Shan Herald Agency for News,Subnational,"On 21 January 2020, in Taung Po Lo (Taung Poet Loet) Village, in Tawt Sang Village Tract, in Kyaukme Township, in northern Shan State, a woman stepped on a landmine and was injured.",0,1618515338,MMR -7671934,104,MMR9584,9584,21-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Network Media Group,National,"On 21 January 2020, in Pan Law village, near Za Yang Village Tract, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1618515346,MMR -7669805,104,MMR9581,9581,20-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,1,Development Media Group,Subnational,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0,1612998728,MMR -7671598,104,MMR9575,9575,20-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Kyway Thaung,21.4032,92.7981,2,Narinjara News,National,"On 20 January 2020, near Kyway Thaung Village, in Paletwa Township, in Chin State, the Myanmar military attacked the Arakan Army's camp located 5.2 km away from Kyway Thaung village. The military forces attacked AA members using two fighter jets. It also used a drone to bomb AA members. Military battalions 289 and 216 based in Paletwa also fired rockets targeting AA. During the two offensives that day, eight Myanmar military soldiers were killed and four AA members were injured.",8,1618515366,MMR -7818553,104,MMR9576,9576,20-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Mizzima; Democratic Voice of Burma,National,"On 20 January 2020, in Mandalay City, in Mandalay Region, about 100 students of Mandalay and Monywa Education Colleges staged a protest against a month extension of the school year in basic education schools. Protesters marched from 35th street to the Manaw Yaman playground. [size=about 100]",0,1618442049,MMR -6765882,104,MMR9574,9574,20-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kamaryut,Kamayut,16.8277,96.1324,2,Myanmar Times,National,"On 20 January 2020, in Kamayut Township, in Yangon Region, 15 student unions staged a protest inside the Yangon University compound in support of the strike by Mandalay University students. Mandalay University students are on strike to demand the government issue the investigation results regarding the construction of a food court without going through the tender process. [size=no report]",0,1618515367,MMR -6765895,104,MMR9579,9579,20-Jan-20,2020,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Namhsan,22.965,97.1615,2,Network Media Group,National,"Around 20 January 2020, in Pang Nin Village Tract, in Namhsan Township, in northern Shan State, a villager stepped on a landmine and was injured.",0,1618515370,MMR -7671886,104,MMR9578,9578,20-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Network Media Group,National,"On 20 January 2020, in lower part of Nam Seik Village, in Man Sat Village Tract, in Namhkan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1618515370,MMR -7671950,104,MMR9582,9582,20-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Tawt Hpei,22.6763,97.1057,1,Network Media Group,National,"On 20 January 2020, in Tawt Hpei Village, in Kun Kaw Village Tract, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1618515380,MMR -7671718,104,MMR9573,9573,20-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Kha Sar,20.6989,93.019,2,Narinjara News,Subnational,"On 20 January 2020, in between Ah Kha Sar and Oke Kyut Villages, in Kyauktaw Township, in Rakhine State, fighting broke out on the Kaladan river between the Myanmar military navy (5 vessels) and the Arakan Army. A villager from Ah Kha Sar village was injured as he was hit by stray bullets.",0,1612998733,MMR -6765824,104,MMR9571,9571,19-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Narinjara News; Development Media Group,Subnational,"On 19 January 2020, in northeast of Shwe Kyin Village, in Htein Pin Village Tract, in Minbya Township, in Rakhine State, eight people including three boys and two girls were injured in a landmine explosion while they went to the forest to cut firewood.",0,1580236229,MMR -6765883,104,MMR9567,9567,19-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Buddhaw,20.6266,92.9414,2,Narinjara News,Subnational,"On 19 January 2020, near Buddhaw Village, in Pet Khwet Seik Village Tract, in Ponnagyun Township, a villager of Chaung Tu village stepped on a landmine and was injured while he went to look for wood near Sa Nwin mountain near the village. This was the second such incident that day.",0,1580236230,MMR -6765885,104,MMR9566,9566,19-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Buddhaw,20.6266,92.9414,2,Narinjara News,Subnational,"On 19 January 2020, in west of Buddhaw Village, in Pet Khwet Seik Village Tract, in Ponnagyun Township, in Rakhine State, a villager of Buddhaw stepped on a landmine and was injured while he went to look for wood near a mountain in west of the village.",0,1580236230,MMR -6765897,104,MMR9572,9572,19-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); STUM: Solidarity Trade Union of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,New Straits Times (Malaysia),Regional,"On 19 January 2020, in Shwepyithar Township, in Yangon Region, a group of workers staged a protest in demand of the new daily minimum wage to be set at 8,000 kyat. The protest was organized by the Solidarity Trade Union of Myanmar. [size=no report]",0,1618515403,MMR -7671937,104,MMR9569,9569,19-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan-North,Pa Laung Self-Administered Zone,Namhsan,Ho Lat,22.9642,97.0802,1,Network Media Group,National,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0,1618515411,MMR -7671805,104,MMR9570,9570,19-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Narinjara News,Subnational,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1,1612998734,MMR -6765823,104,MMR9568,9568,19-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times; Mizzima,National,"On 19 January 2020, in Hlaingthayar Township, in Yangon Region, more than 5,000 workers from 20 garment unions rallied at the front of Aung Myay Thar Yar football playground and staged a protest walk in the township. Workers demanded to set a new minimum wage on May 2020, to get a living wage and to regulate the rise in living expenses by the government. [size=more than 5,000]",0,1618515422,MMR -6746457,104,MMR9559,9559,18-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Ngapudaw,Ngapudaw,16.545,94.6922,1,Democratic Voice of Burma,National,"On 18 January 2020, in Ngapudaw Town, in Ngapudaw Township, in Ayeyarwady Region, a green ribbon campaign was organized at a high school in Ngapudaw in a protest against a month extension of the school year in basic education schools. The decision to extend the year did not take into account public opinion. [size=no report]",0,1579620371,MMR -6765943,104,MMR9560,9560,18-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Kyauktada,Kyauktada,16.7743,96.1616,2,VOA; Radio Free Asia; Myanmar Times,National-Regional,"On 18 January 2020, in Kyauktada Township, in Yangon Region, about 150 people from more than 50 political and civil society organizations staged a protest in front of Yangon City Hall, calling for the end of the Chinese-run Myitsone Dam project. [size=about 150]",0,1618515437,MMR -6765868,104,MMR9565,9565,17-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Matupi,Paletwa,Nga Shar,21.5184,92.7435,1,Khonumthung News,Subnational,"On 17 January 2020, in Nga Shar Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, a woman stepped on a landmine and was injured while she was working on her farmland.",0,1618515465,MMR -6746440,104,MMR9557,9557,17-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-An,Hpa-An,Hpa-an,16.8895,97.6348,2,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 17 January 2020, in Nat Kone village, in Myaing Ka Lay Village Tract, in Hpa-an Township, in Kayin State, thousands of villagers from 27 villages rallied and prayed in front of an altar of a deity in the village. They prayed for a halt to the coal-powered cement factory. The use of coal in the cement factory had caused environmental damage in the village. [size=thousands]",0,1618515469,MMR -6746487,104,MMR9558,9558,17-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 17 January 2020, in Shwepyithar Township, in Yangon Region, workers from other factories joined the protesting workers of Global Wealth wallet factory at their sit-in protest camp. There were currently about 1,700 workers at the protest camp. [size=about 1,700]",0,1618515474,MMR -7670405,104,MMR9556,9556,17-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan-North,Muse,Muse,Hpawng Hseng Ywar Ma,24.111,98.4242,2,Kachin News Group,Subnational,"On 17 January 2020, in Muse Township, in northern Shan State, the Myanmar military LIB 364 under LID 66 attacked on the members of Myanmar National Democratic Alliance Army (MNDAA) at its base in the Hpawng Hseng area (code for Hpawng Hseng Ywar Ma).",0,1618515476,MMR -7671853,104,MMR9554,9554,16-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,2,Narinjara News,Subnational,"On 16 January 2020, near Kyaung Taung Village, in Kyaung Taung Village Tract, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in Mayu River. AA members attacked the military navy vassal at a mouth of a stream near lower Kyaung Taung village. Stray bullets from the clash hit a monastery and a school in Sa Hpo Kyun.",0,1612998734,MMR -6746490,104,MMR9555,9555,16-Jan-20,2020,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),5,Rioters (Myanmar),,5,55,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0,1618515514,MMR -6746496,104,MMR9553,9553,16-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Narinjara News,Subnational,"On 16 January 2020, in Minbya Township, in Rakhine State, the corpse of a villager from upper Nga Pyaw Chaung village in May Lun village tract was found with bullet injures under a bush near Yangon-Sittwe highway. He went missing on January 11 after a clash broke out in his locality.",1,1579620371,MMR -6765879,104,MMR9564,9564,15-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Insein,Insein,16.9018,96.096,2,Mizzima,National,"On 15 January 2020, in Insein Township, in Yangon Region, more than 50 former political prisoners and activists staged a protest in demand of the release of political prisoners and the amendment of outdated prison laws. Protesters marched from near the Insein prison along Ywa Ma-Min Stupa. [size=more than 50]",0,1618515543,MMR -6746439,104,MMR9552,9552,15-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Democratic Voice of Burma; Myanmar Times,National,"On 15 January 2020, in Sagaing Town, in Sagaing Township, in Sagaing Region, a green ribbon campaign led by Sagaing Education College students' union was launched in a protest against a month extension of the school year in basic education schools. More than 50 students joined the campaign. [size=more than 50]",0,1579620371,MMR -6746499,104,MMR9551,9551,15-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 15 January 2020, near May Lun Village, in May Lun Village Tract, in Minbya Township, in Rakhine State, three unidentified corpses were found at the foothill of Hpar Hpyo mountain located two miles away from May Lun. The bodies were found in an area where a fierce battle took place between the Myanmar military and the Arakan Army recently.",3,1579620371,MMR -7671837,104,MMR9549,9549,14-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0,1612998734,MMR -6746458,104,MMR9548,9548,14-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Lashio,Tangyan,Nar Mon,22.8412,98.1041,2,Democratic Voice of Burma,National,"On 14 January 2020, near Nar Mon Village, in Kun Hlyoe Village Tract, in Lashio Township, in northern Shan State, two men were found dead with gunshot injuries after residents of Nar Mon had heard the sound of gunshots from a cemetery. The incident took place in an area that drug users usually frequent.",2,1618515582,MMR -6746489,104,MMR9550,9550,14-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-West,Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 14 January 2020, in Dagon Township, in Yangon Region, workers of Global Wealth wallet factory located in Thar Du Kan industrial zone in Shwepyithar township rallied in front of the Yangon Region government office calling for the Yangon Region Minister or the Immigration and Human Resources Minister to resolve the matter of the dismissal of 65 workers. [size=no report]",0,1618515588,MMR -6770912,104,MMR9563,9563,14-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Hlaingtharya-East,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 14 to 30 January 2020, in Hlaingthayar Township, in Yangon Region, about 300 workers of Hunter Myanmar garment factory staged a sit-in protest camp in front of the factory calling for the 14-point demand including the reinstatement of the dismissed workers and annual bonus. The workers also blockaded the Chinese technicians at the factory from going out of the factory. Though the dispute agreement was supposedly planned to sign on January 30, the employer failed to sign and ran away. Thus, the workers decided to continue their protest. [size=about 300]",0,1618515606,MMR -6746463,104,MMR9547,9547,13-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 13 January 2020, in Mawlamyine Town, in Mawlamyine Township, in Mon State, a green ribbon campaign was held inside the compound of Mawlamyine education college in a protest against a month extension of the school year in basic education schools. The Mawlamyine education college student union also issued a statement. [size=no report]",0,1579620371,MMR -6746488,104,MMR9546,9546,13-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Times,National,"On 13 January 2020, in Monywa Town, in Monywa Township, in Sagaing Region, a green ribbon campaign was launched at Monywa Education College in a protest against a month extension of the school year in basic education schools. [size=no report]",0,1579620371,MMR -7672719,104,MMR9543,9543,13-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,VOA,International,"On 13 January 2020, in between Ann and Myebon Townships, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7672756,104,MMR9544,9544,13-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 13 January 2020, in between Minbya and Myebon Townships, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -6746438,104,MMR9536,9536,12-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan-North,Kyaukme,Kyaukme,Chaung Chauk,22.5488,97.1464,2,Myanmar Times; Shan Herald Agency for News,Subnational-National,"On 12 January 2020, near Chaung Chauk Village, in Chaung Chauk Village Tract, in Kyaukme Township, in Shan State, unknown men fired shots at a vehicle carrying cattle in between miles posts 117-3 and 117-4 on Mandalay-Muse highway. As a result, a man who was hit by gunshot died due to the injuries.",1,1618515654,MMR -6746486,104,MMR9542,9542,12-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon-North,Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 12 January 2020, in Shwepyithar Township, in Yangon Region, the workers of Global Wealth factory located in Thar Du Kan industrial Zone in Shwepyithar marched from the factory to the front of Shwepyithar town hall calling for the reinstatement of dismissed workers and for government action against the employer who violated their agreement. In addition to 65 dismissed workers of Global Wealth, workers from other factory unions also joined the protest. There were about 300 protesters in total. [size= about 300]",0,1618515669,MMR -7672707,104,MMR9540,9540,12-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA,International,"On 12 January 2020, in Rathedaung Township, in Rakhine State, Myanmar military fired artillery shells more than 110 times targeting the AA. Battalions 536 and 537 based in Rathedaung town and a battalion in Yae Soe Chaung also fired the artillery.",0,1612998736,MMR -6746517,104,MMR9541,9541,12-Jan-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Tar Long,23.8682,97.9921,2,Shan Herald Agency for News,Subnational,"On 12 January 2020, in between the villages of Tar Long in and Maw Tawng, in Muse Township, in northern Shan State, an armed group set a 12-wheeler truck on fire after the passengers failed to pay money to the group. The driver and the spare also went missing.",0,1579620371,MMR -7671731,104,MMR9537,9537,12-Jan-20,2020,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Me Let Maung,19.8768,93.8835,1,Narinjara News,Subnational,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0,1612998733,MMR -7672777,104,MMR9539,9539,12-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 12 January 2020, in southeast of Minbya Township, in Rakhine State, Myanmar military launched an offensive targeting the AA at a mountain range located a kilometer away in southeast of Minbya. Casualties are unknown.",0,1612998736,MMR -7671759,104,MMR9538,9538,12-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyein Taw,20.6207,92.6976,2,Narinjara News,Subnational,"On 12 January 2020, near Pyein Taw Village, in Pyein Taw Village Tract, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in the mountain range near the village. The military used two helicopters and a fighter jet in the attack.",0,1612998733,MMR -7672577,104,MMR9533,9533,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,VOA,International,"On 11 January 2020, in northwest of Sa Hnyin Village, Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a mountain range in northwest of the village.",0,1612998735,MMR -7672584,104,MMR9528,9528,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,VOA,International,"On 11 January 2020, in Gwa Son Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a mountain range in northeast of the village.",0,1612998735,MMR -7671817,104,MMR9530,9530,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nyaung Pin Hla,20.6191,92.7102,2,Narinjara News,Subnational,"On 11 January 2020, near Nyaung Pin Hla and Ma Nyin Taung Villages, in Yae Myet and Pyein Taw Village Tracts, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military used two helicopters in the attack.",0,1612998734,MMR -7671606,104,MMR9518,9518,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Aung Ze Ya,20.6186,92.6093,2,Narinjara News,Subnational,"On 11 January 2020, in between the villages of Aung Ze Ya in Pauk Taw Village Tract and Hpet Leik Pauk Taw, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near the Mayu riverbank.",0,1612998733,MMR -7672642,104,MMR9535,9535,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,VOA,International,"On 11 January 2020, in Tin Ma Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army around the mountain range in the village.",0,1612998736,MMR -6746435,104,MMR9516,9516,11-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shan Herald Agency for News,Subnational,"On 11 January 2020, in Kone Mon Village, in Hsipaw Township, in northern Shan State, two bodies of unknown men with gunshot injuries were found near Kone Mon village. It was unknown who shot them dead. Fighting between armed groups has frequently occurred in the township in recent years.",2,1579620287,MMR -6746437,104,MMR9531,9531,11-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 11 January 2020, in Pathein Town, in Pathein Township, in Ayeyarwady Region, the workers of Hua Hmong garment factory rallied in front of the regional government office to get to meet with the Regional Minister. The workers wanted to talk with the Minister about violations of workers' rights and the broken promises of the Labour Minister. Police and officials from GAD arrived at the front of the office and warned the workers that they could not stay front of the office. The workers asserted that they will not leave the place until they could meet with the Minister. [size=no report]",0,1579620371,MMR -7672652,104,MMR9515,9515,11-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Ohn Taw,20.0307,93.3782,1,VOA,International,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1,1612998736,MMR -7671634,104,MMR9519,9519,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 11 January 2020, near May Lun Village, in May Lun Village Tract, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military artillery station near the Kyein Taung Pagoda fired artillery shells in the attack and the military also attacked using two helicopters. Casualties were unknown.",0,1612998733,MMR -7671657,104,MMR9517,9517,11-Jan-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Nyin Taung,20.6412,92.7004,2,Narinjara News,Subnational,"On 11 January 2020, near Ma Nyin Taung Village, in Pyein Taw Village Tract, in Rathedaung Township, in Rakhine State, Myanmar military attacked the mountain range using helicopters and fighter jets located near the Yae Myet village south of Ma Nyin Taung.",0,1612998733,MMR -7672689,104,MMR9534,9534,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Thay Kan,20.4067,93.3208,2,VOA,International,"On 11 January 2020, around Thay Kan Village, in San Ba Lay Village Tract, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -6746495,104,MMR9527,9527,11-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,May Lun,20.2367,93.3839,2,Narinjara News,Subnational,"On 11 January 2020, near May Lun Village, in May Lun Village Tract, in Minbya Township, in Rakhine State, a villager of Kan Ni disappeared on his way back home after shopping car accessories. He was found dead with injuries in his head and right rib on January 18. There was a battle between the Myanmar military and the Arakan Army near the village and on the date he disappeared.",1,1579620371,MMR -7671735,104,MMR9532,9532,11-Jan-20,2020,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyein Taw,20.6207,92.6976,2,Narinjara News,Subnational,"On 11 January 2020, near Pyein Taw Village, in Pyein Taw Village Tract, in Rathedaung Township, in Rakhine State, Myanmar military attacked on the members of the Arakan Army using two helicopters and a fighter jet.",0,1612998733,MMR -7671736,104,MMR9529,9529,11-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Police Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Narinjara News,Subnational,"On 11 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, two police vehicles which were transporting family members of the local police force after a shopping trip were attacked by remote landmine by the Arakan Army near a pagoda. The vehicles were damaged but no one was injured.",0,1612998733,MMR -6719936,104,MMR9520,9520,11-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Yoke Thar,20.8771,92.9812,1,Network Media Group,National,"On 11 January 2020, in Yoke Thar Village, in Na Ga Yar Village Tract, in Kyauktaw Township, in Rakhine State, two children and a woman were injured by an explosion in the village. The Myanmar military troops stayed in the village before the explosion.",0,1579013377,MMR -6770909,104,MMR9514,9514,11-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),All Myanmar Taxi Drivers Union; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima; Myanmar Times,National,"On 11 January 2020, in Kyauktada Township, in Yangon Region, about 100 taxi drivers led by All Myanmar Taxi Drivers Union staged a protest in front of the Mahabandoola Park. They demanded to get the right to use heat stickers, to take action on the vehicles operating without a business license and to help the taxi and drivers for their betterment. [size=about 100]",0,1580830010,MMR -7669473,104,MMR9526,9526,11-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,VOA; BBC News,International,"On 11 January 2020, southeast of Hpar Hpyo (Chin) Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military used two helicopters in the attack. AA reported that the military had lost more than 15 soldiers and some soldiers from both sides were injured as well. A 54-year-old man also went missing after the clash and is believed to have been detained by the military.",15,1612998728,MMR -7672681,104,MMR9513,9513,10-Jan-20,2020,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,1,VOA,International,"On 10 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, a landmine exploded when a column of Myanmar military arrived near the village. The military then fired gunshots and thus three civilians including a child were injured.",0,1612998736,MMR -6719879,104,MMR9510,9510,10-Jan-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Teachers (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,An Kho Wa,21.3127,92.8902,2,Development Media Group; Khonumthung News,Subnational-National,"On 10 January 2020, in between the villages of An Kho Wa in Ta Man Thar Village Tract and Sein Sin Village, in Paletwa Township, in Chin State, a primary school headmaster from See Hpa Laung village and two other men from Kyet U Wa village were found dead with knife wounds in a forest. Khumi Affairs Coordination Council (KACC) claimed that these three men were abducted by the Arakan Army on January 7. AA denied the accusation.",3,1579013377,MMR -7672466,104,MMR9512,9512,10-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Me Let Maung,19.8768,93.8835,1,Tribunnews,Regional,"On 10 January 2020, in Me Let Maung Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7818643,104,MMR9511,9511,10-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 10 January 2020, in Mandalay City, in Mandalay Region, Mandalay Education College Student Union led a campaign to oppose the decision regarding a month extension of the school year at basic education schools. The campaign was launched at Mandalay Education College. [size=no report]",0,1618442049,MMR -7671745,104,MMR9525,9525,10-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nyaung Pin Hla,20.6191,92.7102,2,Narinjara News,Subnational,"On 10 January 2020, near Nyaung Pin Hla and Ma Nyin Taung Villages, in Yae Myet and Pyein Taw Village Tracts, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military used two helicopters in the attack.",0,1612998733,MMR -7671575,104,MMR9507,9507,9-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 9 January 2020, in Mrauk-U Township, in Rakhine State, a landmine exploded on the Yangon-Sittwe road when a column of Myanmar military arrived at a crossroad. The military fired random gunshots after the explosion.",0,1612998733,MMR -6765905,104,MMR9562,9562,9-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 9 January 2020, in Namhsan Township, in northern Shan State, a man was killed in a landmine explosion.",1,1580236230,MMR -6765939,104,MMR9363,9363,9-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Kangyidaunt,Kangyidaunt,16.9329,94.8947,1,Democratic Voice of Burma; BBC News; Irrawaddy,National-International,"From 9 December to 13 January 2020, in Kangyidaunt Town, in Pathein Township, in Ayeyarwady Region, about 500 workers of Hua Hmong garment factory had been staging a sit-in strike in front of the factory regarding the violation of a dispute agreement by the employer. The workers called a ferry to commute to the factory, the dismissal of the factory manager and for bonuses. Workers finally reached an agreement with the employer on January 13 and returned to work the next day. [size= about 500]",0,1580236241,MMR -6746485,104,MMR9524,9524,9-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Taungoo,Kyaukkyi,Kyaukkyi,18.3264,96.7695,1,Myanmar Times,National,"On 9 January 2020, in Kyaukkyi Town, in Kyaukkyi Township, in Bago Region, hundreds of residents staged a demonstration and urged the Myanmar military and the Karen National Union to stop troop buildups in the area, to observe the Nationwide Ceasefire Agreement and to relocate the military camps away from populated areas to keep the civilians safe. [size=hundreds]",0,1579620371,MMR -7669893,104,MMR9508,9508,9-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,1,Development Media Group,Subnational,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0,1612998729,MMR -7669908,104,MMR9522,9522,9-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nyaung Pin Hla,20.6191,92.7102,1,Development Media Group,Subnational,"On 9 January 2020, in Nyaung Pin Hla Village, in Yae Myet Village Tract, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. Most residents of the village fled the village due to the clash. 33 villagers who were trapped were rescued on January 15.",0,1612998729,MMR -6746516,104,MMR9523,9523,9-Jan-20,2020,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Han,23.5058,98.0056,1,Shan Herald Agency for News,Subnational,"On 9 January 2020, in Maw Han Village Tract, in Kutkai Township, in northern Shan State, a man was shot dead by a member of Ta'ang National Liberation Army. He was returning back from Tar Moe Nye on a motorbike when a TNLA soldier ordered him to stop. He did not stop. The TNLA soldier shot him.",1,1579620371,MMR -7818653,104,MMR9505,9505,9-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia; Myanmar Times,National-Regional,"From 9 January until 21 January 2020, in Mandalay City, in Mandalay Region, about 10 students from the Mandalay University student union went on strike and protested in front of the main building of the university. The students are calling for the government to release the results of an investigation over the food court construction. [size= about 10]",0,1618442049,MMR -7671712,104,MMR9502,9502,9-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kha Maung Taw,19.8563,93.9053,2,Narinjara News,Subnational,"On 9 January 2020, in between Kha Maung Taw Village and Ohn Chaung bridge, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military twice in one day. The military used fighter jets in the attack.",0,1612998733,MMR -6719911,104,MMR9504,9504,9-Jan-20,2020,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Chaung Taung,15.2331,97.8499,1,Independent Mon News Agency,Subnational,"On 9 January 2020, in Chaung Taung Village, in Chaung Taung Village Tract, in Ye Township, in Mon State, two unknown young men on a motorbike shot a villager in Chaung Taung. The villager was injured.",0,1579013377,MMR -6719931,104,MMR9503,9503,9-Jan-20,2020,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,1,Narinjara News,Subnational,"On 9 January 2020, in Myebon Town, in Myebon Township, in Rakhine State, five unknown men abducted a youth from the town while he went out for a walk. He was able to run and escaped.",0,1579013377,MMR -7672573,104,MMR9506,9506,9-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Me Let Maung,19.8768,93.8835,2,VOA,International,"On 9 January 2020, near Me Let Maung Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -6746433,104,MMR9499,9499,8-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 8 January to 15 January 2020, in Hlaingthayar Township, in Yangon Region, about 700 workers of Han Kee Myanmar garment factory in Shwe Lin Ban industrial zone had been protesting in front of the factory calling for 15 demands including the attendance bonus and the skilled bonus. The workers reached an agreement on January 15 and returned to work. [size=about 700]",0,1579620287,MMR -7670362,104,MMR9497,9497,8-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Kachin News Group,Subnational,"On 8 January 2020, in Kutkai Township, in northern Shan State, Myanmar military attacked the Ta'ang National Liberation Army near Man Yawt village located between Kutkai and Nam Hpat Kar.",0,1612998730,MMR -7672686,104,MMR9496,9496,8-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Gwa Son,20.7039,92.6315,2,VOA,International,"On 8 January 2020, near Gwa Son Village, in Thin Paung Chaung Village Tract, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military used helicopters in the attack.",0,1612998736,MMR -6719929,104,MMR9500,9500,8-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 8 January 2020, in Sagaing Town, in Sagaing Township, in Sagaing Region, dozens of Sagaing Education University students staged a protest against a month extension of the school year in basic education schools. [size=dozens]",0,1579013377,MMR -6719957,104,MMR9501,9501,8-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"On 8 January 2020, in Kutkai Township, in northern Shan State, residents stated that the sounds of artillery fire were heard but which group fired the artillery shell and in which area was unknown.",0,1579013377,MMR -6770908,104,MMR9509,9509,8-Jan-20,2020,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kyee Lay (Lower),21.4433,92.7852,1,Mizzima; BBC News; VOA; Irrawaddy,National-International,"On 8 January 2020, in Kyee Lay Village, in Kyee Lay Village Tract, in Paletwa Township, in Chin State, the Arakan Army abducted 130 villagers from Kyee Lay to work as guides. The Arakan Army later confessed that its members beat some out of the abducted villagers of Kyee Lay during interrogation.",0,1580830010,MMR -6770911,104,MMR9477,9477,8-Jan-20,2020,2,Violence against civilians,Sexual violence,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Women (Myanmar); Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kyee Lay (Lower),21.4433,92.7852,2,Irrawaddy,National,"Around 8 January 2020, in Kyee Lay village, Paletwa Township, in Chin State, a member of the Arakan Army attempted to rape an ethnic Khumi woman and the members also beat the elders in the community and her parents who tried to stop the rape.",0,1580830010,MMR -7669472,104,MMR9498,9498,8-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Irrawaddy; Kachin News Group,Subnational-National,"On 8 January 2020, in Hseni Township, in northern Shan State, the Myanmar military fired several artillery shells targeting the Kachin Independence Army's training camp located between Loidau and Gang Mung. KIA forces retaliated the attack by the military. The training camp was under the control of KIA's battalion 17 under brigade 10. A KIA officer reported that no one was injured by the attack.",0,1612998728,MMR -6995169,104,MMR9890,9890,8-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 8 January to 13 January 2020, in Hlaingthayar Township, in Yangon Region, about 250 workers of Lat War company-owned garment factory 2 in Industrial Zone 2 were on strike to demand for labor rights. [size= about 250]",0,1584451413,MMR -7669832,104,MMR9491,9491,7-Jan-20,2020,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,2,Development Media Group,Subnational,"Around 7 January 2020, near Dar Let Chaung Village, in Dar Let Village Tract, in Ann Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7669858,104,MMR9488,9488,7-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Development Media Group,Subnational,"On 7 January 2020, in between Kin Chay and Pyin Wun Villages, in Ann Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998729,MMR -6869152,104,MMR9685,9685,7-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 7 January 2020, in Hlaingthayar Township, in Yangon Region, workers of Gust Myanmar protested to demand attendance bonuses and target bonuses. [size=no report]",0,1582045495,MMR -7818676,104,MMR9494,9494,7-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Radio Free Asia,Regional,"On 7 January 2020, in Yangon City, in Yangon Region, the green ribbon campaign was launched at Yangon Education College to oppose the decision regarding a month extension of the school year at basic education schools. The campaign was led by the Yangon Education College Student Union. [size=no report]",0,1618442049,MMR -6719952,104,MMR9493,9493,7-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 7 January 2020, in Myitkyina Town, in Kachin State, about 100 Kachin people staged a protest against a plan to only write the Kachin Manau Festival name in the Burmese language on the signboard and not in the Kachin language. The Kachin Manau Festival will be held in Myitkyina on January 10. [size=about 100]",0,1579013377,MMR -6719954,104,MMR9495,9495,7-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 7 January 2020, in Magway Town, in Magway Region, a sticker campaign was launched at Magway Education College to oppose the decision regarding a month extension of the school year at basic education schools. The campaign was led by the Magway Education College Student Union. [size=no report]",0,1579013377,MMR -7669470,104,MMR9487,9487,7-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Narinjara News; VOA,Subnational-International,"On 7 January 2020, near Hpar Hpyo (Chin) Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Arakan Army ambushed a convoy of five Myanmar military vehicles that were travelling through the union highway to its military training school in Myebon township. The ambush was followed by the gun-fighting between the two. The military reported that two vehicles were destroyed and some soldiers were injured in the attack. Some residents claimed that 4-6 soldiers were injured.",0,1612998728,MMR -7669471,104,MMR9490,9490,7-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Teik Tu Pauk,20.7758,92.613,2,Radio Free Asia; Development Media Group,Subnational-Regional,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4,1612998728,MMR -6719980,104,MMR9489,9489,7-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Nga Shar,21.5184,92.7435,1,VOA,International,"On 7 January 2020, in Nga Shar Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, a landmine exploded and a woman was injured.",0,1579013377,MMR -7672097,104,MMR9484,9484,6-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aung Seik,20.5825,92.9802,2,Radio Free Asia,Regional,"On 6 January 2020, near the villages of Aung Seik and Kyay Ta Pin, in Aung Seik Village Tract, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. No one was injured.",0,1612998734,MMR -7672664,104,MMR9485,9485,6-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chut Pyin,20.5698,92.6405,2,VOA,International,"On 6 January 2020, on a road in west of Chut Pyin Village, in Chut Pyin Village Tract, in Rathedaung Township, in Rakhine State, the Arakan Army claimed that fighting broke out between the Myanmar military and AA and that five military soldiers were killed and 10 were injured. AA also stated that one AA soldier was also killed. However, the military claimed that no battle took place in Chut Pyin village.",6,1612998736,MMR -6719958,104,MMR9486,9486,6-Jan-20,2020,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 6 January 2020, near Mong Ngawt Sub-township, in Kyaukme Township, in northern Shan State, two men stepped on a landmine and one man was seriously injured.",0,1579013377,MMR -6746456,104,MMR9521,9521,5-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 5 January 2020, in Pathein Town, in Pathein Township, in Ayeyarwady Region, the workers of Hua Hmong garment factory rallied in front of the regional government office, calling for a meeting with the Regional Minister over the violation of workers' rights. [size=no report]",0,1579620371,MMR -7672007,104,MMR9481,9481,5-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Radio Free Asia,Regional,"On 5 January 2020, in Mrauk-U Township, in Rakhine State, Myanmar military claimed that fighting broke out between the Myanmar military and the Arakan Army twice--once near Ya Maung bridge.",0,1612998734,MMR -7669468,104,MMR9482,9482,5-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group; Radio Free Asia,Subnational-Regional,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0,1612998728,MMR -7669469,104,MMR9483,9483,5-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,BBC News; VOA,International,"On 5 January 2020, near War Tho Kho Village, in War Kaw Kyay Village Tract, in Hpapun Township, in Kayin State, a clash broke out between the Myanmar military and the Karen National Liberation Army.",0,1612998728,MMR -7669864,104,MMR9479,9479,4-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Kha Maung Taw,19.8563,93.9053,1,Development Media Group,Subnational,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0,1612998729,MMR -7669467,104,MMR9480,9480,4-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,BBC News; VOA,International,"On 4 January 2020, near War Tho Kho Village, in War Kaw Kyay Village Tract, in Hpapun Township, in Kayin State, a clash broke out between the Myanmar military and the Karen National Liberation Army.",0,1612998728,MMR -7671330,104,MMR10190,10190,3-Jan-20,2020,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021) Border Guard Force,7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 3 January 2020, in Myawaddy Town, Myawaddy Township, Myawaddy District, Karen State, an unknown gunman attacked a former BGF officer with two grenades which injured him.",0,1612998732,MMR -7669466,104,MMR9478,9478,3-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,VOA; BBC News,International,"On 3 January 2020, near War Tho Kho Village, in War Kaw Kyay Village Tract, in Hpapun Township, in Kayin State, a clash broke out between the Myanmar military and the Karen National Liberation Army.",0,1612998728,MMR -7672628,104,MMR9465,9465,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,VOA,International,"On 2 January 2020, in south of Hnone Bu Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, Myanmar military claimed that about 150 members of the Arakan Army attacked a column of the military. There were no casualties.",0,1612998735,MMR -7671355,104,MMR10125,10125,2-Jan-20,2020,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,1,Karen Peace Support Network,Other,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0,1612998732,MMR -7669599,104,MMR9466,9466,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kyway Thaung,21.4032,92.7981,2,BBC News,International,"On 2 January 2020, near Kyway Thaung Village, in Kyway Thaung Village Tract, in Paletwa Township, in Chin State, clashes broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7669600,104,MMR9472,9472,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Zu Kaing,19.9257,93.7929,1,BBC News,International,"On 2 January 2020, in Zu Kaing Village, in Zu Kaing Village Tract, in Ann Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army.",0,1612998728,MMR -7669602,104,MMR9469,9469,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,BBC News,International,"On 2 January 2020, east of Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. Residents claimed that the military fired from fighter jets, helicopters, and driverless drones targeting the mountain ranges near the village.",0,1612998728,MMR -7670131,104,MMR9471,9471,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,War Tho Kho,17.4639,97.5778,2,Irrawaddy,National,"On 2 January 2020, near War Tho Kho Village, in War Kaw Kyay Village Tract, in Hpapun Township, in Kayin State, a clash broke out between the Myanmar military battalion 408 and Karen National Liberation Army squadron 3 under battalion 102 under brigade 5. Two villagers were injured during the clash. KNLA's colonel claimed that one military soldier was killed. The military claimed that no one was killed, but a soldier was injured and the KNLA suffered losses.",1,1612998729,MMR -6719862,104,MMR9468,9468,2-Jan-20,2020,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar); All Myanmar Farmers Union,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma,National,"On 2 January 2020, in Pathein Town, in Pathein Township, in Ayeyarwady Region, more than 100 farmers rallied at the Regional Government office to demand the return of their farmlands which were seized by different organizations for different reasons. All Myanmar Farmers' Union also came along with the farmers to rally. [size= more than 100]",0,1579013366,MMR -7672746,104,MMR9467,9467,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Mong Wi,23.6117,97.5054,2,VOA,International,"On 2 January 2020, near Mong Wee Village, in Mong Wee Village Tract, in Namhkan Township, in northern Shan State, fighting broke out between the Myanmar military and about 30 members of the Ta'ang National Liberation Army.",0,1612998736,MMR -7669465,104,MMR9473,9473,2-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,BBC News; VOA,International,"On 2 January 2020, in east of Hpar Hpyo (Chin) Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army near the Ra Maung bridge. AA claimed that three Myanmar military soldiers were killed.",3,1612998728,MMR -7671796,104,MMR9470,9470,2-Jan-20,2020,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thazin Myaing,20.6079,92.6162,2,Narinjara News,Subnational,"On 2 January 2020, near Thazin Myaing Village, in Thein Taung Village Tract, in Rathedaung Township, in Rakhine State, a clash took place between the Arakan Army and four police members who were returning back to the village after they took their salary at a border guard station, according to a local resident. Two police were detained by the AA and the other two escaped. The military accused the AA of the attack on the police members whereas AA denied the accusation.",0,1612998734,MMR -7672068,104,MMR9464,9464,1-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"On 1 January 2020, in Rathedaung Township, in Rakhine State, the Arakan Army claimed that the Myanmar military fired artillery shells.",0,1612998734,MMR -7672152,104,MMR9463,9463,1-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 1 January 2020, in Buthidaung Township, in Rakhine State, the Arakan Army claimed that the Myanmar military fired artillery shells.",0,1612998734,MMR -7670368,104,MMR9461,9461,1-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,3,Kachin News Group,Subnational,"On 1 January 2020, in the area of KIA brigade 4 (coded at Kutkai Township), in northern Shan State, fighting broke out between the Myanmar military battalions under division 99 and the Kachin Independence Army.",0,1612998730,MMR -7231101,104,MMR10572,10572,1-Jan-20,2020,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,La Mu Ta Pin,20.7166,92.9978,1,Narinjara News,Subnational,"On 1 January 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed in the village and injured a 74-year-old man.",0,1600793160,MMR -7669464,104,MMR9462,9462,1-Jan-20,2020,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA; Radio Free Asia,Regional-International,"On 1 January 2020, in west of Twee Taung Village, in Paletwa Township, in Chin State, Myanmar military fired shots at point 904 hill located 4 kilometers away in west of the village. The military also fired using helicopters. This military offensive led a clash with the Arakan Army. AA claimed that there were fatalities on the military side. [Unknown fatalities coded at 3]",3,1612998728,MMR -7671613,104,MMR9459,9459,31-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 31 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army during which the military used helicopters and fighter jets to attack the mountain ranges located a mile away from the village.",0,1612998733,MMR -7315669,104,MMR10839,10839,31-Dec-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Journalists (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Thandwe,Gwa,Gwa,17.5925,94.5722,2,Myanmar Now,National,"On 31 December 2019, between Gwa and Kyeinstali (Gwa Township, Thandwe District, Rakhine State) (coded as Gwa), an unknown assailant shot the editor-in-chief of Myanmar Now while he was in his car. His family members, a colleague, and the colleague's wife and son were in the car where the attack happened. The editor-in-chief had a gunshot wound to the leg which required surgery.",0,1606839253,MMR -6712289,104,MMR9460,9460,31-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Development Media Group,Subnational,"On 31 December 2019, in Rathedaung Township, in Rakhine State, the Arakan Army stopped an express boat ferry near Sa Pho Island and abducted 16 drivers from Inland Water Transport under the Ministry of Transport and Communications. The AA released the abductees on January 1.",0,1578511386,MMR -7669799,104,MMR9458,9458,30-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 30 December 2019, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, there was shooting and artillery fire in the town. Two women were injured due to the shooting. The Arakan Army and a lawmaker claimed that the event was one-sided shooting by the military. However, the military claimed that AA attacked the military and that it didn't return fire.",0,1612998728,MMR -6712384,104,MMR9454,9454,30-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Kan Kone,22.1334,95.0655,1,Myanmar Times,National,"On 30 December 2019, in Kan Kone Village, in Kyauk Myet Village Tract, in Salingyi Township, in Sagaing Region, about 200 residents of Kan Kone staged a protest calling for compensation for the farmlands confiscated by Myanmar Yang Tse Co. Ltd and for the access to drinking water since the underground water source was damaged due to the company's copper mine project. [size= about 200]",0,1578511386,MMR -7672641,104,MMR9452,9452,30-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 30 December 2019, in Minbya Township, in Rakhine State, about 50 members of the Arakan Army attacked the Myanmar military soldiers who were on security at Ra Maung bridge. The military reported that no casualties occurred on its side.",0,1612998736,MMR -6712395,104,MMR9453,9453,30-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Sin Baw Kaing,20.6862,93.22,1,Narinjara News,Subnational,"On 30 December 2019, in Sin Baw Kaing Village, in Maw Ywar Village Tract, in Mrauk-U Township, in Rakhine State, artillery shells fell into Sin Baw Kaing and nearby villages, including Lay Hnyin Taung and Moe Gyoe Kwin. A woman in Sin Baw Kaing was injured as she was hit by the stray artillery.",0,1578511387,MMR -7671901,104,MMR9451,9451,30-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Loi Tauk,23.0299,97.6193,2,Network Media Group,National,"On 30 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army near the village on Lashio-Namtu road.",0,1612998734,MMR -7672669,104,MMR9457,9457,30-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ann Thar,20.4044,93.3211,2,VOA,International,"On 30 December 2019, near the villages of Ann Thar and Thay Kan, in San Ba Lay Village Tract, in Minbya Township, in Rakhine State, the Myanmar military fired with heavy weapons targeting the villages. No casualties occurred.",0,1612998736,MMR -7591816,104,MMR9455,9455,30-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Mizzima,National,"On 30 December 2019, in Kawthaung Town, in Kawthaung Township, in Tanintharyi Region, about 80 local residents staged a protest against the ward administrator and two 100-household heads for failing to take action on a hundred-household head of Shwe Pyi Thar Ward who attempted to rape a 16 year old girl. [size= about 80]",0,1612309987,MMR -6712466,104,MMR9456,9456,30-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,2,Radio Free Asia,Regional,"On 30 December 2019, in Myingyan Township, in Mandalay Region, more than 30 prisoners staged a protest inside the prison. They had 11 demands that they wanted met. [size=more than 30]",0,1578511387,MMR -7671903,104,MMR9447,9447,29-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Pang Sa Yi,22.9353,97.0498,2,Network Media Group,National,"On 29 December 2019, in between Pang Sa Yi and Myo Thit Village and Loi Lam Mountain, in Namhsan Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army. Another clash broke out on top of the mountain and then west of the mountain on the same day.",0,1612998734,MMR -7671935,104,MMR9444,9444,29-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Loi Tauk,23.0299,97.6193,2,Network Media Group,National,"On 29 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army near the village on Lashio-Namtu road. A local villager was hit by the stray artillery and killed during the clash.",1,1612998734,MMR -6712228,104,MMR9450,9450,29-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); LHEO: Let's Help Each Other,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Kangyidaunt,Kangyidaunt,16.9329,94.8947,1,BBC News,International,"On 29 December 2019, in Kangyidaunt Town, in Kangyidaunt Township, in Ayeyarwady Region, the workers of Hua Hmong garment factory who were running a sit-in protest camp in front of the factory for 21 days were able to reach an agreement on five out of 8 points with the employer. Let's Help Each Other labor NGO has assisted the protesting workers in negotiating with the employer. [size=no report]",0,1578511386,MMR -7672752,104,MMR9446,9446,29-Dec-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Oke Taung,20.9531,92.5625,2,VOA,International,"On 29 December 2019, in east of Oke Taung Village, in Oke Taung Village Tract, in Buthidaung Township, in Rakhine State, Myanmar military launched aerial strikes targeting the mountains in the east and northeast of the village. The stray artillery landed into the village.",0,1612998736,MMR -6712291,104,MMR9448,9448,29-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,1,Development Media Group,Subnational,"On 29 December 2019, in Dar Let Village, in Dar Let Village Tract, in Ann Township, in Rakhine State, there was artillery fired on the village. It was unknown who shot the artillery.",0,1578511386,MMR -7671865,104,MMR9441,9441,28-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,1,Network Media Group,National,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0,1612998734,MMR -7671623,104,MMR9443,9443,28-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Ngu Maw (Kone Tan),20.2879,92.7259,2,Narinjara News,Subnational,"On 28 December 2019, near Ah Ngu Maw (Kone Tan) Village, in Ah Ngu Maw (Kone Tan) Village Tract, in Rathedaung Township, in Rakhine State, fighting between the Arakan Army and the Myanmar military took place twice. One clash took place when AA attacked a convoy of the Myanmar BGP police vehicles travelling from Maungdaw and another took place between the AA and the reinforcement troops of the Myanmar military. There were no civilian casualties. Around 300 villagers fled.",0,1612998733,MMR -7671883,104,MMR9440,9440,28-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Nar Hseng,22.9827,97.5212,2,Network Media Group,National,"On 28 December 2019, near the villages of Nar Hseng and Pang Lauk, in Namtu Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998734,MMR -7670094,104,MMR9476,9476,28-Dec-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Independent Mon News Agency,Subnational,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0,1612998729,MMR -6712164,104,MMR9442,9442,28-Dec-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News; Network Media Group,Subnational-National,"On 28 December 2019, in Kone Mon Village, in Kawng Hkan Village Tract, in Hispaw Township, in northern Shan State, three men were found dead with gunshots injuries. Their bodies were found near a drug trading place. It was unknown who shot them.",3,1578511386,MMR -6712241,104,MMR9439,9439,28-Dec-19,2019,2,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Democratic Voice of Burma,National,"Around 28 December 2019, in Ann Township, in Rakhine State, the Myanmar military claimed that the stray artillery fired by the Arakan Army injured six civilians.",0,1578511386,MMR -7669941,104,MMR9438,9438,28-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 28 December 2019, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked Myanmar military soldiers in three locations in the town: near the Agricultural Science School, the Kyauktaw highway and a local power plant. Three men and one woman were injured by the attack. AA claimed that its attack killed at least 20 soldiers on the military side.",20,1612998729,MMR -7672583,104,MMR9436,9436,27-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,VOA,International,"On 27 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, clashes broke out between the Arakan Army and the Myanmar military. The military also fired from fighter jets. They military claimed that there were casualties and it was able to seize a hill.",0,1612998735,MMR -6712370,104,MMR9433,9433,27-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Tamwe,Tamwe,16.8102,96.1765,2,Mizzima,National,"On 27 December 2019, in Tamwe Township, in Yangon Region, over 200 sellers staged a protest walk around the township since the government failed to meet their demands. [size= over 200]",0,1578511386,MMR -7669854,104,MMR9435,9435,27-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Development Media Group,Subnational,"On 27 December 2019, near Ku Toet Seik (Kywe Ku Seik) Village, in Myebon Township, in Rakhine State, the military claimed that the Arakan Army attacked the Myanmar military soldiers who were on area security at Yaw Chaung camp. The stray artillery landed and injured six villagers in Kywe Ku Seik village.",0,1612998729,MMR -7671916,104,MMR9434,9434,27-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Network Media Group,National,"On 27 December 2019, in Lashio Township, in northern Shan State, three clashes broke out between the Myanmar military and the Ta'ang National Liberation Army. One clash occurred near Nar Yay village; one clash occurred between the villages of Loi Hka Lay and Nar Yay; one clash occurred near Loi Saung Mountain. Location coded at township.",0,1612998734,MMR -6746428,104,MMR9432,9432,26-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Mu Ywin,19.116,93.6593,2,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 26 December 2019, in between the villages of Mu Ywin and Zaing Chaung, in Kyaukpyu Township, in Rakhine State, a group of masked men abducted three construction workers at the foothill of Baw Lan mountain as they returned home from road construction. Two were released on January 12, 2020 but one worker was still being kept.",0,1579620287,MMR -7671645,104,MMR9430,9430,26-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 26 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, clashes broke out between the Arakan Army and the Myanmar military two miles away from Sa Hnyin. The military also fired using helicopters.",0,1612998733,MMR -6712461,104,MMR9431,9431,26-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Shan Ka Lay Kyun,21.927,96.0509,2,Radio Free Asia,Regional,"On 26 December 2019, near Shan Ka Lay Kyun Village, in Shan Ka Lay Kyun Village Tract, in Amarapura Township, in Mandalay Region, farmers rallied to demand the compensation for their farmlands on which Amarapura urban development project is under construction. [size= no report]",0,1578511387,MMR -6712382,104,MMR9427,9427,25-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Pyin Oo Lwin,Pyin Oo Lwin,22.035,96.4568,1,Myanmar Times,National,"On 25 December 2019, in Pyin Oo Lwin Town, in Pyin Oo Lwin Township, in Mandalay Region, about 500 members of political organizations, charity groups and civil society groups staged a protest inside the Amyotha Kandawgyi park calling for justice and truth regarding Victoria rape case. [size= about 500]",0,1578511386,MMR -7671892,104,MMR9429,9429,25-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,Civilians (Myanmar); Government of Myanmar (2016-); NLD: National League for Democracy,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Oke Taung,20.9531,92.5625,2,Network Media Group,National,"On 25 December 2019, east of Oke Taung Village, in Oke Taung Village Tract, in Buthidaung Township, in Rakhine State, the Arakan Army claimed that an NLD party chairman of Buthidaung was killed by an artillery shell explosion that was fired against AA hill post 428 by the Myanmar military LIB 15. The party official was abducted by AA on 11 December. The artillery blast also killed and injured other detainees and many AA members sustained injuries, claimed the AA. However, the military claimed that AA put the blame on the military for the death of the party chairman after the AA killed him two days after the abduction. Unknown fatalities coded as 3 plus known fatality of 1. Total fatalities = 4.",4,1612998734,MMR -7669861,104,MMR9423,9423,25-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Dar Let,19.9947,93.8369,2,Development Media Group,Subnational,"On 25 December 2019, near Dar Let Village, in Dar Let Village Tract, in Ann Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in Dar Let village along the shared border of Ann and Myebon townships.",0,1612998729,MMR -7672175,104,MMR9424,9424,25-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,Radio Free Asia,Regional,"On 25 December 2019, near Hnone Bu Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, Myanmar military claimed that the Arakan Army attacked the military station near the village.",0,1612998734,MMR -7671686,104,MMR9425,9425,25-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Narinjara News,Subnational,"On 25 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, clashes broke out between the Arakan Army and the Myanmar military. The military also fired using helicopters.",0,1612998733,MMR -7670409,104,MMR9426,9426,25-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 25 December 2019, in Muse District, in northern Shan State, the Kachin Independence Army brigade 6 launched a landmine attack on Myanmar military LID 99 troops near the Mone Baw (Mungbaw) market in retaliation for the destruction of KIA's camp. A Myanmar military soldier was injured.",0,1612998730,MMR -6712294,104,MMR9428,9428,25-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group,Subnational,"On 25 December 2019, in Buthidaung Township, in Rakhine State, a villager was injured after stepping on a landmine while he was returning to his village of Ta Man Thar along with other villagers.",0,1578511386,MMR -7671571,104,MMR9418,9418,24-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,Narinjara News,National,"On 24 December 2019, in southwest of Hnone Bu Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, fighting took place between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7818773,104,MMR9421,9421,24-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Times,National,"On 24 December 2019, in Mandalay City, in Mandalay Region, a public rally was staged at Manawraman public playground calling for the investigation into the Victoria rape case and for action to be taken against the police who violate police ethics. [size= no report]",0,1618442049,MMR -7671580,104,MMR9419,9419,24-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Oe Pon Taung,20.2931,93.4192,2,Narinjara News,Subnational,"On 24 December 2019, in between the villages of Oe Pho Taung and Pyaing Chaing, in Ngan Tet Village Tract, in Minbya Township, in Rakhine State, clashes took place between the Myanmar military and the Arakan Army. Myanmar military helicopters also assisted the ground forces during the attack.",0,1612998733,MMR -6712462,104,MMR9420,9420,24-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 24 December 2019, in Kyauktada Township, in Yangon Region, activists from different civil society organizations staged a protest in front of Mahabandoola Park demanding to lift the government's internet ban in Rakhine State. [size= no report]",0,1578511387,MMR -7194265,104,MMR9422,9422,24-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyauk Yit,20.8922,92.55,2,Myanmar Times; Radio Free Asia,National-Regional,"On 24 December 2019, near Kyauk Yit Village, in Nan Yar Kone Village Tract (Buthidaung Township, Rakhine State), the Arakan Army abducted three immigration officials who were on a boat travelling from Buthidaung Town to Taung Ba Zar Village along the Pan Zin stream.",0,1599590868,MMR -7671553,104,MMR9410,9410,23-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Narinjara News,Subnational,"On 23 December 2019, near Pauk Taw Village, in Ponnagyun Township, in Rakhine State, the Arakan Army attacked a column of Myanmar military who approached near the brigade of AA. AA claimed that there were fatalities on the military side. [Unknown fatalities coded at 3]",3,1612998733,MMR -7671582,104,MMR9409,9409,23-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,Narinjara News,National,"On 23 December 2019, in southwest of Hnone Bu Village, in Nga Shar Village Tract, in Paletwa Township, in Chin State, fighting took place between the Myanmar military battalion 214 under brigade 11 and the Arakan Army. AA claimed that it seized some bodies of the military soldiers. [Unknown fatalities coded at 3]",3,1612998733,MMR -6712375,104,MMR9412,9412,23-Dec-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),USDP: Union Solidarity and Development Party,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Nar Mun,22.54,96.9296,1,Mizzima,National,"On 23 December 2019, in Nar Mun Village, in Mong Tin Village Tract, in Kyaukme Township, in northern Shan State, a member of Union Solidarity and Development Party was shot dead by two unknown men while he was at his house.",1,1578511386,MMR -6712376,104,MMR9416,9416,23-Dec-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Mizzima,National,"On 23 December 2019, in Muse Town, in Muse Township, in northern Shan State, unknown men on two cars followed a car and fired gunshots at it. As a result, one person died and two others were injured. It was still unknown which group fired the gunshots.",1,1578511386,MMR -6712378,104,MMR9414,9414,23-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Myinmu,Myinmu,21.9251,95.5758,1,Myanmar Times,National,"On 23 December 2019, in Myinmu Town, in Myinmu Township, in Sagaing Region, about 100 people in 50 vehicles rallied to protest in demand of the removal of Myinmu Toll Gate. [size= about 100]",0,1578511386,MMR -6712380,104,MMR9413,9413,23-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 23 December 2019, in Kyauktada Township, in Yangon Region, about 200 people staged a protest by marching in procession from Mahabandoola Park along Anawrahta street to demand justice in the Victoria rape case and effective action against the police personnel who violated police code of conduct. [size= about 200]",0,1578511386,MMR -7671993,104,MMR9411,9411,23-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Radio Free Asia,Regional,"On 23 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army at a location two miles from the village. The military attacked using two helicopters. Stray artillery shells also landed and exploded in nearby villages. Over 2,000 villagers from 5 villages in the area fled.",0,1612998734,MMR -6770906,104,MMR9415,9415,23-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Pauk,20.8064,92.9821,2,Myanmar Times; Narinjara News,Subnational-National,"On 23 December 2019, near Taung Pauk Village, in Tha Lu Chaung Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military announced that the Arakan Army abducted two staff of military-backed Mytel telecommunication company while the two were conducting field visits to expand the business. The company spokesperson also confirmed the abduction. AA released them in Pauktaw township on January 29, 2020.",0,1580830010,MMR -6712304,104,MMR9408,9408,22-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Irrawaddy,National,"On 22 December 2019, in Pathein Town, in Pathein Township, in Ayeyarwady Region, over 1,000 workers from four garment factories including over 500 from Hua Hmong garment factory staged a protest demanding the regional immigration and human resources minister and officials in the regional labor department to resign. Workers also called from improved working conditions, arbitration mechanisms for labor disputes and action against employers who violate labor laws. [size= over 1,000]",0,1578511386,MMR -6746432,104,MMR9406,9406,21-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"From 21 December 2019 to 16 January 2020, in Shwepyithar Township, in Yangon Region, workers of the Global Wealth wallet factory staged a 24-hour sit-in strike and protest, calling for the reinstatement of dismissed workers and protesting against the violation of their rights by the employer. [size=no report]",0,1579620287,MMR -7671539,104,MMR9407,9407,21-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,1,Narinjara News,Subnational,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1,1612998733,MMR -7672405,104,MMR9404,9404,20-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 20 December 2019, near Loi Pyet Village, in Nam Tway Village Tract, in Namhsan Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998735,MMR -7670386,104,MMR9405,9405,20-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 20 December 2019, in Muse Township, in northern Shan State, Myanmar military troops entered a road near Mone Baw (Mungbaw) village where the Kachin Independence Army LIB 36 is stationed. The fighting between the two troops then broke out. The Myanmar military LID 99 took control of KIA battalion 36 area in Ting Sa Kawng station in Mone Baw (Mungbaw) after an offensive attack against the Kachin Independence Army and set fire to it.",0,1612998730,MMR -7671806,104,MMR9403,9403,20-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Loi Tauk,23.0299,97.6193,2,Narinjara News,National,"On 20 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. An infant died from exposure to the cold weather during the fighting (fatality not coded).",0,1612998734,MMR -6712161,104,MMR9399,9399,19-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Munaung,Nga/Inn,18.8559,93.6975,1,Narinjara News; Radio Free Asia,Subnational-Regional,"On 19 December 2019, in Nga/Inn Village, in Nga/Inn Village Tract, in Munaung Township, in Rakhine State, three landmines exploded at a cemetery in Nga/Inn village. No one was injured. The explosion occurred three hours before the scheduled arrival of State Counsellor for the opening ceremony of a solar power plant.",0,1578511386,MMR -6712163,104,MMR9402,9402,19-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Eleven Media Group; Myanmar Times,National,"On 19 December 2019, in Dagon Township, in Yangon Region, about 200 workers of World Jin garment factory in Thardukan Industrial Zone 2 staged a protest in front of the Yangon Region Government calling for the Regional Minister to resolve labour issues at their factory. The workers had previously been on strike for 43 days in front of the factory. [size=about 200]",0,1578511386,MMR -7669885,104,MMR9398,9398,19-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0,1612998729,MMR -7669958,104,MMR9401,9401,19-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Loi Tauk,23.0299,97.6193,2,Eleven Media Group,National,"On 19 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. No one was injured during the fighting.",0,1612998729,MMR -7669463,104,MMR9400,9400,19-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Narinjara News; Shan Herald Agency for News,Subnational-National,"On 19 December 2019, in Lashio Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army near 15 miles post on Lashio-Namtu road.",0,1612998728,MMR -7671847,104,MMR9390,9390,18-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Narinjara News,Subnational,"On 18 December 2019, in between Maungdaw and Buthidaung Townships, in Rakhine State, a column of Myanmar military was attacked by landmines in between Taung Khaung Gyi and Taung Khaung Nge villages. It was unclear whether casualties occurred or not.",0,1612998734,MMR -7672721,104,MMR9394,9394,18-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Manton,Man Hsan,23.2591,97.0333,2,VOA,International,"On 18 December 2019, near Man Hsan Village, in Maw Long Village Tract, in Manton Township, in Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military.",0,1612998736,MMR -7671748,104,MMR9397,9397,18-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1,1612998733,MMR -7672269,104,MMR9396,9396,18-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,Radio Free Asia,Regional,"On 18 December 2019, near Hnone Bu Village (code for Hnone Bu Gyi), in Nga Shar Village Tract, in Paletwa Township, in Chin State, Myanmar military claimed that the Arakan Army attacked the military station near the village.",0,1612998735,MMR -7672790,104,MMR9393,9393,18-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,VOA,International,"On 18 December 2019, in Shan Khaik village, near Lashio Township, in Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military.",0,1612998736,MMR -7672791,104,MMR9395,9395,18-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,VOA,International,"On 18 December 2019, in Namhsan Township, in Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military in a location between Ohn Sun village and Lwei Lan Mountain.",0,1612998736,MMR -7671782,104,MMR9392,9392,18-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Min Zi Chaung,20.581,93.0698,2,Narinjara News,Subnational,"On 18 December 2019, in between the villages of Taw Bway in Mrauk-U Township and Min Zi Chaung in Ponnagyun Township, in Rakhine State, a convoy of Myanmar military vessels which were travelling towards Kyauktaw along Kaladan River was attacked by artillery shells. After the attack, the sounds of gunshots and heavy weapons were also heard. Artillery shells fell into both villages, but no one was injured.",0,1612998734,MMR -7671802,104,MMR9391,9391,18-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,1,Narinjara News,Subnational,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2,1612998734,MMR -7671673,104,MMR9387,9387,17-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Narinjara News,Subnational,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2,1612998733,MMR -7672729,104,MMR9388,9388,17-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,VOA,International,"On 17 December 2019, in Loi Pyet Village, in Nam Tway Village Tract, in Namhsan Township, in Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military. An artillery shell hit a house and the house was destroyed. An person injured by the shell also died.",1,1612998736,MMR -7672049,104,MMR9389,9389,17-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Gyi,21.4982,92.7416,2,Radio Free Asia,Regional,"On 17 December 2019, near Hnone Bu Village (code for Hnone Bu Gyi), in Nga Shar Village Tract, in Paletwa Township, in Chin State, Myanmar military claimed that the Arakan Army attacked the military station near the village.",0,1612998734,MMR -6712381,104,MMR9383,9383,16-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 16 December to 24 December 2019, in Hlaingthayar Township, in Yangon Region, workers of Shwe Sapei Chit Thu garment factory held a 24-hour sit-in protest camp to demand the labor rights and other benefits. Action Labor Rights was helping the workers in their negotiation with the employer. [size=no report]",0,1578511386,MMR -7672162,104,MMR9384,9384,16-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Loi Tauk,23.0299,97.6193,2,Radio Free Asia,Regional,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0,1612998734,MMR -6712627,104,MMR9380,9380,15-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); LHEO: Let's Help Each Other,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Kangyidaunt,Kangyidaunt,16.9329,94.8947,1,Voice of Myanmar Online Media,National,"On 15 December 2019, in Kangyidaunt Town, in Kangyidaunt Township, in Ayeyarwady Region, more workers from other factories in Pathein Town joined the protesting workers at Hua Hmong garment factory after the township general administration department announced that it will use force to break the strike camp. There are now about 800 workers in total. Let's Help Each Other labour organization has assisted the workers on strike. [size=about 800]",0,1578511387,MMR -6765880,104,MMR9561,9561,15-Dec-19,2019,3,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"In December 2019, in Hlaingthayar Township, in Yangon Region, about 15 workers of Myanmar Nissenken garment factory in Shwe Lin Ban industrial zone staged a protest against their dismissal. [size=about 15]",0,1580236230,MMR -6712459,104,MMR9378,9378,15-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 15 December 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Arakan Army abducted more than 20 young people who were using and trading drugs. Parents of the abducted young people know that AA detained the youth for using and trading the drugs.",0,1578511387,MMR -6712473,104,MMR9379,9379,15-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 15 December 2019, in Loi Pyet Village, in Nam Tway Village Tract, in Namhsan Township, in Shan State, three artillery shells fell into a house and a monastery compound. Both the house and the monastery were destroyed.",0,1578511387,MMR -6686982,104,MMR9318,9318,14-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,1,VOA; Myanmar Times,National-International,"On 14 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell launched from Shat Shar Taung Village fell into the Sin Thay Pyin Rohingya village and damaged two houses.",0,1576855193,MMR -7672612,104,MMR9319,9319,14-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,2,VOA,International,"On 14 December 2019, around Let Kar Village, in Hpa Yar Gyi Village Tract, in Mrauk-U Township, in Rakhine State, a fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7818835,104,MMR9237,9237,14-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Radio Free Asia,Regional,"On 14 December 2019, in Nay Pyi Taw, many people including members of the National League for Democracy Party, government staff and the public rallied to welcome back the State Counsellor who attended the court hearings at ICJ regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar. [size=many]",0,1618442050,MMR -7671380,104,MMR9374,9374,14-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Tha Hpan Chaung Wa,21.4855,92.76,2,Khonumthung News,Subnational,"On 14 December 2019, near Tha Hpan Chaung Village, in Wa Nga Det Village Tract, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7671383,104,MMR9475,9475,14-Dec-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,Police Forces of Myanmar (2016-2021),,1,11,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Bapi,23.7279,93.4474,1,Khonumthung News,Subnational,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0,1612998733,MMR -7672171,104,MMR9372,9372,14-Dec-19,2019,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,1,Radio Free Asia,Regional,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0,1612998734,MMR -7671672,104,MMR9369,9369,14-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0,1612998733,MMR -6712474,104,MMR9376,9376,14-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 14 December 2019, in Kaik Taing Village, in Kyauk Hpyu Lay Village Tract, in Namshan Township, in Shan State, a woman stepped on a landmine on her way to her tea farm and was injured.",0,1578511387,MMR -6712477,104,MMR9377,9377,14-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Za Yang Man Mai,22.9603,97.098,1,Shan Herald Agency for News,Subnational,"On 14 December 2019, in Za Yang Man Mai Village, in Ah Nauk Kin Village Tract, in Namhsan Township, in Shan State, a man stepped on a landmine and was seriously injured.",0,1578511387,MMR -7669461,104,MMR9370,9370,14-Dec-19,2019,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Tha Lu Chaung,20.4191,93.377,2,Development Media Group; Radio Free Asia,Subnational-Regional,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1,1612998728,MMR -7671545,104,MMR9373,9373,14-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,1,Narinjara News,Subnational,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0,1612998733,MMR -7671548,104,MMR9368,9368,14-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Narinjara News,Subnational,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0,1612998733,MMR -7672062,104,MMR9371,9371,14-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,1,Radio Free Asia,Regional,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0,1612998734,MMR -7672334,104,MMR9316,9316,13-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Kayah Lan,22.9599,97.1266,2,Shan Herald Agency for News,Subnational,"On 13 December 2019, near Kayah Lan Village, in Kayah Lan Village Tract, in Namhsan Township, in Rakhine State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military.",0,1612998735,MMR -6687302,104,MMR9328,9328,13-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Mahlaing,Mahlaing,21.0986,95.6469,2,Democratic Voice of Burma,National,"On 13 December 2019, in Mahlaing Township, in Mandalay Region, more than 10,000 people rallied in support of the State Counsellor who was defending a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=10,000]",0,1576855194,MMR -6687305,104,MMR9329,9329,13-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Democratic Voice of Burma,National,"On 13 December 2019, in Homalin Town, in Homalin Township, in Sagaing Region, more than 200 farmers and workers staged a protest against the extortion of the labor office. The workers made 11 demands, including to revoke the order, to return the labor office, to issue the registration form and to take action against the corruption of the land registration office. [size=more than 200]",0,1576855194,MMR -7672161,104,MMR9310,9310,13-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,1,Radio Free Asia,Regional,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0,1612998734,MMR -7669604,104,MMR9317,9317,13-Dec-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pauk Taw Pyin,20.4305,92.9349,2,BBC News,International,"On 13 December 2019, in Pauk Taw Pyin Village, in Mrauk-U Township, in Rakhine State, a column of Myanmar military had fought with the Arakan Army at the foothill of Thin Kyat Mountain.",0,1612998728,MMR -6687364,104,MMR9330,9330,13-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Botahtaung,Botahtaung,16.7719,96.1697,2,Mizzima,National,"On 13 December 2019, in Botahtaung Township, in Yangon Region, over 70 former landowners staged a demonstration in front of the Housing Department in demand of the compensation for the seized lands. The landowners hold valid lease grants and yet all of them have not received compensation. They have been protesting since 2012. This is the 32nd protest. [size= over 70]",0,1576855195,MMR -6687372,104,MMR9331,9331,13-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Mizzima,National,"On 13 December 2019, in Monywa Town, in Monywa Township, in Sagaing Region, about 40 people including family members and friends marched in procession from Monywa City Hall to the Shwezegon Pagoda to commemorate and pray on the 3rd anniversary of a journalist from the Eleven Media news group who was murdered. [size= about 40]",0,1576855195,MMR -7669451,104,MMR9327,9327,13-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pauk Taw Pyin,20.4305,92.9349,2,BBC News; Radio Free Asia,Regional-International,"On 13 December 2019, near Pauk Taw Pyin Village, in north of Mrauk-U Town, in Mrauk-U Township, in Rakhine State, more than 6 artillery shells fell near a stupa at Thin Kyat Mountain. Residents claimed that Myanmar military's artillery battalion 378 based in the south of Le Se Lake launched these shells. The military claimed that they did not target the Pagoda and Stupa but that they targeted the location where AA is present. No casualties were reported.",0,1612998727,MMR -6687760,104,MMR9230,9230,12-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Mizzima,National,"On 12 December 2019, in Myawaddy Town, in Myawaddy Township, in Kayin State, more than a thousand people led by the National League for Democracy rallied in support of the State Counsellor who was attending a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= more than a thousand]",0,1576855196,MMR -7672094,104,MMR9309,9309,12-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 12 December 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -6712476,104,MMR9366,9366,12-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 12 December 2019, in Loi Pyet Village, in Nam Tway Village Tract, in Namhsan Township, in Shan State, a man stepped on a landmine and was killed.",1,1578511387,MMR -6687708,104,MMR9243,9243,12-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Mingin,Mingin,22.8778,94.4941,1,Democratic Voice of Burma,National,"On 12 December 2019, in Mingin Town, in Mingin Township, in Sagaing Region, more than 500 people rallied in support of the State Counsellor who was defending a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=more than 500]",0,1576855196,MMR -7671808,104,MMR9239,9239,11-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Nyaung Chaung,20.859,93.0608,2,Narinjara News,Subnational,"On 11 December 2019, near Nyaung Chaung Village, in Kyauktaw Township, in Rakhine State, the military battalion 376 fired artillery shells towards the Ram Chaung Mountain in the east of the village.",0,1612998734,MMR -7671811,104,MMR9320,9320,11-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Nan Kyar,20.5348,93.2531,1,Narinjara News,Subnational,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0,1612998734,MMR -7671836,104,MMR9244,9244,11-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Nyaung Chaung,20.859,93.0608,2,Narinjara News,Subnational,"On 11 December 2019, near Nyaung Chaung Village, in Kyauktaw Township, in Rakhine State, a landmine exploded when a column of Myanmar military soldiers travelling from Mahamuni Pagoda to Kyauk Kyat arrived near the village of Nyaung Chaung. The military then fired gunshots towards the village. The military battalion 376 also fired artillery shells towards the Ram Chaung Mountain in the east of the village.",0,1612998734,MMR -7672095,104,MMR9251,9251,11-Dec-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Seik Ta Ra,20.41,93.371,1,Radio Free Asia,Regional,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2,1612998734,MMR -7672623,104,MMR9297,9297,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,VOA,International,"On 11 December 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7672376,104,MMR10372,10372,11-Dec-19,2019,2,Battles,Armed clash,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Mong Pawk,Mong Pawk,Mong Pawk,22.0082,99.3101,2,Shan Herald Agency for News,Subnational,"Around 11 December 2019 (between 5 to 18 December), in UWSA controlled area (coded as Mong Pawk), three Myanmar military soldiers were reportedly captured by UWSA. The soldiers first lost contact on 5 December after going into UWSA controlled area and unconfirmed reports on 18 December said that they had been killed.",3,1612998735,MMR -6688057,104,MMR9325,9325,11-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Kyaukpadaung,Kyaukpadaung,20.8425,95.1322,2,Democratic Voice of Burma,National,"On 11 December 2019, in Kyaukpadaung Township, in Mandalay Town, in Mandalay Region, more than 5,000 people rallied in support of the State Counsellor who was defending a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=5,000]",0,1576855197,MMR -6688334,104,MMR9302,9302,11-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Development Media Group,Subnational,"On 11 December 2019, near Myin Pyin Village, in Kyaukpyu Township, in Rakhine State, the sound of explosion was heard near the crossroad in the village followed by the sounds of gunfire.",0,1576855197,MMR -7669607,104,MMR9264,9264,11-Dec-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,BBC News,International,"Around 11 December 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military at the foothills of Thin Kyat Mountain.",0,1612998728,MMR -6719868,104,MMR9248,9248,11-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Mizzima,National,"On 11 December 2019, in Buthidaung Township, in Rakhine State, the Arakan Army confirmed that it abducted and detained the township chairman of National League for Democracy Party. AA detained him before a scheduled mass rally that he was organizing to support the State Counsellor who will defend a lawsuit regarding the violation of Genocide Convention filed by the Gambia against Myanmar at the ICJ.",0,1579013366,MMR -7669895,104,MMR9298,9298,11-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Pauk Pyin,19.1976,93.7168,2,Development Media Group,Subnational,"On 11 December 2019, near Pauk Pyin Village (in Sa Ne Min Pyin Village Tract) in Kyaukpyu Township, in Rakhine State, a convoy of Myanmar military was hit by two explosives near the village. The military troop opened fire and some bullets fell near the houses.",0,1612998729,MMR -7669905,104,MMR9247,9247,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,1,Development Media Group,Subnational,"On 11 December 2019, in Yoe Ta Yoke Village, in Ponnagyun Township, in Rakhine State, the Arakan Army attacked the Yoe Ta Yoke police station where the Myanmar military LIB 204 was also stationed. About 20 people were killed by the attack according to the AA. The military returned fire and also fired artillery shells which struck an ordination hall located in west of the village.",20,1612998729,MMR -7671996,104,MMR9265,9265,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Hpar Hpyo (Chin),20.2949,93.3509,2,Radio Free Asia,Regional,"On 11 December 2019, near Hpar Hpyo (Chin) Village, Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Arakan Army attacked the Myanmar military station.",0,1612998734,MMR -6688195,104,MMR9324,9324,11-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,1,Myanmar Times,National,"On 11 December 2019, in Pang Nin Village, in Namhsan Township, in northern Shan State, two villagers from Pang Nin stepped on a landmine while clearing drainage. One villager was killed and another was injured by the landmine.",1,1576855197,MMR -7669447,104,MMR9246,9246,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,1,Narinjara News; Radio Free Asia,Subnational-Regional,"On 11 December 2019, in Ku Lar Ma Taung Village, in Ku Lar Ma Taung Village Tract, in Minbya Township, in Rakhine State, an artillery shell that fell into the village and exploded injured 10 villagers. Out of which, 3 villagers were seriously injured. The artillery shell was launched by the Myanmar military from Kyain Mountain. The military also fired using helicopters targeting the mountain ranges where a clash with the AA also broke out. More than 1,700 villagers also fled the village in fear.",0,1612998727,MMR -7669450,104,MMR9296,9296,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Tha Lu Chaung,20.4191,93.377,2,VOA; Narinjara News,Subnational-International,"On 11 December 2019, near Tha Lu Chaung Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, the Arakan Army attacked the Myanmar military station based in Min Buu Mountain. The military returned fired at the mountain ranges of Kywe Khoo, Bu Gyi and Yoe Tan using two helicopters and one fighter jet. AA claimed that it seized both the military station and headquarters located in Min Buu Mountain.",0,1612998727,MMR -7669980,104,MMR9240,9240,11-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Eleven Media Group,National,"On 11 December 2019, in Minbya Township, in Rakhine State, the Arakan Army attacked the Myanmar military base at Min Buu Mountain and near Yaw Creek. Fighting also broke out between the Myanmar military and the Arakan Army near Ra Maung Bridge around the area of Nga Sa Rai Creek.",0,1612998729,MMR -6712286,104,MMR9364,9364,11-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Development Media Group,Subnational,"On 11 December 2019, near Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, an artillery shell fell near a bus at a location near the village and two passengers were injured.",0,1578511386,MMR -6688800,104,MMR9313,9313,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Taungdwingyi,Taungdwingyi,20.0065,95.5453,2,Radio Free Asia,Regional,"On 10 December 2019, in Taungdwingyi Township, in Magway Region, a public rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855199,MMR -6688808,104,MMR9314,9314,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,2,Radio Free Asia,Regional,"On 10 December 2019, in Pakokku Township, in Magway Region, a public rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855199,MMR -6688820,104,MMR9315,9315,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 10 December 2019, in Kyauktada Township, in Yangon Region, a rally campaign was held by some youth in a protest against the denial of the Genocide. [size=some]",0,1576855199,MMR -6688831,104,MMR9332,9332,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan,Tachileik,Tachileik,Tachileik,20.4475,99.8808,2,Shan Herald Agency for News,Subnational,"On 10 December 2019, in Tachileik Township, in Shan State, about 400 people including staff of government department and members of cultural organizations rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= about 400]",0,1576855199,MMR -6688637,104,MMR9256,9256,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,Mizzima,National,"On 10 December 2019, in Dawei Township, in Tanintharyi Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. More than 5,000 people including government ministers, members of parliaments, political parties, company staff, students joined the rally. More than 10,000 people were reported as joining the rallies in Dawei and Kawthaung Township] [size= 10,000/2 or more than 5,000]",0,1576855198,MMR -6688387,104,MMR9233,9233,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,1,Khonumthung News,Subnational,"On 10 December 2019, in Matupi Town, in Matupi Township, in Chin State, a rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. Government staff, students, and members of the National League for Democracy joined the rally. [size= no report]",0,1576855198,MMR -6688388,104,MMR9312,9312,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Khonumthung News,National,"On 10 December 2019, in Pathein Town, in Pathein Township, in Ayeyarwady Region, a rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855198,MMR -6688389,104,MMR9231,9231,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Falam,Falam,22.911,93.6803,1,Khonumthung News,Subnational,"On 10 December 2019, in Falam Town, in Falam Township, in Chin State, a rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. Government staff, students, and members of the National League for Democracy joined the rally. [size= no report]",0,1576855198,MMR -6688647,104,MMR9236,9236,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 10 December 2019, in Kyauktada Township, in Yangon Region, about 100,000 people including the Yangon Region Minister (NLD)and supporters from different religious backgrounds rallied in front of the Yangon City Hall in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=about 100,000]",0,1576855198,MMR -7591815,104,MMR9257,9257,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,2,Mizzima,National,"On 10 December 2019, in Kawthaung Township, in Tanintharyi Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. More than 5,000 people including government ministers, members of parliaments, political parties, company staff, students joined the rally. More than 10,000 people were reported as joining the rallies in Dawei and Kawthaung Township] [size= 10,000/2 or more than 5,000]",0,1612309987,MMR -6688393,104,MMR9232,9232,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Mindat,Mindat,21.3717,93.9736,1,Khonumthung News,Subnational,"On 10 December 2019, in Mindat Town, in Mindat Township, in Chin State, a rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit on violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. Government staff, students, and members of the National League for Democracy joined the rally. [size= no report]",0,1576855198,MMR -6688394,104,MMR9311,9311,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,1,Khonumthung News,Subnational,"On 10 December 2019, in Hakha Town, in Hakha Township, in Chin State, a rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. Some 200 people including the government staff, students and members of the National League for Democracy Party joined the rally. [size= some 200]",0,1576855198,MMR -7672716,104,MMR9259,9259,10-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,VOA,International,"On 10 December 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. AA seized the weapons of Ann based Myanmar military battalion 373.",0,1612998736,MMR -6688669,104,MMR9238,9238,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); Students (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Myanmar Times,National,"On 10 December 2019, in Chanmyathazi Township, in Mandalay Town, in Mandalay Region, more than 300,000 people including residents, government staff, students, monks, nuns, civil society organizations, universities and ethnic people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=more than 300,000]",0,1576855199,MMR -6688673,104,MMR9304,9304,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,2,Narinjara News,Subnational,"On 10 December 2019, in Toungup Township, in Rakhine State, about 80 people led by National League for Democracy rallied in front of the old City Hall in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= about 80]",0,1576855199,MMR -6688682,104,MMR9307,9307,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Zalun,Zalun,17.4781,95.5566,2,Narinjara News,National,"On 10 December 2019, in Zalun Township, in Ayeyarwady Region, a rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855199,MMR -6688685,104,MMR9308,9308,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 10 December 2019, in Sittwe Town, in Sittwe Township, in Rakhine State, more than 130 people including youth from 5 Rakhine organizations rallied in commemoration of 71st International Human Rights Day. [size= more than 130]",0,1576855199,MMR -6688687,104,MMR9303,9303,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,2,Narinjara News,Subnational,"On 10 December 2019, in Thandwe Township, in Rakhine State, more than 200 people led by National League for Democracy rallied in front of the old City Hall in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= more than 200]",0,1576855199,MMR -6688690,104,MMR9306,9306,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Ngape,Ngape,20.0753,94.4676,2,Narinjara News,National,"On 10 December 2019, in Ngape Township, in Magway Region, a rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855199,MMR -6688691,104,MMR9305,9305,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Mawlaik,Paungbyin,Paungbyin,24.2676,94.8168,2,Narinjara News,National,"On 10 December 2019, in Paungbyin Township, in Sagaing Region, a rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855199,MMR -7669448,104,MMR9249,9249,10-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Nge,21.4882,92.7436,1,Eleven Media Group; Narinjara News,National,"On 10 December 2019, in Hnone Bu [Hnone Bu Nge] Village, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army. A passenger boat travelling from Paletwa Town to Taung Pyo was also hit by the gunshots from the exchange of fire. A child and a woman were killed and six others were injured. The military and the AA accused each other of attacking the passenger boat. The military also found six bodies and some ammunition from the AA.",8,1612998727,MMR -6688501,104,MMR9299,9299,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 10 December 2019, in Kale Town, in Kale Township, in Sagaing Region, about 2,000 people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=2,000]",0,1576855198,MMR -6688510,104,MMR9300,9300,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,2,Democratic Voice of Burma,National,"On 10 December 2019, in Chauk Township, in Magway Region, about 1,000 people including National League for Democracy rallied in support of the State Counsellor who was defending a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=1,000]",0,1576855198,MMR -6688511,104,MMR9301,9301,10-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Seikphyu,Seikphyu,20.9065,94.7924,2,Democratic Voice of Burma,National,"On 10 December 2019, in Seikphyu Township, in Magway Region, about 1,500 people from 136 villages rallied inside the compound of Shwe Min Won Pagoda in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= 1,500]",0,1576855198,MMR -7264017,104,MMR9293,9293,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Radio Free Asia,Regional,"On 9 December 2019, in Hpakant Town, in Hpakant Township, in Kachin State, a public rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1603755484,MMR -6689298,104,MMR9294,9294,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Radio Free Asia,Regional,"On 9 December 2019, in Mohnyin Town, in Mohnyin Township, in Kachin State, a public rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689303,104,MMR9295,9295,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,1,Radio Free Asia,Regional,"On 9 December 2019, in Bhamo Town, in Bhamo Township, in Kachin State, a public rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689067,104,MMR9272,9272,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Zigon,Zigon,18.3356,95.6215,1,Mizzima,National,"On 9 December 2019, in Zigon Town, in Zigon Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689069,104,MMR9273,9273,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Wetlet,Wetlet,22.3671,95.7881,1,Mizzima,National,"On 9 December 2019, in Wetlet Town, in Wetlet Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689073,104,MMR9271,9271,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Okpho,Okpho,18.1278,95.6746,1,Mizzima,National,"On 9 December 2019, in Okpho Town, in Okpho Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689077,104,MMR9276,9276,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Tabayin,Tabayin,22.6884,95.3209,1,Mizzima,National,"On 9 December 2019, in Tabayin Town, in Tabayin Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689081,104,MMR9277,9277,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Nyaungdon,Nyaungdon,17.0446,95.6396,1,Mizzima,National,"On 9 December 2019, in Nyaungdon Town, in Nyaungdon Township, in Ayeyarwady Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689340,104,MMR9242,9242,9-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyar Nyo Pyin,20.8028,92.5994,1,Development Media Group,Subnational,"On 9 December 2019, in Kyar Nyo Pyin Village, in Lay Myo Village Tract, in Buthidaung Township, in Rakhine State, a Muslim woman who was picking vegetables in the village was hit and injured by an artillery shell launched from Sai Din Bridge.",0,1576855201,MMR -6689086,104,MMR9274,9274,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Minhla,Minhla,17.9791,95.7063,1,Mizzima,National,"On 9 December 2019, in Minhla Town, in Minhla Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689088,104,MMR9275,9275,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Gyobingauk,Gyobingauk,18.2306,95.6488,1,Mizzima,National,"On 9 December 2019, in Gyobingauk Town, in Gyobingauk Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689093,104,MMR9267,9267,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Mizzima,National,"On 9 December 2019, in Myitkyina Town, in Myitkyina Township, in Kachin State, over 1,000 locals rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= over 1,000]",0,1576855200,MMR -6689096,104,MMR9268,9268,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Mizzima,National,"On 9 December 2019, in Pathein Town, in Pathein Township, in Ayeyarwady Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689100,104,MMR9292,9292,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Palaw,Palaw,12.969,98.6482,2,Mizzima,National,"On 9 December 2019, in in Palaw Township, in Tanintharyi Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689105,104,MMR9266,9266,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Mizzima,National,"On 9 December 2019, in Myeik Town, in Myeik Township, in Tanintharyi Region, more than 10,000 people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= 10,000]",0,1576855200,MMR -6689107,104,MMR9284,9284,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Letpadan,Letpadan,17.7866,95.7508,1,Mizzima,National,"On 9 December 2019, in Letpadan Town, in Letpadan Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689110,104,MMR9285,9285,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Mizzima,National,"On 9 December 2019, in Sagaing Town, in Sagaing Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689114,104,MMR9286,9286,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Thayarwady,Thayarwady,17.6544,95.7862,1,Mizzima,National,"On 9 December 2019, in Thayarwady Town, in Thayarwady Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689119,104,MMR9288,9288,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Monyo,Monyo,17.9862,95.4992,1,Mizzima,National,"On 9 December 2019, in Monyo Town, in Monyo Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689123,104,MMR9289,9289,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,1,Mizzima,National,"On 9 December 2019, in Banmauk Town, in Banmauk Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689133,104,MMR9279,9279,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Mizzima,National,"On 9 December 2019, in Hinthada Town, in Hinthada Township, in Ayeyarwady Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689135,104,MMR9280,9280,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Budalin,Budalin,22.3891,95.1485,1,Mizzima,National,"On 9 December 2019, in Budalin Town, in Monywa Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689138,104,MMR9281,9281,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Mizzima,National,"On 9 December 2019, in Mawlamyine Town, in Mawlamyine Township, in Mon State, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689139,104,MMR9270,9270,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Kani,Kani,22.4329,94.8485,1,Mizzima,National,"On 9 December 2019, in Kani Town, in Kani Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689145,104,MMR9283,9283,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Mizzima,National,"On 9 December 2019, in Homalin Town, in Homalin Township, in Sagaing Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689150,104,MMR9287,9287,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Insein,Insein,16.9018,96.096,2,Mizzima,National,"On 9 December 2019, in Insein Township, in Yangon Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689155,104,MMR9291,9291,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Kyunsu,Kyunsu,11.7878,98.5132,2,Mizzima,National,"On 9 December 2019, in Kyunsu Township, in Tanintharyi Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689157,104,MMR9269,9269,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Mizzima,National,"On 9 December 2019, in Meiktila Town, in Meiktila Township, in Mandalay Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689161,104,MMR9278,9278,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Mizzima,National,"On 9 December 2019, in Pyay Town, in Pyay Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689164,104,MMR9282,9282,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Paungde,Paungde,18.4917,95.5059,1,Mizzima,National,"On 9 December 2019, in Paungde Town, in Paungde Township, in Bago Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689169,104,MMR9290,9290,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Tanintharyi,Tanintharyi,12.302,99.1683,2,Mizzima,National,"On 9 December 2019, in Tanintharyi Township, in Tanintharyi Region, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855200,MMR -6689178,104,MMR9235,9235,9-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Bago,Bago,17.3352,96.4813,1,Myanmar Times,National,"On 9 December 2019, in Bago Town, in Bago Township, in Bago Region, more than 10,000 people including the Bago Region Minister (NLD) and the cabinet members, members of parliaments and government departments, political parties, civil society organizations, religious groups and the residents from 8 townships in the Region rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=more than 10,000]",0,1576855200,MMR -7669449,104,MMR9250,9250,9-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hnone Bu Nge,21.4882,92.7436,2,Eleven Media Group; Narinjara News,National,"On 9 December 2019, in east of Hnone Bu [Hnone Bu Nge] Village, Nga Shar Village Tract, in Paletwa Township, in Chin State, about 200 members of the Arakan Army attacked a strategic hill of the Myanmar military in the east of the village. AA claimed that there were many casualties on the military side. Unknown casualties coded at 3.",3,1612998727,MMR -6689583,104,MMR9326,9326,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Mizzima,National,"On 8 December 2019, in Pathein Town, in Pathein Township, in Ayeyarwady Region, people including the regional government (NLD), regional cabinet members and the public rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855201,MMR -6689621,104,MMR9234,9234,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Bago,Taungoo,Taungoo,Taungoo,18.9429,96.4341,1,Myanmar Times,National,"On 8 December 2019, in Taungoo Town, in Taungoo Township, in Bago Region, a rally in support of the State Counsellor who will defend the lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. More than 10,000 people including members of parliament, government departments, and political parties (NLD); charity groups, civil society organizations and the public. [size=more than 10,000]",0,1576855201,MMR -6689625,104,MMR9323,9323,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy; Labour Group (Myanmar); Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Thayarwady,Thayarwady,17.6544,95.7862,1,Myanmar Times,National,"On 8 December 2019, in Thayarwady Town, in Thayarwady Township, in Bago Region, about 3,000 people including political parties (NLD), government departments, NGOs, charity groups, workers and farmers rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=about 3,000]",0,1576855202,MMR -7671386,104,MMR9260,9260,8-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News,Subnational,"On 8 December 2019, in Paletwa Township, in Chin State, an artillery shell hit near a High School located in Myo Thit Ward within the area where Myanmar military battalion 289 is located and exploded.",0,1612998733,MMR -7818886,104,MMR9262,9262,8-Dec-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,AFP,International,"Around 8 December 2019, in Nay Pyi Taw, thousands of people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=thousands]",0,1618442050,MMR -6689485,104,MMR9261,9261,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 8 December 2019, in Meiktila Town, Meiktila Township, in Mandalay Region, about 1,000 people rallied inside the compound of Aung Mingalar Htee Thon Sint Pagoda in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= 1,000]",0,1576855201,MMR -6689762,104,MMR9263,9263,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,2,Independent Mon News Agency,Subnational,"On 8 December 2019, in Mawlamyine Township, in Mon State, a public rally was held in support of the State Counsellor who will attend a court hearing regarding a lawsuit in violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. The rally was attended by 7,000 people from ten townships including Mon State Chief Minister and the National League for Democracy Party. [size= 7,000]",0,1576855202,MMR -6689766,104,MMR9229,9229,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Irrawaddy,National,"On 8 December 2019, in Pyay Town, in Pyay Township, in Bago Region, a demonstration was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. The Region Minister (NLD) and local residents joined the demonstration. [size= no report]",0,1576855202,MMR -6689770,104,MMR9322,9322,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Nyaungdon,Nyaungdon,17.0446,95.6396,2,Irrawaddy,National,"On 8 December 2019, in Nyaungdon Township, in Ayeyarwady Region, a public rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855202,MMR -6689773,104,MMR9321,9321,8-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Monyo,Monyo,17.9862,95.4992,2,Irrawaddy,National,"On 8 December 2019, in Monyo Township, in Bago Region, a public rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size= no report]",0,1576855202,MMR -6690077,104,MMR9226,9226,7-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Tigyaing,Tigyaing,23.7542,96.1494,2,Mizzima,National,"On 7 December 2019, in Tigyaing Township, in Mandalay Region, more than 2,000 farmers who grow sugarcanes staged a protest to demand not to charge the fees for extra tons when transporting the sugarcanes by the trucks. [size=more than 2,000]",0,1576855203,MMR -6690078,104,MMR9224,9224,7-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Mizzima,National,"On 7 December 2019, in Sagaing Town, in Sagaing Township, in Sagaing Region, a rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of Genocide Convention filed against Myanmar by the Gambia country. The monks, nuns, members of regional government, religious and charity groups and the public joined the rally. [size=no report]",0,1576855203,MMR -6690083,104,MMR9227,9227,7-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 7 December 2019, in Shwepyithar Township, in Yangon Region, more than 400 workers of WanXinDa Holding (WanXinda Myanmar Travel Goods) factory in Wartayar Industrial Zone staged a protest against the wage cuts, sexual harassment of women and rude treatment of the workers at the workplace. [size=more than 400]",0,1576855203,MMR -7671651,104,MMR9228,9228,7-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 7 December 2019, in between Kyauk Tan and Yae Soe Chaung Villages, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a farm. The military also attacked using two helicopters. The military battalions based in Rathedaung and Yae Soe Chaung also launched artillery attacks.",0,1612998733,MMR -7818890,104,MMR9255,9255,7-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Irrawaddy,National,"On 7 December 2019, in Nay Pyi Taw, a mass rally was held in support of the State Counsellor who will defend a lawsuit regarding the violation of the Genocide Convention filed by the country of Gambia against Myanmar at the ICJ. [size=no report]",0,1618442050,MMR -6690002,104,MMR9225,9225,7-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,1,Democratic Voice of Burma,National,"On 7 December 2019, in Mohnyin Town, in Mohnyin Township, in Kachin State, about 500 ethnic youth led by youth charity groups gathered at the Shwe Thar Lyaung theater in support of State Counsellor who will defend a lawsuit regarding the violation of Genocide Convention filed by the Gambia country against Myanmar at the ICJ. The youth then marched around the town holding placards that read 'each person has responsibility to protect the national interest.' [size=about 500]",0,1576855203,MMR -7672367,104,MMR9221,9221,6-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Nansang,23.6175,97.5713,2,Shan Herald Agency for News,Subnational,"On 6 December 2019, near Nansang village (Namhkan Township, Muse District, Shan State), fighting broke out between the Ta'ang National Liberation Army and the Myanmar military. TNLA claimed that the military's offensive attack at TNLA's military station led to a clash breaking out.",0,1612998735,MMR -7671856,104,MMR9222,9222,6-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 6 December 2019, in between Yae Soe Chaung and Nwar Hla Kyaw Villages, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army at Laing Gwin Gyi Creek.",0,1612998734,MMR -7669446,104,MMR9223,9223,6-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,VOA; Narinjara News; Irrawaddy,Subnational-National,"On 6 December 2019, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked a Myanmar military column who arrived at the premises of Shwe Kyaung monastery. Some stray bullets from the clash hit a nine-year-old student near Paik Thei Ward and he was killed. According to the VOA report, the military claimed that it returned fired as it was being attacked with an RPG by AA whereas AA claimed that there was no clash between them. Irrawaddy News reported that the boy was hit and killed on November 29.",1,1612998727,MMR -7671829,104,MMR9220,9220,5-Dec-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 5 December 2019, in Kyauk Se Pyin Village, in Kyauk Se Pyin Village Tract, in Mrauk-U Township, in Rakhine State, a column of Myanmar military traveling towards Kyi Yar Pyin village was attacked by landmines near the Ra Ba Creek bridge in Kyauk Se Pyin village. Myanmar military fired artillery shells from Lin Mway Hill after its military column was attacked by landmines. The artillery shells fell into the mountain ranges in east of Kyauk Se Pyin village.",0,1612998734,MMR -6690612,104,MMR9219,9219,5-Dec-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 5 December 2019, near Paletwa township, Chin state, nearly 200 members of the Arakan Army stopped a passenger boat carrying 11 passengers and two drivers and temporarily detained them. The detained personnel were released the next day.",0,1576855205,MMR -6690805,104,MMR9218,9218,5-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Democratic Voice of Burma,National,"On 5 December 2019, in Shwepyithar Township, in Yangon Town, in Yangon Region, over 250 workers of World Jin garment factory in Thardukan Industrial Zone have staged a 24-hour protest camp for over a week since November 26. Workers have been protesting in front of the factory since November 6, but this marked the start of the 24 hour protests. The workers demanded the government intervene to make the employer contribute social security fees rather than taking the fee from the workers' pay checks. Some volunteers from a group named Togetherness and some NLD youth provided medical assistance to the protesting workers who were sick at the protest camp. [size= over 250]",0,1576855206,MMR -7672342,104,MMR9254,9254,4-Dec-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Tachileik,Tachileik,Wan Pong,20.4248,100.1126,2,Shan Herald Agency for News,Subnational,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0,1612998735,MMR -6691204,104,MMR9217,9217,4-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ramree,Ramree,19.0905,93.8624,1,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 4 December 2019, in Ramree Town, in Ramree Township, in Rakhine State, about 80 people led by the NLD and its supporters gathered inside the compound of Aung Zaydi Pagoda in support of State Counsellor who will defend a lawsuit regarding violation of Genocide Convention filed against Myanmar by the Gambia country at the ICJ. [size=about 80]",0,1576855208,MMR -6691688,104,MMR9212,9212,3-Dec-19,2019,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,7,37,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,VOA; Irrawaddy,National-International,"On 3 December 2019, in Tamu Town, in Tamu Township, in Sagaing Region, a hand grenade was thrown inside the compound of the house of Upper House parliamentarian of NLD by the unknown men. The grenade did not explode.",0,1576855210,MMR -6691729,104,MMR9213,9213,3-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Democratic Voice of Burma,National,"On 3 December 2019, in Mahaaungmyay Township, in Mandalay Town, in Mandalay Region, more than 40 workers of Aung Pyae Wa Phyo Jade refinery company staged a protest to demand their rights including the right to organize, access to clean drinking water, to close the company on public holidays, to have less working hours per week, and to get OT pay. Myanmar Industries Craft and Services Trade Unions Federation assisted the protesting workers. [size=more than 40]",0,1576855210,MMR -7672727,104,MMR9215,9215,3-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Taung Gyi,20.0651,93.539,2,VOA,International,"On 3 December 2019, in between the villages of Taung Gyi and Mee Kyaung Tet, in Yoe Sa Nwin and Yet Chaung Village Tracts, in Myebon Township, in Rakhine State, the Arakan Army ambushed a column of Myanmar military on the Yangon-Sittwe road. There were an unknown number of casualties.",0,1612998736,MMR -6691835,104,MMR9211,9211,3-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 3 December 2019, in Dagon Township, in Yangon Region, about 50 garment workers rallied in front of the Dagon Township court in support of five of their leaders who were charged under section 19 of Peaceful Assembly and Procession Law for demonstrating in front of the Yangon government office on November 7. [size=about 50]",0,1576855210,MMR -6692111,104,MMR9204,9204,2-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,BBC News; Narinjara News,National-International,"On 2 December 2019, in Paletwa Township, in Chin State, an artillery shell launched from the mountain range in upper part of Yan Creek which is located a mile away in east of Na Leik village fell into the village where Mro ethnic group lives. The explosion of the artillery injured three Mro ethnic persons.",0,1576855211,MMR -7672619,104,MMR9207,9207,2-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyet Chay,20.6219,92.8164,2,VOA,International,"On 2 December 2019, northwest of Kyet Chay Village, in Hpar Pway Village Tract, in Ponnagyun Township, in Rakhine State, fighting took place between the Myanmar military and the Arakan Army.",0,1612998735,MMR -6692208,104,MMR9205,9205,2-Dec-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Yet Pyin,20.8124,92.6086,2,Development Media Group,Subnational,"On 2 December 2019, near Tha Yet Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, a Muslim man who was herding his cattle near his village of Tha Yet Pyin stepped on a landmine and was seriously injured.",0,1576855212,MMR -6692215,104,MMR9206,9206,2-Dec-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Unidentified Armed Group (Myanmar),,3,33,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Independent Mon News Agency,National,"On 2 December 2019, in Payathonzu Town, in Kyainseikgyi Township, in Kayin State, an exchange of artillery fire was heard for half an hour. The New Mon State Party claimed that the NMSP was not involved in the firing of the artillery. It is unclear which groups were involved.",0,1576855212,MMR -6692250,104,MMR9208,9208,2-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 2 December 2019, in Hlaingthayar Township, in Yangon Region, all 50 workers of Pro Cap that produces hat in Industrial Zone 2 staged a protest in front of the factory calling for workers rights. The factory also has set up another factory in the same compound to produce Christmas dolls and export to Europe and American market. Action Labour Rights is assisting the protesting workers. [size=50]",0,1576855212,MMR -7669445,104,MMR9209,9209,2-Dec-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Narinjara News; VOA; Development Media Group,Subnational-International,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3,1612998727,MMR -7672610,104,MMR9197,9197,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyet Chay,20.6219,92.8164,2,VOA,International,"On 1 December 2019, in northwest of Kyet Chay Village, in Hpar Pway Village Tract, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -6692662,104,MMR9201,9201,1-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,2,Mizzima,National,"On 1 December 2019, in Tonzang Township, in Chin State, about 500 protesters including students, civil society organizations and residents staged a protest to demand action over the murder of a Chin female teacher who was shot on 17 October . They also called for action against the Manipur-Kathe armed groups and called for the rule of law. [size=about 500]",0,1576855213,MMR -6692668,104,MMR9194,9194,1-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-); NLD: National League for Democracy,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 1 December 2019, in Kyauktada Township, in Yangon Town, in Yangon Region, about 700 people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of Genocide Convention filed by the Gambia country against Myanmar at the ICJ. The Yangon Region Minister also attended and supported the rally. [size=about 700]",0,1576855213,MMR -6692677,104,MMR9195,9195,1-Dec-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Htar Long,22.406,97.3121,2,Network Media Group,National,"On 1 December 2019, near Htar Long Village, in Nar Ma Hkaw Village Tract, in Hsipaw Township, in Shan State, the residents of Htar Long village rallied at the entrance to the village and blocked a government delegation that included Electricity and Energy Minister of Shan State who came to hold talk with the villagers to discuss the construction of Upper Yeywa dam. The village is located on the banks of the Namtu River and its all 700 residents are likely to be displaced by flooding if the dam were constructed. [size=no report]",0,1576855213,MMR -7669631,104,MMR9199,9199,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,BBC News,International,"On 1 December 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army at the mountain ranges in upper part of Yan Creek which is located a mile away in east of Na Leik village.",0,1612998728,MMR -7672706,104,MMR9198,9198,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,VOA,International,"On 1 December 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a mountain range in northeast of Na Leik Village.",0,1612998736,MMR -7671997,104,MMR9200,9200,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,1,Radio Free Asia,Regional,"On 1 December 2019, in Mee Wa Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military claimed that the Arakan Army attacked six vessels carrying construction materials in Kalandan River. Some military soldiers and officers were injured while the attack incurred some damages to the vessels.",0,1612998734,MMR -7669444,104,MMR9196,9196,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Shar Shey Pyin,20.7472,93.0857,1,Development Media Group; Narinjara News,Subnational,"On 1 December 2019, in Shar Shey Pyin (aka) Shar Yay Pyin Village, in Shar Shey Pyin Village Tract, in Mrauk-U Township, in Rakhine State, three children and two women were injured after they were hit by the pieces of artillery shells which were launched by the Myanmar military. A villager claimed that the Myanmar security forces firstly fired small guns at a group of fleeing female workers before they fired artillery shells. However, the military claimed that its column was attacked by the AA from the village and fighting broke out.",0,1612998727,MMR -7671500,104,MMR9203,9203,1-Dec-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) Border Guard Force,1,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,2,Myanmar Times,National,"On 1 December 2019, near Payathonzu, in Kyainseikgyi Township, in Kayin State, a clash broke out between the New Mon State Party and the Myanmar military near Japan Yae Twin village. The clash resulted in a death of a member of Myanmar military Border Guard Force.",1,1612998733,MMR -7671551,104,MMR9202,9202,1-Dec-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Ma-Ei,19.3423,94.1384,1,Narinjara News,Subnational,"On 1 December 2019, near Ma-Ei Town, in Toungup Township, in Rakhine State, the residents were concerned after they heard the sounds of artillery fire and gunfire. A resident claimed that she heard the gunfire after a military vehicle passed through the San Kar Creek bridge. Later three villagers were arrested.",0,1612998733,MMR -7669783,104,MMR9192,9192,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mun Daunt,21.2204,92.8881,2,Development Media Group,National,"On 30 November 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army near Mon Htaunt (Mun Daunt) village. The AA reported an unknown number of military fatalities. Unknown fatalities coded at 3.",3,1612998728,MMR -7672093,104,MMR9258,9258,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Nam Sang Yang,24.8688,97.5366,2,Radio Free Asia,Regional,"On 30 November 2019, around Nam Sang Yang Village, in Waingmaw Township, in Kachin State, fighting broke out between the Myanmar military and the Kachin Independence Army.",0,1612998734,MMR -7669796,104,MMR9186,9186,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Hin Kha Yaw,19.9426,93.6905,2,Development Media Group,Subnational,"On 30 November, north of Hin Kha Yaw Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near a road located 1-kilometer distance in north of the village. AA claimed that 12 military soldiers were killed and it seized some weapons of the military. It also claimed that two military helicopters fired rockets during the battle.",12,1612998728,MMR -7669817,104,MMR9180,9180,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Hin Kha Yaw,19.9426,93.6905,2,Development Media Group,Subnational,"On 30 November 2019, near Sa Hnyin Village, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in between Hin Kha Yaw and In Gyin. The military also used two helicopters and attacked the mountain ranges near Hin Kha Yaw.",0,1612998728,MMR -7669824,104,MMR9190,9190,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Toke Chaung,19.9671,93.6483,2,Development Media Group,Subnational,"On 30 November, near the northwest of Toke Chaung Village, in Yae Gaung Chaung Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near northwest of the village. AA claimed that two military helicopters also fired rockets during the battle.",0,1612998728,MMR -7669826,104,MMR9189,9189,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Development Media Group,Subnational,"On 30 November 2019, in south of Sa Hnyin Village, in Sa Hnyin Village Tract, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army at 1.2-kilometer distance in south of the village. AA claimed that two military helicopters also fired rockets during the battle.",0,1612998728,MMR -7669847,104,MMR9178,9178,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Sa Hnyin,19.9788,93.7215,2,Development Media Group,Subnational,"On 30 November 2019, near Sa Hnyin Village, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a location between Sa Hnyin and Sat Yar villages. The military also used two helicopters and attacked the mountain ranges at the back of the Sa Hnyin village.",0,1612998729,MMR -7670198,104,MMR9193,9193,30-Nov-19,2019,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Shar Shey Pyin,20.7472,93.0857,2,Irrawaddy,National,"Around 30 November 2019, near Shar Shey Pyin, in Mrauk-U Township, in Rakhine State, a mine attack against the Myanmar military occurred near the village.",0,1612998729,MMR -7671481,104,MMR9191,9191,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Myanmar Times,National,"On 30 November 2019, in Tin Ma Village, in Tin Ma Village Tract, in Kyauktaw Township, in Rakhine State, the Arakan Army claimed that it attacked a landing craft Marine Princess that was carrying Myanmar military troops. The military-run newspaper reported that AA attacked a landing craft carrying the heavy machineries for Paletwa-bridge project in Kalandan River. It also claimed that AA seized the crew but released later and took some mobile phones and money. AA, however, denied the accusations that it did not loot the valuables.",0,1612998733,MMR -7669443,104,MMR9187,9187,30-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Radio Free Asia; Kachin News Group,Subnational-Regional,"On 30 November 2019, in Mansi Township, in Kachin State, fighting broke out between the Myanmar military and Kachin Independence Army battalion under brigade 5. Some battalions of KIA were seized by the military but no casualties were reported.",0,1612998727,MMR -7818962,104,MMR9188,9188,30-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,AFP,International,"On 30 November 2019, in Nay Pyi Taw, thousands of people rallied in support of the State Counsellor who will defend a lawsuit regarding the violation of Genocide Convention filed against Myanmar by the Gambia country at the ICJ. [size=thousands]",0,1618442050,MMR -6692853,104,MMR9179,9179,30-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Ngu Maw (Kone Tan),20.2879,92.7259,2,VOA,International,"On 30 November 2019, in north of Ah Ngu Maw (Kone Tan) Village, in Rathedaung Township, in Rakhine State, a 14-year old child who was tending the cows in a hill was killed by a landmine explosion.",1,1576855214,MMR -7671554,104,MMR9176,9176,29-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tha Pyay Kan,20.7189,93.1017,2,Narinjara News,Subnational,"On 29 November 2019, near Tha Pyay Kan Village, in Mrauk-U Township, in Rakhine State, a column of Myanmar military stepped on landmines on the Sittwe-Yangon road in north of the village. The military also arrested two villagers from the village.",0,1612998733,MMR -6693139,104,MMR9174,9174,29-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); YCOWA: Yaung Chi Oo Workers Association,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 29 November 2019, in Shwepyithar Township, in Yangon Region, about 360 workers of a Korean citizen owned World Jin garment factory in Shwepyithar Thardukan Industrial Zone (2) continued their picket-line which began November 25. The employer and managers of the factory went into hiding and the factory took their signboard down. The workers are protesting to demand the factory to pay the social security fees, renew employment contracts, increase wages, provide a good ventilation system at the workplace and provide separate bathrooms for males and females. Yaung Chi Oo Workers Association has been assisting the workers in protest. [size=about 360]",0,1576855215,MMR -7669603,104,MMR9175,9175,29-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man War,22.9826,97.4237,1,BBC News,International,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1,1612998728,MMR -7669442,104,MMR9185,9185,29-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Nam Sang Yang,24.8688,97.5366,2,Radio Free Asia; Myanmar Times; Kachin News Group,Subnational-National,"On 29 November 2019, near Nam Sang Yang Village, in Nam Sang Yang Village Tract, in Waingmaw Township, in Kachin State, fighting broke out between the Myanmar military LIB 140 and Kachin Independence Army battalion under brigade 5 at Pau Se military station. The KIA confirmed the military's seizure of its encampment. The military also claimed that it seized a temporary camp of KIA and recovered some weapons along with a dead body of KIA soldier.",1,1612998727,MMR -7669962,104,MMR9184,9184,29-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kan Sauk,20.6808,92.9176,2,Eleven Media Group,National,"On 29 November 2019, in east of Kan Sauk Village, in Kan Sauk Village Tract, in Mrauk-U Township, in Rakhine State, the Myanmar military claimed that the Arakan Army attacked a total of six vessels carrying construction materials for the Paletwa bridge project on the Kalandan River. The military announcement said that navy vessels returned fired and incurred some damage to the vessels. Some military soldiers and officers from the navy were also injured.",0,1612998729,MMR -7671789,104,MMR9177,9177,29-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,La Mu Ta Pin,20.7166,92.9978,2,Narinjara News,Subnational,"On 29 November 2019, near La Mu Ta Pin Village, in Kyauktaw Township, in Rakhine State, a clash broke out after the Arakan Army fired artillery shells at a group of Myanmar military vessels which were travelling in upper Kaladan River. A villager who was hit by a piece of shrapnel was injured and three houses were also destroyed.",0,1612998734,MMR -6693632,104,MMR9167,9167,28-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),FTUM: Federation of Trade Unions Myanmar; Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 28 November 2019, in Kyauktada Township, in Yangon Region, about 100 people staged a protest in front of the Yangon City Hall. The protesters demanded the arrested villagers of Aung Thabyay village in Patheingyi township in Mandalay region be released and called for an investigation into the death of a villager who was tortured in the prison. The Federation of Trade Unions Myanmar also joined the protest. [size=about 100]",0,1576855217,MMR -7672101,104,MMR9169,9169,28-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man War,22.9826,97.4237,2,Radio Free Asia,Regional,"On 28 November 2019, near Man War Village, in Namtu Township, in northern Shan State, fighting broke out between the Myanmar military and the Restoration Council of Shan State.",0,1612998734,MMR -7672384,104,MMR9171,9171,28-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 28 November 2019, near Man San Village, in Namtu Township, in northern Shan State, fighting broke out between the Myanmar military and the Restoration Council of Shan State after a military soldier stepped on a landmine while the military was travelling to the hill where RCSS military camp is located.",0,1612998735,MMR -6693969,104,MMR9168,9168,28-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,3,Daily Star (Bangladesh),International,"On 28 November 2019, [location coded at Paletwa Township], in Chin State, a landmine explosion on the Myanmar side of the border along Bandarban in Bangladesh killed a Rohingya refugee and injured two others.",1,1576855218,MMR -7671683,104,MMR9166,9166,28-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Khaung Toke,20.8818,93.0078,2,Narinjara News,Subnational,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0,1612998733,MMR -7672767,104,MMR9172,9172,28-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,2,VOA,International,"On 28 November 2019, in north of Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7672270,104,MMR9170,9170,28-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Radio Free Asia,Regional,"On 28 November 2019, in Namhsan Township, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military in Kyet Thay village.",0,1612998735,MMR -6712374,104,MMR9362,9362,27-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Mizzima,National,"On 27 November 2019, in Hlaingthayar Township, in Yangon Region, 16 workers of Myanmar Nissenkan garment factory staged a strike for 10 days demanding their rights. But the employer denied the workers' demands and thus the workers blockaded the container trucks of the factory from going out of the factory. [size= 16]",0,1578511386,MMR -7671648,104,MMR9165,9165,27-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,2,Narinjara News,Subnational,"On 27 November 2019, near Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military used helicopters during the clash and an artillery battalion based in the Taung Phyu mountains fired artillery shells. A man in the village who was struck by the stray bullet during the clash died the next day at a hospital.",1,1612998733,MMR -6694014,104,MMR9162,9162,27-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Danubyu,Danubyu,17.2546,95.5958,1,Myanmar Times,National,"On 27 November 2019, in Danubyu Town, in Danubyu Township, in Ayeyarwady Region, local residents staged a protest and demanded action in accordance with the law regarding a public sportsground in Taw Gyi village tract, action against those who illegally dig lakes for fish farming, and th release the unlawfully arrested fishermen. [size=no report]",0,1576855218,MMR -7669633,104,MMR9163,9163,27-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) Border Guard Force,1,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,2,BBC News,International,"On 27 November 2019, near Payathonzu Town, in Kyainseikgyi Township, in Kayin State, a combined forces of Myanmar military and the Border Guard Force (BGF) clashed with the Mon National Liberation Army near its base in Japan Yay Twin village. One military soldier was injured. Three hundred Mon ethnic people fled their village to escape the fighting. MNLA claimed that the military took control of their Hinthar Tai Gate camp and Japan Yay Twin camp after the battle, but the military denied the claim.",0,1612998728,MMR -7671758,104,MMR9164,9164,27-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Zay Di Taung,19.8931,93.7317,1,Narinjara News,Subnational,"On 27 November 2019, in Zay Di Taung Village, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army after the AA attacked a column of the military who approached the village on two motor boats.",0,1612998733,MMR -6694403,104,MMR9160,9160,26-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Germany),Civilians (Argentina),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Kun Hauk,22.8057,97.181,2,Network Media Group,National,"On 26 November 2019, in between the villages of Kun Hauk and Pan Nyaung, in Hsipaw Township, in northern Shan State, a landmine explosion killed a German male tourist and injured an Argentinian woman.",1,1576855219,MMR -6694668,104,MMR9181,9181,26-Nov-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Eleven Media Group,National,"Since 26 November 2019, in Hlaingthayar Township, in Yangon Region, over 1,300 workers of New Way shoe factory at No.4 Industrial Zone have been protesting at a protest camp in front of the factory. The workers have made 21-point demands out of which 19 had been met. The employer refused to give overtime pay and yearly performance bonus. [size=over 1,300]",0,1576855220,MMR -7670302,104,MMR9159,9159,26-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Irrawaddy,National,"On 26 November 2019, near Pan Myaung Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998730,MMR -7671611,104,MMR9157,9157,26-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,1,Narinjara News,Subnational,"On 26 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army after the military launched offensive operation targeting Hill point 122. AA claimed that five military soldiers were killed during the clash.",5,1612998733,MMR -7669624,104,MMR9156,9156,26-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,BBC News,International,"On 26 November 2019, in Namhsan township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998728,MMR -7671779,104,MMR9158,9158,26-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News,Subnational,"On 26 November 2019, around the villages of Ah Myet Taung and Yae Soe Chaung, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. Fighting has been ongoing in these areas for about 5 days.",0,1612998734,MMR -7819002,104,MMR9155,9155,26-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Police Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 26 November 2019, in Mandalay Town, in Mandalay Region, a prayer event led by a charity group comprised of police was held at the Mahamuni Pagoda. About 100 people joined the prayer and prayed for the safety of civil servants and civilians who were abducted in October by the Arakan Army. [size=about 100]",0,1618442050,MMR -7671633,104,MMR9150,9150,25-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News,Subnational,"On 25 November 2019, near the Wun Hla mountain range, at the back of Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, fighting broke out between the AA and a column of Myanmar military travelling from Ah Myet Taung to Zee Khaung village.",0,1612998733,MMR -6695330,104,MMR9152,9152,25-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Htar Long,22.406,97.3121,2,Irrawaddy,National,"On 25 November 2019, near Htar Long Village, in Hsipaw Township, in northern Shan State, over 300 residents staged a protest during the visit of Shan State Minister for Electricity and Industry to the site of a planned hydropower dam on the Nam Ma River in the village. The villagers blocked the Minister from entering the village and refused to negotiate regarding the building of the dam and urged the government to withdraw the dam project. [size=over 300]",0,1576855222,MMR -6694835,104,MMR9153,9153,25-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); YCOWA: Yaung Chi Oo Workers Association,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 25 November 2019, in Shwepyithar Township, in Yangon Region, about 360 workers of a Korean citizen owned World Jin garment factory in Shwepyithar Thardukan Industrial Zone (2) began a picket-line and continued a protest that started on November 6. The workers are protesting to demand the factory to pay the social security fees, renew employment contracts, increase wages, provide a good ventilation system at the workplace and provide separate bathrooms for males and females. Yaung Chi Oo Workers Association has been assisting the workers in protest. [size=about 360]",0,1576855221,MMR -7669440,104,MMR9148,9148,25-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,VOA; Narinjara News,Subnational-International,"On 25 November 2019, near Rathedaung Town, in Rathedaung Township, in Rakhine State, the Arakan Army launched an artillery attack on the Myanmar military navy vessel which was anchored in the Mayu River. The military also returned fire after moving their ships to Rathedaung where LIB 376,377 and 378 are located.",0,1612998727,MMR -7672005,104,MMR9149,9149,25-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Radio Free Asia,Regional,"On 25 November 2019, in between the villages of Kyauk Tan and Laing Gwin, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -6694893,104,MMR9151,9151,25-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 25 November 2019, in Kyauktada Township, in Yangon Region, more than 30 Buddhist nationalists led by a monk staged a protest against the ICJ case against Myanmar which Gambia filed in relation to the state violence against Rohingya Muslims in 2017. [size=more than 30]",0,1576855221,MMR -7671568,104,MMR9144,9144,24-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ngan Tet,20.3442,93.3968,2,Narinjara News,Subnational,"On 24 November 2019, in between the village tracts of Ngan Tet and Hpon Thar Wa, in Minbya Township, in Rakhine State, a landmine exploded in a farm between two village tracts when a column of Myanmar military passed through it. The military arrested two men from Kyauk Maw village on suspicion in connection with the mine explosion.",0,1612998733,MMR -7671583,104,MMR9146,9146,24-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kin Chaung,20.8055,92.5498,2,Narinjara News,Subnational,"On 24 November 2019, in between Kin Chaung and Shwe Baho Villages, in Maungdaw Township, in Rakhine State, a convoy of Myanmar military was attacked by an unidentified group with landmines when it arrived near a bridge located in a half mile away from the village.",0,1612998733,MMR -7671377,104,MMR9143,9143,24-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ton Ma Wa,21.1789,92.9229,2,Khonumthung News,Subnational,"On 24 November 2019, near Ton Ma Wa Village, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army. A man in his 40s and a 12-year-old girl were injured as they were hit by an artillery shell from the clash.",0,1612998733,MMR -7671772,104,MMR9145,9145,24-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyauk Kyat,20.8409,93.0722,2,Narinjara News,Subnational,"On 24 November 2019, in between Kyauk Kyat village in Kyauktaw and Mahamuni Pagoda in Mrauk-U, in Kyauktaw Township, in Rakhine State, a column of Myanmar military which was travelling to Kyauktaw from Pyaing Chaung village was attacked by an unidentified group with landmines.",0,1612998734,MMR -6695415,104,MMR9147,9147,24-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 24 November 2019, in Monywa Town, in Monywa Township, in Sagaing Region, a protest event was held in support of the State Counsellor Daw Aung San Suu Kyi who will be leading an expedition to face a lawsuit at the ICJ. The lawsuit was filed against Myanmar by Gambia regarding the state violence against Rohingya Muslims in 2017. [size=no report]",0,1576855223,MMR -6695993,104,MMR9252,9252,23-Nov-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 23 November 2019 to 7 December 2019, in Hlaingthayar Township, in Yangon Region, about 400 workers of Global Electronic factory in Hlaingthayar Industrial Zone (2) staged a protest. They made 16 demands, including the right to legal leaves without a cut in their attendance bonus, a grade skills bonus and an increase in the annual bonus. Action Labour Rights assisted the protesting workers. The workers returned to work on December 7 after successful negotiation and 15 days of protest. [size=about 400]",0,1576855225,MMR -7671668,104,MMR9139,9139,23-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 23 November 2019, near Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, Myanmar military and the Arakan Army had clashed. A column of the military was stationed in the village at the time of the clash.",0,1612998733,MMR -7669909,104,MMR9142,9142,23-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,1,Development Media Group,Subnational,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0,1612998729,MMR -7669770,104,MMR9136,9136,22-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group,Subnational,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0,1612998728,MMR -7671820,104,MMR9134,9134,22-Nov-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 22 November 2019, in Myebon Township, in Rakhine State, the Myanmar military launched attacks around Nyung Kan village targeting the AA. The military used two helicopters in the attack over the village.",0,1612998734,MMR -7670309,104,MMR9474,9474,22-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Hu Hkin (Palaung),23.0772,97.1175,1,Irrawaddy,National,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0,1612998730,MMR -6696519,104,MMR9141,9141,22-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News,Subnational,"On 22 November 2019, in between the villages of Pauk Tu Wa and Pone Hnyin Wa, in Paletwa Township, in Chin State, a 47-year old villager of Doe Chaung Wa was killed by a landmine explosion while he was helping to move an injured Myanmar military soldier to safety. The Myanmar military troops asked him to help carry the injured soldiers. However, it was unclear whether he was forced to carry the injured soldier or not.",1,1576855226,MMR -7671631,104,MMR9135,9135,22-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 22 November 2019, in between Yae Soe Chaung and Kyauk Kon Boke Villages, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near a bridge between the villages.",0,1612998733,MMR -7671974,104,MMR9132,9132,22-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Taik Tan,22.8727,97.2536,2,Network Media Group,National,"On 22 November 2019, around Taik Tan Village, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. The military also fired using two helicopters.",0,1612998734,MMR -7669438,104,MMR9133,9133,22-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Hu Hkin (Palaung),23.0772,97.1175,2,Shan Herald Agency for News; Network Media Group,Subnational-National,"On 22 November 2019, there was a clash between the military and TNLA at the access road between Man Mai Mein Kun and Hu Hkin Villages in the Namhsan township. Another clash also broke out near Kaik Taing village under the same township (village coordinates not found). The military claimed that it seized several weapons of TNLA in three locations.",0,1612998727,MMR -7669439,104,MMR9138,9138,22-Nov-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Man Mai Mein Kun,23.0717,97.1525,1,BBC News; Shan Herald Agency for News; Network Media Group,Subnational-National,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0,1612998727,MMR -7671790,104,MMR9137,9137,22-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pi Kauk Wa,20.7674,92.9648,2,Narinjara News,Subnational,"On 22 November 2019, near Pi Kauk Wa Village, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked the Myanmar military navy ships and the military returned fire. Stray bullets hit and injured two villagers.",0,1612998734,MMR -7669774,104,MMR9128,9128,21-Nov-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,1,Development Media Group,Subnational,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0,1612998728,MMR -7669784,104,MMR9130,9130,21-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ah Nauk Hka Maung Seik,21.2655,92.2714,2,Development Media Group,Subnational,"On 21 November 2019, west of Ah Nauk Hka Maung Seik Village, in Maungdaw Township, in Rakhine State, the Myanmar military and the Arakan Rohingya Salvation Army clashed while the military was on security operations. The military arrested 3 ARSA militants. 2 were killed.",2,1612998728,MMR -7672361,104,MMR9131,9131,21-Nov-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,Civilians (Myanmar),2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News,Subnational,"On 21 November 2019, near Hkon Nguen village, in Kyaukme Township, in northern Shan State, the Myanmar military attacked the Ta'ang National Liberation Army's position and Ta'ang villages with artillery shells and a combat helicopter. Residents fled the village when artillery shells landed in the village. Several bamboo houses in Mang Hkok village were damaged.",0,1612998735,MMR -7671608,104,MMR9127,9127,21-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,2,Narinjara News,Subnational,"On 21 November 2019, near Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The artillery shells from the clash hit Amyat Taung village, exploded inside a house and killed a villager and injured another.",1,1612998733,MMR -7671638,104,MMR9129,9129,21-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Than Pu Yar Htaunt,20.9854,92.9854,2,Narinjara News,Subnational,"On 21 November 2019, in between the villages of Than Pu Yar Htaunt and Tha Lu Chaung, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army two times in a day.",0,1612998733,MMR -7672596,104,MMR9126,9126,20-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Hkon Ngin,22.5004,96.8599,1,VOA,International,"On 20 November 2019, in Hkon Ngin Village, in Kyaukme Township, in Shan State, artillery shells fired by the Mong Ngawt based Myanmar military landed in the village and damaged some houses.",0,1612998735,MMR -7669621,104,MMR9125,9125,20-Nov-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,BBC News,International,"Around 20 November 2019, near Kutkai Town, in Kutkai Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998728,MMR -7669437,104,MMR9124,9124,20-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kon Tan,20.47,92.6862,2,Development Media Group; Narinjara News,Subnational,"On 20 November 2019, in between Kon Tan and Thar Si Kon Villages, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a location between the two villages after an explosion occurred near the south of Mayu River bank. The military column also arrested 12 villagers of Aung Si Kon and Thar Si Kon after the battle but released them the next day.",0,1612998727,MMR -7669763,104,MMR9117,9117,19-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,2,Development Media Group,Subnational,"On 19 November 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Yaw Chaung village. The military also launched attacks over Yaw Chaung and Gin Chaung villages using two helicopters.",0,1612998728,MMR -7669768,104,MMR9120,9120,19-Nov-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,2,Development Media Group,Subnational,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0,1612998728,MMR -7671954,104,MMR9121,9121,19-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kun Kaw,22.6627,97.0768,2,Network Media Group,National,"On 19 November 2019, in Kyaukme Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army. Artillery shells also landed near the villages of Kun Kaw, Tawt Hpei and Nar Lway.",0,1612998734,MMR -7671723,104,MMR9118,9118,19-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,1,Narinjara News,Subnational,"On 19 November 2019, in Ah Pauk Wa Village, in Kyauktaw Township, in Rakhine State, an explosion occurred when a column of Myanmar military passed through the village. The military then fired into the village with small weapons.",0,1612998733,MMR -6697399,104,MMR9122,9122,19-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times; Irrawaddy,National,"From 19 to 21 November 2019, in Hlaingthayar Township, in Yangon Region, more than 4000 workers of the Chinese-owned Saung Oo Shwe Nay garment factory have been protesting over the alleged sexual assault of a female worker by a Sri Lankan technician at the factory. The workers called for the dismissal of the technician and made 28 demands, including leaves entitlements, clean toilets and a water purification machine. Action Labor Rights has been supporting the workers on protest. [size=more than 4000]",0,1576855229,MMR -7669434,104,MMR9116,9116,19-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Hin Kha Yaw,19.9426,93.6905,2,Development Media Group; BBC News,Subnational-International,"On 19 November 2019, in between In Gyin and Hin Kha Yaw Villages, in Myebon Township, in Rakhine State, the Arakan Army ambushed a reinforcement convoy of Myanmar military. There were 11 military vehicles and AA claimed that more than 10 military soldiers were killed whereas the military claimed that 3 soldiers were injured and the vehicles were damaged. The military also attacked over Hin Kha Yaw village using the helicopters after the ambush.",10,1612998727,MMR -7669435,104,MMR9119,9119,19-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Pa Kar Wa,21.9927,92.7381,2,Development Media Group; Myanmar Times; Radio Free Asia,National-Regional,"On 19 November 2019, southwest of Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between the Arakan Army and Hmawbi based Myanmar military LIB 313 under LID 77 on the mountain range west of Kam Creek. The AA claimed that nine military soldiers were killed and that it had detained 13 military soldiers including a captain and a warrant officer. The military denied the claim. AA announced that it will release two of its 13 captives around 23 January, 2020 due to health considerations and as a show of compassion.",9,1612998727,MMR -7669436,104,MMR9123,9123,19-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Hteik Wa Pyin,20.774,93.0607,2,Narinjara News; Radio Free Asia,Subnational-Regional,"On 19 November 2019, near Hteik Wa Pyin Village, in Mrauk-U Township, in Rakhine State, a piece of shrapnel landed into a compound and injured a woman. The villagers claimed that the Myanmar military based in Lin Myay Taung Hill fired the artillery shells. The military confirmed the claim and said that it returned fire to AA's attack.",0,1612998727,MMR -7672337,104,MMR9111,9111,18-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Ho Tar,23.2852,97.953,2,Shan Herald Agency for News,Subnational,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0,1612998735,MMR -7671912,104,MMR9115,9115,18-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kun Kaw,22.6627,97.0768,2,Network Media Group,National,"On 18 November 2019, in Kyaukme Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army. Artillery shells also landed near the villages of Kun Kaw, Tawt Hpei and Nar Lway.",0,1612998734,MMR -7671771,104,MMR9110,9110,18-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,2,Narinjara News,Subnational,"On 18 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military launched the attacks near the village and upper Yaw Creek using two helicopters.",0,1612998734,MMR -7671794,104,MMR9112,9112,18-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nwar Hla Kyaw,20.5908,92.7732,2,Narinjara News,Subnational,"On 18 November 2019, in Rathedaung Township, in Rakhine State, the military launched attacks on AA positions near Laing Gwin Gyi Kha Mway village in Nwar Hla Kyaw village tract using two helicopters. The military navy in the Mayu River also fired artillery shells.",0,1612998734,MMR -7671795,104,MMR9114,9114,18-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 18 November 2019, near Kyauktan village, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7671797,104,MMR9113,9113,18-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Narinjara News,Subnational,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0,1612998734,MMR -7670298,104,MMR9109,9109,17-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Irrawaddy,National,"On 17 November 2019, in Rathedaung Township, in Rakhine State, the Arakan Army shelled the Rathedaung based Myanmar military from Nga Tauk Tu village in the northeast.",0,1612998730,MMR -7672693,104,MMR9108,9108,17-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 17 November 2019, in Kutkai Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army near Nam Khai bridge.",0,1612998736,MMR -7672191,104,MMR9107,9107,17-Nov-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pe Tha Du,20.6781,92.7138,2,Radio Free Asia,Regional,"Around 17 November 2019, near the villages of Tha Pyay Kya (Thet Pyay Kya) and Pe Tha Du, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -6699146,104,MMR9097,9097,16-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,BBC News; Myanmar Times,National-International,"On 16 November 2019, in Lashio Town, in Lashio Township, in Shan State, the airport in Lashio and some houses were attacked by artillery shells. The artillery shells were launched from Byone Mountain located behind an education college. A woman was injured and some buildings were damaged due to the attack. The military claimed that the attack was by the TNLA.",0,1576855235,MMR -7669432,104,MMR9096,9096,16-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nwar Hla Kyaw,20.5908,92.7732,2,BBC News; Development Media Group,Subnational-International,"On 16 November 2019, near the villages of Nwar Hla Kyaw and Laing Gwin, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The military fired on the AA from a navy ship in Mayu River. It also fired at Laing Gwin and Nwar Hla Kyaw villages using two helicopters. AA later withdrew its troops.",0,1612998727,MMR -7819095,104,MMR9360,9360,15-Nov-19,2019,3,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,Myanmar Times,National,"In November 2019, in Yangon City, in Yangon Region, workers of Great Well-2 shoe factory staged a protest to demand their rights as workers. [size= no report]",0,1618442050,MMR -7669613,104,MMR9094,9094,15-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ma Kyar Se,20.7413,93.1466,2,BBC News,International,"On 15 November 2019, in northeast of Ma Kyar Se Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army at 3 kilometers distance in northeast of the village.",0,1612998728,MMR -7669431,104,MMR9095,9095,15-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,BBC News; Development Media Group,Subnational-International,"On 15 November 2019, near Rathedaung Town, in Rathedaung Township, in Rakhine State, the Arakan Army attacked three light infantry battalions (536, 537,538) of Myanmar military. AA and a villager from Nga Taut Tu Chay village claimed that these battalions were firing artillery shells targeting Loi Gwin village and thus AA fired warning shots. The military denied the accusation and claimed that an artillery shell fell into near Nga Taut Tu Chay village and a woman in the village was injured.",0,1612998727,MMR -7672369,104,MMR9091,9091,14-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kun Kaw,22.6627,97.0768,1,Shan Herald Agency for News,Subnational,"On 14 November 2019, in Kun Kaw Village, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998735,MMR -7819110,104,MMR9106,9106,14-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,3,Myanmar Times,National,"On 14 November 2019, in Yangon City, in Yangon Region, more than 600 workers of South Korean-owned Seinus Cliq garment factory staged a protest in front of the factory to call for better working conditions, including employment contracts and free drinking water. [size=more than 600]",0,1618442050,MMR -7669701,104,MMR9090,9090,14-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Democratic Voice of Burma,National,"On 14 November 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, fighting broke out twice between the Myanmar military and the Ta'ang National Liberation Army near Loi Sam Hsit Mountain. A teacher and driver were injured as they were shot by an unknown gunman during the clash.",0,1612998728,MMR -7672092,104,MMR9089,9089,13-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Radio Free Asia,Regional,"On 13 November 2019, in between Kyaukme and Namhsan Townships, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998734,MMR -7670306,104,MMR9086,9086,13-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,2,Irrawaddy,National,"On 13 November 2019, near Let Kar Village, in Mrauk-U Township, in Rakhine State, Myanmar military claimed that a mine explosion occurred. Some soldiers were injured.",0,1612998730,MMR -7672104,104,MMR9105,9105,13-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Ta Pin,20.8591,93.0483,2,Radio Free Asia,Regional,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0,1612998734,MMR -7669428,104,MMR9085,9085,13-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Ta Pin,20.8591,93.0483,2,Irrawaddy; Development Media Group,Subnational-National,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military LIB 374 under MOC 9 and the Arakan Army at a bridge near the village after the military column was attacked with remote mines. A military commander and 4 other soldiers were killed during the clash according to the Development Media Group. Irrawaddy media reported that 7 soldiers including a commander was killed. [Fatalities coded at 5]",5,1612998727,MMR -7669429,104,MMR9087,9087,13-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Nawng,23.5592,98.4404,2,Myanmar Times; Network Media Group,National,"On 13 November 2019, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military near the foothill of Loi Sam Hsit Mountain at the exit of ward 8. A monk and a man who came back on the motorbike to Nam Hpat Kar were injured during the fighting. An artillery shell also fell into the Ta'ang Education Center but no one was injured. TNLA reported that it had clashed with the military in two locations: near Mang Nawng village on the Union highway and near Myothit golf club in Kutkai town.",0,1612998727,MMR -7669430,104,MMR9088,9088,13-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Network Media Group; Myanmar Times,National,"On 13 November 2019, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military near the foothill of Loi Sam Hsit Mountain at the exit of ward 8. A monk and a man who came back on the motorbike to Nam Hpat Kar were injured during the fighting. An artillery shell also fell into the Ta'ang Education Center but no one was injured. TNLA reported that it had clashed with the military in two locations: near Mang Nawng village on the Union highway and near Myothit golf club in Kutkai town.",0,1612998727,MMR -7671740,104,MMR9359,9359,13-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Yet Ta Pin,20.8591,93.0483,2,Narinjara News,Subnational,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military was attacked by landmines at a bridge near the village.",0,1612998733,MMR -7671559,104,MMR9083,9083,12-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Narinjara News,Subnational,"On 12 November 2019, near Maungdaw Town, in Maungdaw Township, in Rakhine State, a convoy of Myanmar military was attacked with remote mines and some were injured.",0,1612998733,MMR -7672085,104,MMR9080,9080,12-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pon Nar,20.7855,92.971,2,Radio Free Asia,Regional,"On 12 November 2019, in between the villages of Pon Nar and Thar Si, in Kyauktaw Township, in Rakhine State, the Arakan Army ambushed a Myanmar military column and a clash broke out.",0,1612998734,MMR -7669818,104,MMR9082,9082,12-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aw Ra Ma,20.6041,92.8264,2,Development Media Group,Subnational,"On 12 November 2019, near Aw Ra Ma Village, in Ponnagyun Township, in Rakhine State, the sound of heavy weapons caused the villagers to flee. The military then entered the village, firing their guns in the air and questioning the villagers. Both the Arakan Army and the military denied that any fighting broke out near the village. AA claimed that Kan Sauk and Rathedaung based Myanmar military battalions (377, 536, 537) had been firing artillery shells targeting the mountain ranges behind Yoe Chaung.",0,1612998728,MMR -7671666,104,MMR9079,9079,12-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Shwe Laung Tin,20.3916,92.7708,2,Narinjara News,Subnational,"On 12 November 2019, near Shwe Laung Tin Village, in Rathedaung Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military on navy ships which was travelling along the Mayu River. Some stray bullets hit a village clinic.",0,1612998733,MMR -7671486,104,MMR9081,9081,12-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Tawt Hpei,22.6763,97.1057,2,Myanmar Times,National,"On 12 November 2019, near Tawt Hpei, in Kyaukme Township, in northern Shan State, the Myanmar military launched artillery attacks from its hill post and continued clashing with the TNLA.",0,1612998733,MMR -7671998,104,MMR9084,9084,12-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 12 November 2019, near Buthidaung Township, in Rakhine State, a column of Myanmar military was attacked with remote mines by the Arakan Army.",0,1612998734,MMR -6701580,104,MMR9103,9103,11-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; Democratic Voice of Burma,National,"On 11 November 2019, in Kyauktada Township, in Yangon Region, a small group of youth stoners gathered around National Independence Monument inside Mahabandoola Park during the Lantern Festival. They called themselves as 1111 Movement symbolizing the date November 11 and called for the government to legalize cannabis. [size=small group]",0,1576855244,MMR -7669426,104,MMR9076,9076,11-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Tawt Hpei,22.6763,97.1057,2,Myanmar Times; Shan Herald Agency for News,Subnational-National,"On 11 November 2019, near Tawt Hpei village, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. The Kyaukme based military headquarters was also attacked by artillery shells. TNLA reported that a combined force of Myanmar military LIB (77 and 88) from Kein Le village attacked TNLA's brigade 765 near Tawt Hpei.",0,1612998727,MMR -7669427,104,MMR9077,9077,11-Nov-19,2019,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),Civilians (Myanmar),1,13,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kyone Doe,16.5944,98.0435,1,Mizzima; Myanmar Times; Independent Mon News Agency,National,"On 11 November 2019, in Kyone Doe Town, in Kawkareik Township, in Kayin State, a man on a motorbike threw a grenade at the policemen who were patrolling for security during the Tazaungdaing Festival. The explosion killed three police officers and one civilian whereas ten other people were injured.",4,1612998727,MMR -7669433,104,MMR9104,9104,11-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Yae Boke,19.6187,93.8919,2,Development Media Group; Narinjara News,Subnational,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0,1612998727,MMR -7671792,104,MMR9078,9078,11-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0,1612998734,MMR -6702375,104,MMR9072,9072,10-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar); Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Taunggyi,Lawksawk,Nawng Woe,21.9341,97.1664,2,Shan Herald Agency for News,Subnational,"On 10 November 2019, in Lawksawk Township, in southern Shan State, a man on a motorbike entered into a compound and shot a woman in Nawng Woe village who just came back from her farm to her house. The woman was killed.",1,1576855247,MMR -7671646,104,MMR9073,9073,10-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,2,Narinjara News,Subnational,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1,1612998733,MMR -7671970,104,MMR9074,9074,10-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 10 November 2019, in Kyaukme Township, in northern Shan State, the Myanmar military battalion based in Mongngawt launched artillery attacks from its hill post. Two houses in Loi Wein village in Namhsan township were hit by stray artillery and destroyed.",0,1612998734,MMR -7669802,104,MMR9067,9067,9-Nov-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Development Media Group,Subnational,"On 9 November 2019, east of Yoe Sa Nwin Village, in Myebon Township, in Rakhine State, Myanmar military fired at the mountain ranges east of the village using two helicopters. The military claimed that the helicopters were just practicing flying.",0,1612998728,MMR -7672363,104,MMR9070,9070,9-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Ham Ngaing,21.8832,97.6601,2,Shan Herald Agency for News,Subnational,"On 9 November 2019, on the Loi Tunn hill north of Ham Ngai village, in Ho Hkai village-tract, in Mongkaing Township, in southern Shan State, fighting broke out twice between a column of forty Myanmar military soldiers under LIB 757 and the Restoration Council of Shan State.",0,1612998735,MMR -6702515,104,MMR9102,9102,9-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Mizzima,National,"On 9 November 2019, in Dagon Township, in Yangon Region, more than 500 workers from the Natural Garment factory and activists from Action Labour Rights staged a protest at the Yangon Region government office to demand the government to help resolve the workers' grievances. [size=more than 500]",0,1576855247,MMR -7671783,104,MMR9069,9069,9-Nov-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,1,Narinjara News,Subnational,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1,1612998734,MMR -7288820,104,MMR9071,9071,9-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,1,Myanmar Times; Democratic Voice of Burma,National,"On 9 November 2019, in Mogoke Town, in Mogoke Township, in Mandalay Region, residents of the town staged a protest during the State Counselor's visit to the town. The residents protested a plan that will allocate unproductive gem-mining blocks to small gem-miners. [size=no report]",0,1604422688,MMR -6384983,104,MMR9101,9101,8-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Mizzima,National,"On 8 November 2019, in Dagon Township, in Yangon Region, more than 500 workers from the Natural Garment factory and activists from Action Labour Rights staged a protest at the Yangon Region government office to demand the government to help resolve the workers' grievances. [size=more than 500]",0,1574776532,MMR -7669875,104,MMR9065,9065,8-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Yet Pyin,20.8124,92.6086,2,Development Media Group,Subnational,"On 8 November 2019, near Tha Yet Pyin Village, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army and a young Muslim villager was hit by a bullet.",0,1612998729,MMR -6337512,104,MMR9066,9066,8-Nov-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Democratic Voice of Burma,National,"Around 8 November 2019, in Shwepyithar Township, in Yangon Region, workers of World Jin Garment factory in Thar Du Kan Industrial Zone (2) staged a protest in front of the factory. The workers demanded 13 points including medical benefits and other benefits under a social security scheme. [size=no report]",0,1573566342,MMR -7160565,104,MMR10373,10373,8-Nov-19,2019,1,Battles,Armed clash,PSC/NDAA-ESS: Peace and Solidarity Committee/National Democratic Alliance Army-Eastern Shan State,,3,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,23,Southeast Asia,Myanmar,Shan,Kengtung,Mongyang,Mongyang,21.9581,99.5355,2,Shan Herald Agency for News,Subnational,"On 8 November 2019, in the east of Mongyang town, Mongyang Township, Kengtung District, Shan State (East), the NDAA attacked UWSA troops while they were approaching a hilltop Mong La base. UWSA retreated without firing back. One UWSA member was injured.",0,1594756073,MMR -7066137,104,MMR9038,9038,7-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Irrawaddy,National,"On 7 November 2019, in Dagon Township, in Yangon Region, more than 500 workers of an American national-owned Natural Garment factory in Shwe Lin Ban Industrial Zone in Hlaingthayar Township staged a protest in front of the Yangon Region Government office regarding the closure of the factory without notifying the workers. [size=more than 500]",0,1587488320,MMR -6337572,104,MMR9064,9064,7-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shan Herald Agency for News,Subnational,"On 7 November 2019, in Namtu Town, in Namtu Township, in northern Shan State, a 27-year-old man was shot dead by four unknown men. Four men came up to him on motorbikes and shot him.",1,1573566343,MMR -6663831,104,MMR9245,9245,7-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Myanmar Times,National,"On 7 November 2019, in Dagon Township, in Yangon Region, workers led by Action Labour Rights staged a protest at the Yangon Region government office. [size=no report]",0,1576600006,MMR -7669425,104,MMR9063,9063,7-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,2,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 7 November 2019, near the villages of Hpon Nyo Leik and Tha Yet Pyin, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army on the Sai Din bridge. During the battle, a Rohingya Muslim villager from Hpon Nyo Leik died as he was hit by a bullet.",1,1612998727,MMR -6402572,104,MMR9140,9140,6-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); YCOWA: Yaung Chi Oo Workers Association,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 6 November to 24 November 2019, in Shwepyithar Township, in Yangon Region, about 360 workers of a Korean citizen owned World Jin garment factory in Shwepyithar Thardukan Industrial Zone (2) staged a protest to demand the factory to pay the social security fees, renew employment contracts, increase wages, provide a good ventilation system at the workplace and provide separate bathrooms for males and females. Yaung Chi Oo Workers Association has been assisting the workers in protest. [size=about 360]",0,1575400868,MMR -7669424,104,MMR9060,9060,6-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,2,Development Media Group; BBC News; Democratic Voice of Burma,Subnational-National,"On 6 November 2019, near the villages of Hpon Nyo Leik and Tha Yet Pyin, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army on the Sai Din bridge. During the clash, two Muslim residents in Tha Yet Pyin and Char Kay villages were injured. Moreover, mortar shells that fell in Tha Yet Pyin village near a bridge over Sai Din Creek burned six houses on the ethnic Rakhine side of the village and 29 houses on the Muslim side.",0,1612998727,MMR -6337532,104,MMR9061,9061,6-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Irrawaddy,National,"On 6 November 2019, in Hlaingthayar Township, in Yangon Region, more than 1,000 workers of American national-owned Natural Garment factory in Shwe Lin Ban Industrial Zone staged a protest against the factory closure without notifying the workers. The protesters marched from the Industrial Zone to the township conciliation office. The organization, Action Labor Rights, assisted the protesting workers. [size=more than 1,000]",0,1573566343,MMR -6337533,104,MMR9062,9062,6-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Irrawaddy,National,"On 6 November 2019, in Pyay Town, in Pyay Township, in western Bago Region, some students who enrolled in distance-education program staged a poster campaign inside the University of Pyay compound in a protest against the new distance-education system which will implement in 2020. The system will require the students to attend classes in two five-day system instead of 10 days at the same time. [size=no report]",0,1573566343,MMR -6337546,104,MMR9057,9057,5-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Mizzima,National,"On 5 November 2019, in Magway Town, in Magway Region, more than 100 farmers from four villages staged a protest calling for the return of the unused farmlands confiscated by the Transport and Communication Ministry in 2002 and issuing land ownership form (7). [size=more than 100]",0,1573566343,MMR -6337555,104,MMR9059,9059,5-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Mong Yu,23.5921,97.7969,1,Network Media Group,National,"On 5 November 2019, in Mong Yu Village, in Kutkai Township, in northern Shan State, a family member of the woman who was abducted by an unknown armed group was shot and seriously injured by the same armed group. The woman is a drug seller and she was abducted by the armed group. When the family members cannot pay the ransom asked by the group to release the arrested woman, the group shot one of the family members.",0,1573566343,MMR -6337571,104,MMR9058,9058,5-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Pang Lawt,23.587,97.8044,1,Shan Herald Agency for News,Subnational,"On 5 November 2019, in Pang Lawt Village, Pang Kai Pang Lawt village tract, in Kutkai Township, in northern Shan State, a 44-year-old man was shot in his house by an unknown armed man. The man was injured.",0,1573566343,MMR -7671639,104,MMR9055,9055,5-Nov-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,2,Narinjara News,Subnational,"On 5 November 2019, west of Mee Wa Village, in Kyauktaw Township, in Rakhine State, the Myanmar military fired at the Zalat (or) Sin Kyau Chaung Mountain range using two helicopters.",0,1612998733,MMR -7671722,104,MMR9056,9056,5-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ton Ma Wa,21.1789,92.9229,2,Narinjara News,National,"On 5 November 2019, near Ton Ma Wa Village, in Paletwa Township, in Chin State, the Myanmar military clashed twice with an unknown armed group and fired at the mountain ranges using two helicopters.",0,1612998733,MMR -7671415,104,MMR9358,9358,4-Nov-19,2019,1,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Mon,Thaton,Kyaikto,Kyaikto,17.3115,97.0198,2,Mizzima,National,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0,1612998733,MMR -7669922,104,MMR9054,9054,4-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),Police Forces of Myanmar (2016-2021),3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Leik Kha Maw Haung,19.3659,93.4782,2,Development Media Group,Subnational,"On 4 November 2019, in between Leik Kha Maw Haung and Ma La Kyun villages, in Kyaukpyu Township, in Rakhine State, about 5 unknown men beat and abducted a man while he was travelling to Laik Kha Maw Haung village. Witnesses claimed that one of the men from the group was in police uniform.",0,1612998729,MMR -7819182,104,MMR9053,9053,4-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Mizzima,National,"On 4 November 2019, in Mandalay, more than 100 residents who live near Phayarni Pagoda between 81st street, 21st and 22nd streets staged a protest and called for action against the district religious officer and abolishing the new Pagoda management committee. [size=more than 100]",0,1618442050,MMR -7669423,104,MMR9051,9051,4-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,1,Development Media Group; VOA,Subnational-International,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0,1612998727,MMR -6337534,104,MMR9052,9052,4-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (East),Dagon Myothit (East),16.9128,96.2132,2,Irrawaddy,National,"On 4 November 2019, in Dagon Myothit (East) Township, in Yangon Region, workers of a Taiwanese national-owned Soki Bag and Accessories Myanmar factory in Dagon Myothit Industrial Zone staged a protest as negotiations with the employer failed. The workers called for the dismissal of a leader and Taiwanese production manager who verbally harassed the female workers. They also demanded the reinstatement of the HR manager. [size=no report]",0,1573566343,MMR -6337550,104,MMR9048,9048,3-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,1,Narinjara News,Subnational,"On 3 November 2019, in Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, a mine explosion occurred inside the village school.",0,1573566343,MMR -6765937,104,MMR9050,9050,3-Nov-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Civilians (India); Government of Myanmar (2016-); NLD: National League for Democracy; Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Khonumthung News; Development Media Group; VOA,Subnational-National,"On 3 November 2019, near Kyauktaw Township, in Rakhine State, the Arakan Army abducted five Indian nationals who were working on road construction within the Kaladan Multi-modal Transit Transport Project, one Chin NLD parliamentarian (MP), two translators and two boat operators. The AA released all nine abductees except the NLD MP on November 4. One Indian national died from a stroke while detained. The AA released the Chin NLD MP on January 21, 2020.",0,1580236241,MMR -7671925,104,MMR9044,9044,3-Nov-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Network Media Group,National,"Between 1 November and 6 November 2019, in Namhkan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. A total of five clashes occurred between 1 to 6 November in Namhkan, Kutkai and Namhsan townships. [Coded one clash per township]",0,1612998734,MMR -7671972,104,MMR9045,9045,3-Nov-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"Between 1 November and 6 November 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. A total of five clashes occurred between 1 to 6 November in Namhkan, Kutkai and Namhsan townships. [Coded one clash per township]",0,1612998734,MMR -7671978,104,MMR9046,9046,3-Nov-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Network Media Group,National,"Between 1 November and 6 November 2019, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army. A total of five clashes occurred between 1 to 6 November in Namhkan, Kutkai and Namhsan townships. [Coded one clash per township]",0,1612998734,MMR -7672763,104,MMR9047,9047,3-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,VOA,International,"On 3 November 2019, east of Mrauk-U Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military.",0,1612998736,MMR -6337479,104,MMR9049,9049,3-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); SNLD: Shan Nationalities League for Democracy; Shan Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Eleven Media Group; Irrawaddy; Network Media Group,National,"On 3 November 2019, in Ward 8, in Kyaukme Town, in Kyaukme Township, in northern Shan State, three Shan ethnic village headmen were shot dead by an unknown armed group. Four unidentified men came into Nam Khong restaurant and shot five people sitting in the restaurant. The three were Mongton village-tract administrator, head of Narmon village and former head of Lwelewel village. The three victims who were shot dead are also members of SNLD party. Two victims escaped the shooting.",3,1573566342,MMR -7671812,104,MMR9042,9042,2-Nov-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,2,Narinjara News,Subnational,"On 2 November 2019, beside Aung Myat Kyaw Village, west of Yoe Ta Yoke village, in Ponnagyun Township, in Rakhine State, 60 members of the Arakan Army ambushed a column of the Myanmar military which was passing through. Some military soldiers were injured by the attack.",0,1612998734,MMR -6332424,104,MMR9036,9036,2-Nov-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Chaung Chauk,22.5488,97.1464,2,Network Media Group,National,"On 2 November 2019, in Kyaukme Township, in Shan State, a vehicle carrying the cattle was shot and a person was killed while two others were injured near Chaung Chauk village. It was unknown who shot the vehicle.",1,1572963018,MMR -7671827,104,MMR9035,9035,2-Nov-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Narinjara News,Subnational,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0,1612998734,MMR -7066147,104,MMR8997,8997,2-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Myanmar Times,National,"On 2 November 2019, in Kamayut Township, in Yangon Region, students led by Yangon University Student Union staged a protest against the cutting down of many trees inside the university compound. The students marched inside the university compound and chanted slogans. [size=no report]",0,1587488320,MMR -7671787,104,MMR9043,9043,2-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Soe Chaung,20.6539,92.7366,1,Narinjara News,Subnational,"On 2 November 2019, in Yae Soe Chaung Village, in Rathedaung Township, in Rakhine State, about two or three mines exploded inside the village school. At the time of the explosion, the Myanmar military was at the school.",0,1612998734,MMR -6332349,104,MMR9032,9032,1-Nov-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Burman Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Network Media Group; Independent Mon News Agency,Subnational-National,"On 1 November 2019, in Ye Town, in Mon State, about 200 Mon youth led by MACDO-Mon Area Community Development Organization and Mon Youth Network staged a protest, calling for effective enforcement of laws concerning drug distributors, for the rehabilitation of drug-users and the reduction of the danger from drugs. [size=about 200]",0,1572963018,MMR -7671785,104,MMR9033,9033,1-Nov-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Min Kyun,20.592,92.7072,2,Narinjara News,Subnational,"On 1 November 2019, near Pyin Shey (Sa Hpo Kyun) Village, in Rathedaung Township, in Rakhine State, the Arakan Army took position at Min Island and attacked the Myanmar military navy vehicles in Mayu River.",0,1612998734,MMR -6332413,104,MMR9034,9034,1-Nov-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Shwe Yin Aye,20.8062,92.4043,2,Narinjara News,Subnational,"On 1 November 2019, near Shwe Yin Aye (NaTaLa) Village, in Maungdaw Township, in Rakhine State, an explosion occurred between Tat U Chaung and Nyaung Chaung villages.",0,1572963018,MMR -6332421,104,MMR9029,9029,31-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Seint Sin Wa,21.279,92.9067,2,Narinjara News,National,"On 31 October 2019, near Seint Sin Wa Village, in Paletwa Township, in Chin State, a mine exploded near the village.",0,1572963018,MMR -7669695,104,MMR9030,9030,31-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,2,Democratic Voice of Burma,National,"On 31 October 2019, near Ywar Haung Taw Village, in Mrauk-U Township, in Rakhine State, a convoy of Myanmar military vehicles was attacked by a landmine and some vehicles were damaged.",0,1612998728,MMR -6332419,104,MMR9024,9024,30-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Hpa Yar Oke,20.5944,93.2086,2,Narinjara News,Subnational,"On 30 October 2019, in between Hpa Yar Oke and Ywar Haung Taw Villages, in Mrauk-U Township, in Rakhine State, a remote-controlled landmine exploded.",0,1572963018,MMR -7669846,104,MMR9028,9028,30-Oct-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Development Media Group,Subnational,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0,1612998729,MMR -7669927,104,MMR9027,9027,30-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Development Media Group,Subnational,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0,1612998729,MMR -7669422,104,MMR9025,9025,30-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Nyin Taung,20.6412,92.7004,2,VOA; Narinjara News,Subnational-International,"On 30 October 2019, in between Ma Nyin Taung and Nga/ San Baw (Moke Soe Chaung) (Ywar Haung)Villages, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military battalion 210 under brigade 22 and the Arakan Army. A stray bullet from the battle hit a 6th grade female student who was sitting on the ground near her house in Kyauk Yan village. One girl in Nga/San Baw village was also injured. A young child from nearby Maung Phyu village was injured.",0,1612998727,MMR -6332348,104,MMR9026,9026,30-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,1,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 30 October 2019, in Ywar Haung Taw Village, in Mrauk-U Township, in Rakhine State, a mine exploded near a bridge in the village and killed a local from Mrauk-U city and injured another local from Kyauktaw township. A local person said that these two locals worked as excavators and they were asked to dig up a landmine by a Myanmar military column.",1,1572963018,MMR -6332380,104,MMR9023,9023,30-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Pinlaung,Pinlaung,20.1229,96.7822,2,Eleven Media Group,National,"On 30 October 2019, in Naungtayar Sub-township, in Pinlaung Township, in southern Shan State, over 1,500 locals staged a protest for the permanent shutdown of Tikyit coal-powered plant and Wuxi Hua Guang Co.Ltd. Protesters marched along the Tikyit-Pinlaung road and gave public speeches at the front of the power plant. [size= over 1,500]",0,1572963018,MMR -6362334,104,MMR9068,9068,30-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Now,National,"On 30 October 2019, in Dagon Myothit (Seikkan) Township, in Yangon Region, about 100 people staged a protest to demand the government to cancel the plan to merge the township with the neighboring townships. The protesters claimed that the plan was an attempt by the NLD to gerrymander in order to restrict the chances of the opposition party (USDP) from winning. [size=around 100]",0,1574180048,MMR -6332441,104,MMR9018,9018,29-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Radio Free Asia,Regional,"On 29 October 2019, in between Kyauk Tan and Htee Swea Villages, in Rathedaung Township, in Rakhine State, a mine explosion occurred.",0,1572963018,MMR -7672193,104,MMR9019,9019,29-Oct-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Radio Free Asia,Regional,"On 29 October 2019, in the east of Pan Myaung Village, in Minbya Township, in Rakhine State, the Myanmar military launched aerial strikes targeting Taung Phyu Mountain.",0,1612998735,MMR -7672222,104,MMR9022,9022,29-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Shwe Pyi,20.9243,93.0123,2,Radio Free Asia,Regional,"On 29 October 2019, east of Thar Si and Shwe Pyi Villages, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -6332344,104,MMR9014,9014,29-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,1,Chin World; Khonumthung News,Subnational,"On 29 October 2019, in Matupi Town, in Chin State, more than 100 residents staged a protest calling for the reconsideration of the judicial decision and the reduction of the punishment on six Chin youth. These youth were sentenced to a 4 year and a half month prison term in connection with the riot that broke out between the police and the public during a performance show on 71st anniversary of Chin National Day. The protesters marched from 8th junction along the Bogyoke road to the Bo Tike Chyun playground. [size=more than 100]",0,1572963018,MMR -6332345,104,MMR9015,9015,29-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,BBC News; Democratic Voice of Burma,National-International,"On 29 October 2019, in Kyauktada Township, in Yangon Region, almost 100 workers (stevedores who load and unload fish baskets) from Kyeemyindaing San Pya market staged a protest in front of the Mahabandoola Park and called for their reinstatement. The protesters also marched from downtown Yangon to Bago Club bus stop. [size=almost 100]",0,1572963018,MMR -6332346,104,MMR9016,9016,29-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Democratic Voice of Burma; BBC News,National-International,"On 29 October 2019, in Dagon Township, in Yangon Region, six dismissed workers (stevedores who load and unload fish baskets) from Kyeemyindaing San Pya market staged a sit-in protest in front of the Yangon Region Government office and called for their reinstatement. [size=6]",0,1572963018,MMR -7672794,104,MMR9020,9020,29-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,VOA,International,"On 29 October 2019, east of Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -6381809,104,MMR9021,9021,29-Oct-19,2019,2,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-); Teachers (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Oke Taung,20.9531,92.5625,2,Democratic Voice of Burma,National,"Around 29 October 2019, near Oke Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military claimed that the Arakan Army abducted a village tract administrator, a hundred-household administrator and a teacher.",0,1574367575,MMR -6332408,104,MMR9017,9017,29-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hmawbi,Hmawbi,17.0998,96.0418,2,Myanmar Times,National,"On 29 October 2019, in Hmawbi Township, in Yangon Region, about 40 workers of CJ Feed Myanmar, animals' food products production factory in Myaungdakar Industrial Zone, set up a protest camp in front of the factory. The workers protested against the reduction of wages and the dismissal of the workers who demanded official leave and attendance bonus. [size= about 40]",0,1572963018,MMR -7671589,104,MMR9011,9011,28-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 28 October 2019, in Rathedaung Township, in Rakhine State, the Arakan Army attacked the Yay So Chaung station of the Myanmar military. The military returned fire at nearby mountain ranges.",0,1612998733,MMR -7672643,104,MMR9009,9009,28-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,VOA,International,"On 28 October 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7669420,104,MMR9012,9012,28-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Say Taung,20.7264,92.6711,1,Radio Free Asia; Narinjara News,Subnational-Regional,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0,1612998727,MMR -7669421,104,MMR9013,9013,28-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy; Shan Herald Agency for News,Subnational-National,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0,1612998727,MMR -7671738,104,MMR9010,9010,28-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Narinjara News,Subnational,"On 28 October 2019, east of Pan Myaung Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Taung Phyu Mountain.",0,1612998733,MMR -7671557,104,MMR9000,9000,27-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Myay Kone,20.603,92.7316,2,Narinjara News,Subnational,"On 27 October 2019, near Aung Myay Kone Village, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998733,MMR -7671578,104,MMR9004,9004,27-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Narinjara News,Subnational,"On 27 October 2019, east of Pan Myaung Village, in Minbya Township, in Rakhine State, the Arakan Army attacked the artillery battalion station of the Myanmar military near Taung Phyu Mountain.",0,1612998733,MMR -7671706,104,MMR9002,9002,27-Oct-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Narinjara News,Subnational,"On 27 October 2019, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, the Myanmar military launched aerial strikes using two helicopters targeting at Myaw and Lai Gwin mountains.",0,1612998733,MMR -7669661,104,MMR9001,9001,27-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyan Khin,20.5079,92.9901,2,Democratic Voice of Burma,National,"On 27 October 2019, near Kyan Khin Village, in Ponnagyun Township, in Rakhine State, police in civilian clothes was found dead after he was stopped by an unknown man and allowed that man to ride in his car.",1,1612998728,MMR -7669418,104,MMR9007,9007,27-Oct-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,1,Development Media Group; Narinjara News; Radio Free Asia,Subnational-Regional,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0,1612998727,MMR -7669419,104,MMR9008,9008,27-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,1,Narinjara News; Development Media Group; Radio Free Asia,Subnational-Regional,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0,1612998727,MMR -6332388,104,MMR9005,9005,27-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Pwee Wone,21.1162,92.9577,1,Khonumthung News,Subnational,"On 27 October 2019, in Pwee Wone Village, in Paletwa Township, in Chin State, a group of 6 unknown people in civilian clothes abducted an education department staff member while he was at home with the family. They told him that they need to investigate him.",0,1572963018,MMR -7288819,104,MMR9003,9003,27-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,1,Mizzima; Myanmar Times,National,"On 27 October 2019, in Mogoke Town, in Mandalay Region, some 300 small miners staged a protest against the unfair allocation of mining concessions. The small miners were assigned to unproductive mine blocks and thus small miners were protesting against this discrimination. The protesters called for fair resource management and an end to the monopolistic economic system. [size=some 300]",0,1604422688,MMR -7669750,104,MMR9006,9006,27-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,1,Development Media Group,Subnational,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0,1612998728,MMR -7671667,104,MMR8998,8998,26-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Narinjara News,Subnational,"On 26 October 2019, east of Pan Myaung Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Taung Phyu Mountain.",0,1612998733,MMR -7669416,104,MMR8987,8987,26-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Military Forces of Myanmar (2016-2021); Police Forces of Myanmar (2016-2021),7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"On 26 October 2019, in Rathedaung Township, in Rakhine State, the Arakan Army stopped a passenger ship travelling on the Mayu River and abducted about 50 people from the ship which carried more than 160 passengers. According to government newspapers, the abducted were 14 military soldiers, 29 police, 2 staff from prison department and 13 civilians. AA handed over 25 civilians to the administrator of Ngwe Taung village in in Buthidaung township on October 29. The police from No.3 Border Guard Police then took 21 of them for interrogation. AA released one abducted junior engineer on 24 February 2020 and handed him over to the village administrator of Yae Paik Son.",0,1612998727,MMR -7669417,104,MMR8988,8988,26-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Myanmar Times; Narinjara News,Subnational-National,"On 26 October 2019, in Rathedaung Township, in Rakhine State, the Arakan Army claimed that the Myanmar military launched airstrikes near Yae Poke, Kyauktan, Htee Swe, Maung Phyu, Saut Khat and Kyaukyan Yay Myat villages using three helicopters after AA abducted about 50 people from a passenger ship. The shelling and rocket attack by the military killed many of the abducted people and some members of AA. The military claimed that 14 hostages were rescued on October 27 and another one on October 28. During the rescue operation on Oct 27, the head pilot was shot by the Arakan Army.",3,1612998727,MMR -7669735,104,MMR8999,8999,26-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Hpa Yar Oke,20.5944,93.2086,1,Democratic Voice of Burma,National,"On 26 October 2019, in Hpa Yar Oke Village, in Mrauk-U Township, in Rakhine State, the Myanmar military claimed that five Arakan Army soldiers in civilian clothes abducted a retired military person while he was at home with his wife in Thayet Oak or Hpa Yar Oke village.",0,1612998728,MMR -6332409,104,MMR8996,8996,26-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 26 October 2019, in Hlaingthayar Township, in Yangon Region, about 500 workers of Myan Yi garment factory in Industrial Zone (3) protested in front of the factory. The workers were protesting against the dismissal of a factory worker, cutting the wage if workers take annual and sick leaves and low attendance bonus. They have been protesting for 6 days. [size=about 500]",0,1572963018,MMR -7672617,104,MMR8983,8983,25-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 25 October 2019, in Paletwa Township, in Chin State, the Arakan Army claimed that fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -6223162,104,MMR8986,8986,25-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 25 October 2019, in Kyauktada Township, in Yangon Region, a prayer event was held in protest of two Myanmar nationals being charged with death penalty in Thailand for the murder of two British citizens in Kho Tai island. The prayer event was held in front of Mahabandoola Park to appeal the mercy of the Thai King. [size=no report]",0,1572356105,MMR -6862664,104,MMR9637,9637,25-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Mizzima; Myanmar Times,National,"From 25 October to 8 November 2019, in Hlaingthayar Township, in Yangon Region, over 260 workers of Thong Thai Textile factory staged a protest to demand their labor rights, including social security cards, legal overtime hours and permanent employment. [size= over 260]",0,1581440454,MMR -7672655,104,MMR8984,8984,25-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Buddhaw,20.6308,92.9212,1,VOA,International,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0,1612998736,MMR -7672658,104,MMR8982,8982,25-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,1,VOA,International,"On 25 October 2019, in Dai Thar Village, in Minbya Township, in Rakhine State, the Arakan Army claimed that fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7669620,104,MMR8994,8994,25-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,BBC News,International,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0,1612998728,MMR -7671960,104,MMR8985,8985,25-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 25 October 2019, in Kutkai Township, in Shan State, the Myanmar military and the Ta'ang National Liberation Army clashed three times in the upper part of Nam Hway (Ma Ru) and Ma Yu Phet Kar villages. The military used two combat helicopters during the clashes.",0,1612998734,MMR -7672590,104,MMR8975,8975,24-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kyaw Ka,20.6086,93.3251,1,VOA,International,"On 24 October 2019, in Kyaw Ka Village, in Minbya Township, in Rakhine State, the Arakan Army claimed that fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7819290,104,MMR8981,8981,24-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,2,Myanmar Now; Mizzima,National,"On 24 October 2019, in Mandalay City, in Mandalay Region, more than 50 students led by Yadanarpon University Student Union (ABFSU) staged a protest against a plan by the Ministry of Education to divide the current 10 consecutive school days into two 5-day classes for students who enroll in distance learning. The protesting students claimed that this plan, if realized, would cost more and cause inconvenience to the students. [size=more than 50]",0,1618442051,MMR -6223195,104,MMR8980,8980,24-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Narinjara News,Subnational,"On 24 October 2019, near Yoe Sa Nwin village (assumed Yoe Sa Nwin village tract), in Myebon Township, in Rakhine State, a shooting took place. It was not immediately clear whether the injured was targeted or was caught in the crossfire between two armed groups. An 11-year-old boy was injured as he was hit by a bullet.",0,1572356105,MMR -7670118,104,MMR8978,8978,24-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Irrawaddy,National,"On 24 October 2019, in Namhkan Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army near Nam Hwun village. The clash occurred where the military battalion 777 is located.",0,1612998729,MMR -7670161,104,MMR8977,8977,24-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 24 October 2019, in Kutkai Township, in northern Shan State, a clash broke out between the Myanmar military and the Ta'ang National Liberation Army at a mountain near Nawng Hwei village and at a location between Pan Lon and Tar Htee villages. Artillery shells from the clash fell into Pado Phaka village and injured a mother and her daughter.",0,1612998729,MMR -7669415,104,MMR8974,8974,24-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Police Forces of Myanmar (2016-2021) Border Guard Police,Prisoners (Myanmar),1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group; Xinhua,Subnational-International,"On 24 October 2019, in Buthidaung Township, in Rakhine State, a border guard police convoy which was escorting a prisoner transport vehicle encountered a remote-controlled landmine attack by ten members of Arakan Army on Buthidaung-Maungdaw road. AA also fired gunshots at the convoy. The attack killed two policemen, injured 5 policemen and two women.",2,1612998727,MMR -7671720,104,MMR8973,8973,24-Oct-19,2019,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,3,Narinjara News,Subnational,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0,1612998733,MMR -7671803,104,MMR8976,8976,24-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 24 October 2019, in Mrauk-U Township, in Rakhine State, a landmine exploded near Tain Nyo bridge while a military column was investigating the people inside the Tain Nyo refugee camp and around the township hospital.",0,1612998734,MMR -7671603,104,MMR8963,8963,23-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kan Sauk,20.6808,92.9176,2,Narinjara News,Subnational,"On 23 October 2019, near Kan Sauk village, in Kyauktaw Township, in Rakhine State, the Myanmar military battalion 377 was attacked by the Arakan Army. The military returned fire. The artillery shells from the clash fell into Apauk Wa village and injured an old villager and his grandchild.",0,1612998733,MMR -6223172,104,MMR8971,8971,23-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights; STUM: Solidarity Trade Union of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Irrawaddy,National,"On 23 October 2019, in Dagon Township, in Yangon Region, more than 200 workers from five garments factories in Hlaingthayar, Shwepyithar, Insein townships and fishery workers from Kyeemyindaing township who were protesting in front of the Yangon Region Government office met with the Yangon Region Minister and ended their protest in the afternoon. The Minister agreed to intervene in the disputes between the workers, their employers and the township conciliation body. The protest workers are from SDI, Young Clothing 2, Kai Cheng, Natural Garment and Myanmar Lucky garment factories and fishery union. Action Labor Rights and Solidary Center of Trade Union assisted the protesting workers. [size=more than 200]",0,1572356105,MMR -7671382,104,MMR8964,8964,23-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mee Zar,21.7251,92.7776,1,Khonumthung News,Subnational,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0,1612998733,MMR -6223209,104,MMR8970,8970,23-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (South),Kyauktan,Kyauktan,16.638,96.3227,2,Radio Free Asia,Regional,"On 23 October 2019, in Kyauktan Township, in Yangon Region, about 500 farmers staged a protest against the decision to close a case regarding the confiscated farmlands by Yangon Region Land Scrutinization Committee. The farmers called for the return of confiscated farmlands and the government to protect the rights of the farmers. [size= about 500]",0,1572356105,MMR -6223214,104,MMR8966,8966,23-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Pang Ku,23.4447,97.8339,1,Shan Herald Agency for News,Subnational,"On 23 October 2019, near Pang Ku (old) Village, in Kutkai Township, in northern Shan State, a man from Pan Ku refugee camp stepped on a landmine while he and his wife went to search for their bull in the farmland near Pang Ku(old) village. He was injured and in critical condition.",0,1572356105,MMR -6223238,104,MMR8969,8969,23-Oct-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ngar Kalay Chaung,15.3483,97.995,2,VOA,International,"On 23 October 2019, in Ngar Kalay Chaung village, Ye Township, in Mon State, the Karen National Union attacked the Ngar Kalay Chaung military camp of the New Mon State Party. One soldier from NMSP was killed during the attack.",1,1572356105,MMR -7670415,104,MMR8993,8993,23-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachin News Group,Subnational,"On 23 October 2019, in Namtu Township, in Shan State, the Myanmar military attacked Pang Kaw village with artillery. That village is the place where the event to commemorate the 59th anniversary of the founding of Kachin Independence Organization was planned to take place.",0,1612998730,MMR -7669414,104,MMR8968,8968,23-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group; Narinjara News,Subnational,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0,1612998727,MMR -7671764,104,MMR8965,8965,23-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Chaung Nar,20.5719,93.1608,2,Narinjara News,Subnational,"On 23 October 2019, in Mrauk-U Township, in Rakhine State, a Myanmar military convoy encountered a landmine attack by the Arakan Army at Tapintaing junction on Yangon-Sittwe road. The landmine attack led a clash between the two groups near Chaung Nar Pagoda.",0,1612998733,MMR -6223173,104,MMR8961,8961,22-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights; STUM: Solidarity Trade Union of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Irrawaddy,National,"On 22 October 2019, in Dagon Township, in Yangon Region, more than 200 workers from five garment factories in Hlaingthayar, Shwepyithar, Insein townships and fishery workers from Kyeemyindaing township staged a sit-in protest camp in front of the Yangon Region Government offices as their request to meet with the Yangon Region Minister was not met. The workers claimed that the employers violated the dispute agreements, threatened the union leaders and they cannot form a union freely. The protest workers are from SDI, Young Clothing 2, Kai Cheng, Natural Garment and Myanmar Lucky garment factories and fishery union. Two groups, Action Labor Rights and Solidary Center of Trade Union, assisted the protesting workers. [size=more than 200]",0,1572356105,MMR -6223183,104,MMR8962,8962,22-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Monghsat,Monghsat,Mongkhoke,20.739,99.4644,1,Myanmar Times,National,"On 22 October 2019, in Monghsat Township, in Shan State, hundreds of local residents staged a prayer event at Tad Sao Woon Chum temple in a protest against coal mining venture between Thailand-based Sahakol Equipment Co.Ltd and Myanmar Golden Lake Co.Ltd. The residents raised concerns about the impacts of the project on the environment and Nham Kok River. [size=hundreds]",0,1572356105,MMR -7672699,104,MMR8957,8957,22-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 22 October 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army west of Ponnagyun town.",0,1612998736,MMR -7669413,104,MMR8956,8956,22-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,1,Radio Free Asia; VOA,Regional-International,"On 22 October 2019, in Dai Thar Village, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in Dai Thar village as well as in the east of Pan Myaung. The military used combat helicopters during the clash.",0,1612998727,MMR -7669931,104,MMR8959,8959,22-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Sin Khone Taing (Rakhine),20.7253,92.6479,1,Development Media Group,Subnational,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0,1612998729,MMR -7672753,104,MMR8958,8958,22-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 22 October 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army, west of Kyauktaw town.",0,1612998736,MMR -7672067,104,MMR8954,8954,21-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mee Zar,21.7251,92.7776,1,Radio Free Asia,Regional,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0,1612998734,MMR -7672109,104,MMR8950,8950,21-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,2,Radio Free Asia,Regional,"On 21 October 2019, near Let Khar village, in Mrauk-U Township, in Rakhine State, fighting took place between the Myanmar military and the Arakan Army. The military claimed that it collected dead bodies of AA and weapons..",3,1612998734,MMR -6223168,104,MMR8955,8955,21-Oct-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,2,Independent Mon News Agency,National,"On 21 October 2019, in Balae Donfive village, Payathonzu Township, in Kayin State, a clash broke out between the Karen National Union and the New Mon State Party. NMSP claimed that KNU fired shots whereas KNU claimed that the NMSP tried to shoot a Karen man from Tee Wadho village while he was feeding his pigs.",0,1572356105,MMR -6223210,104,MMR8951,8951,21-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 21 October 2019, in Buthidaung Township, in Rakhine State, artillery shells injured some civilians including children. It was not clear who fired the shells.",0,1572356105,MMR -7462778,104,MMR8952,8952,21-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Sin Khone Taing (Rakhine),20.7253,92.6479,2,Radio Free Asia,Regional,"On 21 October 2019, near Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near Sin Khone Taing village and the explosion injured a woman and her daughter.",0,1610486400,MMR -7671689,104,MMR8949,8949,21-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Khaung Laung Ywar Haung,20.3959,93.2942,1,Narinjara News,Subnational,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0,1612998733,MMR -7671691,104,MMR8953,8953,21-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Kha Yay Myaing,20.7652,92.4223,2,Narinjara News,Subnational,"On 21 October 2019, in Maungdaw Township, in Rakhine State, a landmine exploded on a road between Kha Yay Myaing and Bohtee Kone. The border guard police arrived at the location a moment later and fired a few gunshots.",0,1612998733,MMR -7672579,104,MMR8946,8946,20-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kha Maung Wa,21.7944,92.7106,2,VOA,International,"On 20 October 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army on the mountain range west of Kha Maung Wa village.",0,1612998735,MMR -6332423,104,MMR8992,8992,20-Oct-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Network Media Group,National,"On 20 October 2019, in Ye Township, in Mon State, fighting broke out between the Karen National Union and the New Mon State Party near Ngar Kalay Chaung Village, resulting in many casualties.",0,1572963018,MMR -6223171,104,MMR8943,8943,20-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Hkay Nin,22.8153,97.6646,1,Irrawaddy,National,"On 20 October 2019, in Hkay Nin Village (assumed Hkay Nin village tract), in Lashio Township, in northern Shan State, an abbot of Hkay Nin village monastery was shot dead by two unknown gunmen at the monastery. The abbot was ethnic Palaung.",1,1572356105,MMR -6223191,104,MMR8947,8947,20-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Teik Tu Pauk,20.7758,92.613,1,Narinjara News,Subnational,"On 20 October 2019, in Teik Tu Pauk Village, in Buthidaung Township, in Rakhine State, an artillery shell fell into the village and the explosion injured a Muslim woman. It was unknown who fired the artillery shells.",0,1572356105,MMR -7672155,104,MMR8948,8948,20-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mee Zar,21.7251,92.7776,1,Radio Free Asia,Regional,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0,1612998734,MMR -7671655,104,MMR8945,8945,20-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,2,Narinjara News,Subnational,"On 20 October 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army at Ngan Taung foothill, east of Lekka village.",0,1612998733,MMR -7671773,104,MMR8944,8944,20-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Oke Taung,20.9531,92.5625,1,Narinjara News,Subnational,"On 20 October 2019, near Oke Taung Village, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Oke Taung village. The military battalion 564 was also firing artillery shells targeting the mountain range in the east.",0,1612998734,MMR -7672066,104,MMR8939,8939,19-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mee Zar,21.7251,92.7776,1,Radio Free Asia,Regional,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0,1612998734,MMR -7671617,104,MMR8937,8937,19-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kan Thit,20.6024,92.8948,2,Narinjara News,Subnational,"On 19 October 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in the west of Kan Thit village. A Mro ethnic woman in Myat Hle village was hit by a bullet and was injured during the crossfire.",0,1612998733,MMR -7671632,104,MMR8938,8938,19-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyaung Taung,20.6278,93.2785,2,Narinjara News,Subnational,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1,1612998733,MMR -7671905,104,MMR8942,8942,19-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,1,Network Media Group,National,"On 19 October 2019, in Laiza, in Waingmaw Township, in Kachin State, the Myanmar military attacked the Kachin Independence Army's regiment 254. The military which was stationed on Samar attacked the KIA. The KIA claimed that it did not shoot back the military.",0,1612998734,MMR -7671659,104,MMR8933,8933,19-Oct-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Narinjara News,Subnational,"On 19 October 2019, in Buthidaung Township, in Rakhine State, the Myanmar military fired into the mountain ranges to the east of Wun Twin village using two helicopters. The village is located in the north of the military brigade 15. The military battalion 565 also fired into the mountain ranges.",0,1612998733,MMR -7671661,104,MMR8935,8935,19-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,2,Narinjara News,Subnational,"On 19 October 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army at a pasture field near Dai Thar village.",0,1612998733,MMR -7669411,104,MMR8936,8936,19-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,1,Narinjara News; VOA,Subnational-International,"On 19 October 2019, in Let Kar Village, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a Myanmar military column in Let Kar village located by the side of Yangon-Sittwe Road. AA also ambushed reinforcement troops of the military near Vesali village. AA claimed that at least ten Myanmar military soldiers were killed.",10,1612998727,MMR -7669412,104,MMR8940,8940,19-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aung Ma Kyaw,20.5776,92.9166,2,Narinjara News; VOA,Subnational-International,"On 19 October 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in Min Ma Chaung village, north of Aung Ma Kyaw village. AA claimed that at least ten Myanmar military soldiers were killed.",10,1612998727,MMR -6361024,104,MMR8941,8941,19-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,2,Democratic Voice of Burma,National,"On 19 October 2019, in Hpa-an Township, in Kayin State, about 30 farmers and their supporters staged a sit-in protest near the confiscated farmlands. The farmers were calling for the right to work in the farmlands which were confiscated by the Prison Department 30 years ago. [size=about 30]",0,1574179239,MMR -6381839,104,MMR8991,8991,18-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Oe Pon Taung,20.2931,93.4192,2,Democratic Voice of Burma,National,"On 18 October 2019, near Oe Pon Taung village, in Minbya Township, in Rakhine State, the Myanmar military claimed that ten Arakan Army soldiers in civilian clothes abducted a villager while he was travelling from his village to Pyain Chaung village.",0,1574367575,MMR -7671626,104,MMR8932,8932,18-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chein Kar Li,20.4118,92.6568,1,Narinjara News,Subnational,"On 18 October 2019, in Rathedaung Township, in Rakhine State, a convoy of Myanmar military vehicles encountered a landmine attack near Yay Kyaw bridge in Chain Khar Li village.",0,1612998733,MMR -7671664,104,MMR8931,8931,18-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Nyin Taung,20.6412,92.7004,2,Narinjara News,Subnational,"On 18 October 2019, in Rathedaung Township, in Rakhine State, the Arakan Army launched a landmine attack on a column of Myanmar military battalion 22 near Ma Hnyin Taung village. The two groups then exchanged fire.",0,1612998733,MMR -6362224,104,MMR8990,8990,18-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Mong Tin Ywar Ma,22.5205,96.9463,2,VOA,International,"On 18 October 2019, in Mong Tin village tract, Kyaukme township, in northern Shan State, the village administrator himself had to send 35 male villagers from the village tract to a location requested by the Restoration Council of Shan State.",0,1574179243,MMR -7669410,104,MMR8929,8929,18-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,2,Development Media Group; Myanmar Now,Subnational-National,"On 18 October 2019, in Ponnagyun Township, in Rakhine State, the Myanmar military clashed with the Arakan Army near Yoe Ta Yoke village and in the north of Aung Ma Kyaw village. The military was able to seize a temporary military station of AA.",0,1612998727,MMR -7671562,104,MMR8923,8923,17-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyein Chaung,20.6978,92.9512,2,Narinjara News,Subnational,"On 17 October 2019, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army after a column of the military was hit by a landmine near Pyein Chaung village. A 43-year-old farmer from Apauk Wa village who was forced by the military soldiers to guide was killed though it was not clear whether he was shot dead by the soldiers or was killed by the explosion. Two other Pyain Chaung villagers were injured.",1,1612998733,MMR -7669408,104,MMR8926,8926,17-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tein Nyo,20.7144,93.1149,2,Myanmar Now; Development Media Group,Subnational-National,"On 17 October 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army claimed that it was able to control a Myanmar military logistics station near Tein Nyo village and seized the weapons and the documents. However, the military denied the AA's claim.",0,1612998727,MMR -7669409,104,MMR8927,8927,17-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,2,Development Media Group; Myanmar Now,Subnational-National,"On 17 October 2019, in Ponnagyun Township, in Rakhine State, the Myanmar military attacked a temporary military station of AA in Kyauk Pon Mountain located in the west of Yoe Ta Yoke village. The military used helicopters during the clash.",0,1612998727,MMR -6362017,104,MMR8925,8925,17-Oct-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Network Media Group,National,"On 17 October 2019, in Ye Township, in Mon State, the Karen National Union attacked the Ma Yang Chaung military base of the New Mon State Party in the east of Ye town. The motive of the clash is thought to be the removal of KNU checkpoint flags by NMSP. A deputy commander in chief of NMSP was believed to have been killed.",1,1574179242,MMR -6362023,104,MMR8924,8924,17-Oct-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Network Media Group,National,"On 17 October 2019, in Payathonzu, in Kayin State, the Karen National Union attacked a sub-military base of the New Mon State Party in Balae Donfive area. The motive of the clash is thought to be the removal of KNU checkpoint flags by NMSP.",0,1574179243,MMR -7671477,104,MMR8928,8928,17-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yet Khone Taing,20.6659,92.6726,2,Myanmar Now,National,"On 17 October 2019, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a location between Ar Kar Taung and Yet Khon Tai villages.",0,1612998733,MMR -7669407,104,MMR8922,8922,16-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aung Ma Kyaw,20.5776,92.9166,2,Irrawaddy; Development Media Group,Subnational-National,"On 16 October 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military at Kwan Chaung hill between Thae Taw and Aung Ma Kyaw villages. Myanmar military LIB 539 and 377 based near Kan Sauk village provided the troops.",0,1612998727,MMR -7671971,104,MMR8921,8921,16-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 16 October 2019, in Kutkai Township, in northern Shan State, a clash broke out between the Ta'ang National Liberation Army and the Myanmar military LIB 15 and LID 99 in a location between Mang Sap and Nwang Paik villages. Three military soldiers and one TNLA soldier were killed.",4,1612998734,MMR -7672615,104,MMR9357,9357,15-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,1,VOA,International,"On 15 October 2019, in Minbya Township, in Rakhine State, the Arakan Army attacked a column of Myanmar military in Dai Thar village.",0,1612998735,MMR -6712109,104,MMR8919,8919,15-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); Lahu Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Man Kawng,23.0239,97.6756,1,Shan Herald Agency for News,Subnational,"On 15 October 2019, in Lashio Township, in northern Shan State, a 60-year-old village administrator of Man Kaung village was shot dead by six unknown armed men at Man Kaung village. The victim was ethnic Lahu.",1,1578511376,MMR -7672685,104,MMR8915,8915,15-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Sin Oe Chaing Ywar Thit,20.7684,92.9787,2,VOA,International,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, a column of Myanmar military encountered a landmine attack on the road near Sin Oe Chaing Ywar Thit village. The military randomly shot after the landmine attack. The military claimed that AA also launched a landmine attack on the military at Mi Wa camp.",0,1612998736,MMR -7672701,104,MMR8916,8916,15-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,VOA,International,"On 15 October 2019, in Minbya Township, in Rakhine State, the Arakan Army attacked a column of Myanmar military in the east of Pan Myaung village.",0,1612998736,MMR -7669406,104,MMR8920,8920,15-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Sit Aung,20.7943,92.9885,2,BBC News; Myanmar Times; Irrawaddy,National-International,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1,1612998727,MMR -7669951,104,MMR8913,8913,15-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Nam Sa Larp,23.3532,98.2171,2,Eleven Media Group,National,"On 15 October 2019, in Hseni Township, in northern Shan State, a clash broke out between the Myanmar military and the combined forces of the Ta'ang National Liberation Army and Myanmar National Democratic Alliance Army in the southeast of Nam Sa Larp village.",0,1612998729,MMR -7671517,104,MMR8917,8917,15-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kan Ni,20.2184,93.4243,2,Myanmar Times,National,"On 15 October 2019, in Minbya Township, in Rakhine State, Myanmar military soldiers shot two AA members in civilian clothes dead when they found that the AA members were setting up a landmine near Kan Ni village.",2,1612998733,MMR -7672296,104,MMR8914,8914,15-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Shan Herald Agency for News,Subnational,"On 15 October 2019, in Mongpan Township, in southern Shan State, a clash broke out between the Myanmar military and the Restoration Council of Shan State near Wun Kant Kan village in Naunghe village tract. The military denied that a clash broke out.",0,1612998735,MMR -7669405,104,MMR8911,8911,14-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,VOA; Kachin News Group,Subnational-International,"On 14 October 2019, in Mohnyin Township, in Kachin State, fighting resumed between the Myanmar military and the Kachin Independence Army after the unilateral ceasefire by the military has expired on September 21. A column of Myanmar military LIB 141 and LID 101 clashed with KIA's battalion 5 under brigade 8 near Hkawng Myae village south of Indawgyi Lake. During the battle, Myanmar military LIB 141 forced two villagers of Sin Bo village to guide and these villagers stepped on the landmine set up by the KIA and were injured. Two KIA soldiers were also missing and one was reportedly killed.",1,1612998727,MMR -6361006,104,MMR8912,8912,14-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Democratic Voice of Burma,National,"On 14 October 2019, in Mohnyin Township, in Kachin State, 8888 New Blood group in collaboration with the Peace Support group gathered together to distribute pamphlets in Nan Ma town to raise awareness about peace and to mobilize the public to participate in the peace process.[size=no report]",0,1574179239,MMR -6712303,104,MMR9356,9356,14-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 14 October 2019, in Kyaukme Township, in northern Shan State, three monks stepped on a landmine near Loi Pyet village in Mong Ngawt sub-township and were injured.",0,1578511386,MMR -7672589,104,MMR8909,8909,13-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 13 October 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army along the Pan Kha mountain in the upper part of the township. According to the AA, there were fatalities on the military side.",3,1612998735,MMR -6360858,104,MMR8910,8910,13-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Irrawaddy; Shan Herald Agency for News,Subnational-National,"On 13 October 2019, in Namhsan Township, in northern Shan State, three monks hit a landmine near Pan Ta Mawt village when they were on the motorbikes on their way back after paying respect to the senior monks. The monks were injured.",0,1574179239,MMR -7669404,104,MMR8908,8908,13-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Myeik Wa,22.1215,92.7528,1,Narinjara News; Myanmar Now,National,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1,1612998727,MMR -7671596,104,MMR8907,8907,12-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0,1612998733,MMR -7671636,104,MMR8905,8905,12-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed the Myanmar military near Thin Gyit Taung hill in Pauk Taw Byin village.",0,1612998733,MMR -7671505,104,MMR8906,8906,12-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Myanmar Times,National,"On 12 October 2019, in Minbya Township, in Rakhine State, a member of the Arakan Army who was setting up a landmine at the intersection of the Ann-Mrauk-U road was found by the Myanmar military and was shot dead.",1,1612998733,MMR -7671570,104,MMR8900,8900,11-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ahr Kar Taung,20.6784,92.6637,2,Narinjara News,Subnational,"On 11 October 2019, in Rathedaung Township, in Rakhine State, a clash broke out between a column of 50 Myanmar military soldiers and the Arakan Army near Ahr Kar Taung, a Muslim populated village.",0,1612998733,MMR -6712131,104,MMR8901,8901,11-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 11 October 2019, in Kutkai Township, in Shan State, an artillery shell fell into Man Aung Su See village and exploded. The explosion injured three local villagers and destroyed six houses.",0,1578511376,MMR -6361002,104,MMR8902,8902,11-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,1,Democratic Voice of Burma,National,"On 11 October 2019, in Hseni Town, in northern Shan State, an artillery shell hit a house in Pain Awe ward (3) and a Lisu ethnic couple in the house was injured.",0,1574179239,MMR -6711983,104,MMR8899,8899,11-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-); Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Democratic Voice of Burma; Development Media Group; New York Times,Subnational-National,"On 11 October 2019, in Mrauk-U Town, in Rakhine State, 10 members of the Arakan Army who were in sports uniforms stopped a passenger bus near Hta Ma Raz at mile post 127 and abducted 31 passengers including some members of a government fire brigade and construction workers. AA released 12 (9 construction workers and 3 car drivers) out of 31 civilians and handed them over to the administrators near Kan Sauk village in Mrauk-U township on October 27.",0,1578511375,MMR -7672622,104,MMR8897,8897,10-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,VOA,International,"On 10 October 2019, in Minbya Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army in the east of Pan Myaung in a place located 4 miles away from Shwe Kyin village.",0,1612998735,MMR -6362165,104,MMR8895,8895,10-Oct-19,2019,1,Riots,Violent demonstration,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Nam Ma,22.7094,97.8206,1,Shan Herald Agency for News,Subnational,"On 10 October 2019, in Hsipaw Township, in Shan State, the residents of Nam Ma area demonstrated against the representatives of the Uni Energy Co. Ltd. who came to the area to meet the residents. The residents blocked the entrance to their community with bamboo. The company was planning to build a hydropower dam on the Nam Ma River. [size=no report]",0,1574179243,MMR -7669402,104,MMR8898,8898,10-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,2,VOA; Narinjara News,Subnational-International,"On 10 October 2019, in Rathedaung Township, in Rakhine State, the Arakan Army launched a rocket attack on a navy ship of Myanmar military in Mayu river near Thaung Da Ra village. The military returned fire, targeting nearby villages. The military soldiers also fired gunshots into Ramyet, Naung Pin Hla and Prin Daw villages which consequently led 1,000 residents to flee.",0,1612998727,MMR -7669403,104,MMR8904,8904,10-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Irrawaddy; BBC News,National-International,"On 10 October 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked a Myanmar military convoy with a landmine on the road between Buthidaung and War Khote Chaung. Neither the personnel nor the vehicles were injured or damaged.",0,1612998727,MMR -6712006,104,MMR8896,8896,10-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group,Subnational,"On 10 October 2019, in Buthidaung Township, in Rakhine State, a bomb exploded near a construction site of NLD's new office which is situated in the east of Pan Zin bridge. The Myanmar military claimed that AA planted five explosives and detonated one of them near the Pan Zin bridge.",0,1578511375,MMR -6712096,104,MMR8890,8890,9-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Radio Free Asia,Regional,"On 9 October 2019, in Namhsan Township, in Shan State, a woman from Ma Moh village was killed by a landmine explosion. She stepped on a landmine while she was working in a team farm.",1,1578511376,MMR -6712112,104,MMR8893,8893,9-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 9 October 2019, in Kyaukme Township, in Shan State, a couple stepped on a landmine while they were picking tea in Mont Mart village in Mong Ngoc sub-township. The woman died on the way to hospital.",1,1578511376,MMR -7669401,104,MMR8891,8891,9-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,1,Democratic Voice of Burma; Irrawaddy; VOA; Radio Free Asia; Shan Herald Agency for News,Subnational-National,"On 9 October 2019, in Hseni Town, in northern Shan State, a unit of about 50 soldiers of Ta'ang National Liberation Army ambushed a convoy (battalion 69 and 240) of seven Myanmar military trucks in downtown Hseni which then led to an exchange of fire. Three military soldiers from brigade 88 were killed. Three military soldiers and 7 civilians were injured.",3,1612998727,MMR -7670207,104,MMR8894,8894,9-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Irrawaddy,National,"On 9 October 2019, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in Kyauktan village.",0,1612998729,MMR -7671529,104,MMR8892,8892,9-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Myanmar Times,National,"On 9 October 2019, in Kutkai Township, in Rakhine State, the Ta'ang National Liberation Army attacked a convoy of Myanmar military in the town and seven people were injured.",0,1612998733,MMR -6360853,104,MMR8888,8888,8-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Taung Poet Loet,22.7517,96.786,2,Radio Free Asia; Network Media Group,National-Regional,"On 8 October 2019, in Kyaukme Township, in Shan State, an unexploded artillery shell went off while six villagers from Tawng Palo community were working on a tea farm located between Taung Poet Loet and Pan San villages. One villager was killed and another villager was injured.",1,1574179239,MMR -6361159,104,MMR8887,8887,8-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Ah Lel Sa Khan,14.9922,97.995,2,Independent Mon News Agency,National,"On 8 October 2019, in Yebyu Township, in Tanintharyi Region, two brothers were harvesting elephant foot yam at their plantation in the Mount Cho-Chin area near Ah Lea Sa Khan village. One of the brothers stepped on a landmine and was injured.",0,1574179240,MMR -7669400,104,MMR8889,8889,8-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Democratic Voice of Burma; Irrawaddy,National,"On 8 October 2019, in Rathedaung Township, in Rakhine State, the Myanmar military and the Arakan Army clashed four times in Kyauktan village. During the clash, an old woman died of a heart attack (not coded as fatality) and a young man was killed from the gunfire.",1,1612998727,MMR -7672771,104,MMR8885,8885,8-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Shi Pyin,21.0765,92.9733,2,VOA,International,"On 8 October 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a place between Gyin Khar Sae and Kyauk Shi Pyin villages.",0,1612998736,MMR -7672772,104,MMR8886,8886,8-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 8 October 2019, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army at border post 71.",0,1612998736,MMR -6361032,104,MMR8883,8883,8-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Democratic Voice of Burma,National,"On 8 October 2019, in Myaungmya Town, in Ayeyarwady Region, about 30 residents staged a protest against a decision by the staff regarding land disputes. The residents marched from Myaungmya highway bus station to the front of U Ba Cho statue. [size=about 30]",0,1574179239,MMR -7671523,104,MMR8884,8884,8-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Myanmar Times,National,"On 8 October 2019, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army during which a civilian was killed.",1,1612998733,MMR -6360852,104,MMR8880,8880,7-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News; Development Media Group,Subnational,"On 7 October 2019, in Myebon Township, in Rakhine State, a 19-year-old woman from Ingyin village stepped on a landmine while she and her husband were in the forest to chop firewood. She was seriously injured in her legs from the landmine explosion. She died at a Magway hospital two weeks later.",1,1574179239,MMR -7672676,104,MMR8878,8878,7-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyar Nyo Pyin,20.8028,92.5994,1,VOA,International,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in Kwun Taung and Kyar Nyo Pyin villages. The military told that AA collected some dead bodies and weapons. Fatalities are unknown. Unknown fatalities.",3,1612998736,MMR -7669874,104,MMR8882,8882,7-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,2,Development Media Group,Subnational,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1,1612998729,MMR -6337478,104,MMR9037,9037,7-Oct-19,2019,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy; Shan Herald Agency for News,Subnational-National,"Around 7 October 2019, near Nam Tway village, in Hsipaw Township, in Kyaukme District, in northern Shan State, four villagers on motorbike hit a landmine on a road between the villages as they came back from shopping in Mong Ngoc town. They sustained injuries from the landmine explosion.",0,1573566342,MMR -7669970,104,MMR8879,8879,7-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Thar Yar Kone,21.1535,92.2508,1,Eleven Media Group,National,"On 7 October 2019, in Maungdaw Township, in Rakhine State, a bomb exploded inside the border guard police station compound in Thar Yar Kone village. A border guard police was killed and three other police were injured.",1,1612998729,MMR -7672705,104,MMR8875,8875,6-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,1,VOA,International,"On 6 October 2019, in Rathedaung Township, in Rakhine State, a column of Myanmar military soldiers encountered a landmine attack by the Arakan Army in Htee Swe village. The military retaliated and the villagers fled due to the gunfire.",0,1612998736,MMR -7671530,104,MMR8874,8874,6-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Yet Pyin,20.8124,92.6086,1,Myanmar Times,National,"On 6 October 2019, in Buthidaung Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army. Seven villagers (a mother, three children, three men) went missing after the clashes. Two hundred people from Thayet Pyin village also abandoned their houses and fled.",0,1612998733,MMR -7671809,104,MMR8815,8815,5-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,2,Narinjara News,Subnational,"On 5 October 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Dai Thar village.",0,1612998734,MMR -6381867,104,MMR8871,8871,5-Oct-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Thar Yar Kone,21.7872,92.7235,1,Irrawaddy,National,"On 5 October 2019, in Paletwa Township, in Chin State, a couple from Thar Yar Kone village was abducted by the Arakan Army on their way to a farm.",0,1574367575,MMR -6361157,104,MMR8873,8873,5-Oct-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,33,Southeast Asia,Myanmar,Kayin,Kawkareik,Kawkareik,Kawkareik,16.5555,98.24,1,Independent Mon News Agency,National,"On 5 October 2019, in Kawkareik Township, in Kayin State, an unknown armed man came to the house of the battalion commander lieutenant colonel of the Democratic Karen Benevolent Army (DKBA) and shot the commander six times. The commander died on the way to the hospital.",1,1574179240,MMR -7669399,104,MMR8816,8816,5-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyar Nyo Pyin,20.8028,92.5994,2,VOA; Mizzima; Eleven Media Group,National-International,"On 5 October 2019, in Buthidaung Township, in Rakhine State, the Arakan Army launched an artillery attack on the members of Myanmar military on security at Sai Tin bridge on the Rathedaung-Buthidaung road. The attack occurred near the villages of Thayet Pyin and Kyar Nyo Pyin. The military returned fire. The military claimed that it collected 3 dead bodies of AA soldiers.",3,1612998727,MMR -7671777,104,MMR8872,8872,5-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,2,Narinjara News,Subnational,"On 5 October 2019, in Rathedaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Htee Swe village in the east of Mayu River after hearing the sound of explosion when the navy ship of Myanmar military approached the harbor.",0,1612998734,MMR -7669398,104,MMR8814,8814,4-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),Civilians (Myanmar),1,13,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News; Radio Free Asia,Subnational-Regional,"On 4 October 2019, in Paletwa Township, in Chin State, a landmine which seemed to target the Myanmar military battalion 289 exploded near an iron bridge near Chaung Wa harbor in Palet Chaung. Two military soldiers who were patrolling in the area and one resident were injured from the explosion.",0,1612998727,MMR -6361010,104,MMR8812,8812,4-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Democratic Voice of Burma,National,"On 4 October 2019, in Sittwe Township, in Rakhine State, two unknown men shot at a man on his way back home on a motorbike taxi. Both the motorbike taxi driver and the man were injured. The man was the owner of Aye Nyein Construction Ltd. and he was transferred to Yangon hospital on 5 October due to severe injury.",0,1574179239,MMR -7672264,104,MMR8811,8811,4-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Myauk Taung,20.9516,93.0006,1,Radio Free Asia,Regional,"On 4 October 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in Myauk Taung village. The military claimed that AA launched a landmine attack on the military whereas AA claimed that no clash took place in the township.",0,1612998735,MMR -6361043,104,MMR8810,8810,4-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Democratic Voice of Burma,National,"On 4 October 2019, in Monywa Township, in Sagaing Region, about 500 farmers of a plum plantation staged a protest calling for an investigation into the officer in charge of honey bee farming in Budalin township, the removal of the bee hives and the compensation for the farmers. The farmers claimed that the yield of the plum plantation and the quality of the plums have been reduced due to the placement of the bee hives by businessmen of honey bee farming. The farmers rallied at the front of the city hall and marched along the Bogyoke street. [size=about 500]",0,1574179239,MMR -7669910,104,MMR8809,8809,3-Oct-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aung Seik,20.5825,92.9802,1,Development Media Group,Subnational,"On 3 October 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military came under a landmine attack by the Arakan Army near the boat harbor in Aung Seik village. Casualties are still unknown.",0,1612998729,MMR -6712063,104,MMR8808,8808,3-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,1,Narinjara News,Subnational,"On 3 October 2019, in Buthidaung Township, in Rakhine State, the sound of artillery fire was heard near Nwa Yon Taung village and a house was on fire right after the artillery fire.",0,1578511375,MMR -7066124,104,MMR8807,8807,2-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Students (Myanmar); Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Zay Di Taung,20.8608,92.5393,1,Development Media Group,Subnational,"On 2 October 2019, in Buthidaung Township, in Rakhine State, an artillery shell launched from Na Yone Taung by an unknown group exploded near an IDP tent in Zay Di Taung village and injured a 14-year-old female student.",0,1587488320,MMR -6361875,104,MMR8805,8805,2-Oct-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar; KNU/KNLA: Karen National Union/Karen National Liberation Army,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 2 October 2019, in Kyauktada Township, in Yangon Region, an activist and two Kayin youths who were recently released from judicial custody staged a protest march along with more than 300 supporters from Kyauktada court to Mahabandoola park. Protesters called for equal ethnic rights and supporters included various ethnic people and a member of KNU central working committee. [size=more than 300]",0,1574179242,MMR -6381871,104,MMR8806,8806,2-Oct-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,23,Southeast Asia,Myanmar,Shan,Monghsat,Mongton,Mongton,20.2961,98.8972,3,Hinthar Media; Shan Herald Agency for News,Subnational-National,"On 2 October 2019, [Location coded at Mongton Township], in Shan State, an exchange of fire broke out between the United Wa State Army and a gang of drug smugglers from an ethnic group near Nant Ywun village in Hwayt Aw township near the Thailand-Myanmar border. Six drug smugglers were killed and one was arrested.",6,1574367575,MMR -6362166,104,MMR8870,8870,2-Oct-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,He Hkam,22.8371,97.0452,2,Shan Herald Agency for News,Subnational,"On 2 October 2019, in Kyaukme Township, in Shan State, an unknown armed group shot a 32-year-old man dead in a location between He Kham and Nar Ya villages in Mong Ngoc sub-township.",1,1574179243,MMR -7671396,104,MMR8804,8804,2-Oct-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kar Di,20.7387,92.9559,1,Mizzima,National,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1,1612998733,MMR -6381874,104,MMR8803,8803,1-Oct-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,23,Southeast Asia,Myanmar,Shan,Monghsat,Mongton,Mongton,20.2961,98.8972,3,Shan Herald Agency for News; Hinthar Media,Subnational-National,"On 1 October 2019, [Location coded at Mongton Township], in eastern Shan State, an exchange of fire broke out between the United Wa State Army and a gang of drug smugglers from an ethnic group near Nant Ywun village in Hwayt Aw near the Thailand-Myanmar border. UWSA was able to arrest 8 people. 2 drug smugglers were killed. A large number of WY tablets were seized.",2,1574367575,MMR -7670107,104,MMR8802,8802,1-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Irrawaddy,National,"On 1 October 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. The fighting has been going on for a week.",0,1612998729,MMR -7669396,104,MMR8800,8800,1-Oct-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,1,Irrawaddy; VOA,National-International,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0,1612998727,MMR -6361274,104,MMR8869,8869,1-Oct-19,2019,1,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),6,Rioters (Myanmar),Chinese Ethnic Group (Myanmar),5,56,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Irrawaddy,National,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0,1574179240,MMR -7670225,104,MMR8801,8801,1-Oct-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Irrawaddy,National,"On 1 October 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998730,MMR -6360844,104,MMR8795,8795,30-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Mizzima; Eleven Media Group,National,"On 30 September 2019, in Hlaingthayar Township, in Yangon Region, more than 300 workers led by the Confederation of Trade Unions Myanmar staged a protest next to the Lian Chang garment factory in Industrial Zone (2). The workers called for 22-points demand that includes the rights to annual leave, casual leave, medical leave, official holidays and not work overtime at night. [size=more than 300]",0,1574179239,MMR -6360845,104,MMR8796,8796,30-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group; Radio Free Asia,National-Regional,"On 30 September 2019, in Monywa Town, in Sagaing Region, more than 1,000 residents staged a protest against mining exploration and testing by Myanmar Yang Tse Copper Ltd in Wa Sein Mountain area in Yinmarbin township. Residents expressed that they do not accept the area expansion for mining exploration. Protesters rallied first at the regional municipal office and marched towards Kyaukar street. [size=more than 1,000]",0,1574179239,MMR -7669944,104,MMR8798,8798,30-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Eleven Media Group,National,"On 30 September 2019, in Mrauk-U Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998729,MMR -7669946,104,MMR8797,8797,30-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,1,Eleven Media Group,National,"On 30 September 2019, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in Hpon Nyo Leik village. The military seized a temporary camp of AA during the clash.",0,1612998729,MMR -7669985,104,MMR8799,8799,30-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Eleven Media Group,National,"On 30 September 2019, in Minbya Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in Pan Myaung village.",0,1612998729,MMR -7670315,104,MMR8868,8868,29-Sep-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 29 September 2019, in Kutkai Township, in northern Shan State, the Ta'ang National Liberation Army detained four police officers who were travelling to Namhsan town. TNLA claimed that the police were in civilian clothes and a grenade was found on them.",0,1612998730,MMR -7671705,104,MMR8794,8794,29-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kun Taung,20.75,92.6436,2,Narinjara News,Subnational,"On 29 September 2019, in Buthidaung Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army in the midway between Nwa Yone Taung and Khun Taung villages.",0,1612998733,MMR -7671707,104,MMR8793,8793,29-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Wa,21.1074,92.9544,2,Narinjara News,Subnational,"On 29 September 2019, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near Mi Wa village adjacent to Kaladan river. The military retaliated when the members of AA attacked a navy ship of the military. Three civilians sustained injuries during the crossfire.",0,1612998733,MMR -7669733,104,MMR8789,8789,28-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Democratic Voice of Burma,National,"On 28 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army along the Taung Phyu mountain in Pan Myaung village.",0,1612998728,MMR -6361004,104,MMR8785,8785,27-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Salingyi,Khun Thar,21.9049,95.1325,1,Democratic Voice of Burma,National,"On 27 September 2019, in Salingyi Township, in Sagaing Region, about 100 villagers of Khun Thar village staged a protest against expulsion of three children who do not have guardian parents from their house. There was a court dispute over the ownership of that house and the children were driven out of the house when the grandfather won the dispute. Protesters rallied at the front of a religious building and marched along Bogyoke street. [size= about 100]",0,1574179239,MMR -6361022,104,MMR8786,8786,27-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Democratic Voice of Burma,National,"On 27 September 2019, in Kamayut Township, in Yangon Region, more than 50 protesters rallied at the Poster Park at the opposite side of Dagon Center II in Sanchaung township as part of the global climate strike. Protesters called for an end to projects that harm the climate and for climate justice. The protest march ended at Hleden junction. [size= more than 50]",0,1574179239,MMR -7669712,104,MMR8792,8792,27-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Democratic Voice of Burma,National,"On 27 September 2019, in Namhsan Township, in northern Shan State, a landmine set up by the Ta'ang National Liberation Army exploded near Pan Loc village. The Myanmar military then launched artillery fire into the village. Stray bullets hit 19 houses in the village.",0,1612998728,MMR -7669738,104,MMR8788,8788,27-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Democratic Voice of Burma,National,"On 27 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army along the Taung Phyu mountain in Pan Myaung village. The military fired artillery shells by taking a position at Min Phuu mountain top.",0,1612998728,MMR -7669801,104,MMR8784,8784,26-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Development Media Group,Subnational,"On 26 September 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army around Yoe Sa Nwin village. The military used two combat helicopters during the clash.",0,1612998728,MMR -6361261,104,MMR8867,8867,26-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Irrawaddy,National,"On 26 September 2019, in Hlaingthayar Township, in Yangon Region, the workers of Chinese-owned Unitedtex Overseas Garment factory launched a one-day strike and gathered in protest in front of the factory after the conciliation at the township labor office failed. [size=no report]",0,1574179240,MMR -7669786,104,MMR8779,8779,25-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Development Media Group,Subnational,"On 25 September 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in the east of Yoe Sa Nwin village. The military launched an airstrike into the hills targeting AA forces.",0,1612998728,MMR -6712090,104,MMR8783,8783,25-Sep-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Manton,Hseng Lein,23.5873,97.3937,1,Radio Free Asia,Regional,"On 25 September 2019, in Manton Township, in Shan State, a 45-year-old villager of Saing Leing (Hseng Lein) village went missing. It was unknown which group abducted him.",0,1578511376,MMR -6712111,104,MMR8781,8781,25-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kun Sa Lan,22.8517,96.8949,1,Shan Herald Agency for News,Subnational,"On 25 September 2019, in Kyaukme Township, in northern Shan State, a 56-year-old monk from Mang Kaung in Mong Ngoc sub-township stepped on a landmine on his way while he went to look after his brother in Kwin Sa Lan village. The monk was injured.",0,1578511376,MMR -6361140,104,MMR8778,8778,25-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Hinthar Media,National,"On 25 September 2019, in Dawei Town, in Tanintharyi Region, about 50 residents from Dawei, Myeik, Pulaw and Thanintharyi staged a protest calling for equal prices for each unit of electricity all over the country. Protesters rallied on the road in the front of Phayargyi and marched through the streets. [size=about 50]",0,1574179240,MMR -7669394,104,MMR8780,8780,25-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Democratic Voice of Burma; Narinjara News,Subnational-National,"On 25 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Kin Nyin Kone which is around Pan Myaung and Dai Thar villages and along Phone Gyi Mountain.",0,1612998727,MMR -7669395,104,MMR8782,8782,25-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy; Mizzima,National,"On 25 September 2019, in Kutkai Township, in northern Shan State, the Myanmar military and the Ta'ang National Liberation Army clashed along a mountain range near Kon Hser village.",0,1612998727,MMR -6360843,104,MMR8774,8774,24-Sep-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar); Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma; Mizzima,National,"Around 24 September 2019, in Loikaw Town, in Kayah State, six Karenni (Kayah) youth who were in judicial custody and charged under the Protection of Freedom and Security of Citizens Law staged protests inside the prison calling for an end to the torture of political prisoners. They also demanded that the farmers who were recently charged over land issues be recognized as political prisoners. [size=6]",0,1574179239,MMR -7669772,104,MMR8775,8775,24-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Development Media Group,Subnational,"On 24 September 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Yoe Sa Nwin village.",0,1612998728,MMR -7669392,104,MMR8776,8776,24-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy; Mizzima,National,"On 24 September 2019, in Kutkai Township, in northern Shan State, a clash broke out between the two groups when the Myanmar military troops from LIB (45,69, 242) attacked on a TNLA base in Kon Hser area where TNLA brigade 5 and battalion 223 were stationed.",0,1612998727,MMR -7672393,104,MMR8773,8773,23-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Herald Agency for News,Subnational,"On 23 September 2019, in Mongkaing Township, in southern Shan State, the Myanmar military and the Restoration Council of Shan State Army clashed near Loi Lam village.",0,1612998735,MMR -7672665,104,MMR8771,8771,23-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,VOA,International,"On 23 September 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army after the military launched offensive into the mountain located to the southeast of U Yin Thar village.",0,1612998736,MMR -7671680,104,MMR8772,8772,23-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Yoe Sa Nwin,20.0538,93.5386,2,Narinjara News,Subnational,"On 23 September 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Yoe Sa Nwin village at the foothill of Yoe mountain.",0,1612998733,MMR -7669393,104,MMR8777,8777,23-Sep-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Manton,Hseng Lein,23.5873,97.3937,1,Radio Free Asia; Irrawaddy,National-Regional,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0,1612998727,MMR -6712052,104,MMR8770,8770,23-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Pauk,20.8064,92.9821,2,Narinjara News,Subnational,"On 23 September 2019, in Kyauktaw Township, in Rakhine State, two bombs exploded near Taung Pauk new village.",0,1578511375,MMR -7669764,104,MMR8766,8766,22-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Taung Gyi,20.0651,93.539,2,Development Media Group,Subnational,"On 22 September 2019, in Myebon Township, in Rakhine State, the Arakan Army claimed that it occupied the temporary artillery camp of the Myanmar military LIR No. 373 that is located in the northeast of Taung Gyi village after a clash between the two groups. It also claimed that it collected 10 bodies of military soldiers and some weapons. The military denied AA's capture of the temporary camp.",10,1612998728,MMR -6360841,104,MMR8765,8765,22-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; VOA; Mizzima,National-International,"On 22 September 2019, in Kyauktada Township, in Yangon Region, more than 200 students, activists and members of civil society organizations rallied at the new Bogyoke Market and marched towards Mahabandoola Park near Sule Pagoda as part of the global climate strike. [size= more than 200]",0,1574179239,MMR -7671316,104,MMR8769,8769,22-Sep-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,2,Kantarawaddy Times,Subnational,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0,1612998732,MMR -6362188,104,MMR8767,8767,22-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Chone Haung,22.7768,96.9138,2,Shan Herald Agency for News,Subnational,"On 22 September 2019, in Kyaukme Township, in northern Shan State, a man stepped on a landmine near Chone Haung village and was injured.",0,1574179243,MMR -7669390,104,MMR8764,8764,22-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Development Media Group; Narinjara News,Subnational,"On 22 September 2019, in Buthidaung Town, in Rakhine State, a police corporal was stabbed by unknown people in front of his house in Pyidawtha ward. He died at the hospital later.",1,1612998727,MMR -7669391,104,MMR8768,8768,22-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Development Media Group; Narinjara News,Subnational,"On 22 September 2019, in Buthidaung Town, in Rakhine State, a retired army officer from Myanmar military LIB 551 was stabbed to death by two young people in front of Byuha hill near Aye Zedi monastery.",1,1612998727,MMR -7671833,104,MMR8754,8754,21-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Athay Kar La,20.494,93.324,2,Narinjara News,Subnational,"On 21 September 2019, in Minbya Township, in Rakhine State, a column of Myanmar military soldiers was attacked with landmines at the Ywar Haung Chaung bridge between Myin Ka Seik and A Thay Kar La villages.",0,1612998734,MMR -7671612,104,MMR8762,8762,21-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News,Subnational,"On 21 September 2019, in Myebon Township, in Rakhine State, fighting broke out between the Myanmar military LIR No. 373 and the Arakan Army. Three AA soldiers were injured.",0,1612998733,MMR -6362187,104,MMR8763,8763,21-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Chone Haung,22.7768,96.9138,2,Shan Herald Agency for News,Subnational,"On 21 September 2019, in Kyaukme Township, in northern Shan State, a couple stepped on a landmine near Chon Haung village. They were injured.",0,1574179243,MMR -7669881,104,MMR8755,8755,21-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Ngu Maw,20.2864,92.7278,1,Development Media Group,Subnational,"On 21 September 2019, in Rathedaung Township, in Rakhine State, an explosion happened when a naval ship carrying Myanmar military soldiers approached the Asia World harbor in A Ngu Maw village. The sound of gunfire was also heard and a villager of A Ngu Maw was killed by the gunfire after the explosion.",1,1612998729,MMR -6361980,104,MMR8761,8761,21-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Baw Di Kone,20.796,92.4155,2,Narinjara News,Subnational,"On 21 September 2019, in Maungdaw Township, in Rakhine State, a bomb exploded near Bawdi Kone village.",0,1574179242,MMR -6361939,104,MMR8760,8760,20-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Fishermen (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Lemyethna,Lemyethna,17.6014,95.0144,2,Myanmar Times,National,"On 20 September 2019, in Lemyethna Township, in Ayeyarwady Region, about 90 local fishermen staged a protest calling for permits so the fishermen cooperative can fish in fresh water lakes. The fishermen protested because the permits were currently given to businessmen. [size= about 90]",0,1574179242,MMR -7669389,104,MMR8753,8753,20-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Democratic Voice of Burma; Narinjara News,Subnational-National,"On 20 September 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked the Myanmar military headquarters (Brigade 15) with rockets. Some buildings were destroyed and two children were injured due to the attack. The military returned fire with two combat helicopters.",0,1612998727,MMR -7672744,104,MMR8750,8750,19-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Taung U,20.8128,93.0755,2,VOA,International,"On 19 September 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed members of the Myanmar police force near Lin Mway Taung between Taung U and Tain Nyo villages. The police were returning from arresting a woman from Taung U village in possession of landmines. The AA claimed that it staged the ambush as they believe the police set the woman up and she was unfairly arrested.",0,1612998736,MMR -7669729,104,MMR8749,8749,19-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Democratic Voice of Burma,National,"On 19 September 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked the Myanmar military outpost which is positioned in Kyaung Taung Mountain that is located in the east of U Yin Thar village. The military returned fire.",0,1612998728,MMR -7672745,104,MMR8746,8746,18-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,VOA,International,"On 18 September 2019, in, Kutkai Township, in northern Shan State, fighting broke out between Myanmar military and forces of Ta'ang National Liberation Army and Myanmar National Democratic Alliance Army in the east of Nampaka.",0,1612998736,MMR -6711977,104,MMR8744,8744,18-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News; Development Media Group,Subnational,"On 18 September 2019, in Kyauktaw Township, in Rakhine State, a 48-year-old woman from Chaung Tu village was severely injured after stepping on a landmine while she went to a mountain to collect bamboo shoots.",0,1578511375,MMR -6361258,104,MMR8748,8748,18-Sep-19,2019,1,Battles,Armed clash,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,23,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,2,Irrawaddy,National,"On 18 September 2019, near Three Pagodas Pass, in Kyainseikgyi township, Kayin state, the MNLA attacked the DKBA splinter group (coded as DKBA (Buddhist): Democratic Karen Buddhist Army (2016-) and detained some of the DKBA troops.",0,1574179240,MMR -7671798,104,MMR8747,8747,18-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Kyauk Pyin Seik,20.4421,92.8693,1,Narinjara News,Subnational,"On 18 September 2019, in Ponnagyun Township, in Rakhine State, the Arakan Army launched landmine attacks on a Myanmar military column while it was traveling from Yaw Ngau to Kyauk Byin Sit (Kyauk Pyin Seik) village. Both sides then exchanged fire.",0,1612998734,MMR -7671800,104,MMR8745,8745,18-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Narinjara News,Subnational,"On 18 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military in a mountain range called Thapaw Zar for nearly the whole day.",0,1612998734,MMR -7671823,104,MMR8740,8740,17-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,1,Narinjara News,Subnational,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0,1612998734,MMR -7671851,104,MMR8741,8741,17-Sep-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ta Khun Taing,20.4384,93.3443,1,Narinjara News,Subnational,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0,1612998734,MMR -7672364,104,MMR8759,8759,17-Sep-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 17 September 2019, in Hsipaw Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998735,MMR -7672379,104,MMR8758,8758,17-Sep-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"Around 17 September 2019, in Kyaukme Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army.",0,1612998735,MMR -6361153,104,MMR8739,8739,17-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mudon,Kun Hlar,16.0194,97.7459,1,Independent Mon News Agency,Subnational,"On 17 September 2019, in Mudon Township, in Mon State, about 90 villagers from Kwan Hlar village staged a protest at Kan Thar Yar Garden calling for action against the village administrator for his unresponsive and unjust actions. Villagers have already urged the administrator to reinstall direction signs in the village but he has not acted yet and thus villagers protested. [size=about 90]",0,1574179240,MMR -6360930,104,MMR8737,8737,17-Sep-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Chone Haung,22.7768,96.9138,2,BBC News,International,"On 17 September 2019, in Kyaukme Township, in northern Shan State, fighting took place between the Ta'ang National Liberation Army and Restoration Council of Shan State in a place between Hein O and Chone Haung villages in Maing Ngoc sub-township.",0,1574179239,MMR -7669623,104,MMR8738,8738,17-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Nam Pawng,22.7569,97.8572,1,BBC News,International,"On 17 September 2019, in Lashio Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army near Nam Pawng town.",0,1612998728,MMR -7669388,104,MMR8736,8736,17-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Myanmar Times; Shan Herald Agency for News; Hinthar Media,Subnational-National,"On 17 September 2019, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army in Nam Khay village. An artillery shell fell into the village and a boy was injured as he was hit by pieces of shrapnel. The military claimed that it was able to gain control of the temporary station of TNLA in Taung Yoe Pagoda. Some military soldiers were reportedly killed (unknown fatalities).",3,1612998727,MMR -6362272,104,MMR8742,8742,17-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aung Seik,20.5825,92.9802,2,VOA,International,"On 17 September 2019, in Ponnagyun Township, in Rakhine State, a landmine exploded in a place between Pyin Hlar Shae and Aung Seik villages.",0,1574179243,MMR -6361267,104,MMR8743,8743,17-Sep-19,2019,1,Battles,Armed clash,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,23,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Payathonzu,15.3044,98.3781,1,Irrawaddy,National,"On 17 September 2019, near Three Pagodas Pass, in Kyainseikgyi township, Kayin state, the MNLA attacked the DKBA splinter group (coded as DKBA (Buddhist): Democratic Karen Buddhist Army (2016-) and detained some of the DKBA troops.",0,1574179240,MMR -6712108,104,MMR8734,8734,16-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Han,23.5058,98.0056,2,Shan Herald Agency for News,Subnational,"On 16 September 2019, in Kutkai Township, in northern Shan State, a 36-year-old man stepped on a landmine while he went to search for mushrooms near Maw Han village.",0,1578511376,MMR -6712114,104,MMR8731,8731,16-Sep-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 16 September 2019, in Kyaukme Township, in northern Shan State, fighting took place between the Ta'ang National Liberation Army and the Restoration Council of Shan State in a place between Hein Wo and Kham Kaw villages in Maing Ngoc sub-township.",0,1578511376,MMR -7669386,104,MMR8730,8730,16-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News; VOA,Subnational-International,"On 16 September 2019, in Namhsan Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army around Taung Yoe Pagoda and in Nam Khay village. The military used helicopters during the battle. Residents claimed that the military launched artillery shells with helicopters targeting villages north of Namhsan.",0,1612998727,MMR -7669387,104,MMR8732,8732,16-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,2,Narinjara News; Democratic Voice of Burma,Subnational-National,"On 16 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military under brigade 55 twice. The military used three helicopters and launched airstrikes flying over the Kyaw Kha mountain range near Dai Thar village. AA claimed that it collected three bodies of the military soldiers.",3,1612998727,MMR -7672749,104,MMR8733,8733,16-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Pon,21.0069,92.981,2,VOA,International,"On 16 September 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in a location between Tha Pone and Thanpayar Daunt villages. The AA claimed that more than 10 military soldiers were killed.",10,1612998736,MMR -7669934,104,MMR8735,8735,16-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Let Ma Seik,20.589,93.0477,2,Development Media Group,Subnational,"On 16 September 2019, in Ponnagyun Township, in Rakhine State, the Arakan Army attacked the reinforcement troops of Myanmar military who were marching from Letmaseik village to Min Zee Chaung village. Three bomb blasts and gunfire near Letmaseik village drove about 800 villagers to flee.",0,1612998729,MMR -7671658,104,MMR8728,8728,15-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thin Ga Net,20.7612,92.9616,2,Narinjara News,Subnational,"On 15 September 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army launched an attack on Myanmar military naval ship near Tinganet village. The naval ship on the Kalandan river returned several shots and fired artillery shells into nearby locations where AA was positioned. 3 villagers of Thinganat village and 2 villagers of Sapei Hla village were injured by artillery fire from the naval ship. An artillery shell also landed in Kan Thone Sint village and a villager was killed.",1,1612998733,MMR -7718519,104,MMR8725,8725,15-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,1,Myanmar Times,National,"On 15 September 2019, in Pyigyitagun Town, in Mandalay Region, about 100 workers of Miko Coffee Mix factory staged a protest in front of the factory gate to demand the reinstatement of the four union leaders who were dismissed a year ago. The dismissed workers believe the factory fired them for forming a union. The factory claims to have dismissed them for stopping the production machinery while they went for the toilet. The protest was led by Myanmar Industrial Crafts and Services Trade Union Federation. [size=about 100]",0,1614130951,MMR -7669384,104,MMR8724,8724,15-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Shan Herald Agency for News; VOA; Radio Free Asia,Subnational-Regional,"On 15 September 2019, in Namhsan Township, in northern Shan State, fighting took place between the Myanmar military and the Ta'ang National Liberation Army near Taung Yoe Pagoda. There was an exchange of artillery fire and airstrikes during the clash.",0,1612998727,MMR -7669385,104,MMR8727,8727,15-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Peik Taung,20.794,92.5543,2,Democratic Voice of Burma; Development Media Group,Subnational-National,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military was attacked by a landmine near a bridge between Thabeik Taung and Kin Chaung villages.",0,1612998727,MMR -7669918,104,MMR8726,8726,15-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kin Chaung,20.8055,92.5498,1,Development Media Group,Subnational,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1,1612998729,MMR -7671737,104,MMR8729,8729,15-Sep-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Nga San Baw,20.6365,92.7133,1,Narinjara News,Subnational,"On 15 September 2019, in Rathedaung Township, in Rakhine State, a boatman who went missing was found dead with a bullet injury in Nga San Baw creek. He was likely hit by bullets during the infighting between the Arakan Army and the Myanmar military.",1,1612998733,MMR -6361872,104,MMR8757,8757,14-Sep-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Khonumthung News,National,"On 14 September 2019, in Mrauk-U Township, in Rakhine State, three villagers of Maung village in Lay Myo Myit area in Paletwa township in Chin State went missing on the way after they return back buying food supplies in Mrauk-U.",0,1574179242,MMR -7671662,104,MMR8723,8723,14-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Narinjara News,Subnational,"On 14 September 2019, in Rathedaung Township, in Rakhine State, the Arakan Army fought with the Myanmar military as they marched from Pyain Taw village to A Myet Taung village. The clash occurred west of A Myet Taung village.",0,1612998733,MMR -7669382,104,MMR8717,8717,14-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021),1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Network Media Group; Radio Free Asia,National-Regional,"On 14 September 2019, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army on Taung Yoe mountain. An artillery shell that fell into Pan Tuu Ou village exploded and injured two villagers. One villager died while he was being transferred to a hospital.",1,1612998727,MMR -7669383,104,MMR8721,8721,14-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Radio Free Asia; Irrawaddy,National-Regional,"On 14 September 2019, in Ann Township, in Rakhine State, three unknown men entered into a house in Ru San Pya village and shot an ex-Myanmar army soldier dead. The man was an ex-military soldier from battalion 34. The military claimed that the AA shot the man on suspicion of him being a military informant.",1,1612998727,MMR -6361053,104,MMR8722,8722,14-Sep-19,2019,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Development Media Group,Subnational,"On 14 September 2019, in Kyaukpyu Township, in Rakhine State, about 16 unknown men arrived with two-speed boats at Maw Phyar village and abducted a man in his 50s who was fishing at Done Kyun Chay Kyun River. His dead body with 11 stab wounds was found on 16 September in Let Phoo creek in the west of Maw Gyi village.",1,1574179240,MMR -7669728,104,MMR8716,8716,14-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Democratic Voice of Burma,National,"On 14 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Thalu Gyaing located near Pan Myaung and Shwe Kyin village tracts.",0,1612998728,MMR -6384982,104,MMR9100,9100,13-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Sanchaung,Sanchaung,16.8038,96.1373,2,Mizzima,National,"On 13 September 2019, in Sanchaung Township, in Yangon Region, workers of Natural Garment factory staged a protest at the corner of Kyun Taw and Na Nat Taw roads calling for 23 demands. They protested against wage cuts, involuntary OT and sexual harassment. [size=no report]",0,1574776532,MMR -7669605,104,MMR8720,8720,13-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,BBC News,International,"On 13 September 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked a Myanmar military engineering outpost based in Buthidaung. The military returned fire with combat helicopters.",0,1612998728,MMR -7669381,104,MMR8714,8714,13-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Democratic Voice of Burma; Eleven Media Group,National,"On 13 September 2019, in Namhsan Township, in northern Shan State, fighting broke out between the Myanmar military brigade 101 and the Ta'ang National Liberation Army (TNLA) battalion 919 near Hochaung village. The military also fired artillery shells targeting Taung Yoe mountain and Hochaung village from helicopters.",0,1612998727,MMR -7669649,104,MMR8713,8713,13-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,1,Democratic Voice of Burma,National,"On 13 September 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Kyaw Kyar Chaung in upper Shwe Kyin village.",0,1612998728,MMR -7669759,104,MMR8715,8715,13-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Development Media Group,Subnational,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0,1612998728,MMR -6360834,104,MMR8710,8710,12-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Shan Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News; Network Media Group,Subnational-National,"On 12 September 2019, in Taunggyi Town, in Shan State, some 200 members of Shan civil society organizations staged a protest in front of the Mountain Star hotel where a meeting about the evaluation and management of the Myit Nge river by the International Financial Corporation (IFC) was held. The protesters urged IFC not to build the Namtu dam due to the environmental impact and the conflict in northern Shan. [size=some 200]",0,1574179239,MMR -7672322,104,MMR8718,8718,12-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Kengtung,Mongping,Mongping,21.3509,99.0212,2,Shan Herald Agency for News,Subnational,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0,1612998735,MMR -7293014,104,MMR8711,8711,12-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Yankin,Yankin,16.8236,96.1627,1,Myanmar Now,National,"On 12 September 2019, in Yankin Township, in Yangon Region, workers of Myan Mode garment factory workplace union staged a protest in front of the ILO office to demand the ILO not to recognize the 'yellow' union. Myan Mode workplace union was formed by the workers last year and another workplace union was also formed by the employer at the same time. Those who protested were dissatisfied that worker representatives from the yellow union were recognized by the employer and get represented at the meeting with ILO. [size=no report]",0,1604423659,MMR -6361950,104,MMR8712,8712,12-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 12 September 2019, in Kyauktada Township, in Yangon Region, workers from the MCE detergent factory in the industrial zone (1) in Dagon Myothit (Seikkan) staged a procession in protest against the unresolved demands made by the workers since 22nd August. The workers have 13 demands, including a yearly skilled bonus. [size=no report]",0,1574179242,MMR -7669632,104,MMR8719,8719,12-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,BBC News,International,"On 12 September 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked the Myanmar military which had taken up a position in the mountains where an old pagoda is located east of U Yin (U Yin Thar) village.",0,1612998728,MMR -7669380,104,MMR8707,8707,12-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Chone Haung,22.7768,96.9138,2,Radio Free Asia; Network Media Group,National-Regional,"On 12 September 2019, in Kyaukme Township, in Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army near Chone Haung village in Maing Ngoc sub-township.",0,1612998727,MMR -7672718,104,MMR8709,8709,12-Sep-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyein Taw,20.6207,92.6976,1,VOA,International,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0,1612998736,MMR -6711971,104,MMR8708,8708,12-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Students (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kwyay Rine,21.1522,92.4628,1,Radio Free Asia; Development Media Group,Subnational-Regional,"On 12 September 2019, in Buthidaung Township, in Rakhine State, a landmine exploded in farmland near a middle school in Kywe Yine (Na Ta La) (Kywe Rine) village in Tinmay village tract and injured three students.",0,1578511375,MMR -7819608,104,MMR8706,8706,11-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,BBC News,International,"On 11 September 2019, in Yangon, protesters marched and rallied, calling for the 'Justice for Victoria,' a three-year-old girl who was allegedly raped at a nursery school in Nay Pyi Taw. [size=no report]",0,1618442051,MMR -7672775,104,MMR8704,8704,11-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Bway,20.9457,92.9947,2,VOA,International,"On 11 September 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military battled with the Arakan Army in a place between Taung Bway and Dar Phyu villages. Two villagers were injured as an artillery shell fired by the military brigade 55 fell into the village. About 20 villagers were also arrested and brought to Thanpayar Daunt village by the military.",0,1612998736,MMR -7672783,104,MMR8705,8705,11-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Gwa Son,20.7039,92.6315,2,VOA,International,"On 11 September 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked the Myanmar military naval boats near Khwa Sone (Gwa Son) village. The military returned fire and villagers from a nearby village had to flee due to the firing of artillery shells.",0,1612998736,MMR -6360832,104,MMR8703,8703,10-Sep-19,2019,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Narinjara News; Development Media Group,Subnational,"On 10 September 2019, in Myebon Township, in Rakhine State, the beheaded bodies of two Rakhine villagers from Ann Township were found at an intersection of a fresh market in Kan Htaung Gyi village.",2,1574179239,MMR -7672613,104,MMR8701,8701,10-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,VOA,International,"On 10 September 2019, in Minbya Town, in Rakhine State, the Arakan Army attacked the Myanmar military convoy with a remote landmine in the south of Yar Maung bridge. Some military soldiers were injured.",0,1612998735,MMR -7672737,104,MMR8700,8700,10-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 10 September 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked the Myanmar military convoy with remote landmines in the southeast of Tinn Ma village. No one was injured.",0,1612998736,MMR -6362123,104,MMR8692,8692,9-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Insein,Insein,16.9018,96.096,2,Radio Free Asia,Regional,"On 9 September 2019, in Insein Township, in Yangon Region, many staff of BPI drug factory gathered at a court hearing in support of the factory-in-charge who was charged with corruption. [size=no report]",0,1574179243,MMR -6361933,104,MMR8696,8696,9-Sep-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"Around 9 September 2019, in Hlaingthayar Township, in Yangon Region, about 2,500 workers staged a protest as the respective labor dispute settlement department and labor directorate did not resolve the case regarding the dismissal of two union leaders in Thilawa industrial zone by the laws. [size=about 2,500]",0,1574179242,MMR -7670380,104,MMR8691,8691,9-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachin News Group,Subnational,"On 9 September 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) near Da Shi Hpang Wawm village.",0,1612998730,MMR -6361275,104,MMR8694,8694,9-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Fishermen (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,2,Irrawaddy,National,"On 9 September 2019, in Pathein Township, in Ayeyarwady Region, fishery workers from Kyonepyaw and Lemyethna townships staged a protest against the regional agriculture minister over the unfair distribution of fishing rights. The fishery workers claimed that the regional government is only issuing long term fishing permits to rich fishery businessmen. [size=no report]",0,1574179240,MMR -6360829,104,MMR8695,8695,9-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar); Students (Myanmar); Refugees/IDPs (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group; Development Media Group,Subnational-National,"On 9 September 2019, in Myitkyina Town, in Kachin State, about 300 people including Kachin IDPs, Kachin Youth, Kachin CSOs, youth from Students Youth Congress Burma (SYCB) and Kachin residents staged a protest to demand freedom of expression, a fair justice system, sympathy for the lives of IDPs and an end to the civil war. While they were gathering, military tanks rolled down the street. [size=about 300]",0,1574179239,MMR -6360830,104,MMR8699,8699,9-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Me Let Maung,19.8768,93.8835,1,Irrawaddy; Development Media Group; Narinjara News; Democratic Voice of Burma,Subnational-National,"On 9 September 2019, in Ann Township, in Rakhine State, a 39-year-old man from Mae Let Maung village in Ann Township was stabbed to death by four unknown men at his house who accused him of working with a local news outlet. His beheaded body was found on 12 September.",1,1574179239,MMR -6361854,104,MMR8693,8693,9-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Kantarawaddy Times,Subnational,"On 9 September 2019, in Demoso Township, in Kayah State, nearly 300 farmers and members of local CSOs from Demoso and Hpruso townships rallied in support of 15 farmers from Dawsoshay village who are facing charges of trespassing on land confiscated by the Myanmar military battalion 360. [size=nearly 300]",0,1574179242,MMR -6361104,104,MMR8688,8688,8-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Eleven Media Group,National,"On 8 September 2019, in Pathein Town, in Ayeyarwady Region, about 1,000 garment workers from seven factories in Pathein and one factory in Kangyidauk (and their families) staged a protest calling for the improvement of social security, dispute settlement mechanism in resolving the ongoing problems and dropping the charges against the eight leaders who were facing lawsuits under the peaceful assembly and procession law. [size= about 1,000]",0,1574179240,MMR -7669812,104,MMR8690,8690,8-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Development Media Group,National,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0,1612998728,MMR -7591772,104,MMR8687,8687,8-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Democratic Voice of Burma,National,"On 8 September 2019, in Kawthaung Town, in Tanintharyi Region, a protest was staged to request the pardon of the Thai King and authorities for the two Myanmar citizens who were sentenced to death for the murder of two British citizens on Koh Tao Island. Protesters rallied at the riverbank in Annawa ward. [size=no report]",0,1612309987,MMR -6360959,104,MMR8685,8685,8-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Hsan Say,22.7778,97.0169,2,Democratic Voice of Burma,National,"On 8 September 2019, in Kyaukme Township, in northern Shan State, a 42-year-old man from Tar Lone Ward in Maing Ngao sub-township stepped on a handmade landmine near Hsan Say village while he went to tend his cattle. He was injured.",0,1574179239,MMR -6361985,104,MMR8686,8686,8-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hna Ma Dar,21.1859,92.9246,1,Narinjara News,National,"On 8 September 2019, in Paletwa Township, in Chin State, two villagers from Nama Dar village were injured after stepping on a landmine on a mountain ridge while they were in search of bamboo shoots.",0,1574179242,MMR -7669756,104,MMR8689,8689,8-Sep-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Ho Nawng,23.4135,97.8798,2,Development Media Group,National,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0,1612998728,MMR -6712004,104,MMR8684,8684,7-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Aung Taing,20.4791,93.2992,2,Development Media Group,Subnational,"On 7 September 2019, in Minbya Township, in Rakhine State, three teenagers who were tending their cattle near Aung Taing village were injured after stepping on a landmine.",0,1578511375,MMR -6361904,104,MMR8678,8678,6-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,2,Mizzima,National,"On 6 September 2019, in Minbu Township, in Magway Region, about 60 farmers in the Mann oilfield area staged a protest against the failure by the concerned authorities to compensate for the confiscated farmlands. The farmers demanded compensation for the seized farmlands, a stop to setting up the boundary demarcation pillar in the oilfield and land ownership forms. [size=about 60]",0,1574179242,MMR -6361919,104,MMR8677,8677,6-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Now,National,"On 6 September 2019, in Dagon Myothit (Seikkan) Township, in Yangon Region, about 100 workers of Myanmar Consumer Enterprise in Dagon Seikkan industrial zone who have been protesting since 22 August marched inside the industrial zone, blocking the factory's entrance and exit. The workers demanded pregnant women not be made to carry heavy stuff, the assistant female manager be dismissed, the skilled bonus be increased yearly and for fines cut from the workers' wages be used as union funds. [size=about 100]",0,1574179242,MMR -7819628,104,MMR8679,8679,6-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Now,National,"On 6 September 2019, in Mandalay, the Mandalay University Students' Union protested, continuing demonstrations which have been ongoing since 2 September calling for an investigation into the construction of the Oriental House food court without the tender process. [size=no report]",0,1618442051,MMR -6361050,104,MMR8682,8682,6-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Development Media Group,National,"On 6 September 2019, in Myitkyina Town, in Kachin State, Kachin youth staged a second day of protest in support of two Kachin youth who were sentenced to 15 days of prison for their performance art show about the lives of IDPs as a commemoration of the renewed civil war in Kachin state. [size=no report]",0,1574179239,MMR -6712026,104,MMR8683,8683,6-Sep-19,2019,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy,National,"On 6 September 2019, in Hsipaw Township, in northern Shan State, ten ethnic Ta'ang villagers of Mann Loi village were detained by the Restoration Council of Shan State (RCSS) and forced to join the armed group. One of the villagers was beaten and another was tied up when they refused to join. RCSS denied the forced recruitment of the villagers.",0,1578511375,MMR -7671714,104,MMR8676,8676,5-Sep-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Narinjara News,National,"On 5 September 2019, in Paletwa Township, in Chin State, the Arakan Army claimed that it gunned down a Mi 17 Myanmar military helicopter at a location northwest of Kathalin village, west of Laung Yet Taung and east of Kan Kha mountain range. However, the military denied this and claimed its helicopter had made an emergency landing.",0,1612998733,MMR -6360828,104,MMR8675,8675,5-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,VOA; Network Media Group,National-International,"On 5 September 2019, in Myitkyina Town, in Kachin State, about 300 Kachin youths (Kachin Youth Movement), Kachin civil society organizations and Kachin residents staged protest for the two Kachin youths who were charged 15 days of prison for their performance art show about the lives of IDPs as a commemoration of renewed civil wars in Kachin. Protesters demanded four points. These points are: to solve the problems faced by IDP people, to allow freedom of expression, to ensure free and fair justice system and to stop the civil wars. [size=about 300]",0,1574179239,MMR -7669829,104,MMR8674,8674,4-Sep-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,1,Development Media Group,Subnational,"On 4 September 2019, in Buthidaung Township, in Rakhine State, two landmines exploded near a telephone tower at U Yin Thar village when the Myanmar military column passed through it.",0,1612998728,MMR -7669378,104,MMR8673,8673,4-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Myanmar Now; Development Media Group; VOA,Subnational-National,"On 4 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military regiment No. 551 fired artillery shells into U Yin Thar village, resulting in houses being burned. The military claimed that firing was the retaliation against the attack by the AA forces. Fighting then broke out between the Myanmar military and the Arakan Army near point 83 east of U Yin Thar village and the whole village was burned down.",0,1612998727,MMR -7672607,104,MMR8669,8669,3-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,1,VOA,International,"On 3 September 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near point 83 east of U Yin Thar village. The military claimed that AA forces launched fire by taking a position inside a monastery in U Yin Thar village.",0,1612998735,MMR -7672644,104,MMR8670,8670,3-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 3 September 2019, in Kutkai Township, in northern Shan State, fighting took place between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) around Shu Kin Tha village.",0,1612998736,MMR -6362180,104,MMR8681,8681,3-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); Journalists (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Shan Herald Agency for News,Subnational,"On 3 September 2019, in Muse Town, in northern Shan State, a reporter of the state-run newspaper 'The Mirror' was shot by unknown gunmen near his home in Ho Moon Ward. He was injured.",0,1574179243,MMR -7819650,104,MMR8672,8672,3-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Democratic Voice of Burma,National,"On 3 September 2019, in Mandalay, Mandalay University Students' Union staged a second day of protest inside Mandalay University demanding investigation into the construction of the food courts without the tender process. Students demanded the formation of an investigation group to take action on the construction of the food courts. They called for the university rector to be fired, claiming he seeks personal advantage on the name of the university and has not been transparent about projects inside the university. [size=no report]",0,1618442051,MMR -7671572,104,MMR8661,8661,2-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Daung Taw Yoe,20.8429,93.0246,2,Narinjara News,Subnational,"On 2 September 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military launched retaliatory attacks into the nearby area after a landmine attack by AA forces. At least eight villagers received bullet injuries. The AA first launched landmine attacks on a Myanmar military convoy that was passing through a bridge on the Asia road between Thayet Tapin and Daung Taw Yoe villages. Villagers also reported that the soldiers vandalized some grocery shops while the owners had to leave abruptly from the shops due to the firings.",0,1612998733,MMR -7672601,104,MMR8662,8662,2-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,1,VOA,International,"On 2 September 2019, Buthidaung Township, in Rakhine State, the Myanmar military claimed that fighting took place between the military and the Arakan Army at Hpone Nyo Leik village. However, AA denied that a battle took place.",0,1612998735,MMR -7672626,104,MMR8663,8663,2-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,VOA,International,"On 2 September 2019, Mrauk-U Township, in Rakhine State, the Myanmar military claimed that fighting took place between the military and the Arakan Army in the southeast of Pan Myaung village. However, AA denied that a battle took place.",0,1612998735,MMR -7670074,104,MMR8665,8665,2-Sep-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,2,Hinthar Media,National,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0,1612998729,MMR -7669377,104,MMR8664,8664,2-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Network Media Group; Eleven Media Group,National,"On 2 September 2019, in Kutkai Township, in northern Shan State, the Brotherhood Alliance (TNLA, AA, MNDAA) launched an attack on a Myanmar military column that was taking security measures in Ying Wel Taung located south of Nant Phet Kar on Union highway. The military retaliated and also launched airstrikes at three locations including near Kutkai seminary and Nant Kut village.",0,1612998727,MMR -7819661,104,MMR8668,8668,2-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times; Radio Free Asia,National-Regional,"On 2 September 2019, in Mandalay, seven members of the Mandalay University Students' Union staged a sit-in protest in front of the main building of Mandalay University demanding an investigation into the construction of the food courts without the tender process. The president of the union said the protest camp will not be withdrawn until the demands were fulfilled. [size=7]",0,1618442051,MMR -6361078,104,MMR8667,8667,2-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,1,Development Media Group,Subnational,"On 2 September 2019, in Thandwe Town, in Rakhine State, students of the Technical and Vocational Education and Training students' union staged a protest demanding financial stipends for students from IDP camps. [size=no report]",0,1574179240,MMR -6360824,104,MMR8660,8660,2-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; Development Media Group,National,"On 2 September 2019, in Kyauktada Township, in Yangon Region, monks and laypeople rallied in front of the Mahabandoola Park. They staged a prayer and appealed to the Thai King to pardon the two Myanmar migrant workers who were sentenced to death for the murder and rape of two British nationals on the Koh Tao island in 2014. [size=no report]",0,1574179239,MMR -6360825,104,MMR8666,8666,2-Sep-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Democratic Voice of Burma; Irrawaddy,National,"On 2 September 2019, in Pathein town, in Ayeyarwady Region, over 1,000 workers of Myanmar Knitting, a Chinese-invested garment factory, staged a sit-in protest against the violation of labor rights in front of the factory. The workers protested against the factory on the issues of insufficient toilets, low wages, restrictions on going to the toilets and drinking water, and non-payment of overtime fees. [size= over 1,000]",0,1574179239,MMR -6362159,104,MMR8658,8658,1-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Shan Herald Agency for News,Subnational,"On 1 September 2019, in Hsipaw Town, in Shan State, an unknown gunman shot a monk who was playing a carrom board game with a friend near Bodaw monastery in Pang Tein Tawng ward. The monk was injured.",0,1574179243,MMR -7671888,104,MMR8657,8657,1-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Network Media Group,National,"On 1 September 2019, in Namhkan Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) in the upper area of Pan Khar village.",0,1612998734,MMR -7671915,104,MMR8655,8655,1-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Ho Nawng,23.4135,97.8798,2,Network Media Group,National,"On 1 September 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) in three villages: Ho Naung, Hott Tott and Phan Ngaw.",0,1612998734,MMR -7669376,104,MMR8659,8659,1-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,1,Narinjara News; Radio Free Asia,Subnational-Regional,"On 1 September 2019, in Ponnagyun Township, in Rakhine State, a police sub-lieutenant officer of Yoe Ta Yoke police station was beaten and stabbed to death by six unknown men while he was shopping (and thus off-duty).",1,1612998727,MMR -7671940,104,MMR9355,9355,1-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Mongmit,Mongmit,Pang Hai,22.9872,96.852,1,Network Media Group,National,"On 1 September 2019, in Mongmit Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) in two locations including Pan Hai.",0,1612998734,MMR -6360966,104,MMR8654,8654,1-Sep-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,War Taung,20.6754,92.9169,1,Democratic Voice of Burma,National,"On 1 September 2019, in Kyauktaw Township, in Rakhine State, an unknown group of people entered into a grocery store in War Taung village and killed a woman and her husband.",2,1574179239,MMR -7671953,104,MMR8656,8656,1-Sep-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Mongmit,Mongmit,Mongmit,23.1097,96.6691,2,Network Media Group,National,"On 1 September 2019, in Mongmit Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) in two locations including Pan Hai.",0,1612998734,MMR -7669871,104,MMR8653,8653,31-Aug-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,2,Development Media Group,Subnational,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0,1612998729,MMR -7669375,104,MMR8644,8644,31-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Hit,23.4755,97.9262,1,Network Media Group; Kachin News Group,Subnational-National,"On 31 August 2019, in Kutkai Township, in northern Shan State, clashes broke out between the Brotherhood Alliance (TNLA, AA, MNDAA) and the Myanmar military in four locations in the township. Artillery shells from the clash fell into the Maw Hit village and exploded. Five villagers were killed (including 3 children) and three others were seriously injured by the explosion.",5,1612998727,MMR -7672212,104,MMR9354,9354,31-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,2,Radio Free Asia,Regional,"On 31 August 2019, in Buthidaung Township, in Rakhine State, a battle took place between the Myanmar military and the Arakan Army near Sin Thay Pyin Muslim village. An artillery shell also landed into Sin Thay Pyin village and some houses were on fire. Another artillery shell also landed into the village of Htaik Too Pauk and the explosion of it injured two villagers.",0,1612998735,MMR -7672284,104,MMR8643,8643,31-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Radio Free Asia,Regional,"On 31 August 2019, in Buthidaung Township, in Rakhine State, a battle took place between the Myanmar military and the Arakan Army near U Yin Thar village.",0,1612998735,MMR -7672145,104,MMR8641,8641,30-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Radio Free Asia,Regional,"On 30 August 2019, in between Lashio and Hseni Townships, in northern Shan State, Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) clashed when the military conducted clearance operations after the civilian cars were burned down.",0,1612998734,MMR -6360988,104,MMR8639,8639,30-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 30 Aug 2019, in Taunggyi Town, in southern Shan State, about 80 youth rallied at Sulamuni Pagoda to stop the armed conflicts in northern Shan State. They prayed for the deceased and displaced civilians during these conflicts. [size=about 80]",0,1574179239,MMR -7669372,104,MMR8635,8635,29-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Narinjara News; Radio Free Asia; Development Media Group,Subnational-Regional,"On 29 August 2019, in Buthidaung Township, in Rakhine State, clashes broke out between the Arakan Army (AA) and the Myanmar military regiment No. 551 near U Yin Thar village. An artillery shell fell into the U Yin Thar village and exploded. The explosion burned a house and injured two Muslim women in Sin Thay Pyin village. A stray bullet hit a Muslim man in Htaik Too Pauk village and he was killed.",1,1612998727,MMR -7669373,104,MMR8638,8638,29-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Nam Pawng,22.7569,97.8572,1,Eleven Media Group; Myanmar Times,National,"On 29 August 2019, in Lashio Township, in northern Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched an attack on the Myanmar military LIR No.291 in Nam Pawng village on Lashio-Mongye-Tangyang road. The military retaliated.",0,1612998727,MMR -7672715,104,MMR8637,8637,29-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 29 August 2019, in Kutkai Township, in northern Shan State, a battle took place between the Myanmar military and the Brotherhood Alliance (TNLA, AA, MNDAA) at Shu Khin Tha street. An artillery shell hit a truck on the section of Pyihtaungsu road between Kutkai and Nantphetka.",0,1612998736,MMR -7669460,104,MMR9353,9353,29-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,2,Radio Free Asia; Narinjara News; Development Media Group,Subnational-Regional,"On 29 August 2019, in Buthidaung Township, in Rakhine State, clashes broke out between the Arakan Army (AA) and the Myanmar military near Sin Thay Pyin village.",0,1612998728,MMR -7672611,104,MMR8629,8629,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Lway,23.3416,97.7955,2,VOA,International,"On 28 August 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military near Man Lway and Lon Sein.",0,1612998735,MMR -7672113,104,MMR8632,8632,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Nam Pawng,22.7569,97.8572,1,Radio Free Asia,Regional,"On 28 August 2019, in Lashio Township, in northern Shan State, the Brotherhood Alliance (TNLA, AA, MNDAA) attacked the Myanmar military LIB 291 stationed in Nam Pawng. Two sides exchanged fires and three artillery shells fell into the farmlands in the village. During the clash, one soldier of TNLA was killed and four others were injured. More than 500 villagers of Nant Paung village fled.",1,1612998734,MMR -7671868,104,MMR8631,8631,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Daung Taw Yoe,20.8429,93.0246,2,Network Media Group,National,"On 28 August 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked Myanmar military artillery unit under the military operation command No.9 near Daung Taw Yo village.",0,1612998734,MMR -7672659,104,MMR8633,8633,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,1,VOA,International,"On 28 August 2019, in Minbya Township, in Rakhine State, fighting continued between the Myanmar military and the Arakan Army at point 203 hill in east of Pan Myaung village and Shwe Kyin village.",0,1612998736,MMR -7669371,104,MMR8634,8634,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pauk Pin Kwin,20.7717,93.0965,2,Radio Free Asia; Development Media Group; VOA; Narinjara News; Irrawaddy; Network Media Group,Subnational-National,"On 28 August 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked a Myanmar military artillery regiment at Linn Mway Taung near Pauk Pin Kwin village. Clashes between the two groups also broke out in the area around Taung Oo village. The AA claimed that 30 military soldiers and 7 AA soldiers were killed. The military, on the other hand, claimed that it did not lose any soldiers and that AA lost 6 soldiers. Four artillery shells landed near Htaik Wa Pyin village. An artillery shell that landed inside a compound of a house exploded and injured a woman. Another woman was hit by a shrapnel and injured.",36,1612998727,MMR -7671949,104,MMR8628,8628,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Network Media Group,National,"On 28 August 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked a Myanmar military column of 200 soldiers in east of U Yin Thar village. AA claimed that one military battalion commander was killed. Four artillery shells also landed near Htip Wa Pyin village and injured a woman.",1,1612998734,MMR -7672722,104,MMR8630,8630,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,VOA,International,"On 28 August 2019, in Kyaukme Township, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military near Par Lai.",0,1612998736,MMR -7669459,104,MMR9352,9352,28-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Taung U,20.8128,93.0755,2,VOA; Network Media Group; Narinjara News; Irrawaddy; Radio Free Asia; Development Media Group,Subnational-National,"On 28 August 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army clashed with the Myanmar military artillery around Taung Oo village.",0,1612998728,MMR -7672603,104,MMR8624,8624,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,VOA,International,"On 27 August 2019, in Kyaukme Township, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military at Lway Sang mountain in upper Kyaukpyu near Mang Ngoc (sub-township).",0,1612998735,MMR -7672606,104,MMR8622,8622,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Nawng,23.5592,98.4404,2,VOA,International,"On 27 August 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Ta'ang National Liberation Army and the Myanmar military in between Nantparcii and Man Nawng.",0,1612998735,MMR -7672683,104,MMR8626,8626,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,VOA,International,"On 27 August 2019, in Minbya Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army at point 203 hill in east of Pan Myaung village and near Shwe Kyin village south of Pan Myaung. The military used airstrikes and artillery fire during the clashes. AA claimed that two of its soldiers were killed and military suffered many fatalities (unknown fatalities coded at 3). 5 total fatalities.",5,1612998736,MMR -7671917,104,MMR8620,8620,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Network Media Group,National,"On 27 August 2019, in Ann Township, in Rakhine State, Myanmar military and the Arakan Army clashed near Kazu Kai village.",0,1612998734,MMR -7669369,104,MMR8625,8625,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia; VOA,Regional-International,"On 27 August 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked the Myanmar military navy vessel near Kispanadi bridge in the Kaladan River and military headquarters No.9 in Kyauktaw. The Myanmar military navy force fired several rounds of ammunition along the east side of Kispanadi River. A woman in her 40s from Shwe Lai village was hit by a stray bullet and injured.",0,1612998727,MMR -7669370,104,MMR8627,8627,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyauk Nga Nwar,20.1474,93.4144,2,Network Media Group; VOA,National-International,"On 27 August 2019, in Myebon Township, in Rakhine State, the Arakan Army clashed with 100 Myanmar military soldiers between Shou Chaung and Kyauk Nga Nwar villages.",0,1612998727,MMR -7669458,104,MMR9351,9351,27-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Daung Taw Yoe,20.8429,93.0246,1,Radio Free Asia; VOA,Regional-International,"On 27 August 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked the Myanmar military artillery regiment No.376 in Daung Taung Yoe (Daung Taw Yoe) village.",0,1612998728,MMR -6360817,104,MMR8621,8621,27-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Brotherhood Alliance,,2,,,0,20,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Nar Tee,23.3734,98.3561,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 27 August 2019, in Hseni Township, in northern Shan State, a concrete bridge at the entrance of Nar Tee village located on Hseni-Kwunlon- Chin Shwe Haw road was bombed by the Brotherhood Alliance (TNLA, AA, MNDAA) and destroyed.",0,1574179239,MMR -6360818,104,MMR8623,8623,27-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Democratic Voice of Burma; BBC News,National-International,"On 27 August 2019, in Kutkai Township, in northern Shan State, a private car was shot by an unknown armed group and one passenger was injured. The car tires of eight trucks were also shot.",0,1574179239,MMR -7671869,104,MMR8618,8618,26-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Network Media Group,National,"On 26 August 2019, in Kutkai Township, in northern Shan State, multiple clashes broke out between the Ta'ang National Liberation Army (TNLA) and Myanmar military near Shu Khin Tha, near Nam Huay Hill, near Nam Khai, and in Kutkai.",0,1612998734,MMR -7671893,104,MMR9350,9350,26-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Loi,23.5559,97.8306,1,Network Media Group,National,"On 26 August 2019, in Kutkai Township, in northern Shan State, multiple clashes broke out between the Ta'ang National Liberation Army (TNLA) and Myanmar military near Mang Loi (Man Loi) village.",0,1612998734,MMR -6381928,104,MMR8651,8651,26-Aug-19,2019,1,Battles,Armed clash,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,Unidentified Armed Group (Myanmar),,3,23,Southeast Asia,Myanmar,Shan,Monghsat,Mongton,Mongton,20.2961,98.8972,3,Irrawaddy,National,"On 26 August 2019, in eastern Shan State (coded at Mongton), an exchange of fire took place between the United Wa State Army (UWSA) and armed drug smugglers. The smugglers were trying to smuggle over 7 million meth pills into Thailand through a forest route in Lwel Lian. UWSA was able to detain 53 smugglers who are 14 Thai and 39 Myanmar nationals.",0,1574367575,MMR -7671962,104,MMR8617,8617,26-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Pang Hsay,23.4456,97.8898,1,Network Media Group,National,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1,1612998734,MMR -6360815,104,MMR8615,8615,26-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 26 August 2019, in Sittwe Town, in Rakhine State, students at Sittwe University, Technological University (Sittwe) and University of Computer Studies (Sittwe) staged a protest and demanded the Myanmar military stop arresting civilians, that the government provide an education budget to the students and for local and international humanitarian organization to be allowed into the region to help civilians displaced by the armed conflicts. They also demanded the end of the internet blockade in the area. [size= no report]",0,1574179239,MMR -6360816,104,MMR8616,8616,26-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Democratic Voice of Burma; Development Media Group,Subnational-National,"On 26 August 2019, in Toungup Town, in Rakhine State, students at Toungup Degree College staged a protest and demanded the Myanmar military stop arresting civilians, that the government provide an education budget to the students and for local and international humanitarian organization to be allowed into the region to help civilians displaced by the armed conflicts. They also demanded the end of the internet blockade in the area. [size= no report]",0,1574179239,MMR -7672575,104,MMR8619,8619,26-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,VOA,International,"On 26 August 2019, in Minbya Township, in Rakhine State, fighting continued between the Myanmar military and the Arakan Army in northeast of Pan Myaung village.",0,1612998735,MMR -7670072,104,MMR8614,8614,25-Aug-19,2019,1,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),5,Rioters (Myanmar),Police Forces of Myanmar (2016-2021),5,55,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Yae Kyi,21.9589,96.1808,1,Hinthar Media,National,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0,1612998729,MMR -7672634,104,MMR8613,8613,25-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,VOA,International,"On 25 August 2019, in Minbya Township, in Rakhine State, fighting continued between the Myanmar military and the Arakan Army in Pan Myaung village.",0,1612998735,MMR -7672025,104,MMR8611,8611,25-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Radio Free Asia,Regional,"On 25 August 2019, in Kutkai Township, in northern Shan State, the Myanmar military and Ta'ang National Liberation Army clashed on the road located 4 miles away in the west of Nantphetkar. Myanmar military also launched airstrikes at Shwe Maw Taw mountain range in the west of Nantphetkar village.",0,1612998734,MMR -6360814,104,MMR8612,8612,25-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Radio Free Asia; Development Media Group; Narinjara News,Subnational-Regional,"On 25 August 2019, in Maungdaw Township, in Rakhine State, two landmines exploded between three mile village and four mile village located at Maungdaw-Buthidaung road. Another explosion took place at a mountain pass near Wra Tha Ya village. No one was injured during these incidents.",0,1574179239,MMR -7672593,104,MMR8610,8610,24-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,VOA,International,"On 24 August 2019, in Minbya Township, in Rakhine State, fighting continued between the Myanmar military and the Arakan Army in Pan Myaung village.",0,1612998735,MMR -6712088,104,MMR8608,8608,24-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Lway,23.3416,97.7955,1,Radio Free Asia,Regional,"On 24 August 2019, in Kutkai Township, in northern Shan State, a woman in her 60s stepped on a landmine while picking vegetables in the farmland in Man Lway village and was killed.",1,1578511376,MMR -7669368,104,MMR8607,8607,24-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,VOA; Radio Free Asia,Regional-International,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3,1612998727,MMR -7669923,104,MMR8609,8609,24-Aug-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,1,Development Media Group,Subnational,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0,1612998729,MMR -6361943,104,MMR8604,8604,23-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Yae Laung,21.8888,96.14,1,Myanmar Times,National,"On 23 August 2019, in Patheingyi Township, in Mandalay Region, more than 100 local farmers of Yae Laung village staged a protest to demand to stop the demolition of houses by the township municipal on the accusation that houses were built in illegal lands. Protesters marched from 62nd street to 60 (A) street. [size=more than 100]",0,1574179242,MMR -7672684,104,MMR8602,8602,23-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htun Ya Wai,20.4861,92.8056,2,VOA,International,"On 23 August 2019, in Rathedaung Township, in Rakhine State, Myanmar military and the Arakan Army clashed near Htun Yawai village and one woman was injured.",0,1612998736,MMR -7669614,104,MMR8601,8601,23-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,BBC News,International,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0,1612998728,MMR -7670180,104,MMR8600,8600,23-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Irrawaddy,National,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, Arakan Army was attacked by Myanmar military. The military used two helicopters and launched hellfire missiles and bombed the Kalama mountain range where AA troops are believed to be positioned.",0,1612998729,MMR -7671487,104,MMR8603,8603,23-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Lun,23.5554,97.8874,2,Myanmar Times,National,"On 23 August 2019, in Kutkai Township, in Shan State, fighting took place between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) in Nant Phalon between Kutkai and Nant Phetkar. The local headquarters of Myanmar military in Kutkai. An artillery shell fell into Nant Phalon village and a man was injured. Artillery shell also fell into Lwaypaesusee village and 3 people were injured.",0,1612998733,MMR -7672769,104,MMR8606,8606,23-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,VOA,International,"On 23 August 2019, in Minbya Township, in Rakhine State, clashes broke out between the Arakan Army and the Myanmar military around Pan Myaung and Shwe Kyin villages. The military continuously fired artillery shells from Aung Mingalar Pagoda mountain where it was stationed.",0,1612998736,MMR -7671526,104,MMR8605,8605,23-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Myanmar Times,National,"On 23 August 2019, in Hseni Township, in northern Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery fire during the construction of 41-Mile concrete bridge (Byone Taung). Myanmar military retaliated against the attack.",0,1612998733,MMR -7670285,104,MMR8593,8593,22-Aug-19,2019,1,Battles,Armed clash,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 22 August 2019, in Kutkai Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) detained eight Myanmar military soldiers dressed in civilian clothes. The military claims not to have any report of the detained soldiers.",0,1612998730,MMR -6361918,104,MMR8650,8650,22-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Now,National,"On 22 August 2019, in Dagon Myothit (Seikkan) Township, in Yangon Region, about 100 workers of Myanmar Consumer Enterprise in Dagon Seikkan industrial zone staged a sit-in protest, blocking the factory's entrance and exit. The workers demand that pregnant women not be made to carry heavy stuff, that the assistant female manager be dismissed, that the skilled bonus be increased yearly and for fines cut from the workers' wages to be used as union funds. [size=about 100]",0,1574179242,MMR -6361938,104,MMR8598,8598,22-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Pinlebu,Pinlebu,24.0808,95.3702,1,Myanmar Times,National,"On 22 August 2019, in Pinlebu Town, in Sagaing Region, residents of Pinlebu town staged a protest calling for the rule of law and for legal action to be taken against Moe Thauk Kyae group. Protesters protested in front of the police station and the township court. [size=no report]",0,1574179242,MMR -7670149,104,MMR8595,8595,22-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Irrawaddy,National,"On 22 August 2019, in Minbya Township, in Rakhine State, Arakan Army was attacked by the Myanmar military. The military used two helicopters and launched hellfire missiles and bombed the Kalama mountain range where AA troops are believed to be positioned. According to AA, the battle took place when about 200 Myanmar military infantry troops approached to the areas controlled by AA in Dai Tha village. AA claimed that it killed 50 military soldiers. The military did not provide its own casualty figures. Three AA troops were also killed while a number of soldiers were injured.",53,1612998729,MMR -7670175,104,MMR8594,8594,22-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Irrawaddy,National,"On 22 August 2019, in Hseni Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) near Manpyain village. That day, across three townships (Hseni, Kutkai and Namhkan), five military soldiers were killed and three injured. Fatalities divided across the three townships (Hseni 2, Kutkai 2, Namhkan 1).",2,1612998729,MMR -7670205,104,MMR8599,8599,22-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 22 August 2019, in Kutkai Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) near Kaungkhar and Lon Sein. That day, across three townships (Hseni, Kutkai and Namhkan), five military soldiers were killed and three injured. Fatalities divided across the three townships (Hseni 2, Kutkai 2, Namhkan 1).",2,1612998729,MMR -7670242,104,MMR8596,8596,22-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Kawng Waing,23.8393,97.756,2,Irrawaddy,National,"On 22 August 2019, in Namhkhan Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) near Kawng Waing village. That day, across three townships (Hseni, Kutkai and Namhkan), five military soldiers were killed and three injured. Fatalities divided across the three townships (Hseni 2, Kutkai 2, Namhkan 1).",1,1612998730,MMR -7669837,104,MMR8589,8589,21-Aug-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chut Pyin,20.5698,92.6405,1,Development Media Group,Subnational,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0,1612998729,MMR -6362058,104,MMR8587,8587,21-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 21 August 2019, in Lashio Township, in Shan State, artillery shelling in the area hit the vehicle of a philanthropists' organization named Without Borders Association, a humanitarian group based in Lashio.",0,1574179243,MMR -7672018,104,MMR8586,8586,21-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 21 August 2019, in Lashio Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) at Yaypu checkpoint. A PMF member who was on duty was killed.",1,1612998734,MMR -6362070,104,MMR8590,8590,21-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 21 August 2019, in Myitkyina Town, in Kachin State, a green ribbon campaign was launched at Myitkyina Education College in a protest against the wage cut when student-teachers continue their distance university education. Protesters including student union of Myitkyina education college also demanded to stop oppression against the members of student union. [size=no report]",0,1574179243,MMR -7819741,104,MMR8591,8591,21-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Radio Free Asia,Regional,"On 21 August 2019, in Yangon, green ribbon campaign was launched at Yankin Education College in a protest against the wage cut when student-teachers continue their distance university education. [size=no report]",0,1618442052,MMR -7671525,104,MMR8585,8585,21-Aug-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Myanmar Times,National,"Around 21 August 2019, in between Kutkai and Hseni Townships, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) in Nant Phar Chee between Kutkai and Hseni townships.",0,1612998733,MMR -6712042,104,MMR8584,8584,21-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Myanmar Times,National,"On 21 August 2019, in Hsipaw Township, in Shan State, about 700 villagers of Ta Long and nearby villages including 12 monks rallied at Ta Long located on the banks of the Namtu River to oppose the building of the upper Yeywa dam and other dams planned on Namtu River. [size=about 700]",0,1578511375,MMR -7672055,104,MMR8588,8588,21-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,2,Radio Free Asia,Regional,"On 21 August 2019, in Minbya Township, in Rakhine State, the Myanmar military and the Arakan Army clashed near Panmyaung village.",0,1612998734,MMR -7670130,104,MMR8576,8576,20-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Irrawaddy,National,"On 20 August 2019, in Kutkai Township, in northern Shan State, the Ta'ang National Liberation Army (TNLA) attacked on the Myanmar military's bridge security outpost located south of Nantphetkar.",0,1612998729,MMR -7669367,104,MMR8582,8582,20-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Xinhua; Irrawaddy,National-International,"On 20 August 2019, in Ponnagyun Township, in Rakhine State, a police convoy from 32 police battalion based in Kyauk Phyu was hit by two landmine explosions while the convoy was travelling to Sittwe from Kyauktaw. The first explosion occurred at the boundary of Kyauktaw and Ponnagyun and second explosion occurred near Pyaing Chaung village. Two policemen, including a police captain, were killed and three police were injured (1 fatality coded per explosion).",1,1612998727,MMR -7672726,104,MMR8579,8579,20-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Police Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 20 August 2019, in Minbya Township, in Rakhine State, a police convoy was attacked by AA forces and a police captain was injured. The police died later when he arrived to Sittwe hospital to get treatment.",1,1612998736,MMR -7671987,104,MMR8575,8575,20-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,New Nation (Bangladesh),International,"On 20 August 2019, in Kutkai Township, in northern Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) clashed nine times with Myanmar military on the highway from Lashio to Muse. The Brotherhood Alliance claimed that 30 military soldiers were killed (which the military denied) and the military claimed that 10 bodies of the enemy were found.",40,1612998734,MMR -6362054,104,MMR8581,8581,20-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Radio Free Asia,Regional,"On 20 August 2019, in Pakokku Town, in Magway Region, a green ribbon campaign was launched at Pakokku Education College in a protest against wage cuts when student-teachers continue their distance university education. [size=no report]",0,1574179243,MMR -6712011,104,MMR8583,8583,20-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Eleven Media Group,National,"On 20 August 2019, in Kutai Township, in Shan State, rescue vehicles from Gayuna social welfare organization were attacked between Homone and Hankan villages while they were on the way to rescue injured people and retrieve two dead bodies. The gunmen fired 30 times to the vehicles and thus rescue vehicles had to turned back. The organization is helping injured people during the battles of Muse 105 mile and Namhkan.",0,1578511375,MMR -7669457,104,MMR9349,9349,20-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Chaung,20.8942,92.9207,2,Irrawaddy; Xinhua,National-International,"On 20 August 2019, in Ponnagyun Township, in Rakhine State, a police convoy from 32 police battalion based in Kyauk Phyu was hit by two landmine explosions while the convoy was travelling to Sittwe from Kyauktaw. The first explosion occurred at the boundary of Kyauktaw and Ponnagyun and second explosion occurred near Pyaing Chaung village. Two policemen, including a police captain, were killed and three police were injured (1 fatality coded per explosion).",1,1612998728,MMR -7672275,104,MMR8580,8580,20-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Radio Free Asia,Regional,"On 20 August 2019, in Minbya Township, in Rakhine State, Myanmar military attacked the AA in southwest of Kalama Taung village. The AA claimed seven military soldiers were killed during the battle.",7,1612998735,MMR -7669972,104,MMR8578,8578,20-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Eleven Media Group,National,"On 20 August 2019, in Lashio Township, in northern Shan State, unknown gunmen attacked Mongyang village with grenades and mortar shells. During the attack, the house of the Mongyang militia (PMF) group leader in Mankaung Village was burned down. The leader of Mongyang militia group and his wife were killed. The police chief claimed that TNLA is responsible for the death of the militia leader.",2,1612998729,MMR -7672792,104,MMR8574,8574,20-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Khaung Taik,20.7502,92.6512,1,VOA,International,"On 20 August 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army in Gaung Tike (Khaung Taik) village.",0,1612998736,MMR -7671528,104,MMR8577,8577,20-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Myanmar Times,National,"On 20 August 2019, in Lashio Township, in Shan State, fighting intensified between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) near Mong Tin village.",0,1612998733,MMR -6362140,104,MMR8572,8572,19-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 19 August 2019, in Monywa Town, in Mandalay Region, a green ribbon campaign was launched at Monywa Education College in a protest against the unclear policy regarding the number of years students are required to attend. [size=no report]",0,1574179243,MMR -7669366,104,MMR8573,8573,19-Aug-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News; Irrawaddy,Subnational-National,"On 19 August 2019, in Kyauktaw township, Rakhine state, a police major in-charge of Kyauktaw township police station was stabbed near the township jetty and killed.",1,1612998727,MMR -7671928,104,MMR8569,8569,19-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 19 August 2019, in Kyaukme Township, in Shan State, Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) clashed about four times.",0,1612998734,MMR -7671986,104,MMR8568,8568,19-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,New Nation (Bangladesh),International,"On 19 August 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) during which two military soldiers were killed and a temporary military base in Nang Gut village was overrun.",2,1612998734,MMR -7819755,104,MMR8571,8571,19-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 19 August 2019, in Mandalay, green ribbon campaign was launched at Mandalay Education College to protest against the unclear policy regarding the number of years students are required to attend. Nearly 100 protesters, including the All Burma Federation of Student Unions (ABFSU) students from Mandalay education college, also demanded a stop to discrimination against the members of student union and travel ban. [size=nearly 100]",0,1618442052,MMR -7670260,104,MMR8570,8570,19-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Irrawaddy,National,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1,1612998730,MMR -7672600,104,MMR9347,9347,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,VOA,International,"On 18 August 2019, in Rathedaung Township, in Rakhine State, the Myanmar military and the Arakan Army clashed between Ah Myet Taung and Ngasanbaw villages.",0,1612998735,MMR -6712099,104,MMR8561,8561,18-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Kone Hsar,23.0486,97.8563,1,Radio Free Asia,Regional,"On 18 August 2019, in Lashio Township, in Shan State, an artillery shell fell into the Kone Sar village and pieces of the artillery shell explosion hit a father of two children in Kone Sar village and he was killed.",1,1578511376,MMR -6361968,104,MMR8559,8559,18-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Brotherhood Alliance,,2,,,0,20,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Myanmar Times,National,"On 18 August 2019, in Hseni Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) destroyed a bridge in the township using landmines.",0,1574179242,MMR -6361970,104,MMR8565,8565,18-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Brotherhood Alliance,,2,,,0,20,Southeast Asia,Myanmar,Shan,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Myanmar Times,National,"On 18 August 2019, in Nawnghkio Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) destroyed a bridge in the township using landmines.",0,1574179242,MMR -7669365,104,MMR8562,8562,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Kone Hsar,23.0486,97.8563,2,Democratic Voice of Burma; Radio Free Asia,National-Regional,"On 18 August 2019, in Lashio Township, in Shan State, fighting broke out between the Brotherhood Alliance (TNLA, MNDAA, AA) and the Myanmar military near Khone Sar village. Artillery shell fell into the village and one villager was killed. Shells also landed in Hone Nar village.",1,1612998727,MMR -6361974,104,MMR8560,8560,18-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Brotherhood Alliance,,2,,,0,20,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Myanmar Times,National,"On 18 August 2019, in Kunlong Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) destroyed a bridge in the township using landmines.",0,1574179242,MMR -7670416,104,MMR8563,8563,18-Aug-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2,1612998730,MMR -7672728,104,MMR8566,8566,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyein Taw,20.6207,92.6976,2,VOA,International,"On 18 August 2019, in Rathedaung Township, in Rakhine State, the Myanmar military and the Arakan Army clashed in a place between Manyintaung and Pyein Taw villages. The AA claimed 25 military soldiers were killed across three townships (Rathedaung, Buthidaung, Myebon) where fighting took place that day. Fatalities divided across three events (Buthidaung 9; Rathedaung 8; Myebon 8). The military later claimed that the battle only took place in Phone Nyo Leik village and not in other areas.",8,1612998736,MMR -7671493,104,MMR9348,9348,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Lun,23.5554,97.8874,1,Myanmar Times,National,"On 18 August 2019, in Kutkai Township, in Shan State, battles between Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) took place in Nam Pha Lun (Nam Hpat Lun).",3,1612998733,MMR -7672784,104,MMR8558,8558,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,VOA,International,"On 18 August 2019, in Buthidaung Township, in Rakhine State, Arakan Army attacked Myanmar military troops in the east of Gaungtite village. The AA claimed 25 military soldiers were killed across three townships (Rathedaung, Buthidaung, Myebon) where fighting took place that day. Fatalities divided across three events (Buthidaung 9; Rathedaung 8; Myebon 8). The military later claimed that the battle only took place in Phone Nyo Leik village and not in other areas.",9,1612998736,MMR -7671507,104,MMR8567,8567,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Myanmar Times,National,"On 18 August 2019, in Kutkai Township, in Shan State, battles between Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) took place in Nantkut, Nantkhaing bridge, Nantphalun, Mannaung and Yinkwetaung, resulting in fatalities. The military conducted aerial attacks during these battles. Unknown fatalities.",3,1612998733,MMR -7672787,104,MMR8564,8564,18-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Shauk Chon,20.1695,93.4197,2,VOA,International,"On 18 August 2019, in Myebon Township, in Rakhine State, Myanmar military LIB 556 and the Arakan Army clashed in the west of Shauk Chon village. The AA claimed 25 military soldiers were killed across three townships (Rathedaung, Buthidaung, Myebon) where fighting took place that day. Fatalities divided across three events (Buthidaung 9; Rathedaung 8; Myebon 8). The military later claimed that the battle only took place in Phone Nyo Leik village and not in other areas.",8,1612998736,MMR -7671885,104,MMR8542,8542,17-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,ULA/AA: United League of Arakan/Arakan Army; MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 17 August 2019, in Namu village, in Muse Township, in Shan State, the joint forces of the Ta'ang National Liberation Army, Arakan Army, and Myanmar National Democratic Alliance Army clashed with Myanmar military.",0,1612998734,MMR -6712147,104,MMR8554,8554,17-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Brotherhood Alliance,,2,,,0,20,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Nar Tee,23.3734,98.3561,2,Xinhua,International,"On 17 August 2019, in Lashio Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) blew up a bridge at the entrance of Nartee village on Lashio-Hsensi-Kunlong highway and burned down a petrol station on Lashio-Hseni road. The alliance also mined two other bridges on Namt Slup-Kunlong and on Hsewi-Namt Slup road.",0,1578511376,MMR -7591769,104,MMR8557,8557,17-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,BBC News,International,"On 17 August 2019, in Kutkai Township, in Shan State, the vehicle of Myittashin social welfare organization which was on his way to rescue the injured soldiers upon the request by the Myanmar military was shot by a sniper near Nant Phetkar (Nampaka).",0,1612309987,MMR -7669615,104,MMR8545,8545,17-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,BBC News,International,"On 17 August 2019, in Hseni Township, in Shan State,the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks towards where the Myanmar military is stationed.",0,1612998728,MMR -7669617,104,MMR8547,8547,17-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,BBC News,International,"On 17 August 2019, in Lashio Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks towards Myanmar military positions. An ambulance that was on its way to rescue people was hit by the artillery. One person inside the ambulance was killed and 3 others were injured. A child who lives in Aung Thitsar ward was injured as an artillery shell exploded near the houses.",1,1612998728,MMR -7669364,104,MMR8555,8555,17-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Myanmar Times; Irrawaddy,National,"On 17 August 2019, in Lashio Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) at five places in Lashio. According to the Brotherhood Alliance, fighting broke out on Aug. 17 at 10 places in Kutkai and Lashio in which 12 military soldiers, including a deputy commander, were killed and 30 were wounded, while two rebel soldiers were killed and several were wounded. Fatalities divided across two townships (Kutkai 7; Lashio 7).",7,1612998727,MMR -7672692,104,MMR8553,8553,17-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,VOA,International,"On 17 August 2019, in Kutkai Township, in Shan State, Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA) clashed five times around the area of Kutkai-Nant Phetkar and Muse. According to the Brotherhood Alliance, fighting broke out on Aug. 17 at 10 places in Kutkai and Lashio in which 12 military soldiers, including a deputy commander, were killed and 30 were wounded, while two rebel soldiers were killed and several were wounded. Fatalities divided across two townships (Kutkai 7; Lashio 7).",7,1612998736,MMR -7669626,104,MMR8544,8544,17-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,BBC News,International,"On 17 August 2019, in Kunlong Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks towards where the Myanmar military is stationed.",0,1612998728,MMR -7669629,104,MMR8546,8546,17-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,BBC News,International,"On 17 August 2019, in Kutkai Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks towards where the Myanmar military is stationed.",0,1612998728,MMR -6362020,104,MMR8543,8543,17-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 17 August 2019, on the Mandalay-Muse highway (location coded at Muse Township), in Shan State, a mine exploded near a bridge. No casualties reported.",0,1574179243,MMR -6360809,104,MMR8556,8556,17-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Aid Worker Security Database; Irrawaddy,Local partner-Other,"On 17 August 2019, in Lashio Township, in Shan State, one rescue worker from the Lashio youth social welfare organization was killed and four were wounded when their vehicle was shot at as they traveled from Lashio to Nam Ton Pan Hat Village to assist injured civilians there.",1,1574179239,MMR -7669616,104,MMR8541,8541,16-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,BBC News,International,"On 16 August 2019, in Kyaukme Township, in Shan State, the Ta'ang National Liberation Army launched an RPG attack on the artillery battalion of the Myanmar military. No one was injured by the attack.",0,1612998728,MMR -7669363,104,MMR8551,8551,16-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Eleven Media Group; Xinhua,National-International,"On 16 August 2019, in Kyaukme Township, in Shan State, about 200 members of the Brotherhood Alliance (TNLA, MNDAA, AA) fired RPGs on a battalion headquarter of Myanmar military. The Myanmar military retaliated, but they had to retreat with heavy casualties.",0,1612998727,MMR -6361999,104,MMR8756,8756,16-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Baw Di Kone,20.796,92.4155,2,Narinjara News,Subnational,"On 16 August 2019, in Maungdaw Township, in Rakhine State, a bomb exploded in a place between Shwe Yin Aye and Bawdi Kone villages.",0,1574179242,MMR -7671527,104,MMR8550,8550,16-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Brotherhood Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,1,Myanmar Times,National,"On 16 August 2019, in Namapaka, Kutkai Township, in Shan State, fighting broke out between the Myanmar military and the Brotherhood Alliance (TNLA, MNDAA, AA).",0,1612998733,MMR -6361337,104,MMR8552,8552,16-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group,Subnational,"On 16 August 2019, in Myitkyina Town, in Kachin State, some 500 people staged a protest in support of preserving the existing military-drafted 2008 Constitution and article 59(f) of the constitution. Supporters of the military and Union Solidarity and Development Party (USDP) participated in the protest. [size=some 500]",0,1574179240,MMR -7670278,104,MMR8538,8538,15-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Pyin Oo Lwin,Pyin Oo Lwin,22.035,96.4568,2,Irrawaddy,National,"On 15 August 2019, in Pyin Oo Lwin Township, in Mandalay Region, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks on the Defense Services Technological Academy (DSTA) and on two toll gate near Pyin Oo Lwin. A civilian working for the training academy was killed. Two soldiers and a civilian were killed in the two toll gate attacks. One soldier was injured.",4,1612998730,MMR -7669800,104,MMR8534,8534,15-Aug-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group,Subnational,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0,1612998728,MMR -6362179,104,MMR8535,8535,15-Aug-19,2019,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Shan Herald Agency for News,Subnational,"On 15 August 2019, in Nawnghkio Township, in Shan State, a clash broke out between the Ta'ang National Liberation Army and the Restoration Council of Shan State Army in an area between Manpan and Panmo Lu villages. A soldier of TNLA was killed during the clash.",1,1574179243,MMR -7670129,104,MMR8537,8537,15-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Brotherhood Alliance,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Shan,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Irrawaddy,National,"On 15 August 2019, in Nawnghkio Township, in Shan State, the Brotherhood Alliance (TNLA, MNDAA, AA) launched artillery attacks on the Gote Twin police security outpost. During the attacks, the Gote Twin bridge was destroyed. Seven soldiers and three police were killed. 3 others were seriously injured.",10,1612998729,MMR -7672710,104,MMR8536,8536,15-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hta Run Aing,21.6972,92.7743,2,VOA,International,"On 15 August 2019, southwest of Mee Wa village and west of Hta Ron Aing, in Paletwa Township, in Chin State, a clash broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -6711992,104,MMR8680,8680,15-Aug-19,2019,3,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Democratic Voice of Burma,National,"In August 2019, in Kyaukme District, in Shan State, two villagers stepped on a landmine in Mang Ngoc village and were injured. Another landmine explosion near Maing Paung village injured three villagers. Finally, two villagers stepped on a landmine in Kaw Paung village. One villager was killed and one was injured. No township information provided for the villages; location coded at district level.",1,1578511375,MMR -6360805,104,MMR8540,8540,15-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group; Radio Free Asia,Subnational-Regional,"On 15 August 2019, in Myitkyina Town, in Kachin State, more than 6,000 Kachin people staged the protest march in support of the constitutional amendments proposed by the joint committee on the 2008 Constitution. Protesters from six different townships marched from the General Aung San statue to the Manau park. [size=more than 6,000]",0,1574179239,MMR -6362098,104,MMR8539,8539,15-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 15 August 2019, in Myitkyina Town, in Kachin State, about 500 people staged the protest march against amending section 59 (F) of the 2008 Constitution. Protesters from four townships joined the protest. [size=about 500]",0,1574179243,MMR -7672576,104,MMR8530,8530,14-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 14 August 2019, in Minbya Township, in Rakhine State, the Myanmar military and AA clashed. Artillery shells landed near Naram monastery and Kan Ywar monastery.",0,1612998735,MMR -7672743,104,MMR8531,8531,14-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,VOA,International,"On 14 August 2019, in Minbya Township, in Rakhine State, the Arakan Army launched an attack on Myanmar military at Nayan intersection near Yar Maung bridge. One motorbike driver was injured.",0,1612998736,MMR -6361017,104,MMR8532,8532,14-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Myittha,Myittha,21.4251,96.1297,1,Democratic Voice of Burma,National,"On 14 August 2019, in Myittha Town, in Mandalay Region, about 150 farmers staged a protest march around the town and in front of the Myanmar military's rubber factory. Farmers demanded to resolve the land seizure by the military's factory and to stop fencing the confiscated farmlands. [size=about 150]",0,1574179239,MMR -6361048,104,MMR8533,8533,14-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Development Media Group,Subnational,"On 14 August 2019, in Kyauktaw Township, in Rakhine State, a mine exploded near Ah Pauk Wa police station but no injuries were reported.",0,1574179239,MMR -6361951,104,MMR8529,8529,13-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),NLD: National League for Democracy,7,37,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,2,Myanmar Times,National,"On 13 August 2019, in Aungmyaythazan Township, in Mandalay Region, an executive member of the National League for Democracy (NLD) was stabbed by a group of unknown men while he was sitting in a teashop with two other men. He was injured.",0,1574179242,MMR -7669362,104,MMR8521,8521,13-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Han,23.5058,98.0056,1,Shan Herald Agency for News; Irrawaddy,Subnational-National,"On 13 August 2019, in Kutkai Township, in Shan State, a clash broke out between the Myanmar military's LIB No.109 under the military's LID No.99 and the Ta'ang National Liberation Army in Maw Ham village of Tarmoenye sub-township.",1,1612998727,MMR -7718517,104,MMR8528,8528,13-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,1,Democratic Voice of Burma,National,"On 13 August 2019, in Pyigyitagun Town, in Mandalay Region, workers of Super Win biscuits factory staged a protest to reinstate two workers who were unfairly dismissed. The workers had 16 demands related to overtime fees, public holidays, annual and casual leaves and working hours. [size=no report]",0,1614130951,MMR -6360954,104,MMR8523,8523,13-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Thabeikkyin,Chaung Gyi,22.7406,96.0113,1,Democratic Voice of Burma,National,"On 13 August 2019, in Thabeikkyin Township, in Mandalay Region, about 150 villagers of Chaung Gyi village staged a protest in front of the office of Mettatagun Gold Mine basic union calling for the withdrawal of the gold plots operated by the company in the village's soil. The villagers also demanded action against the businessmen who do not comply with the mines law and who withdraw the gold plots operated by the companies. [size=about 150]",0,1574179239,MMR -7672702,104,MMR8522,8522,13-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ah Htet Myat Hle,20.6174,92.9325,2,VOA,International,"On 13 August 2019, in Ponnagyun Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at the mountain ranges in the northwest of Ah Htet Myat Hle village.",0,1612998736,MMR -7669456,104,MMR9346,9346,13-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Mongsi,23.6665,98.3833,1,Irrawaddy; Shan Herald Agency for News,Subnational-National,"On 13 August 2019, in Kutkai Township, in Shan State, a clash broke out between the Myanmar military's LIB No.109 under the military's LID No.99 and the Ta'ang National Liberation Army in Mongsi village. During the clash, a school headmaster from Mongsi village was injured from an artillery shell explosion and a young man was killed as the bullet hit his head.",1,1612998727,MMR -6360801,104,MMR8524,8524,13-Aug-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,2,Kachin News Group; Radio Free Asia,National-Regional,"Around 13-14 August 2019, in Kyaukse Township, in Mandalay Region, a rally in support of the constitutional amendments proposed by the joint committee on the 2008 Constitution was held. [size=no report]",0,1574179239,MMR -6360802,104,MMR8525,8525,13-Aug-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,1,Radio Free Asia; Kachin News Group,National-Regional,"Around 13-14 August 2019, in Taungtha Town, in Mandalay Region, a rally in support of the constitutional amendments proposed by the joint committee on the 2008 Constitution was held. [size=no report]",0,1574179239,MMR -6360803,104,MMR8526,8526,13-Aug-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Kachin News Group; Radio Free Asia,National-Regional,"Around 13-14 August 2019, in Pakokku Town, in Magway Region, a rally in support of the constitutional amendments proposed by the joint committee on the 2008 Constitution was held. [size=no report]",0,1574179239,MMR -6360804,104,MMR8527,8527,13-Aug-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Chauk,Chauk,20.8992,94.8178,1,Radio Free Asia; Kachin News Group,National-Regional,"Around 13-14 August 2019, in Chauk Town, in Magway Region, a rally in support of the constitutional amendments proposed by the joint committee on the 2008 Constitution was held. [size=no report]",0,1574179239,MMR -6362048,104,MMR8520,8520,12-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 12 August 2019, in Kyauktada Township, in Yangon Region, about 100 people rallied in front of the Yangon City hall to celebrate the Karen's Martyrs Day even though the rally had been prohibited. Protesters marched around Maha Bandoola Park. [size=about 100]",0,1574179243,MMR -7671501,104,MMR8549,8549,12-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan,Laukkaing,Laukkaing,Chin Shwe Haw,23.4755,98.8241,1,Myanmar Times,National,"On 12 August 2019, in Laukkaing Township, in northern Shan State, a convoy of Myanmar military was attacked by the Myanmar National Democratic Alliance Army in northeast of Chin Shwe Haw town, resulting in fatalities. The military retaliated and MNDAA troops retreated. Unknown number of fatalities coded at 3.",3,1612998733,MMR -7819789,104,MMR8519,8519,11-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Myanmar Times,National,"On 11 August 2019, in Nay Pyi Daw, about 50 people staged a protest march calling for the justice of the child who was raped in a private nursery school in Naypyidaw. Protesters should slogans such as 'Justice for Victoria.' [size=about 50]",0,1618442052,MMR -7671879,104,MMR8517,8517,11-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Network Media Group,National,"On 11 August 2019, in Kutkai Township, in Shan State, fighting took place between the Myanmar military and the Ta'ang National Liberation Army around Tarmoenye and Mawhan village tract. A high school student was injured during the clash.",0,1612998734,MMR -6384986,104,MMR9099,9099,11-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Pauk Wa,20.7194,92.9614,2,Narinjara News,Subnational,"On 11 August 2019, on the road between Ah Pauk Wa and Gwa Son Villages, in Kyauktaw Township, in Rakhine State, a mine explosion occurred.",0,1574776532,MMR -6361051,104,MMR8518,8518,11-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Shwe Yin Aye,20.8062,92.4043,2,Development Media Group,Subnational,"On 11 August 2019, in Maungdaw Township, in Rakhine State, a mine exploded at a location between the Shwe Yin Aye village and a helicopter field. A villager from Shwe Yin Aye was detained by the Myanmar military on suspicion of connection with the explosion.",0,1574179239,MMR -6361901,104,MMR8649,8649,10-Aug-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hna Ma Dar,21.1859,92.9246,2,Mizzima,National,"On 10 August 2019, in Paletwa Township, in Chin State, a 42-year-old man was abducted by an armed group near Hna Ma Dar village while he was traveling on his motorbike to Hna Ma Dar village to shop. He was still missing as of 2 September 2019.",0,1574179242,MMR -7669671,104,MMR8516,8516,10-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Myin Tin Ma,20.4169,93.3414,1,Democratic Voice of Burma,National,"On 10 August 2019, in Minbya Township, in Rakhine State, the Myanmar military launched artillery shells at the AA. The shells fell in Myin Tin Ma village which led 1,000 villagers to flee. Four mines also exploded at a close distance to the village.",0,1612998728,MMR -6362064,104,MMR8510,8510,10-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 10 August 2019, in Kyauktada Township, in Yangon Region, more than 100 nationalists led by a prominent nationalist monk staged a protest in front of Yangon City hall to oppose the recent report issued by UN fact-finding mission and demand not to allow the mission into the country. The report of the UN recommended removing the military's involvement in politics. [size=more than 100]",0,1574179243,MMR -7672140,104,MMR8508,8508,9-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hna Ma Dar,21.1859,92.9246,1,Radio Free Asia,Regional,"On 9 August 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army in Hna Ma Dar village.",0,1612998734,MMR -6381951,104,MMR8515,8515,9-Aug-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Than Taung,20.8301,93.2981,2,Irrawaddy,National,"On 9 August 2019, in Paletwa Township, in Chin State, a villager from Than Htaung village was allegedly abducted by the Arakan Army while he was returning from Mrauk-U on his boat.",0,1574367575,MMR -7669361,104,MMR8507,8507,8-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Kachin News Group; Irrawaddy,Subnational-National,"On 8 August 2019, in Kutkai Township, in northern Shan State, the combined force of TNLA and MNDAA launched an attack on Myanmar military LIB No.109 and LIB No. 209 under LID No.99 near Tarmoenye.",0,1612998727,MMR -7671929,104,MMR8504,8504,8-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Network Media Group,National,"On 8 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7672250,104,MMR8506,8506,8-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hna Ma Dar,21.1859,92.9246,1,Radio Free Asia,Regional,"On 8 August 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army in Hna Ma Dar village.",0,1612998735,MMR -6361036,104,MMR8505,8505,8-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma,National,"On 8 August 2019, in Myingyan Town, in Mandalay Region, about 3,000 people rallied at General Aung San Statue Square in support of the recommendations put forward by the 45-members joint committee on the amendment of the 2008 constitution. [size=3,000]",0,1574179239,MMR -7671979,104,MMR8500,8500,7-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Network Media Group,National,"On 7 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7672758,104,MMR8501,8501,7-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 7 August 2019, in Paletwa Township, in Chin State, Myanmar military clashed with the Arakan Army at a place northwest of Pyi Taung village and both sides had casualties. The two sides have been fighting for a week in Paletwa.",0,1612998736,MMR -7672761,104,MMR8499,8499,7-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,2,VOA,International,"On 7 August 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army ambushed the 200 Myanmar military soldiers in a place northeast of Tin Ma village. At least 15 military soldiers were killed, according to the AA.",15,1612998736,MMR -7672786,104,MMR8502,8502,7-Aug-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Taung Taik,20.3859,93.2955,1,VOA,International,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0,1612998736,MMR -7672789,104,MMR8503,8503,7-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,VOA,International,"On 7 August 2019, in Rathedaung Township, in Rakhine State, fighting broke out between Myanmar military and the Arakan Army at a place between border post 71 and 72 and a place northeast of Kyauk Tan village. Four soldiers of the military were killed and AA also lost 4 soldiers, according to the AA. One woman of Yay Bote village was injured and two Kyak Tan villagers were arrested.",8,1612998736,MMR -7671876,104,MMR8496,8496,6-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Network Media Group,National,"On 6 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7669360,104,MMR8498,8498,6-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Tangyan,Nar Pang,22.3451,98.5244,2,Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 6 August 2019, in Tangyan Township, in Shan State, the Myanmar military LIB No.127 and No.523 attacked the SSPP/SSA-N near Nar Pang village accusing them of recruiting soldiers. About 300 villagers fled from the fighting.",0,1612998727,MMR -7671926,104,MMR8497,8497,6-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hna Ma Dar,21.1859,92.9246,1,Network Media Group,National,"On 6 August 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army near the river located in the upper area of Hna Ma Dar village. 10 military fatalities were reported by the AA.",0,1612998734,MMR -7669901,104,MMR8494,8494,6-Aug-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mar Lar,20.9755,92.9925,2,Development Media Group,Subnational,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1,1612998729,MMR -6361079,104,MMR8495,8495,6-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mar Lar,20.9755,92.9925,2,Development Media Group,Subnational,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1,1574179240,MMR -6361957,104,MMR8489,8489,5-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,Myanmar Times,National,"On 5 August 2019, in Sagaing Township, in Sagaing Region, about 30 university students from education colleges in Mandalay, Sagaing, Monywa, Lashio, Hpa-an staged a protest to demand the release of the 8 students arrested on 7 July for holding a march to commemorate the demolition of the Yangon University Students' Union building by the military regime in 1962. [size=30]",0,1574179242,MMR -7671961,104,MMR8493,8493,5-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Network Media Group,National,"On 5 August 2019, in Kutkai Township, in northern Shan State, Myanmar military and Ta'ang National Liberation Army clashed three times near old Nawng Cho village, Tarmoenye town and near Namkyon.",0,1612998734,MMR -6711961,104,MMR8491,8491,5-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Sin Oe Chaing Ywar Thit,20.7684,92.9787,2,Network Media Group; Mizzima,National,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, a temporary administrator of Sinoochaing village tract who was abducted by a group of 7 people on August 3 was found dead with stab wounds by the bank of the Kaladan river.",1,1578511375,MMR -7669920,104,MMR8488,8488,5-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Tha Lu Chaung,20.4191,93.377,2,Development Media Group,Subnational,"On 5 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Thaluchaung village. The military also shot heavy weapons at an area near Kalamataung village from Mount Kyein Taung. Artillery shells landed in the village.",0,1612998729,MMR -7669936,104,MMR8490,8490,5-Aug-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0,1612998729,MMR -7672780,104,MMR8492,8492,5-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 5 August 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army near Baung Wa village and at a place northwest of upper Pi village. About 200 villagers fled due to the continuous artillery shelling.",0,1612998736,MMR -7669359,104,MMR8487,8487,4-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Han,23.5058,98.0056,2,Radio Free Asia; Network Media Group,National-Regional,"On 4 August 2019, in Kutkai Township, in northern Shan State, Myanmar military's LIB No.419 under the control of the military's LID No. 99 and Ta'ang National Liberation Army clashed three times near Maw Han village. TNLA also attacked the military's LIB No.290 whose base was set up in Tarmoenye village.",0,1612998727,MMR -6360963,104,MMR8482,8482,4-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 4 August 2019, in Hpa-an Town, in Kayin State, about 5,000 residents from 7 townships joined a rally in support of the recommendations put forward by the 45-member joint committee on the amendment of the 2008 constitution. [size=5,000]",0,1574179239,MMR -6360976,104,MMR8483,8483,4-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Democratic Voice of Burma,National,"On 4 August 2019, in Labutta Town, in Ayeyarwady Region, about 3,000 people joined a rally in support of the recommendations put forward by the joint committee on the 2008 constitution amendment. Regional MPs and the municipal minister also joined the rally. [size=3,000]",0,1574179239,MMR -6360991,104,MMR8481,8481,4-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,2,Democratic Voice of Burma,National,"On 4 August 2019, in Homalin Township, in Sagaing Region, about 1,000 residents from 12 villages staged a protest demanding to abolish the Nantpan hydro-powered project which was implemented without the consultation with the villagers. [size=1,000]",0,1574179239,MMR -7672755,104,MMR8486,8486,4-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 4 August 2019, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed twice.",0,1612998736,MMR -7669940,104,MMR8480,8480,4-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Development Media Group,Subnational,"On 4 August 2019, in Minbya Township, in Rakhine State, Myanmar military and the Arakan Army clashed. More than 3,000 villagers who ran away from the fighting were stopped by the military when they reached Let Khote village.",0,1612998729,MMR -6362061,104,MMR8484,8484,4-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 4 August 2019, in Namtu Township, in northern Shan State, a villager of Mansan stepped on a landmine while he was traveling on his motorbike from his village to his farm in Naung Kan old village. His motorbike was damaged and he was injured due to the landmine explosion.",0,1574179243,MMR -6360797,104,MMR8485,8485,4-Aug-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thar Dar Seik,20.78,92.9852,1,Network Media Group; Mizzima,National,"On 4 August 2019, in Kyauktaw Township, in Rakhine State, the head of hundreds-of-households in Thardarseik village who was abducted on 3 August by a group of seven people was found dead with stab wounds by the bank of the Kaladan river.",1,1574179239,MMR -7672697,104,MMR8479,8479,3-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 3 August 2019, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed twice at border outpost BP.71 and around Pi Mountain.",0,1612998736,MMR -7672237,104,MMR8478,8478,3-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Radio Free Asia,Regional,"On 3 August 2019, in Minbya Township, in Rakhine State, fighting broke out between Myanmar military and the Arakan Army near Kalarma Taung village.",0,1612998735,MMR -7672118,104,MMR8460,8460,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Khaung Taik,20.7502,92.6512,2,Radio Free Asia,Regional,"On 2 August 2019, in Buthidaung Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army on the mountain ranges east of Gaung Tike (Khaung Taik) village. The military has been targeting the mountain ranges for three days from positioning at U Yin Thar and Sin Thay Byin villages.",0,1612998734,MMR -7672120,104,MMR8461,8461,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 2 August 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army ambushed the Myanmar military in an area between Wat Hmyine and Kyauk Tan villages. Artillery shells landed in the village and one young girl and a man were injured.",0,1612998734,MMR -7671866,104,MMR8473,8473,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Network Media Group,National,"On 2 August 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7671881,104,MMR8472,8472,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Network Media Group,National,"On 2 August 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -6384981,104,MMR9098,9098,2-Aug-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Sanchaung,Sanchaung,16.8038,96.1373,2,Mizzima,National,"On 2 August 2019, in Sanchaung Township, in Yangon Region, workers of Natural Garment factory staged a protest at the corner of Kyun Taw and Na Nat Taw roads calling for 23 demands. They protested against wage cuts, involuntary OT and sexual harassment. [size=no report]",0,1574776532,MMR -7671927,104,MMR8476,8476,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"On 2 August 2019, in Paletwa Township, in Chin State, fighting broke out between the Myanmar military and the Arakan Army. A deputy commander of the Myanmar military's Light Infantry Battalion (LIB) No. 105 was killed.",1,1612998734,MMR -7671947,104,MMR8475,8475,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Network Media Group,National,"On 2 August 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7672205,104,MMR8463,8463,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"On 2 August 2019, in Paletwa Township, in Chin State, fighting took place between the Myanmar military and the Arakan Army at a place between the border outpost BP-71 and 72.",0,1612998735,MMR -7672247,104,MMR8474,8474,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 2 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7672023,104,MMR8462,8462,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,Radio Free Asia,Regional,"On 2 August 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed the Myanmar military in an area between the Bu Ywet Ma Hnyo and Way Thar Li villages.",0,1612998734,MMR -7672042,104,MMR8464,8464,2-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"On 2 August 2019, in Rathedaung Township, in Rakhine State, the Myanmar military and the Arakan Army clashed. The military claimed that they were able to take over a temporary camp of AA.",0,1612998734,MMR -7672586,104,MMR8458,8458,1-Aug-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Aung Ba La,20.3377,92.6932,2,VOA,International,"On 1 August 2019, in Rathedaung Township, in Rakhine State, a convoy of the border guard police force was attacked by a landmine on the road to Maungdaw and between Rathedaung and Aung Bala village. No one was injured from the landmine explosion. Myanmar military claimed that the attack was from the Arakan Army.",0,1612998735,MMR -7671880,104,MMR8470,8470,1-Aug-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"Around 1-2 August 2019, in Paletwa Township, in Chin State, Myanmar military and the Arakan Army clashed.",0,1612998734,MMR -7671969,104,MMR8471,8471,1-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Network Media Group,National,"On 1 August 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7671975,104,MMR8468,8468,1-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Network Media Group,National,"On 1 August 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7672242,104,MMR8459,8459,1-Aug-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Radio Free Asia,Regional,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1,1612998735,MMR -7672020,104,MMR8469,8469,1-Aug-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 1 August 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7672135,104,MMR8451,8451,31-Jul-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,2,Radio Free Asia,Regional,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0,1612998734,MMR -7672648,104,MMR8457,8457,31-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 31 July 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998736,MMR -7669357,104,MMR8454,8454,31-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group; Narinjara News,Subnational,"On 31 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military encountered a group of Arakan Army soldiers at Taung Thet Len located a mile away from Mahamuni temple. The military then launched offensives into various locations near the temple. Two young locals including a pregnant woman were injured.",0,1612998727,MMR -7669622,104,MMR8456,8456,31-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,2,BBC News,International,"On 31 July 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Oak Hpoke Kan village.",0,1612998728,MMR -6362248,104,MMR8453,8453,31-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 31 July 2019, in Ponnagyun Township, in Rakhine State, two landmines exploded on the Yangon-Sittwe highway road but no one was injured.",0,1574179243,MMR -7671762,104,MMR8455,8455,31-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Myin Kan Seik,20.4761,93.3385,2,Narinjara News,Subnational,"On 31 July 2019, in Minbya Township, in Rakhine State, fighting took place between the Myanmar military and the Arakan Army near Myin Ka Site (Myin Kan Seik) village.",0,1612998733,MMR -6712056,104,MMR8452,8452,31-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Narinjara News,Subnational,"On 31 July 2019, in Mrauk-U Township, in Rakhine State, two landmines exploded near Bura Gyi village and near Thayet Tapin curve on Yangon-Sittwe highway.",0,1578511375,MMR -7672578,104,MMR8444,8444,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 30 July 2019, in Paletwa Township, in Chin State, the Arakan Army ambushed the Myanmar military troops who were trying to advance the attack in upper Paletwa. Three soldiers of the military were killed during the battle.",3,1612998735,MMR -7672580,104,MMR8445,8445,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Gyi Chaung,20.2948,92.7316,2,VOA,International,"On 30 July 2019, in Rathedaung Township, in Rakhine State, the Arakan Army ambushed 80 Myanmar military soldiers in an area between the Kalarchaung and Magyichaung villages. Myanmar military lost 5 soldiers and many were injured during the battle.",5,1612998735,MMR -7672602,104,MMR8447,8447,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army ambushed 250 Myanmar military soldiers in an area between Line Mat and Sin Chon villages.",0,1612998735,MMR -7672146,104,MMR8467,8467,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 30 July 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -7669625,104,MMR8450,8450,30-Jul-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Leik Ma,20.7914,93.044,1,BBC News,International,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0,1612998728,MMR -7672750,104,MMR8448,8448,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Auk Thar Kan,20.7107,93.1275,2,VOA,International,"On 30 July 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed the Myanmar military in an area between Auk Tha Kan and Buywat Mahnyo villages.",0,1612998736,MMR -7672757,104,MMR8449,8449,30-Jul-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,VOA,International,"On 30 July 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near U Yin Thar village. There was no battle.",0,1612998736,MMR -6362056,104,MMR8443,8443,30-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 30 July 2019, in Lashio Town, in northern Shan State, about 10 workers of Gold Luck Water Park staged a protest in front of the Lashio City Hall. They protested as the employer did not pay their wages and they were asked to do tasks which were not agreed to in the employment contract. [size=10]",0,1574179243,MMR -7672779,104,MMR8446,8446,30-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,2,VOA,International,"On 30 July 2019, in Buthidaung Township, in Rakhine State, the Arakan Army ambushed 70 Myanmar military soldiers in an area between the Phone Nyo Leik and Htaik Tuu Pauk villages.",0,1612998736,MMR -6361085,104,MMR8442,8442,30-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ma Gyi Chaung,20.2948,92.7316,2,Development Media Group,Subnational,"On 30 July 2019, in Ratheduang Township, in Rakhine State, two landmines exploded near Mayi Shin Ma shrine and Madayay creek bridge between Magyichaung and Kalarchaung villages.",0,1574179240,MMR -7671825,104,MMR8441,8441,29-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Narinjara News,Subnational,"On 29 July 2019, in Minbya Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army continued to intensify near the Kalarmataung mountain ranges which led the local villagers of Kalarmataung village to flee.",0,1612998734,MMR -6360795,104,MMR8439,8439,29-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Irrawaddy; Democratic Voice of Burma,National,"On 29 July 2019, in Pathein Town, in Ayeyarwady Region, around 1,000 workers of Sri-Lanka invested Amava Apparel garment factory in Pathein Industrial Zone staged a sit-in protest demanding resolution to labor rights violations including verbal harassment by the factory supervisors, workplace grievances and dismissal of a worker. Labor union representatives and conciliation bodies later came to the protest site to discuss the issue. [size=around 1,000]",0,1574179239,MMR -6361071,104,MMR8440,8440,29-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group,Subnational,"On 29 July 2019, in Sittwe Town, in Rakhine State, vendors who were forced to move their shop buildings from in front of the Department of Information and Public Relations staged a demonstration demanding a resolution to the issues legally, equality among the vendors and new facilities for shop owners who were forced to move. [size=no report]",0,1574179240,MMR -7669356,104,MMR8435,8435,28-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Aid Workers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,AFP; Radio Free Asia,Regional-International,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0,1612998727,MMR -7672185,104,MMR8466,8466,28-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 28 July 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998734,MMR -6361014,104,MMR8436,8436,28-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Meiktila,Meiktila,Meiktila,20.8778,95.8584,1,Democratic Voice of Burma,National,"On 28 July 2019, in Meiktila Town, in Mandalay Region, about 1,000 people rallied at Htee Thone Sint pagoda compound and staged a protest in support of the amendment of the 2008 Constitution and the report submitted by a 45-member constitution amendment committee. [size=1,000]",0,1574179239,MMR -7671496,104,MMR8437,8437,28-Jul-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Myanmar Times,National,"On 28 July 2019, in the north of Tee Mar village, in Kutkai Township, in Shan State, two armed men on patrol for night security were shot dead by the Myanmar military. The men were shot on suspicion that they were trying to spy on military activities.",2,1612998733,MMR -6361082,104,MMR8438,8438,28-Jul-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Muslim Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sin Thay Pyin,20.7711,92.6339,1,Development Media Group,Subnational,"On 28 July 2019, in Buthidaung Township, in Rakhine State, the firing of artillery shells landed into the Sin Thay Byin village and a 65-year-old Muslim woman was hit by a piece of shrapnel and killed. One other villager was also injured and villagers fled to Phone Nyo Leik village.",1,1574179240,MMR -7672065,104,MMR8426,8426,27-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Radio Free Asia,Regional,"On 27 July 2019, in Minbya Township, in Rakhine State, the Myanmar military fought with the Arakan Army near Kalarmataung village. About 400 villagers of Kalarmatuang were displaced as a consequence.",0,1612998734,MMR -7672110,104,MMR8433,8433,27-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,2,Radio Free Asia,Regional,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1,1612998734,MMR -6712014,104,MMR8434,8434,27-Jul-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Eleven Media Group,National,"On 27 July 2019, in Kyaukme Township, in northern Shan State, unknown gunmen ambushed trucks carrying cattle near the upper Ye village hydropower project. One driver was shot dead while the two others were seriously injured.",1,1578511375,MMR -7672051,104,MMR8432,8432,27-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Ku Lar Ma Taung,20.4487,93.356,2,Radio Free Asia,Regional,"On 27 July 2019, near Kalamataung village, in Minbya Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army took place. Villagers had to flee as the artillery shells were fired during the battle.",0,1612998734,MMR -7670359,104,MMR8431,8431,26-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Pang Hseng,24.075,98.0636,1,Kachin News Group,Subnational,"On 26 July 2019, in Muse Township, in northern Shan State, Brigade 6 of the Kachin Independence Army ambushed a Myanmar military LID 99 column when it was returning from Mongkoe to its HQ. KIA attacked the military column with landmines near Namba Tek village in Pang Hseng (Kyukok) town. One military soldier was injured.",0,1612998730,MMR -7669355,104,MMR8425,8425,26-Jul-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,Military Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nyaung Chaung,20.691,92.5906,1,Irrawaddy; VOA; BBC News,National-International,"On 26 July 2019, in Buthidaung Township, in Rakhine State, about 100 Arakan Army soldiers attacked a border police outpost in Nyaung Chaung village. Many police, AA fighters and local villagers were wounded. The Myanmar military claimed 1 AA soldier was killed.",1,1612998727,MMR -6361928,104,MMR8424,8424,25-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); STUM: Solidarity Trade Union of Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"On 25 July 2019, in Shwepyithar Township, in Yangon Region, about 50 workers staged a protest in front of the township court as they are dissatisfied with the court decision concerning the dismissal of a worker of a textile factory. This protest was led by the director of Solidarity Trade Union of Myanmar (STUM). [size=50]",0,1574179242,MMR -6360792,104,MMR8423,8423,25-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Chut Pyin,20.5698,92.6405,2,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 25 July 2019, in Rathedaung Township, in Rakhine State, two mines exploded near a bridge between Chut Pyin and Padauk Myaing villages. Villagers of Chut Pyin, Padauk Myaing, and Pyin Shae villages fled their villages due to the fear.",0,1574179239,MMR -7672599,104,MMR8421,8421,24-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Nam Tawng,24.0156,98.0495,2,VOA,International,"On 24 July 2019, in Muse Township, in northern Shan State, the Ta'ang National Liberation Army launched a mine attack on the Myanmar military convoy which was approaching near Nam Taung. In subsequent fighting, three military soldiers were killed and 12 soldiers were injured.",3,1612998735,MMR -7669795,104,MMR8420,8420,24-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 24 July 2019, in Kyauktaw Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army at a mountain range northeast of Maha Myat Muni Pagoda.",0,1612998728,MMR -7672782,104,MMR8419,8419,24-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan,Laukkaing,Laukkaing,Laukkaing,23.6916,98.7641,3,VOA,International,"On 24 July 2019, in Shan State, the Myanmar National Democratic Alliance Army (MNDAA) attacked the Myanmar military in the area where the military's LIB-211 is located (coded for Laukkaing Township).",0,1612998736,MMR -7672074,104,MMR8418,8418,23-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tein Nyo,20.7144,93.1149,1,Radio Free Asia,Regional,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1,1612998734,MMR -7672075,104,MMR8416,8416,23-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,Radio Free Asia,Regional,"On 23 July 2019, in Mrauk-U Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near the village of Way Thar Li.",0,1612998734,MMR -7672078,104,MMR9345,9345,23-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Let Kar,20.6887,93.1389,2,Radio Free Asia,Regional,"On 23 July 2019, in Mrauk-U Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army near the villages of Let Kar. During the clash, a Myanmar military regiment was attacked by two AA mines on the Yangon-Sittwe highway near Lekka village.",0,1612998734,MMR -7672089,104,MMR9344,9344,23-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tein Nyo,20.7144,93.1149,2,Radio Free Asia,Regional,"On 23 July 2019, in Mrauk-U Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army between the villages of Buu Ywet Manyo and Tein Nyo.",0,1612998734,MMR -6361884,104,MMR8417,8417,23-Jul-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Rioters (Myanmar),,5,55,Southeast Asia,Myanmar,Magway,Magway,Yenangyaung,Yenangyaung,20.465,94.8712,2,Mizzima,National,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25,1574179242,MMR -7670395,104,MMR8430,8430,23-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 23 July 2019, near Kawng Hkar village, in Muse Township, in northern Shan State, the Kachin Independence Army attacked the Myanmar military. 3 military soldiers were killed and 16 military soldiers were wounded.",3,1612998730,MMR -7671561,104,MMR8413,8413,22-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Narinjara News,Subnational,"On 22 July 2019, in Buthidaung Township, in Rakhine State, the Myanmar military fought with the Arakan Army near U Yin Thar village and San Go Daung village. A 14 years old Muslim boy from Sin Thay Byin was injured from stray pieces of artillery shell explosions and two civilian houses in U Yin Thar village were hit by the artillery shells.",0,1612998733,MMR -6361967,104,MMR8415,8415,22-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 22 July 2019, in Hlaingthayar Township, in Yangon Region, about 500 workers of Natural Garment 1 and 2 factories resumed their protest in Shwe Lin Ban Industrial Zone which was suspended during the official holidays from 19 to 21. Action Labour Rights, a labour NGO, is helping the protesting workers. [size=500]",0,1574179242,MMR -7669949,104,MMR8412,8412,22-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Eleven Media Group,National,"On 22 July 2019, in Sittwe Township, in Rakhine State, the Arakan Army attacked a naval tug boat of the Myanmar military near the mouth of Setyoekya creek.",0,1612998729,MMR -7670233,104,MMR8414,8414,22-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan,Laukkaing,Laukkaing,Laukkaing,23.6916,98.7641,3,Irrawaddy,National,"On 22 July 2019, in Shan State, about 50 soldiers of Myanmar National Democratic Alliance Army (MNDAA) attacked the Myanmar military LIB-511 on the west bank of the Salween river in Kokang Self-Administered Zone (coded for Laukkaing Township).",0,1612998730,MMR -7669539,104,MMR8428,8428,21-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2011-2016),1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,AFP,International,"On 21 July 2019, in Kutkai Township, in Shan State, Myanmar military and the police forces raided an area where jungle drug labs are located and they were attacked with heavy artillery fire.",0,1612998728,MMR -7669917,104,MMR8427,8427,21-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Development Media Group,Subnational,"On 21 July 2019, in Buthidaung Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army. One young girl and one pregnant woman were hit by bullets and injured.",0,1612998729,MMR -6360789,104,MMR8409,8409,21-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Myanmar Times; Radio Free Asia,National-Regional,"On 21 July 2019, in Mahaaungmyay Township, in Mandalay Region, about 10,000 people staged a protest in support of the proposed amendments submitted by a 45-member Joint Committee to amend the 2008 Constitution. The protest was led by Mandalay Gems Sales Center and all gems dealers joined and supported the protest. The protest ended in a public talk at Manawraman open field in the township. [size=10,000]",0,1574179239,MMR -6360790,104,MMR8410,8410,21-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Eleven Media Group; Democratic Voice of Burma,National,"On 21 July 2019, in Myeik Town, in Tanintharyi Region, about 700 residents staged a protest in support of the report submitted by a 45-member Joint Committee to amend the 2008 Constitution. Protesters rallied in front of the statue of General Aung San. [size=700]",0,1574179239,MMR -7669353,104,MMR8395,8395,20-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Pyar Pin Yin,20.4892,92.7137,2,BBC News; Narinjara News; Radio Free Asia,Subnational-Regional,"On 20 July 2019, in between Rathedaung and Buthidaung Townships, in Rakhine State, a navy vessel of the Myanmar military anchored at Mayu river was attacked with an RPG by the Arakan Army. The clash occurred in a place located a mile away from Pyar Pin Yin village of Rathedaung. The navy vessel was slightly damaged. The navy returned fire with machine guns and more than 300 villagers from nearby villages flee their homes.",0,1612998727,MMR -6361015,104,MMR8407,8407,20-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 20 July 2019, in Loikaw Town, in Kayah State, thousands of people rallied in an event held at the office of Union Solidarity and Development Party. The protesters demanded that section 59(f) of the 2008 constitution which bars individuals with the foreign spouse from becoming president be kept. They also rallied for the right of the people to directly elect the State/Region Ministers. [size=thousands",0,1574179239,MMR -6360788,104,MMR8396,8396,20-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Radio Free Asia; VOA; BBC News,Regional-International,"On 20 July 2019, in Kamayut Township, in Yangon Region, about 20 members of All Burma Federation of Student Unions and Yangon Student Union staged a protest during the visit of the State Counsellor to Yangon University. Students demanded the immediate release of the arrested students who rallied on 7th July at the university and the abolition of the oppressive student housing rules. [size=20]",0,1574179239,MMR -7669352,104,MMR8394,8394,19-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,VOA; Development Media Group; BBC News,Subnational-International,"On 19 July 2019, in Myebon Township, in Rakhine State, a clash broke out between the Myanmar military and the Arakan Army. Two navy vessels of the military anchored at Taung Sein river opened fire near Mae Than Gyo where the AA is located. The AA retaliated against the attack by firing rockets at the vessels. The AA claimed that the rocket attack killed about 10 military soldiers, including a military captain from LIB 543, and injured around 20 military soldiers. Locals in Pauk Tu Taung village in Myebon were concerned for their safety as shrapnel landed in their village.",10,1612998727,MMR -7669351,104,MMR8388,8388,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,2,Radio Free Asia; Irrawaddy; Narinjara News,Subnational-National,"On 18 July 2019, in Buthidaung Township, in Rakhine State, an intense battle between the Myanmar military and the Arakan Army (AA) also took place in a place between Shitshar Taung and U Yinthar villages. Two houses in Shitshar Taung were set on fire. These two houses belong to the relatives of a member of the parliament of the Lower House.",0,1612998727,MMR -6361200,104,MMR8393,8393,18-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 18 July 2019, in Kyauktaw Township, in Rakhine State, a 30-year-old woman stepped on a landmine while she went out with her two friends to pick the limes in the field. She got injures in her legs and hands.",0,1574179240,MMR -7671920,104,MMR8390,8390,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"On 18 July 2019, in Paletwa Township, in Chin State, Myanmar military clashed twice with the Arakan Army near Pyi Taung village.",0,1612998734,MMR -7672713,104,MMR8392,8392,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 18 July 2019, in Ponnagyun Township, in Rakhine State, a battle between the Myanmar military and the Arakan Army (AA) took place.",0,1612998736,MMR -7670196,104,MMR8389,8389,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Irrawaddy,National,"On 18 July 2019, in Ponnagyun Township, in Rakhine State, the Arakan Army ambushed the Myanmar military soldiers under the command of LID 22 and reportedly killed 10 military soldiers.",10,1612998729,MMR -7670200,104,MMR8391,8391,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 18 July 2019, in Ann Township, in Rakhine State, the Myanmar military clashed with the Arakan Army near Mee Than Gyo village. During the clash, 20 military soldiers were killed according to the AA. The area where fighting occurred is close to Myebon and residents in Myebon heard the sounds of heavy shelling.",20,1612998729,MMR -7669455,104,MMR9343,9343,18-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kan Pyin,20.7567,92.5583,1,Narinjara News; Irrawaddy; Radio Free Asia,Subnational-National,"On 18 July 2019, in Buthidaung Township, in Rakhine State, the Myanmar military clashed twice with the Arakan Army near Kan Pyin village. The military used a helicopter and conducted bombardment and machine-gun strikes against AA.",0,1612998727,MMR -6361870,104,MMR8385,8385,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Khonumthung News,National,"On 17 July 2019, in Kale Town, in Sagaing Region, more than 5,000 people rallied in a protest in support of the proposed constitutional amendments identified by a 45-member Constitution Amending Committee. [size=5,000]",0,1574179242,MMR -7670310,104,MMR8372,8372,17-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ga Nan Me,20.4685,92.9667,2,Irrawaddy,National,"On 17 July 2019, between Ga Nan Me village and Khami Chaung, in Ponnagyun Township, the Arakan Army ambushed Myanmar military troops.",0,1612998730,MMR -6361142,104,MMR8404,8404,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),88 Generation Peace and Open Society,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Hinthar Media,Subnational,"On 17 July 2019, in Mawlamyine Town, in Mon State, about 80 residents participated in a rally in support of the proposed amendments by a 45-member Joint Committee on the amendment of the 2008 Constitution. The rally was held on Kannar Street. 88 Generation Peace and Open Society also participated in the rally. [size=80]",0,1574179240,MMR -6361922,104,MMR8405,8405,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); ALR: Action Labour Rights,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 17 to 18 July 2019, in Hlaingthayar Township, in Yangon Region, about 500 workers of Natural Garment 1 and 2 factories protested in Shwe Lin Ban Industrial Zone. Workers have several demands including demands for a minimum wage, leave entitlements and backpay for Sundays. Action Labour Rights, a labour NGO, is helping the protesting workers. [size=500]",0,1574179242,MMR -6361931,104,MMR8380,8380,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Myanmar Times,National,"On 17 July 2019, in Monywa Town, in Sagaing Region, a public rally and talk were held in support of the amendment of the 2008 Constitution. [size=no report]",0,1574179242,MMR -7591775,104,MMR8406,8406,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,2,Democratic Voice of Burma,National,"On 17 July 2019, in Kawthaung District, in Tanintharyi Region, a rally was held in support of the report submitted by a 45-member Joint Committee to amend the 2008 Constitution. [size=no report]",0,1612309987,MMR -6361184,104,MMR8376,8376,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Bago,Bago,17.3352,96.4813,1,Irrawaddy,National,"On 17 July 2019, in Bago town, in Bago Region, people rallied in a protest in support of the proposed constitutional amendments that will place the military forces under the control of the elected president and gradually reduce the number of parliamentary seats guaranteed to military personnel. [size=no report]",0,1574179240,MMR -6361954,104,MMR8379,8379,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Ye-U,22.7691,95.4304,1,Myanmar Times,National,"On 17 July 2019, in Ye-U Town, in Sagaing Region, a public rally and talk were held in support of the amendment of the 2008 Constitution. [size=no report]",0,1574179242,MMR -7669350,104,MMR8371,8371,17-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,1,Radio Free Asia; Irrawaddy,National-Regional,"On 17 July 2019, in Buthidaung Township, in Rakhine State, the Myanmar military clashed with the Arakan Army near Nayontaung village next to Kan Pyin village. 150 military troops entered the AA area and the AA then ambushed them. A resident of Buthidaung claimed that LIB 551 of the military based in Buthidaung also launched shelling operations. The military also attacked AA forces with airstrikes. There were some casualties on the military side and the AA lost 2 soldiers.",2,1612998727,MMR -6361959,104,MMR8378,8378,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 17 July 2019, in Sagaing town, in Sagaing Region, about 2,000 people rallied in a protest in support of the proposed constitutional amendments that will place the military forces under the control of the elected president and gradually reduce the number of parliamentary seats guaranteed to military personnel. [size=2,000]",0,1574179242,MMR -7671948,104,MMR8373,8373,17-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,2,Network Media Group,National,"On 17 July 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army ambushed Myanmar military troops near Oakphokan village. Thirty military soldiers were killed during the ambush attack as reported by the AA.",30,1612998734,MMR -6360974,104,MMR8382,8382,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Pyawbwe,Pyawbwe,20.5947,96.0509,1,Democratic Voice of Burma,National,"On 17 July 2019, in Pyawbwe Town, in Mandalay Region, about 2,000 people staged a protest in support of the proposal submitted by a committee regarding the amendment of the 2008 Constitution. Protesters rallied at Kyauk Taing playground and then marched around the Pyawbwe market. [size=2,000]",0,1574179239,MMR -7819933,104,MMR8375,8375,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Irrawaddy,National,"On 17 July 2019, in Mandalay, people rallied in a protest in support of the proposed constitutional amendments that will place the military forces under the control of the elected president and gradually reduce the number of parliamentary seats guaranteed to military personnel. [size=no report]",0,1618442052,MMR -7819937,104,MMR8387,8387,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; Ma Ba Tha: Association for the Protection of Nationality and Religion,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times; Irrawaddy,National,"On 17 July 2019, in Mandalay, more than 1,000 people staged a walking protest to oppose the amendment of section 436 and 59f the 2008 constitution. Section 436 requires more than 75 % of approval by parliamentary representatives to amend certain sections of the constitution and section 59f sets out the qualification of the president. Monks, political parties and nationalists including members of Union Solidarity and Development Party (USDP) and Association for the Protection of Nationality and Religion (Ma Ba Tha) participated in the protest. [size=1,000]",0,1618442052,MMR -6361016,104,MMR8465,8465,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Yegyi,Yegyi,17.3445,95.1206,1,Democratic Voice of Burma,National,"On 17 July 2019, in Yegyi Town, in Ayeyarwady Region, about 1,000 residents staged a protest in support of the amendment of the 2008 constitution. [size=1,000]",0,1574179239,MMR -7670203,104,MMR8374,8374,17-Jul-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"Around 17 July 2019, in Paletwa Township, in Chin State, the Myanmar military clashed intensely with the Arakan Army at Pyi Taung village.",0,1612998729,MMR -6361020,104,MMR8377,8377,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,Democratic Voice of Burma,National,"On 17 July 2019, in Dawei District, in Tanintharyi Region, a rally was held in support of the report submitted by a 45-member Joint Committee to amend the 2008 Constitution. [size=no report]",0,1574179239,MMR -6360783,104,MMR8381,8381,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News; Democratic Voice of Burma,Subnational-National,"On 17 July 2019, in Taunggyi Town, in Shan State, about 300 residents of the city staged a protest in support of the amendment of the 2008 Constitution. Protesters rallied at the front of Min Kyaung Gyi monastery and then marched towards Bogyoke Aung San market. [size=no report]",0,1574179239,MMR -6360784,104,MMR8383,8383,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),88 Generation Peace and Open Society,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Irrawaddy; Myanmar Times,National,"On 17 July 2019, in Kyauktada Township, in Yangon Region, about 3,000 people rallied in front of the Yangon City Hall and protested to show their support for the proposed constitutional amendments that will place the military forces under the control of the elected president and gradually reduce the number of parliamentary seats guaranteed to military personnel. Lawyers, activists, and writers including 88 Generation group participated during the protest. [size=3,000]",0,1574179239,MMR -6360785,104,MMR8384,8384,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia; Irrawaddy,National-Regional,"On 17 July 2019, in Kyauktada Township, in Yangon Region, about 1,000 pro-military nationalists staged a protest to oppose amendments of the Constitutional articles 59(f) and 436. The former bars a person whose spouse and children are foreign citizens from becoming president and the latter requires more than 75 % of approval by parliamentary representatives to amend the constitution. Protesters marched from the front of National Stadium to the Mahabandoola park. [size=1,000]",0,1574179239,MMR -6362078,104,MMR8386,8386,17-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 17 July 2019, in Kamayut Township, in Yangon Region, more than 50 students staged a protest against the charges brought against the eight students who rallied at Yangon University to commemorate the 7th July student protest in 1962. [size=more than 50]",0,1574179243,MMR -6360782,104,MMR8370,8370,16-Jul-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (China),,7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Democratic Voice of Burma; Shan Herald Agency for News,Subnational-National,"On 16 July 2019, in Muse Town, in northern Shan State, a 40-year-old Chinese citizen was killed by unknown gunmen. He was riding on his motorbike along the main road in Homon ward. A car followed him and two gunmen in the car shot him.",1,1574179239,MMR -6360800,104,MMR8513,8513,16-Jul-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Chin Ethnic Group (Myanmar); Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy; Mizzima,National,"On 16 July 2019, in Paletwa Township, in Chin State, four Chin villagers from Baung Wa village were abducted by an armed group. The four are motorbike taxi drivers that ferried workers to a nearby bridge construction project. They were still missing as of 2 September 2019.",0,1574179239,MMR -7671894,104,MMR8367,8367,14-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,2,Network Media Group,National,"On 14 July 2019, in Buthidaung Township, in Rakhine State, Myanmar military clashed with the Arakan Army (AA) near Nwa Yon Taung village. The battle caused thousands of villagers to flee their homes.",0,1612998734,MMR -7291767,104,MMR8368,8368,14-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,1,Democratic Voice of Burma,National,"On 14 July 2019, in Hpa-an Town, in Karen State, more than 1,000 people staged a protest demanding 'Justice for Victoria' for a female nursery school child who was raped at the Wisdom Hill private school in Nay Pyi Taw. The protesters called for the eradication of child rape. Protesters marched from the clock tower in the city to the old bus station compound. [size=more than 1,000]",0,1604423648,MMR -7293905,104,MMR8369,8369,14-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shan Herald Agency for News,Subnational,"On 14 July 2019, in Lashio Town, in northern Shan State, about 600 people staged a protest demanding 'Justice for Victoria' for a toddler who was raped at a private nursery school in Nay Pyi Taw on May 16. Protesters marched from Bawdayon monastery to the Byuhar junction by holding placards calling for the eradication of child rape. [size=600]",0,1604423669,MMR -7289925,104,MMR8322,8322,13-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Lewe,Lewe,19.6347,96.1101,1,Radio Free Asia; Myanmar Times,National-Regional,"On 13 July 2019, in Nay Pyi Taw, about 700 locals in Lewe staged a protest demanding 'Justice for Victoria' for the two-year-old child who was raped at Wisdom Hill private nursery school. Protesters marched from Phaungtaw Chatma pagoda to the Bogyoke bronze statue. [size=700]",0,1604423637,MMR -7669347,104,MMR8363,8363,13-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,1,Democratic Voice of Burma; Eleven Media Group,National,"On 13 July 2019, in Nayontaung village, in Buthidaung Township, in Rakhine State, about 30 soldiers of the Arakan Army ambushed 100 Myanmar military soldiers. There were accusations that each side set houses in the village on fire. Residents believed that the military set their houses on fire. The AA claimed that there were some military casualties. The military claimed that they collected one dead body.",1,1612998727,MMR -7669348,104,MMR8364,8364,13-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Maw Han,23.5058,98.0056,2,Radio Free Asia; Eleven Media Group,National-Regional,"On 13 July 2019, between Nanthwe and Mawhan villages in Kutkai Township, in northern Shan State, Myanmar military clashed with Ta'ang National Liberation Army (TNLA).",0,1612998727,MMR -7669349,104,MMR8365,8365,13-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia; Eleven Media Group,National-Regional,"On 13 July 2019, at Lwehan mountain in Namtu Township, in northern Shan State, Myanmar military clashed with Ta'ang National Liberation Army (TNLA).",0,1612998727,MMR -7291771,104,MMR8323,8323,13-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Democratic Voice of Burma,National,"On 13 July 2019, in Kale Town, in Sagaing Region, about 2000 people including civil society organizations staged a protest demanding 'Justice for Victoria' for a child who was raped at a Wisdom Hill private nursery school in Nay Pyi Taw. Protesters marched from Bogyoke Aung San statue to the front of Kalay police station. [size=2000]",0,1604423648,MMR -6712457,104,MMR9342,9342,13-Jul-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,1,Radio Free Asia,Regional,"On 13 July 2019, in Ywar Haung Taw Village, in Ywar Haung Taw Village Tract, in Mrauk-U Township, in Rakhine State, the village was attacked by the artillery shells and a nine-year-old boy and other others were injured.",0,1578511387,MMR -7293077,104,MMR8324,8324,13-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Network Media Group,National,"On 13 July 2019, in Mawlamyine Town, in Ayeyarwady Region, about 1000 people stated a protest demanding 'Justice for Victoria' for a child who was raped at a Wisdom Hill private nursery school in Nay Pyi Taw. The protest was led by civil society organizations (CSOs) in Mon State. Members of different CSOs, locals, and activists participated in the protest. [size=1000]",0,1604423660,MMR -6360779,104,MMR8325,8325,13-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Chin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times; Radio Free Asia,National-Regional,"On 13 July 2019, in Kyauktada Township, in Yangon Region, about 100 Chin ethnic people staged a protest demanding the release of the Chin ethnic people arrested by the Arakan Army and the stoppage of conflict between the Myanmar military and the Arakan Army in Paletwa. Protesters gathered in front of the Yangon Railway Station and marched along Sule Pagoda road until they reach Mahabandoola park. [size=100]",0,1574179239,MMR -6712038,104,MMR8366,8366,13-Jul-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man War,22.9826,97.4237,1,Myanmar Times,National,"On 13 July 2019, in Mang War (Man War), Namtu township, Shan state, the RCSS and TNLA clashed.",0,1578511375,MMR -7672353,104,MMR8320,8320,12-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 12 July 2019, in Naung Pin village, Man San village tract, Namtu township, Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army (TNLA).",0,1612998735,MMR -7291760,104,MMR8321,8321,12-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,1,Democratic Voice of Burma,National,"On 12 July 2019, in Myingyan Town, in Mandalay Region, about 50 people led by All Burma Federation of Student Unions (ABFSU) staged a protest demanding 'Justice for Victoria' for a child who was raped at a Wisdom Hill private nursery school in Nay Pyi Taw. [size=50]",0,1604423648,MMR -6712037,104,MMR8362,8362,12-Jul-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man War,22.9826,97.4237,1,Myanmar Times,National,"On 12 July 2019, in Mang War (Man War), Namtu township, Shan state, the RCSS and TNLA clashed.",0,1578511375,MMR -7669346,104,MMR8319,8319,11-Jul-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Democratic Voice of Burma; Eleven Media Group,National,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0,1612998727,MMR -7291769,104,MMR8318,8318,11-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 11 July 2019, in Myeik Town, in Tanintharyi Region, about 1000 locals including students staged a protest demanding 'Justice for Victoria' for a child who was raped at a private nursery school in Nay Pyi Taw. Protesters also demanded to give the death penalty to the perpetrators of child rape. [size=1000]",0,1604423648,MMR -7672311,104,MMR8317,8317,11-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 11 July 2019, in Naung Pin village, Man San village tract, Namtu township, Shan State, fighting broke out between the Myanmar military and the Ta'ang National Liberation Army (TNLA). An unexploded artillery shell (RPG) fell into the compound of a house in the village.",0,1612998735,MMR -6361169,104,MMR8312,8312,10-Jul-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 10 July 2019, in Kutkai Township, in northern Shan State, a farmer was injured from an explosion of a landmine while he was working on his paddy farm. The blast occurred where the Myanmar military and the Ta'ang National Liberation Army (TNLA) had fought in previous months.",0,1574179240,MMR -7292255,104,MMR8314,8314,10-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Hinthar Media,National,"On 10 July 2019, in Dawei Town, in Tanintharyi Region, about 250 people staged a protest demanding 'Justice for Victoria' for a child who was raped at a nursery school in Nay Pyi Taw. Protesters also demanded the eradication of child rape. [size=250]",0,1604423655,MMR -7291770,104,MMR8313,8313,10-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Nyaunglebin,Nyaunglebin,17.9536,96.7225,1,Democratic Voice of Burma,National,"On 10 July 2019, in Nyaunglebin Town, in Bago Region, a public campaign demanding 'Justice for Victoria' for a nursery school girl who was raped and calling for the eradication of child rape was organized. Pamphlets raising awareness among parents and the children about child sexual abuse were distributed at the schools of Nyaunglebin. [size=no report]",0,1604423648,MMR -6360995,104,MMR8315,8315,10-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,1,Democratic Voice of Burma,National,"On 10 July 2019, in Myeik Town, in Tanintharyi Region, about 200 people staged a protest against the plan to move an old marketplace to a new marketplace by the relevant authorities. [size=200]",0,1574179239,MMR -7291768,104,MMR8311,8311,9-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Democratic Voice of Burma,National,"On 9 July 2019, in Monywa Town, in Sagaing Region, residents of Monywa staged a protest demanding 'Justice for Victoria' for a two-year-old child who was raped at Wisdom Hill nursery school in Nay Pyi Taw. Protesters gathered at the front of the City Hall and marched along the roads of Tharsi, 80th feet, Kyaukkar, and Bogyoke. [size=no report]",0,1604423648,MMR -7672621,104,MMR8307,8307,8-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 8 July 2019, near Kisspanadi Bridge, in Kyauktaw Township, in Rakhine State, the Myanmar military convoy with 150 soldiers was attacked by landmines planted by the Arakan Army and ambushed by AA troops. AA claimed that 15 soldiers of Myanmar military were killed during the ambush. The military also arrested villagers from nearby villages after the landmine attack.",15,1612998735,MMR -7293016,104,MMR8309,8309,8-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Times,National,"On 8 July 2019, in Sagaing town, in Sagaing Region, about 400 people joined a protest to demand 'Justice for Victoria' for a child who was raped at the Wisdom Hill nursery school on May 16. Protesters marched from City Hall, walked through the Bogyoke Aung San Park and then ended the protest at the City Hall. [size=400]",0,1604423659,MMR -6361969,104,MMR8310,8310,8-Jul-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Myanmar Times,National,"Around 8 July 2019, in Mongkaing Township, in Shan State, more than 3,000 villagers and monks from six villages protested against the restarting of a coal mining operation that had been halted in the township. Villagers fear that coal mining will endanger their livelihood and the environment. This coal mining operation was led by a businessman who is close to several local militias. [size=more than 3,000]",0,1574179242,MMR -7819988,104,MMR8308,8308,8-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 8 July 2019, in Mandalay, more than 3,000 people led by a group working for the eradication of child rape staged a protest demanding 'Justice for Victoria' for a two-year-old girl who was raped at the Wisdom Hill nursery school on May 16. Protesters gathered at the corner of 35th street and 66th street and then marched towards Manawraman Park. [size=more than 3,000]",0,1618442052,MMR -7066102,104,MMR8316,8316,8-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Hpruso,Hpruso,19.4164,97.1332,1,Democratic Voice of Burma; Kantarawaddy Times,Subnational-National,"On 8 July 2019, in Hpruso Town, in Kayah State, about 50 farmers staged a protest in Nyaung Zin ward demanding the release of detained farmers, the return of the confiscated farmlands, the withdrawal of a lawsuit against the farmers and recognition of the indigenous rights. Farmers held posters with these demands and protested in silence. [size=about 50]",0,1587488319,MMR -7669345,104,MMR8305,8305,7-Jul-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Taung Pyo Let Yar,21.1945,92.199,1,Eleven Media Group; Mizzima; Development Media Group; Irrawaddy,Subnational-National,"On 7 July 2019, in Taungpyo Letwae, in Maungdaw Township, in Rakhine State, about 40 armed men ambushed a police security border outpost. A rocket attack was also launched at border outpost 40. Two security offices were killed by the ambush and during the exchange of fire by both sides. It is assumed that the attack came from Arakan Rohingya Salvation Army (ARSA). Fatalities were distributed over two days of fight (2/2).",1,1612998727,MMR -7671999,104,MMR10433,10433,7-Jul-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Hko Tin,23.4519,97.954,2,Radio Free Asia,Regional,"Around 7 July 2019 (as reported), near Hko Tin village, Kutkai Township, Muse District, Rakhine State, Myanmar military clashed with an unidentified armed group. Casualties unknown. Myanmar military and TNLA fought many times in Kutkai Township last year.",0,1612998734,MMR -6362110,104,MMR8360,8360,7-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 7 July 2019, in Kamayut Township, in Yangon Region, members of All Burma Federation of Student Unions (ABSFU) rallied and marched from Sinyaytwin bus stop to Yangon University to pay respect to the students who died after the violent crackdown on student protests by the military regime in 1962. Two students from Dagon University Union also rallied and marched from Inya Lake to Yangon University that day. [size=no report]",0,1574179243,MMR -6362181,104,MMR8292,8292,6-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 6 July 2019, in Taunggyi Town, in Shan State, about 100 people including youth and civil society organizations staged a protest demanding justice for the 2 year old girl who was raped at the Wisdom Hill public primary school. They protested under the banner of 'Justice for Victoria.' Protesters rallied at Bogyoke Park and marched along the main road towards Sulamuni Pagoda. [size=100]",0,1574179243,MMR -7672390,104,MMR8403,8403,6-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Kengtung,Mongping,Mong Hlan,21.0665,98.9295,1,Shan Herald Agency for News,Subnational,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0,1612998735,MMR -7669344,104,MMR8302,8302,6-Jul-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Taung Pyo Let Yar,21.1945,92.199,1,Eleven Media Group; Irrawaddy; BBC News; Mizzima,National-International,"On 6 July 2019, in Taungpyo Letwae, in Maungdaw Township, in Rakhine State, about 40 armed men ambushed a police security border outpost. A rocket attack was also launched at the border outpost 40. Two security officers were killed by the ambush and during the exchange of fire by both sides. It is assumed that the attack came from Arakan Rohingya Salvation Army (ARSA). Fatalities have been distributed over two days of fight (2/2).",1,1612998727,MMR -7672004,104,MMR8304,8304,6-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Radio Free Asia,Regional,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1,1612998734,MMR -6360773,104,MMR8293,8293,6-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Insein,Insein,16.9018,96.096,2,Hinthar Media; VOA,National-International,"On 6 July 2019, in Insein Township, in Yangon Region, about 3000 residents of Yangon staged a protest demanding justice for the 2 year old girl who was raped at the Wisdom Hill public primary school. They protested under the banner of 'Justice for Victoria.' Protesters rallied first at the front of Kyauktawgyi Pagoda in Mingalardon township and then marched to the police Criminal Investigation Department (CID) in Insein township. [size=3000]",0,1574179239,MMR -7669991,104,MMR8301,8301,6-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Eleven Media Group,National,"On 6 July 2019, in Paletwa Township, in Chin State, Myanmar military claimed that the Arakan Army attacked the military.",0,1612998729,MMR -7669339,104,MMR8286,8286,5-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ah Myet Taung,20.6551,92.7203,2,Development Media Group; Democratic Voice of Burma; Narinjara News,Subnational-National,"On 5 July 2019, in Rathedaung Township, in Rakhine State, a battle between the Myanmar military and the Arakan Army (AA) took place in a mountain range near A Myet Taung village.",0,1612998727,MMR -7669341,104,MMR8288,8288,5-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Tha Yet Pyin,20.8124,92.6086,1,VOA; Narinjara News,Subnational-International,"On 5 July 2019, in Buthidaung Township, in Rakhine State, a battle between the Myanmar military and the Arakan Army (AA) took place near Myaw stream in back of the Thayet Pyin village.",0,1612998727,MMR -7293076,104,MMR8290,8290,5-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Network Media Group,National,"On 5 July 2019, in Mawlamyine Town, in Mon State, a total of 2500 people including 60 monks and 'patriots' (nationalists) from 10 different townships staged a protest against the government. Protesters claimed that race and religion have been abused and oppressed by the government. [size=2500]",0,1604423660,MMR -6360772,104,MMR8291,8291,5-Jul-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Pauk Tu Taung,19.7744,93.7231,1,Narinjara News; Development Media Group,Subnational,"On 5 July 2019, in Myebon Township, in Rakhine State, three unknown men in masks entered a house in Pauk Too Taung village and shot two men inside the house dead.",2,1574179239,MMR -7066125,104,MMR9945,9945,4-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Development Media Group,Subnational,"On 4 July 2019, in Sittwe Town, in Sittwe Township, in Rakhine State, about 5 youth rallied at U Ottama park to demand the injustice for the civilians who were killed during a military investigation. [size=about 5]",0,1587488320,MMR -6361900,104,MMR8285,8285,4-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 4 July 2019, in Kyauktada Township, in Yangon Region, about 20 people rallied for a campaign to abolish the Myitson dam project on the Ayeyarwaddy River. They distributed pamphlets at Junction Square, Myaenigone traffic lights and the front of Mahabandoola Park. [size=20]",0,1574179242,MMR -6361903,104,MMR8284,8284,4-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Mizzima,National,"On 4 July 2019, in Pathein Town, in Ayeyarwady Region, a group of citizens from Pathein, Hinthata, Nyaungtone, and Tharbaung townships staged a protest against the Children's Rights Law. Nationalist groups and members of the Union Solidary and Development Party also joined the protest. The bill would allow a foreign child adopted by Burmese citizens to be granted citizenship. [size=no report]",0,1574179242,MMR -6360771,104,MMR8283,8283,4-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Democratic Voice of Burma; Kantarawaddy Times,Subnational-National,"On 4 July 2019, in Demoso Township, in Kayah State, about 70 farmers from Daw Muukalar village and Darso (east) village staged a protest in silence in two locations within the township and demanded the return of the confiscated farmlands and the release of the arrested farmers. [size=70]",0,1574179239,MMR -7670003,104,MMR8300,8300,4-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kengtung,Mongyang,Mongyang,21.9581,99.5355,1,Eleven Media Group,National,"On 4 July 2019, in Upper Manywar village, in Mongyang Township, in eastern Shan State, a battle took place between Myanmar military and Ta'ang National Liberation Army (TNLA).",0,1612998729,MMR -6361890,104,MMR8281,8281,3-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Tigyaing,Tigyaing,23.7542,96.1494,1,Mizzima,National,"On 3 July 2019, in Tigyaing Town, in Sagaing Region, more than 100 sellers staged a protest against the relocation of the Myoma market. Protesters demanded non-relocation of the market and not to force them to move. They marched from the market to Bogyoke Aung San bronze statue. [size=more than 100]",0,1574179242,MMR -7670701,104,MMR8299,8299,3-Jul-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1,1612998731,MMR -6361293,104,MMR8298,8298,3-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Irrawaddy,National,"On 3 July 2019, in Yinmarbin Town, in Sagaing Region, a public consultation meeting to conduct a mining feasibility study proposed by a Chinese company was held and came to a halt when 500 locals in attendance protested, shouting that they are against the project. The locals fear that the mining project will have serious environmental and social impacts. [size=500]",0,1574179240,MMR -7669337,104,MMR8277,8277,2-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Chaung To,20.5403,93.3286,1,Narinjara News; VOA,Subnational-International,"On 2 July 2019, in Minbya Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army (AA) took place in Chaung To village and villagers had to flee their houses as they were hit by gunfire.",0,1612998727,MMR -7669338,104,MMR8280,8280,2-Jul-19,2019,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Yoke Chaung,20.7664,93.059,2,Development Media Group; Irrawaddy,Subnational-National,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0,1612998727,MMR -7669343,104,MMR8297,8297,2-Jul-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kan Pyin,20.7567,92.5583,1,Development Media Group; Narinjara News,Subnational,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0,1612998727,MMR -6361976,104,MMR8278,8278,2-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 2 July 2019, in Sittwe Town, in Rakhine State, a group of Rakhine ethnic youth staged a protest and performance at U Ottama Park. Protesters called for justice in the death of Rakhine civilians in the military's custody. [size=no report]",0,1574179242,MMR -7672748,104,MMR8276,8276,2-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,3,VOA,International,"On 2 July 2019, near Bangladesh and Myanmar border BP-71, in Rakhine State, the Arakan Army attacked the Myanmar military.",0,1612998736,MMR -7669454,104,MMR9341,9341,2-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Thar Si (Chaung Htoe Chin),20.5436,93.3301,2,VOA; Narinjara News,Subnational-International,"On 2 July 2019, in Minbya Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army (AA) took place in Painnetaung and Tharsi villages.",0,1612998727,MMR -6361899,104,MMR8274,8274,1-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Botahtaung,Botahtaung,16.7719,96.1697,2,Mizzima,National,"On 1 July 2019, in Botahtaung Township, in Yangon Region, about 50 people staged a protest against the hike in the prices of electrical power rate. [size=50]",0,1574179242,MMR -7669335,104,MMR8269,8269,1-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,VOA; Network Media Group,National-International,"On 1 July 2019, in Lashio Township, in northern Shan State, fighting took place along Lway Lan mountain range between Myanmar military LIB 368 under Division 10 and the Ta'ang National Liberation Army (TNLA).",0,1612998727,MMR -7669336,104,MMR8275,8275,1-Jul-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,1,AFP; Network Media Group; Narinjara News,Subnational-National,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1,1612998727,MMR -7718515,104,MMR8270,8270,1-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,1,Democratic Voice of Burma; Eleven Media Group; Myanmar Times,National,"On 1 July 2019, in Pyigyitagun Town, in Mandalay Region, a protest campaign against the increase in electricity prices was organized by the Myanmar Industries, Crafts and Services (MICS). The workers protested by holding placards that said 'Raise Wages, not Electricity Prices.' [size=no report]",0,1614130951,MMR -7672695,104,MMR8268,8268,1-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kat We,20.5198,93.3273,2,VOA,International,"On 1 July 2019, in Minbya Township, in Rakhine State, Myanmar military launched an attack on the Arakan Army (AA) while it was positioned near Kat Wei mountain. The fighting was intense and more than 15 military soldiers were killed. AA claimed that it also collected one dead body of a Myanmar military soldier and some weapons.",15,1612998736,MMR -6362260,104,MMR8273,8273,1-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,VOA,International,"On 1 July 2019, in Mahaaungmyay Township, in Mandalay Region, Mandalay based organizations and some interested citizens led by the national network for the abolition of Ayeyarwady Myitson dam project launched a campaign against the project. Protesters gathered and about 1,000 pamphlets raising awareness about the dam project were distributed near Mandalay University and in some crowded areas. [size=no report]",0,1574179243,MMR -7669948,104,MMR8296,8296,1-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Mongsi,23.6665,98.3833,2,Eleven Media Group,National,"On 1 July 2019, in Mongsi Township, in Shan State, a battle took place between Myanmar military and Ta'ang National Liberation Army (TNLA).",0,1612998729,MMR -6360767,104,MMR8271,8271,1-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Pazundaung,Pazundaung,16.7796,96.1744,2,Eleven Media Group; Democratic Voice of Burma; Myanmar Times; Radio Free Asia,National-Regional,"On 1 July 2019, in Pazundaung Township, in Yangon Region, around a hundred residents of Yangon staged a protest against the increase in the electrical power rate which took effect that day. Members of the Union Solidarity and Development Party (USDP) also joined the protest and claimed that they share the same sentiment of the people. Protesters rallied first in front of the Pazundaung Housing Complex and marched towards the Thar Yar Kone street. [size=100]",0,1574179239,MMR -6360768,104,MMR8272,8272,1-Jul-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Thaketa,Thaketa,16.793,96.203,2,Myanmar Times; Eleven Media Group; Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 1 July 2019, in Thaketa Township, in Yangon Region, about 100 people staged a protest against the hike in the electricity power rate. Protesters marched along the Ayeyarwun Road from Myakanthar Park. [size=100]",0,1574179239,MMR -7672788,104,MMR8267,8267,1-Jul-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,3,VOA,International,"On 1 July 2019, near Bangladesh and the Myanmar border BP-71, in Rakhine State, the Arakan Army attacked the Myanmar military.",0,1612998736,MMR -7294494,104,MMR8263,8263,30-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,VOA,International,"On 30 June 2019, in Shwepyithar Township, in Yangon Region, people staged a protest in support of the amendment of the 2008 Constitution. The protesters marched towards the Hlawga Yadanar Hall holding placards that say 'Change Constitution.' [size=no report]",0,1604423672,MMR -6361911,104,MMR8359,8359,30-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),LGBT (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Mizzima,National,"On 30 June 2019, in Dagon Township, in Yangon Region, members of the LGBT community rallied in front of the Myanmar Imperial University and protested to demand justice over the death of a self-identified gay librarian who committed suicide. He was bullied by his colleagues, as mentioned in his final note on facebook before he committed suicide. [size=no report]",0,1574179242,MMR -7669331,104,MMR8259,8259,30-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Development Media Group; Irrawaddy,Subnational-National,"On 30 June 2019, in Rathedaung Township, in Rakhine State, Myanmar military and the Arakan Army (AA) clashed between the Lai Gwun and Kyauktan villages where the Arakan Army ambushed the military. Due to the falling of artillery shells into the village during the clash near Lai Gwun and Kyauktan villages, about 5,000 villagers from four villages fled. One AA soldier was killed. At least one villager from Kyauntan also went missing. The AA estimated that 50 Myanmar military soldiers were killed in fighting that day across Rathedaung, Kyauktaw and Minbya townships (50 fatalities divided by 3; 16 fatalities coded in two townships and 18 in one township). The military denies any fatalities on their side. 16 Myanmar military fatalities plus 1 AA fatality = 17 fatalities coded.",17,1612998727,MMR -7669332,104,MMR8260,8260,30-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Min Thar Taung,20.8953,93.0408,2,Irrawaddy; Development Media Group,Subnational-National,"On 30 June 2019, in Kyauktaw Township, in Rakhine State, Myanmar military and the Arakan Army (AA) fought in the east of Min Thar Taung village. The Myanmar military also set the huts of the farmers in the farmlands on fire after the fighting. One AA soldier was killed during the clash. The AA estimated that 50 Myanmar military soldiers were killed in fighting that day across Rathedaung, Kyauktaw and Minbya townships (50 fatalities divided by 3; 16 fatalities coded in two townships and 18 in one township). The military denies any fatalities on their side. 16 Myanmar military fatalities plus 1 AA fatality = 17 fatalities coded.",17,1612998727,MMR -7669333,104,MMR8261,8261,30-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Ta Mar,20.5199,93.2772,2,Development Media Group; Irrawaddy,Subnational-National,"On 30 June 2019, in Minbya Township, in Rakhine State, Myanmar military and the Arakan Army had intense fighting in the mountains between Thazi and Shwe Tamar villages. Eighteen soldiers of the military were killed during the clash. The AA estimated that 50 Myanmar military soldiers were killed in fighting that day across Rathedaung, Kyauktaw and Minbya townships (50 fatalities divided by 3; 16 fatalities coded in two townships and 18 in one township). The military denies any fatalities on their side. 18 fatalities coded.",18,1612998727,MMR -6361008,104,MMR8264,8264,30-Jun-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Thabeikkyin,Chaung Gyi,22.7406,96.0113,1,Democratic Voice of Burma,National,"Around 30 June 2019, in Thabeikkyin Township, in Mandalay Region, about 2,000 people staged a protest in Chaug Gyi village in support of amending the 2008 Constitution. Protesters marched from Thone Khat Kway near Kyat Yoe Pin village to the football field in Chaung Gyi village. [size=2000]",0,1574179239,MMR -7672774,104,MMR8262,8262,30-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 30 June 2019, in Paletwa Township, in Chin State, a battle took place between the Arakan Army and the Myanmar military near Pyi Taung (mountain).",0,1612998736,MMR -7669453,104,MMR9340,9340,30-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Poke,20.6146,92.7419,2,Development Media Group; Irrawaddy,Subnational-National,"On 30 June 2019, in Rathedaung Township, in Rakhine State, Myanmar military and the Arakan Army (AA) clashed in the east of Yay Bote (Yae Poke) village.",0,1612998727,MMR -7718520,104,MMR8257,8257,29-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,1,Myanmar Times,National,"On 29 June 2019, in Pyigyitagun Towns, in Mandalay Region, a protest against the Children's Rights Bill was organized by the Union Solidarity and Development Party (USDP) at its office. The bill would allow a foreign child adopted by Burmese citizens to be granted citizenship. [size=no report]",0,1614130951,MMR -7672225,104,MMR8256,8256,29-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Radio Free Asia,Regional,"On 29 June 2019, in Rathedaung Township, in Rakhine State, the Arakan Army launched remote landmine attacks on the Myanmar military in the east of Kyauktan village. Some casualties on both sides were reported. There was also a report that six villagers from Kyauktan and Laing Gwun went missing after the fighting. Villagers from nearby villages fled in fear of the sounds of the shelling, gunfire, and explosions.",0,1612998735,MMR -6361926,104,MMR8244,8244,28-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Danubyu,Danubyu,17.2546,95.5958,2,Myanmar Times,National,"On 28 June 2019, in Danubyu Township, in Ayeyarwady Region, the township student union staged a protest during the visit of the State Counsellor to the Region. Protesters demanded to release a student and a villager who were detained for protesting against a coal-powered cement plant in Aungthabyay village of Patheingyi township, in Mandalay Region. [size=no report]",0,1574179242,MMR -6360942,104,MMR8866,8866,28-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Maing Nawng,25.0208,96.2847,2,Burmese Women's Union,Other,"On 28 June 2019, in Mohnyin Township, in Kachin State, a woman stepped on a landmine while she was searching for food with her two other friends in the east of Maingnaung village in Inndawgyi area. The woman was seriously injured.",0,1574179239,MMR -7671991,104,MMR9339,9339,28-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Ho Nawng,23.4135,97.8798,2,PSLF-TNLA News and Information Department,Other,"On 28 June 2019, in Kutkai Township, in Shan State, TNLA and Myanmar LIB no.419 under brigade 99 also clashed with TNLA near Ho Nawng village.",0,1612998734,MMR -7671992,104,MMR8245,8245,28-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,PSLF-TNLA News and Information Department,Other,"On 28 June 2019, in Kutkai Township, in Shan State, TNLA and Myanmar military LIB no.418 under brigade 99 clashed near Manning village in the morning.",0,1612998734,MMR -6360763,104,MMR8255,8255,28-Jun-19,2019,1,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),6,Unidentified Armed Group (Myanmar),,3,36,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Radio Free Asia; Myanmar Times,National-Regional,"On 28 June 2019, in Hlaingthayar Township, in Yangon Region, about 20 men armed with knives, swords, and slingshots attacked workers who were protesting at the Chinese-owned Hong Ri handbag factory. The men are believed to have been hired by the factory to carry out the attack. About 20 workers were injured. Six of them had serious injuries from the attack. [size=20]",0,1574179239,MMR -7669330,104,MMR8254,8254,27-Jun-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Say Maw,19.3692,93.5896,1,Development Media Group; Irrawaddy,Subnational-National,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0,1612998727,MMR -7670361,104,MMR8243,8243,27-Jun-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachin News Group,Subnational,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0,1612998730,MMR -7672160,104,MMR8241,8241,27-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Radio Free Asia,Regional,"On 27 June 2019, in Pinlon (coded at Loilem Township) in Shan State, fighting took place between the RCSS/SSA troops and the Myanmar military near Narr Tit village.",0,1612998734,MMR -6361218,104,MMR8242,8242,27-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Aid Workers (Myanmar); Health Workers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 27 June 2019, in Kyauktaw Township, in Rakhine State, one of the trucks in an aid convoy was hit by a roadside bomb while it was traveling to Maungdaw Township. The trucks were carrying aid supplies and were contracted to a private company by the International Committee of the Red Cross (ICRC). It was unknown which group attacked the convoy. No one was injured during the bomb blast.",0,1574179240,MMR -7671990,104,MMR8240,8240,27-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,PSLF-TNLA News and Information Department,Other,"On 27 June 2019, in Kyaukme Township, in Shan State, TNLA and Myanmar military clashed twice. Once in a location between Pain Kyin village and Chon Thit village and once in another location between Chon Thit and Pan Ma (old) village.",0,1612998734,MMR -6360761,104,MMR8253,8253,27-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); IWFM: Industrial Workers' Federation of Myanmar; CTUM: Confederation of Trade Unions Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times; Radio Free Asia,National-Regional,"On 27 June 2019, in Hlaingthayar Township, in Yangon Region, about 400 workers staged a protest against the Chinese-owned Hong Ri handbag factory. The workers demanded the factory owner provide enough toilets and safe drinking water. The Industrial Workers' Federation of Myanmar (IWFM) and the Confederation of Trade Unions in Myanmar (CTUM) supported the protest. [size=400]",0,1574179239,MMR -7669327,104,MMR8237,8237,26-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group; VOA,Subnational-International,"On 26 June 2019, in Kyauktaw Township, in Rakhine State, fighting took place between the Myanmar military and the Arakan Army (AA) on the east side of Mahamuni Pagoda. A villager from Thayagone village was shot by the Myanmar military during the fighting. The AA claimed that 20 Myanmar military soldiers were killed during the clashes.",20,1612998727,MMR -7669328,104,MMR8239,8239,26-Jun-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pyin Yaung,20.5588,93.3051,1,Development Media Group; Democratic Voice of Burma,Subnational-National,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0,1612998727,MMR -7672041,104,MMR8238,8238,26-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Kengtung,Mongping,Mongping,21.3509,99.0212,2,Radio Free Asia,Regional,"On 26 June 2019, in Mongping Township, in Shan State, Myanmar military battalions under Triangle Region Command and RCSS/SSA troops clashed.",0,1612998734,MMR -7672609,104,MMR8236,8236,25-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pan Ni Lar,20.4862,93.0002,2,VOA,International,"On 25 June 2019, in Ponnagyun Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army (AA) near Pin Nilar village. The majority of the villagers have fled from the fighting in fear of getting hit by pieces of artillery shells. The AA claimed that 5 Myanmar military soldiers were killed during the clash.",5,1612998735,MMR -7672624,104,MMR9338,9338,25-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Sin Thi Pein Hne Taw,20.5808,92.8693,1,VOA,International,"On 25 June 2019, in Ponnagyun Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army (AA) in Sinthe village.",5,1612998735,MMR -7669976,104,MMR8252,8252,25-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Aw Ra Ma,20.6041,92.8264,2,Eleven Media Group,National,"On 25 June 2019, in Ponnagyun Township, in Rakhine State, Myanmar military and the Arakan Army (AA) clashed in Lai Gwun village near Awyarma village. The fighting caused the villagers to flee from their village and take refuge in Poe Shwei Pyin village.",0,1612998729,MMR -7671628,104,MMR8235,8235,24-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Narinjara News,Subnational,"On 24 June 2019, in Minbya Township, in Rakhine State, Myanmar military launched an aerial strike against the Arakan Army (AA) two miles away from Shwe Kyin village within Minbya township. The airstrikes and ground fighting lasted for 2 hours. The airstrike was targeted near the mountain ranges.",0,1612998733,MMR -7669329,104,MMR8251,8251,24-Jun-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,1,AFP; Network Media Group; Narinjara News,Subnational-National,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1,1612998727,MMR -7672343,104,MMR8233,8233,23-Jun-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0,1612998735,MMR -7669326,104,MMR8228,8228,23-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyauk Kyat,20.8409,93.0722,1,Radio Free Asia; VOA,Regional-International,"On 23 June 2019, in Mrauk-U Township, in Rakhine State, intense fighting broke out between the Myanmar military and the Arakan Army near Ghahtar Taung Dam located in the northeast of Kyauk Kyat village. The Myanmar military used helicopters in attacking the AA. The AA claimed that it ambushed a military column of about 100 soldiers and killed 20 military soldiers. Two AA soldiers also were injured. The military denied any casualties.",20,1612998727,MMR -6360961,104,MMR8232,8232,23-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Minhla,Minhla,17.9791,95.7063,1,Democratic Voice of Burma,National,"On 23 June 2019, in Minhla Town, in Bago Region, about 1,000 people staged a protest against the Children's Rights Law which was approved by the Union Parliament. The protest was led by the Union Solidarity and Development Party (USDP) and held at the General Aung San park in Minhla. They objected to a provision that would allow children who are foreign nationals who are adopted by Burmese couples to become Burmese citizens. [size=1,000]",0,1574179239,MMR -7669636,104,MMR8865,8865,23-Jun-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,2,Burmese Women's Union,Other,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0,1612998728,MMR -7669662,104,MMR8234,8234,23-Jun-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Goke Pi,21.0863,92.4486,1,Democratic Voice of Burma,National,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1,1612998728,MMR -7672238,104,MMR8229,8229,23-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Radio Free Asia,Regional,"On 23 June 2019, in Minbya Township, in Rakhine State, the Myanmar military clashed with the Arakan Army near Khamaung Wa village. The military captured an AA's outpost and seized guns. One AA soldier was killed during the clash.",1,1612998735,MMR -7671514,104,MMR8230,8230,23-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Myanmar Times,National,"On 23 June 2019, in Kutkai Township, in Shan State, the Myanmar military fought with the Ta'ang National Liberation Army (TNLA). Fatkar, Nantpwel, Naunsan, and Kyaungkhon villages were hit by the stray ammunition from the fighting and over 200 villagers fled their villages.",0,1612998733,MMR -6361110,104,MMR8225,8225,22-Jun-19,2019,2,Violence against civilians,Abduction/forced disappearance,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Mee Zaing,17.3895,97.5821,2,Eleven Media Group,National,"Around 22 June 2019, near Mizaing mountain, in Hpa-an Township, in Kayin State, there were reports that the DKBA splinter group detained the administrators of Papyinsake and Pharpaung villages and also demanded three locals from each village serve as soldiers.",0,1574179240,MMR -7671637,104,MMR8217,8217,22-Jun-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,ULA/AA: United League of Arakan/Arakan Army,,2,Military Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Narinjara News,Subnational,"On 22 June 2019, in Sittwe Township, in Rakhine State, a navy tugboat of the Myanmar military was anchored at the mouth of Set Yoe Kya creek when the Arakan Army attacked it with rockets. Two soldiers of Myanmar military were killed and one was injured during this attack. In connection with the attack, the Myanmar military detained three young suspects, two of whom were sheltering in a monastery in Sittwe. They were all released on 5th July.",2,1612998733,MMR -7672666,104,MMR8226,8226,22-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,VOA,International,"On 22 June 2019, in Minbya Township, in Rakhine State, Myanmar military troops with over 400 soldiers and the Arakan Army (AA) had clashed in the mountain ranges east of Shwe Kyin village. The military attacked the Arakan Army (AA) using two helicopters. The AA claimed that about 40 soldiers were killed during the clash.",40,1612998736,MMR -6361962,104,MMR8227,8227,22-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,1,Myanmar Times,National,"On 22 June 2019, in Oke Ta Ra Thi Ri Township, in Nay Pyi Taw, a demonstration against the provisions of the Children' Rights Law was held by the Union Solidarity and Development Party. They objected to a provision that would allow children who are foreign nationals who are adopted by Burmese couples to become Burmese citizens. About 300 people joined the demonstration. [size=300]",0,1574179242,MMR -7669957,104,MMR8224,8224,22-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) Border Guard Force,1,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,13,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Mee Zaing,17.3895,97.5821,1,Eleven Media Group,National,"On 22 June 2019, at Mizaing mountain, in Hpa-an Township, in Kayin State, an allied force of Myanmar military and BGF clashed with a DKBA splinter group.",0,1612998729,MMR -6361068,104,MMR8218,8218,22-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Htone Bu,20.5408,92.9358,1,Development Media Group,Subnational,"On 22 June 2019, in Ponnagyun Township, in Rakhine State, one villager from Htone Bu village stepped on a landmine and was severely injured while he was on his way to his garden.",0,1574179240,MMR -6362134,104,MMR8212,8212,21-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation; CTUM: Confederation of Trade Unions Myanmar,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (South),Thanlyin,Thanlyin,16.7638,96.2518,2,Radio Free Asia,Regional,"On 21 June 2019, between Thanlyin and Kyauktan Townships, in Yangon Region, more than 100 workers of Prosperity Knitwear factory in collaboration with MICS and CTUM union federations staged the protest to demand the reinstatement of the factory union president and another member both of whom were unlawfully dismissed by the factory. [size=more than 100]",0,1574179243,MMR -6361143,104,MMR8213,8213,21-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),National Front; Buddhist Group (Myanmar); Lawyers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Hinthar Media,National,"On 21 June 2019, in Kyauktada Township, in Yangon Region, a group of nationalists, including Buddhist monks and lawyers, led by a group called the National Front staged a protest against the draft amendment of Child Rights' Law in front of the Yangon city hall. They objected to a provision that would allow children adopted by Burmese couples to become Burmese citizens. [size=no report]",0,1574179240,MMR -7672136,104,MMR8216,8216,21-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,13,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Mee Zaing,17.3895,97.5821,2,Radio Free Asia,Regional,"On 21 June 2019, in Hpa-an Township, in Karen State, the clashes between a DKBA splinter group and Border Guard Force (BGF) continued near Mee Zine mountain. More than 100 villagers had to flee due to the clashes.",0,1612998734,MMR -7669325,104,MMR8215,8215,21-Jun-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,1,Irrawaddy; Radio Free Asia,National-Regional,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1,1612998727,MMR -7672057,104,MMR8214,8214,21-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Radio Free Asia,Regional,"On 21 June 2019, in Minbya Township, in Rakhine State, Myanmar military had fought intensively with the Arakan Army near Shwegyin village. The military also launched aerial strikes which consequently forced 400 locals to flee to safety from artillery shells.",0,1612998734,MMR -6361853,104,MMR8211,8211,21-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,2,Kantarawaddy Times,Subnational,"On 21 June 2019, in Loikaw Township, in Kayah State, local farmers removed the concrete pillars set up by the Myanmar military on their confiscated farmlands. The farmlands were confiscated from the farmers by the Myanmar military light infantry battalion 250 and artillery battalion 356. Police came and arrested two farmers with excessive force later that night. [size=no report]",0,1574179242,MMR -6360952,104,MMR8206,8206,20-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Insein,Insein,16.9018,96.096,2,Democratic Voice of Burma,National,"On 20 June 2019, in Insein Township, in Yangon Region, about 500 sellers staged a protest against the planned shutdown of the old market area. They marched from the Tanyingone market to the front of the municipal office in charge of the markets. Sellers were told that the old market will be shut down and they will have to move to a new place. [size=500]",0,1574179239,MMR -7672056,104,MMR8207,8207,20-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military exchanged gunfire with the Arakan Army in Pauktaw Byin village which caused the villagers to flee.",0,1612998734,MMR -7672058,104,MMR8209,8209,20-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 20 June 2019, in Kutkai Township, in northern Shan State, a combined force of Myanmar military infantry No.45 and Kaung Khar Peoples' Militia attacked the TNLA near Man Aung (Susee) village.",0,1612998734,MMR -7672059,104,MMR8208,8208,20-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,13,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Mee Zaing,17.3895,97.5821,2,Radio Free Asia,Regional,"On 20 June 2019, in Hpa-an Township, in Karen State, fighting broke out between a DKBA splinter group and Border Guard Force (BGF) near Mee Zine mountain.",0,1612998734,MMR -6360956,104,MMR8204,8204,19-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Democratic Voice of Burma,National,"On 19 June 2019, in Namhkan Township, in northern Shan State, a group of farmers who initially came to the township directorate office of the agricultural department to settle a land dispute issue rallied in front of the office as they were not allowed to enter. Farmers shouted that they do not want the township head of the department. [size=no report]",0,1574179239,MMR -7671724,104,MMR8205,8205,19-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Narinjara News,Subnational,"On 19 June 2019, in Minbya Township, in Rakhine State, fighting broke out between the Myanmar military battalion No.540 and the Arakan Army which consequently displaced villagers from Thar Say, Shwe Kyin and Kwa Son villages in the township.",0,1612998733,MMR -6360756,104,MMR8203,8203,19-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Network Media Group; Democratic Voice of Burma; Irrawaddy,National,"On 19 June 2019, in Demoso Township, in Kayah State, about 40 farmers staged a 'plough protest' on the farmlands which were confiscated by the Myanmar military battalion No.360. The farmers were sued by the military for their attempt to work in the confiscated farmlands. [size=40]",0,1574179239,MMR -7669994,104,MMR8223,8223,19-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Manton,Manton,23.2515,97.119,2,Eleven Media Group,National,"On 19 June 2019, in Manton Township, in Shan State, fighting broke out between TNLA and the Myanmar military near Marnpwe village.",0,1612998729,MMR -7669324,104,MMR8202,8202,18-Jun-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-); Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,1,Radio Free Asia; Mizzima,National-Regional,"On 18 June 2019, in Myebon Township, in Rakhine State, a ward administrator from Ahlebaing ward in Kann Htaung Gyi town was killed by an unknown gunman while he was watching TV at his home. Before this, he had received a death threat in April accusing him of being an informer for the government. He was a retired corporal from a military medical unit prior to working as an administrator. His relatives believed that he was killed by the Arakan Army.",1,1612998727,MMR -6360922,104,MMR8222,8222,18-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Kathe Rebels (India),,2,Kathe Rebels (India),,2,22,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,2,BBC News,International,"On 18 June 2019, in Tamu Township, in Chin State, a bomb explosion occurred at the house of an ethnic Kathe rebels from India. Locals remarked that the incident was likely a targeted bomb attack by other Kathe rebels as there are divisions among the group.",0,1574179239,MMR -6361995,104,MMR8199,8199,18-Jun-19,2019,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ngu,20.4243,93.0129,2,Narinjara News,Subnational,"Around 18 June 2019, in Ponnagyun Township, in Rakhine State, three bodies were found by the side of the railway between Yoe Ngu village and Kyauk Seik village of Ponnagyun township. The bodies have not yet been identified. Fighting between the Myanmar military and Arakan Army has occurred in the area recently.",3,1574179242,MMR -6360975,104,MMR8201,8201,18-Jun-19,2019,1,Violence against civilians,Abduction/forced disappearance,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,2,Democratic Voice of Burma,National,"On 18 June 2019, in Hpa-an Township, in Karen State, KNLA brigade No.1 detained five village heads (100 household/10 household heads) as they failed to provide youth recruits to attend the medical training held by the KNU.",0,1574179239,MMR -7671958,104,MMR8197,8197,18-Jun-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"On 18 June 2019, in Paletwa Township, in Chin State, the Myanmar military launched aerial strikes targeting the AA in the area west of Aung Thar village.",0,1612998734,MMR -6362053,104,MMR8198,8198,18-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hmawbi,Hmawbi,17.0998,96.0418,2,Radio Free Asia,Regional,"On 18 June 2019, in Hmawbi Township, in Yangon Region, villagers staged a protest in front of Hong Yuan garment factory which is located in Phayar Lan village. The factory was built 6 months ago and is owned by a Chinese national. Villagers demanded repairs to the village road which was damaged by the factory. [size=no report]",0,1574179243,MMR -7672273,104,MMR8200,8200,18-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Shwe Kyin,20.5654,93.3213,2,Radio Free Asia,Regional,"On 18 June 2019, in Minbya Township, in Rakhine State, the Myanmar military clashed with the Arakan Army in the hills which is 2.2 kilometers away from the Shwe Kyin village.",0,1612998735,MMR -7669971,104,MMR8221,8221,17-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Manton,Manton,23.2515,97.119,2,Eleven Media Group,National,"On 17 June 2019, in Manton Township, in Shan State, two clashes broke out between the Myanmar military and TNLA at a location between Nantyoon and Mongmai villages.",0,1612998729,MMR -7669323,104,MMR8194,8194,16-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Daing Thar,20.5841,93.3158,2,Radio Free Asia; Democratic Voice of Burma,National-Regional,"On 16 June 2019, in Minbya Township, in Rakhine State, fighting occurred between the Myanmar military and the Arakan Army near Dai Thar village which led the villagers of Dai Thar, Shwegyin and Kwa Sone villages to flee as artillery shells fell into the villages. The AA reported that it ambushed the military troops with 130 soldiers in the field west of Dai Thar. The AA claimed that it killed no less than 15 military soldiers. A military spokesperson also claimed that it collected some dead bodies of AA soldiers and weapons [unknown fatalities coded as 3]. 18 fatalities coded total.",18,1612998727,MMR -7672229,104,MMR8195,8195,16-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 16 June 2019, in Kutkai Township, in northern Shan State, fighting broke out between the Myanmar military battalions under brigade No. 99 and the TNLA near Maru Phetkar and Nant Hway villages. Clashes broke out in two locations on the same day. About 200 villagers were displaced due to the fighting.",0,1612998735,MMR -7031567,104,MMR10019,10019,15-Jun-19,2019,3,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Amnesty International,Other,"In June 2019, in Namtu Township, in Shan State, SSPP/SSA-N soldiers abducted two ethnic Shan men while they were transporting wood. They were taken into custody and their families were asked to pay some ransom in exchange for the men.",0,1586273633,MMR -6360981,104,MMR7234,7234,15-Jun-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Aungmyaythazan,Aungmyaythazan,21.9932,96.0969,2,Democratic Voice of Burma,National,"Around 15 June 2019, in Aungmyaythazan Township, in Mandalay Region, Buddhist nationalists distributed pamphlets at nearby monasteries on which 'We do not want Aung San Suu Kyi' was written. [size=no report]",0,1574179239,MMR -7672717,104,MMR7233,7233,14-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kha Yu Chaung Phyar,21.3309,92.7353,1,VOA,International,"On 14 June 2019, in Paletwa Township, in Chin State, intense fighting broke out between the Arakan Army and the Myanmar military at Khayu Chaung Phyar.",0,1612998736,MMR -7669930,104,MMR7232,7232,14-Jun-19,2019,2,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Sa Par Htar,20.4668,93.3049,1,Development Media Group,Subnational,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4,1612998729,MMR -6382048,104,MMR8648,8648,14-Jun-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Than Taung,20.8301,93.2981,1,Mizzima,National,"On 14 June 2019, in Paletwa Township, in Chin State, a 58-year-old man from Than Taung village was abducted by the Arakan Army forces while he was traveling on his boat along the Lay Myo River. He was still missing as of 2 September 2019.",0,1574367575,MMR -7671810,104,MMR7231,7231,13-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauk Shi Pyin,21.0765,92.9733,2,Narinjara News,Subnational,"On 13 June 2019, in Kyauktaw Township, in Rakhine State, seven villagers were caught up in the fighting between the military and AA near Ra Va Chaung Bridge. They were taken into question by the Myanmar military. The other villagers reported that they heard heavy explosions nearby Kyauk Sae Prin (Kyauk Shi Pyin) and Sae Dwin village.",0,1612998734,MMR -7672638,104,MMR7229,7229,13-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Myo Ma Chaung,20.8599,92.6394,2,VOA,International,"On 13 June 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked a Myanmar military convoy with 150 soldiers near Myo Ma Chaung village in west of Sai Din Creek and there was intense fighting between the two groups. AA claimed that 5 soldiers were killed from the Myanmar military side and one soldier from AA's side was killed.",6,1612998736,MMR -7669321,104,MMR7230,7230,13-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Ywar Haung Taw,20.5965,93.2158,2,Development Media Group; VOA; Radio Free Asia,Subnational-Regional,"On 13 June 2019, in Mrauk-U Township, in Rakhine State, Myanmar military opened fire along the road into Ywar Haung Taw village. Due to the heavy shelling, five villagers were injured. Another three villagers of San Cha Seik Ward were also injured. Though the villagers reported it as the shootings from one side, the military claimed that they were attacked by Arakan Army and thus retaliated.",0,1612998727,MMR -7672675,104,MMR9337,9337,13-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,VOA,International,"On 13 June 2019, in Buthidaung Township, in Rakhine State, another clash between the military and AA broke out near Zee village and 10 soldiers were killed.",10,1612998736,MMR -6360754,104,MMR8192,8192,13-Jun-19,2019,1,Violence against civilians,Attack,ZRA: Zomi Revolutionary Army,,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Falam,Tonzang,Tonzang,23.603,93.6917,1,Chin World; Khonumthung News,Subnational,"On 13 June 2019, in Tonzang Township, in Chin State, four members of a self-proclaimed Zomi Revolutionary Army (ZRA) shot a local man in his thigh, accusing him of spreading a rumor that ZRA does not have gun. The incident occurred in Tonzang village which is 20 miles away from Tedim town. Earlier in the week, the victim received the warning letter with a bullet accusing him of mining minerals in Mwetawng area that belongs to Zomi ethnic people.",0,1574179239,MMR -6361866,104,MMR7228,7228,12-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,1,Khonumthung News,Subnational,"On 12 June 2019, in Matupi Town, in Chin State, about 800 locals including student and youth organizations staged a protest against the planned venue location of a new district administration office. The locals were protesting as the planned location of the building is too far away from the town center. [size=800]",0,1574179242,MMR -6362055,104,MMR7227,7227,12-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Radio Free Asia,Regional,"On 12 June 2019, in Dagon Township, in Yangon Region, about 100 people including monks and nationalists gathered at the north side of Shwedagon pagoda for a prayer rally. They said that they were praying as they were concerned for Buddhism. They also called for freedom for U Wirathu, a nationalist Buddhist monk for whom an arrest warrant has been issued. [size=100]",0,1574179243,MMR -7670012,104,MMR8220,8220,12-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Eurasia Review,Other,"On 12 June 2019, in Paletwa Township, in Chin State, intense fighting broke out between the Myanmar military and the Arakan Army (AA). More than 750 villagers fled away in fear of being trapped in the fighting.",0,1612998729,MMR -7672223,104,MMR7224,7224,11-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 11 June 2019, in Buthidaung Township, in Rakhine State, the Arakan Army reported that it had clashed with the Myanmar military three times in one day. Clashes broke out two times east of Taung village and one time west of Sai Pyin Creek. The AA claimed that 18 Myanmar military soldiers were killed during the clashes. However, the military spokesperson denied any fighting with AA.",18,1612998735,MMR -6360751,104,MMR7226,7226,11-Jun-19,2019,1,Violence against civilians,Sexual violence,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Women (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ngan Chaung,21.0037,92.3511,2,Development Media Group; Irrawaddy,Subnational-National,"On 11 June 2019, in Maungdaw Township, in Rakhine State, a 13 year old Rohingya Muslim girl was found dead near Ngan Chaung village after she went missing the day before after she went out to tend goats. It was believed that she was raped and killed. The case was open for question while waiting for the forensic evidence.",1,1574179239,MMR -6361084,104,MMR7225,7225,11-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 11 June 2019, in Kyauktaw Township, in Rakhine State, a village administrator stepped on a landmine when he and his wife passed through farmland to search for food. Both of his legs were injured.",0,1574179240,MMR -6361109,104,MMR7223,7223,10-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Eleven Media Group,National,"On 10 June 2019, in Pyay Town, in Bago Region, over 100 farmers staged a protest and urged the government to control the sharp decline in rice prices. [size=over 100]",0,1574179240,MMR -6362066,104,MMR7222,7222,10-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Patriotic Monks Union,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 10 June 2019, in Kyauktada Township, in Yangon Region, hundreds of monks and nationalists staged a protest for the withdrawal of the lawsuit against the prominent nationalist monk U Wirathu. They marched and prayed from a pagoda in Bahan to Sule pagoda. The protest was led by the Patriotic Monks Union. [size=hundreds]",0,1574179243,MMR -6361882,104,MMR7221,7221,9-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Palaw,Palaw,12.969,98.6482,1,Mizzima,National,"On 9 June 2019, in Palaw Town, in Myeik District, in Tanintharyi Region, about 200 locals staged a protest against the two members of parliament for misappropriating the local area development funds allocated for the Palaw Township by the parliament. [size=200]",0,1574179242,MMR -6361116,104,MMR7218,7218,9-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Kanbalu,23.2033,95.517,1,Eleven Media Group,National,"On 9 June 2019, in Kanbalu Town, in Sagaing Region, 37 farmers staged a protest calling for the return of confiscated lands by the Myanmar military. [size=37]",0,1574179240,MMR -7820202,104,MMR7219,7219,9-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,VOA,International,"On 9 June 2019, in Yangon, a peace rally was organized by students and ethnic Kachin youths on the 8th anniversary of the resurgence of the civil war in Kachin State. [size=no report]",0,1618442053,MMR -6361340,104,MMR7220,7220,9-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group,Subnational,"On 9 June 2019, in Myitkyina Town, in Kachin State, a group of young people staged street performances at two locations in the city to protest and draw attention to the plight of internally displaced persons due to the civil war and to mark the 8th anniversary of the civil war between the military and KIA. [size=no report]",0,1574179240,MMR -7671385,104,MMR7217,7217,8-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News,Subnational,"On 8 June 2019, in Paletwa Township, in Chin State, clashes broke out between the Myanmar military and the Arakan Army. Villagers from nearby villages, fearing being trapped in the clashes, fled to the town of Paletwa.",0,1612998733,MMR -7671378,104,MMR7216,7216,7-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News,Subnational,"On 7 June 2019, in Paletwa Township, in Chin State, clashes broke out between the Myanmar military and the Arakan Army. Villagers from nearby villages, fearing being trapped in the clashes, fled to the town of Paletwa.",0,1612998733,MMR -6361297,104,MMR8295,8295,7-Jun-19,2019,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man San,22.9327,97.426,2,Irrawaddy,National,"On 7 June 2019, in Mann San Village, in between Namhsan and Namtu Townships, in Shan State, the Restoration Council of Shan State (RCSS) arrested two Ta'ang villagers from Ho Nam village while they were traveling on a motorbike to Lashio. The village authority of Pan Zao village said that the two villagers were killed at his village as he was asked by RCSS to bury the two dead bodies.",2,1574179240,MMR -7669815,104,MMR7211,7211,6-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pauk Taw Pyin,20.4305,92.9349,1,Development Media Group,Subnational,"On 6 June 2019, in Ponnagyun Township, in Rakhine State, a sub-high school in Pauk Taw Byin village had to close down temporarily as clashes occurred between the Arakan Army and the Myanmar military. Students and teachers heard of the sound of gunfire and explosions while they were at school on June 6.",0,1612998728,MMR -6361144,104,MMR7210,7210,6-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Fishermen (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,1,Hinthar Media,Subnational,"On 6 June 2019, in Ye Town, in Mon State, boat owners, fishermen and local residents staged a protest to demand a designated space to dock the boats. Protesters marched from Ye train station road to the public park. [size=no report]",0,1574179240,MMR -7672633,104,MMR7209,7209,5-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,VOA,International,"On 5 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military convoy came under landmine attack by AA and it retaliated with artillery shells. One woman was injured in the attack.",0,1612998735,MMR -7669320,104,MMR7208,7208,5-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Htaung Laung Pun,20.4732,92.9585,2,Irrawaddy; Development Media Group,Subnational-National,"On 5 June 2019, in Ponnagyun Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military near Htaung Laung Pan village. An unexploded shell fell into the ground of a monastery's compound.",0,1612998727,MMR -7820228,104,MMR7206,7206,5-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,2,AFP,International,"On 5 June 2019, in Yangon, a group of Buddhists handed out white roses to Muslims who were heading to pray at Dargah mosque in eastern Yangon to mark the end of Ramadan. Around 100 volunteers handed out flowers to Muslims at 23 locations across the country. This action was taken in response to attempts by nationalist groups to disrupt Ramadan services. [size=no report]",0,1618442053,MMR -7820231,104,MMR7215,7215,5-Jun-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1,1618442053,MMR -7669452,104,MMR9336,9336,5-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ga Nan Me,20.4685,92.9667,2,Irrawaddy; Development Media Group,Subnational-National,"On 5 June 2019, in Ponnagyun Township, in Rakhine State, the Myanmar military clashed with the Arakan Army near Ga Nan Me village. Artillery shells from the clash fell near a house in the village and killed a man while injuring three others. All of them belongs to the Khami ethnic group. There was a report that six AA soldiers were killed during the clash.",7,1612998727,MMR -6712146,104,MMR7204,7204,4-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,ULA/AA: United League of Arakan/Arakan Army,,2,,,0,20,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,2,Xinhua,International,"On 4 June 2019, in Myebon Township, in Rakhine State, Myanmar police forces claimed that seven IEDs planted by the Arakan Army exploded near Kyarchantaung Bridge on Yangon-Sittwe road but no casualties occurred. There was a little damage to the bridge and the road. Five more IEDs exploded later in the day at the same area.",0,1578511376,MMR -6360941,104,MMR8864,8864,4-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Thanatpin,Yit Kan Lay,17.2301,96.6695,1,Burmese Women's Union,Other,"On 4 June 2019, in Thanatpin Township, in Bago Region, a protest was staged against a Myanmar police lieutenant corporal and a responsible police officer of Yit Kan Lay village police station because the lieutenant corporal attempted to rape a female prisoner.",0,1574179239,MMR -7672052,104,MMR7205,7205,4-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Taung Pyo Let Yar,21.1945,92.199,2,Radio Free Asia,Regional,"On 4 June 2019, in Maungdaw Township, in Rakhine State, there was an exchange of fire between the Myanmar military and the Arakan Rohingya Slavation Army in Taung Pyo Let Yar area where the Rohingya repatriation camp was located.",0,1612998734,MMR -6362122,104,MMR7202,7202,3-Jun-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Nyaung Pin Hla,20.6728,93.2434,2,Radio Free Asia,Regional,"On 3 June 2019, in Mrauk-U Township, in Rakhine State, a bomb exploded and a man was killed. Three others were injured. The bomb was found while the man was hunting and he carried it back home. It exploded near Nyaung Pin Hla village.",1,1574179243,MMR -6362124,104,MMR7200,7200,3-Jun-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Lisu Ethnic Group (Myanmar); LNDP: Lisu National Development Party,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Radio Free Asia,Regional,"On 3 June 2019, in Myitkyina Township, in Kachin State, about 1000 Lisu ethnic people staged a protest to demand the KIA apologize for their unlawful arrests and killings of Lisu people. The Lisu National Development Party participated in the protest. The protest was joined by Lisu people from Myitkyina and Waingmaw. [size=1000]",0,1574179243,MMR -7669319,104,MMR7201,7201,3-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Sa Par Htar,20.4668,93.3049,1,VOA; Irrawaddy,National-International,"On 3 June 2019, in Minbya Township, in Rakhine State, the Myanmar military clashed with the Arakan Army in Sapa Htar village. An artillery shell fell into a monastery and killed four people on the spot while three other persons subsequently died at the hospital. 8 others were injured.",7,1612998727,MMR -7670098,104,MMR7199,7199,2-Jun-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Aung Taing,20.4791,93.2992,2,Irrawaddy,National,"On 2 June 2019, in Minbya Township, in Rakhine State, clashes between the Myanmar military and the Arakan Army broke out injuring four locals. The clashes occurred in the mountains between Shwe Tamar and Aung Dine (Aung Taing) villages near Myaung Bwe village. Military claimed that it was attacked by AA mines while it was conducting clearance operations near Paung Toke village. AA claimed that it attacked military trucks which were carrying troop reinforcements near Paung Toke village and that it succeed in stopping two trucks and injuring 40 soldiers of Myanmar military. They reported they had clashed with the military LIB 417 under LID 99. From the AA side, 3 were killed and four were injured. The AA claimed to have found 16 Myanmar military soldiers' bodies.",19,1612998729,MMR -7672123,104,MMR7197,7197,1-Jun-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0,1612998734,MMR -6382064,104,MMR7214,7214,1-Jun-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Myanmar Times,National,"On 1 June 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army detained and questioned five staff of the department of forestry while they came back after their duties at the temporary plant nursery. Four were soon released, but one person was not released until 10 June.",0,1574367576,MMR -6362194,104,MMR7198,7198,31-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Nawng Lay,20.1944,98.1815,1,Shan Herald Agency for News,Subnational,"On 31 May 2019, in Mongpan Township, in Shan State, a man was killed by the explosion of a bomb which he had brought back to his home in Nawng Lay village. He found it in his paddy field.",1,1574179243,MMR -6361087,104,MMR7196,7196,31-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyar Inn Taung,20.1746,93.4319,1,Development Media Group,Subnational,"On 31 May 2019, in Myebon Township, in Rakhine State, a bus of Shwe Man Yadana bus line hit a landmine when it pulled over the side of the road at Kya Inn Taung village. The bus was travelling to Yangon from Sittwe.",0,1574179240,MMR -6360747,104,MMR7194,7194,30-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Reuters; Mizzima,National-International,"On 30 May 2019, in Dagon Township, in Yangon Region, hundreds of monks and supporters protested against the issuing of the arrest warrant for the nationalist monk U Wirathu. About 300 protesters gathered and prayed at the Shwedagon Pagoda. [size=300]",0,1574179238,MMR -6361295,104,MMR7195,7195,30-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Irrawaddy,National,"On 30 May 2019, in Pathein Town, in Ayeyarwady Region, workers of the telecom operator Mytel staged a protest against the military affiliated company over the unpaid wages. [size=no report]",0,1574179240,MMR -7672016,104,MMR7192,7192,29-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,Military Forces of Myanmar (2016-2021),,1,11,Southeast Asia,Myanmar,Sagaing,Hkamti,Nanyun,Nanyun,26.9797,96.167,2,Radio Free Asia,Regional,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1,1612998734,MMR -6361045,104,MMR7193,7193,29-May-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,,,0,50,Southeast Asia,Myanmar,Yangon,Yangon (West),Mayangone,Mayangone,16.8662,96.1426,2,Democratic Voice of Burma,National,"On 29 May 2019, in Mayangone Township, in Yangon Region, there was a riot at the township court while the 5 members of the Peacock Generation who are being sued by the military were at the court hearing. The rioting occurred as those charged were denied a meeting with their lawyers.[size=no report]",0,1574179239,MMR -7669645,104,MMR7191,7191,28-May-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,Civilians (Myanmar),2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Maung Hna Ma,21.4698,92.7688,1,Chin World,Subnational,"On 28 May 2019, in Paletwa Township, in Chin State, artillery shells fired by the Myanmar military battalion no.289 targeting the Arakan Army's camp which is positioned in the forest close to Maung Hna Ma village fell into the Maung Hna Ma village and injured the two villagers. One of the villagers was seriously injured.",0,1612998728,MMR -6362171,104,MMR7188,7188,27-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Man San,22.9327,97.426,2,Shan Herald Agency for News,Subnational,"On 27 May 2019, in Namtu Township, in Shan State, a farmer stepped on a landmine while he was on his way to his paddy field in Mansan village tract. He died on the way to the hospital due to the landmine injury.",1,1574179243,MMR -6362173,104,MMR7190,7190,27-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shan Herald Agency for News,Subnational,"On 27 May 2019, in Lashio Town, in Shan State, people rallied to protest against the amendment of the 2008 Constitution and to show their support to the Myanmar military. Protesters marched from the city hall to the football field in ward 12 of Lashio. [size=no report]",0,1574179243,MMR -6360973,104,MMR7189,7189,27-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Democratic Voice of Burma,National,"On 27 May 2019, in Hlaingthayar Township, in Yangon Region, about 700 workers of Myan Mode factory protested to demand the dismissal of the factory manager, an Indonesian national who sexually harassed the female workers. [size=700]",0,1574179239,MMR -7669646,104,MMR7187,7187,27-May-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Maung Hna Ma,21.4698,92.7688,2,Chin World,Subnational,"On 27 May 2019, in Paletwa Township, in Chin State, Myanmar military battalion no.289 fired artillery shells targeting the Arakan Army's camp which is positioned in the forest close to Maung Hna Ma village.",0,1612998728,MMR -6360999,104,MMR7186,7186,26-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,2,Democratic Voice of Burma,National,"On 26 May 2019, in Hpa-an Township, in Karen State, about 50 farmers led by 88 Generation Karen Students Social Development Association staged a protest calling for the return of their farmlands confiscated by Taungalay prison department under the Ministry of Home Affairs. [size=50]",0,1574179239,MMR -7672768,104,MMR7185,7185,26-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,VOA,International,"On 26 May 2019, in Paletwa Township, in Chin State, the Arakan Army attacked boats carrying Myanmar military troops on the Kaladan river. This escalated into fighting between the AA and the Myanmar military battalion 214 under brigade 11. About 40 soldiers from the military side and 1 soldier from AA died.",41,1612998736,MMR -6361117,104,MMR7213,7213,24-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Gyobingauk,Gyobingauk,18.2306,95.6488,2,Eleven Media Group,National,"On 24 May 2019, near Gyobingauk Township, in Bago Region, farmers from Zeegone and Gyobingauk townships staged a protest to call on the government and the MRF to buy rice at a price proposed by them.[size=no report]",0,1574179240,MMR -7820327,104,MMR7181,7181,24-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,FridaysForFuture,Other,"On 24 May 2019, thirty youth demonstrated in Yangon as part of the 'climate strikes' taking place around the world. [size=30]",0,1618442053,MMR -6712123,104,MMR7179,7179,24-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 24 May 2019, in Kyauktaw Township, in Rakhine State, a villager of Chaungtu village was injured from landmine explosion while he was chopping the bamboo.",0,1578511376,MMR -7672127,104,MMR7180,7180,24-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Radio Free Asia,Regional,"On 24 May 2019, in Mrauk-U Township, in Rakhine State, there were the sounds of the shootings of light and heavy weapons near the place where the Myanmar military's battalion was stationed. The shootings lasted about 20 minutes and was thought to be a clash between the military and AA.",0,1612998734,MMR -6362270,104,MMR7178,7178,24-May-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Zigon,Zigon,18.3356,95.6215,1,VOA,International,"Around 24 May 2019, in Zigon Town, in Bago Region, about 500 farmers staged a protest as the rice traders were buying rice from the farmers at a price lower than the set price by the government. [size=500]",0,1574179243,MMR -7264025,104,MMR7176,7176,23-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Radio Free Asia,Regional,"On 23 May 2019, in Hpakant Township, in Kachin State, about 40 people started a protest camp by blocking the road near the sites of Kyauk Sein Min, Kyauk Myat Shwe pyi and Kyauk Sein Thitywat companies in Whay Khar village. Protesters urged a resolution to the danger of the potential collapse of 28 houses due to the waste disposal by these 3 companies. [size=40]",0,1603755484,MMR -7669601,104,MMR7177,7177,23-May-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Lamaing,15.5035,97.8321,1,BBC News,International,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0,1612998728,MMR -7672696,104,MMR7175,7175,23-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,VOA,International,"On 23 May 2019, in Buthidaung Township, in Rakhine State, there was the clash between the Arakan Army and the Myanmar military in the area of Saidin Chaung. Twenty soldiers of the Myanmar military were killed during the clash.",20,1612998736,MMR -6362119,104,MMR7171,7171,22-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Labutta,Labutta,Labutta,16.1495,94.759,1,Radio Free Asia,Regional,"On 22 May 2019, in Labutta Town, in Ayeyarwaddy Region, about 1000 teachers and education staff staged a protest not to take action against them based on the anonymous letters. Protesters also demanded to stop educational activities if the government does not have sufficient budget for the activities.[size=1000]",0,1574179243,MMR -6360965,104,MMR7183,7183,22-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Thayarwady,Thayarwady,17.6544,95.7862,1,Democratic Voice of Burma,National,"On 22 May 2019, in Thayarwady Town, in Bago Region, about 3000 workers of Hua Shi garment factory staged a protest to demand their labor rights be respected. Workers put forth 20 demands, including clean drinking water and legal leave entitlements. [size=3000]",0,1574179239,MMR -6362009,104,MMR7173,7173,22-May-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Lamaing,15.5035,97.8321,1,Network Media Group,National,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0,1574179242,MMR -7672741,104,MMR7174,7174,22-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Way Thar Li,20.6669,93.153,2,VOA,International,"On 22 May 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army launched the landmine attack and clashed with a Myanmar military column with 100 soldiers near Way Thar Li village. The military arrested two villagers after the fighting.",0,1612998736,MMR -7672765,104,MMR8219,8219,22-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Min Thar Taung,20.8953,93.0408,1,VOA,International,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1,1612998736,MMR -6362077,104,MMR7172,7172,22-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Lone Khin,25.6564,96.3568,1,Radio Free Asia,Regional,"On 22 May 2019, in Hpakant Township, in Kachin State, residents who were removed from Aungt Chyaint ward of Lonekhinn village in 2010 staged a protest to get compensation for the removal. [size=no report]",0,1574179243,MMR -7671395,104,MMR7168,7168,21-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Mizzima,National,"On 21 May 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military. One Rohingya Muslim man and his son were killed and one other child was injured during the clash between the two groups.",2,1612998733,MMR -7672731,104,MMR7170,7170,21-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,2,VOA,International,"On 21 May 2019, in Mrauk-U Township, in Rakhine State, the fighting broke out between the Myanmar military the Arakan Army near Oke Hpoke Kan. According to the villagers, at least 6 soldiers of the Myanmar military including a captain were killed. There was also news about 3 civilian deaths during the clash.",9,1612998736,MMR -6712028,104,MMR7169,7169,21-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 21 May 2019, in Kyauktaw Township, in Rakhine State, two men from Nga Pyaw Chaung village were injured as they stepped on the landmine on their way back home from collecting timber at a mountain to the west of the village. There were clashes happened between the Arakan Army and the Myanmar military in that area in the last two months.",0,1578511375,MMR -6361917,104,MMR7167,7167,20-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Myanmar Now,National,"On 20 May 2019, in Sagaing town, in Sagaing Region, a group of Buddhists launched 'White Rose Campaign' at the Myoma Mosque in the city. The campaign was intended to show loving kindness to the Muslims in Sagaing, following the mob threat to shut down the prayer houses in Yangon. [size=no report]",0,1574179242,MMR -7672674,104,MMR7166,7166,20-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 20 May 2019, in the border of Paletwa and Kyauktaw Townships, a Myanmar military column with 300 soldiers and the Arakan Army clashed. AA ambushed the military column and more than 10 soldiers of the Myanmar military were killed.",10,1612998736,MMR -6361251,104,MMR7164,7164,20-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Mong Mu,22.9176,97.4267,1,Irrawaddy,National,"On 20 May 2019, in Namtu Township, in northern Shan State, a 50 year old resident of Mong Mu village was killed by the landmine explosion while he was farming. It occurred in an area where frequent fighting between RCSS and an alliance of TNLA and SSPP happens.",1,1574179240,MMR -6361023,104,MMR7182,7182,20-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Democratic Voice of Burma,National,"On 20 May 2019, in Dagon Township, in Yangon Region, more than 200 garment workers from Myanmar Hao Yang factory protested, calling for a meeting with the Yangon Region Chief Minister to ask him to help resolve the productivity pay cut issue at their factory. There have been ten failed negotiations on this issue. Workers marched to the Yangon Region Government to ask to meet with the Minister. [size=more than 200]",0,1574179239,MMR -6712027,104,MMR7165,7165,20-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy,National,"On 20 May 2019, in Hsipaw Township, in northern Shan State, a villager of Tun Kyaing village was injured from landmine explosion while he was working on his farm.",0,1578511375,MMR -6361073,104,MMR7163,7163,20-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyar Nyo Pyin,20.8028,92.5994,1,Development Media Group,Subnational,"On 20 May 2019, in Kyar Nyo Pyin Village, in Buthidaung Township, in Rakhine State, a boat ferry operator was threatened by three gunmen who shot their guns in the air as he refused to take three men to Buthidaung on his boat during the night time. The men also stabbed the ferry operator.",0,1574179240,MMR -7672627,104,MMR7155,7155,19-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Pyin Chaung,20.8354,92.6025,2,VOA,International,"On 19 May 2019, in Buthidaung Township, in Rakhine State, the Myanmar military column with 150 soldiers was attacked by the Arakan Army near Pyin Chaung village. Five soldiers from the military side were killed and 10 were injured.",5,1612998735,MMR -7669318,104,MMR7159,7159,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; Buddhist Group (Myanmar); Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia; Shan Herald Agency for News; Myanmar Times,Subnational-National,"On 19 May 2019, in Lashio Town, in Shan State, about 3000 protesters marched on the streets of Lashio to support the Myanmar military and protest against the move in parliament to amend the 2008 Constitution. This protest was led by the Lashio based nationalists group and protesters marched from the Lashio city hall to the township football field in ward 12. Members of USDP from different townships, former military personnel, the monks and people from the ethnic cultural organizations participated in the protest. [size=3000]",0,1612998727,MMR -7671890,104,MMR7156,7156,19-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Myauk Taung,20.9516,93.0006,1,Network Media Group,National,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1,1612998734,MMR -6362227,104,MMR7162,7162,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Pauktaw,Pauktaw,20.1793,93.0686,2,VOA,International,"On 19 May 2019, in Pauktaw Township, in Rakhine State, a protest was held to call for ending the conflicts happening in Rakhine and for the refugees to be able to return to their villages. [size=no report]",0,1574179243,MMR -6362238,104,MMR7158,7158,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,VOA,International,"On 19 May 2019, in Sittwe Town, in Rakhine State, about 3000 people including the monks and residents from Sittwe and Rathedaung joined a protest to call for ending the conflicts happening in Rakhine state and for the refugees to be able to return to their villages. [size=3000]",0,1574179243,MMR -6362264,104,MMR7161,7161,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,VOA,International,"On 19 May 2019, in Maungdaw Township, in Rakhine State, a protest was held to call for ending the conflicts happening in Rakhine and for the refugees to be able to return to their villages. [size=no report]",0,1574179243,MMR -6362273,104,MMR7160,7160,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 19 May 2019, in Ponnagyun Township, in Rakhine State, a protest was held to call for ending the conflicts happening in Rakhine and for the refugees to be able to return to their villages. [size=no report]",0,1574179243,MMR -6362109,104,MMR7157,7157,19-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),ABFSU: All Burma Federation of Student Unions; CTUM: Confederation of Trade Unions Myanmar; Students (Myanmar); Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 19 May 2019, in Kyauktada Township, in Yangon Region, about 50 political activists staged the protest calling for the release of the villagers who were arrested for protesting against the Alpha Cement plant in the Mandalay region. The protest was joined by the Democratic Force, Confederation of Trade Union Myanmar and members of All Burma Federation of Student Unions. Protesters marched from Pansodan to the Yangon City Hall. [size=50]",0,1574179243,MMR -6362113,104,MMR7143,7143,17-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (South),Dagon Myothit (South),16.8402,96.2258,2,Radio Free Asia,Regional,"On 17 May 2019, in Dagon Township, in Yangon Region, peace activists rallied during a 'White Rose' campaign to protest against the actions of nationalists who had recently pressured makeshift mosques being used for Ramadan services to shut down. [size=no report]",0,1574179243,MMR -7672098,104,MMR7154,7154,17-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NSCN-K: National Socialist Council of Nagaland-Khaplang,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Lahe,Lahe,26.3006,95.3713,2,Radio Free Asia,Regional,"On 17 May 2019, in west of Lahe Township, in Sagaing Region, fighting broke out between the Myanmar military and the Naga National Socialist Council (NSCN-K).",0,1612998734,MMR -7670330,104,MMR7153,7153,17-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"On 17 May 2019, in Paletwa Township, in Chin State, a captain, two sergeants and other soldiers of Myanmar military's LIB 212 under the command of LID 11 were killed by the Arakan Army. AA attacked a Myanmar military column which was travelling in Chin State. AA claimed that a total of 10 soldiers were killed during the fighting whereas the military spokesperson claimed that only military officer was killed from their side and that they collected three dead bodies of AA soldiers.",13,1612998730,MMR -6362205,104,MMR7142,7142,17-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Botahtaung,Botahtaung,16.7719,96.1697,2,VOA,International,"On 17 May 2019, in Botahtaung Township, in Yangon Region, about 50 civil society groups started the 'Blue Shirt Campaign' in a protest against the charges by the military over the freedom of expression. The campaign was launched at the hearing of recently arrested members of a Thangyat (satirical style performance) group. [size=no report]",0,1574179243,MMR -6362258,104,MMR7144,7144,17-May-19,2019,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of China (2012-),,8,58,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,VOA,International,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0,1574179243,MMR -7670291,104,MMR7151,7151,16-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Irrawaddy,National,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1,1612998730,MMR -7671406,104,MMR7150,7150,16-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NSCN-K: National Socialist Council of Nagaland-Khaplang,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Lahe,Lahe,26.3006,95.3713,2,Mizzima,National,"Since 16 May 2019, in Lahe Township, in Sagaing Region, fighting between the Myanmar military and the NSCN(K) has occurred.",0,1612998733,MMR -6711991,104,MMR8863,8863,16-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Women (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kan Htaunt Gyi,19.8547,93.7611,1,Burmese Women's Union,Other,"On 16 May 2019, in Kan Htaunt Gyi, Myebon Township, in Rakhine State, more than 300 women staged a protest to prohibit the alcohol sales so that youth in Rakhine can be prevented from using drugs and drinking alcohol. [size=more than 300]",0,1578511375,MMR -6362184,104,MMR7148,7148,15-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),National Security Social Network,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 15 May 2019, in Taunggyi Town, in Shan State, 200 people rallied and marched in support of the Myanmar military. The protesters called for the protection of the 2008 Constitution. The protest was organized by the National Security Social Network. [size=200]",0,1574179243,MMR -7671379,104,MMR7147,7147,15-May-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Christian Group (Myanmar),7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Mee Zar,21.7251,92.7776,1,Khonumthung News,Subnational,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0,1612998733,MMR -6361953,104,MMR7140,7140,15-May-19,2019,1,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),5,Civilians (Myanmar),Muslim Group (Myanmar),7,57,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (South),Dagon Myothit (South),16.8402,96.2258,2,Myanmar Times,National,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0,1574179242,MMR -7669955,104,MMR7139,7139,15-May-19,2019,1,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Eleven Media Group,National,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0,1612998729,MMR -6382076,104,MMR7149,7149,15-May-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,2,Chin World,National,"On 15 May 2019, in Minbya Township, in Rakhine State, three men and two women of Chin ethnic group were abducted by the Arakan Army. A villager reported that AA threatened the villagers not to disclose the information about the abduction or they would kill the abductees if the villagers reported it.",0,1574367576,MMR -6361858,104,MMR7134,7134,14-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 14 May 2019, in Myawaddy Town, in Kayin State, about 60 activists staged the protest against the verdict of the local court over a car accident happened on Kawkareik-Myawaddy Asia Highway. Activists claimed that the court sentence is heavier than the crime committed. They gathered at Myasandi park and marched to protest at the township court. [size=60]",0,1574179242,MMR -6361880,104,MMR7132,7132,14-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Mizzima,National,"On 14 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, residents staged a protest against the Alpha Cement Plant. [size=no report]",0,1574179242,MMR -6361119,104,MMR7133,7133,14-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Eleven Media Group,National,"On 14 May 2019, in Hlaingthayar Township, Yangon Region, about 500 people staged the protest to demand for the regular electricity power distribution as they were facing frequent power outages.[size=500]",0,1574179240,MMR -6362193,104,MMR7135,7135,14-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Nam Maw Long,22.4532,97.4181,1,Shan Herald Agency for News,Subnational,"On 14 May 2019, in Nam Maw Lon Village, in Namlan sub-township of Hsipaw Township, in northern Shan State, a man was shot by the gunfire and injured. It was unknown where the gunfire came from and which groups were fighting in the area. It happened in the area that RCSS and SSPP and the Myanmar military are all active.",0,1574179243,MMR -7669860,104,MMR7136,7136,14-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Pauk Taw Pyin,20.4305,92.9349,2,Development Media Group,Subnational,"On 14 May 2019, in Ponnagyun Township, in Rakhine State, a clash between the Arakan Army and the Myanmar military broke out between Pauktawpyin and Oatphokan villages. 18 military soldiers were killed during the clash.",18,1612998729,MMR -7669884,104,MMR7138,7138,14-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Development Media Group,Subnational,"On 14 May 2019, in Ponnagyun Township, in Rakhine State, the AA and Myanmar military clashed.",0,1612998729,MMR -7669886,104,MMR9334,9334,14-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thar Si Ywar Thit,20.9363,93.0055,1,Development Media Group,Subnational,"On 14 May 2019, in Kyauktaw Township, the AA attacked 13 military trucks on the road near Thar Si (Ywar Thit) village in Kyauktaw and killed 40 soldiers of Myanmar military according to the AA.",40,1612998729,MMR -7669899,104,MMR7137,7137,14-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 14 May 2019, in Kyauktaw Township, in Rakhine State, a fighting broke out between the Arakan Army and the Myanmar military on Kyauktaw-Paletwa road. 25 military soldiers and one militant of the AA were killed during the fighting.",26,1612998729,MMR -7669902,104,MMR9335,9335,14-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Oke Hpoke Kan,20.6379,93.1623,2,Development Media Group,Subnational,"On 14 May 2019, in Mrauk-U Township, in Rakhine State, a clash between the AA and military happened southeast of Oatphokan (Oke Hpoke Kan) village in the evening the same day and 4 military soldiers were killed.",4,1612998729,MMR -6362164,104,MMR7127,7127,13-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News,Subnational,"On 13 May 2019, in Tachileik Town, in eastern Shan State, a man was shot in the back while riding his motorbike by an unknown gunman near Shwe Myae Thayar market in Mae Khong ward.",0,1574179243,MMR -7669904,104,MMR7129,7129,13-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 13 May 2019, in between Kyauktaw and Mrauk-U Townships, in Rakhine State, the Arakan army clashed with the Myanmar military. 3 soldiers of AA and one soldier of the military were killed. One woman from Taung Oo village was hit by a stray bullet from the clash and injured.",4,1612998729,MMR -7670163,104,MMR7128,7128,13-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tin Ma,21.0128,92.985,1,Irrawaddy,National,"On 13 May 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military at Tin Ma village, located north of downtown Kyauktaw. The military's tactical command fired several artillery rounds.",0,1612998729,MMR -7669939,104,MMR7130,7130,13-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Development Media Group,Subnational,"On 13 May 2019, in between Kyauktaw and Paletwa Townships, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military. One member of AA was killed during the fight.",1,1612998729,MMR -6362050,104,MMR7131,7131,13-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Sa Par Htar,20.7348,92.657,1,Radio Free Asia,Regional,"On 13 May 2019, in Buthidaung Township, in Rakhine State, a man from Sapahtar village was injured from the landmine explosion on his way to herd the cattle.",0,1574179243,MMR -7670152,104,MMR7124,7124,12-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 12 May 2019, in Ann Township, in Rakhine State, the Arakan Army attacked the Myanmar military convoy under the military's Western command with landmines. Both sides then clashed. One Myanmar military soldier was injured. The fighting happened on the Ann-Sittwe Highway. The AA claimed that it killed some troops of the military. Unknown fatalities.",3,1612998729,MMR -7670184,104,MMR7125,7125,12-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Laung Poke,20.5632,92.9095,1,Irrawaddy,National,"On 12 May 2019, in Ponnagyun Township, in Rakhine State, the Arakan Army fought with the Myanmar military at Laung Boat (Laung Poke) village. AA claimed that it killed 4 military soldiers.",4,1612998729,MMR -6361081,104,MMR7126,7126,12-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Mee Yat Pyin,20.6577,92.9343,1,Development Media Group,Subnational,"On 12 May 2019, in Kyauktaw Township, in Rakhine State, a young boy was killed by the explosion of the artillery shell that he found and played with it at his home in Mee Yat Pyin village.",1,1574179240,MMR -6361952,104,MMR7122,7122,11-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,Myanmar Times,National,"On 11 May 2019, in Dawei District, in Tanintharyi Region, over 100 villagers gathered and commenmorated the suspension of a coal mine project. Villagers also urged the government to extinguish the fire that was burning piles of the coal waste. [size=more than 100]",0,1574179242,MMR -7669868,104,MMR7123,7123,11-May-19,2019,1,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Kyee Kan Pyin,20.895,92.3986,2,Development Media Group,Subnational,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0,1612998729,MMR -6362086,104,MMR6833,6833,11-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Radio Free Asia,Regional,"On 11 May 2019, in Lashio Town, in Shan State, over 500 people rallied at Yonehaw Myoma sports ground in support of amendments to the 2008 constitution. [size= more than 500]",0,1574179243,MMR -7672318,104,MMR7146,7146,11-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0,1612998735,MMR -7670100,104,MMR6829,6829,10-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Hpa Yar Paung,20.7975,92.9766,2,Irrawaddy,National,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1,1612998729,MMR -7670101,104,MMR6831,6831,10-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Pauk,20.8064,92.9821,2,Irrawaddy,National,"On 10 May 2019, in between Kyauktaw and Mrauk-U Townships, in Rakhine State, there was a brief encounter between the Myanmar military and the Arakan Army near Phayar Paung and Taung Pauk villages after a landmine blast.",0,1612998729,MMR -7670187,104,MMR7121,7121,10-May-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Hu Hkin (Palaung),23.0772,97.1175,1,Irrawaddy,National,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0,1612998729,MMR -6712019,104,MMR6830,6830,10-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Pauk,20.8064,92.9821,1,Irrawaddy,National,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, a boat ferry operator from Taung Pauk village was shot in the head by a stray bullet while he was docking a boat in a local creek. He was injured. It was unclear who shot him.",0,1578511375,MMR -7672635,104,MMR6826,6826,9-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Day Wun,20.6429,92.9294,2,VOA,International,"On 9 May 2019, on the border of Ponnagyun and Kyauktaw Townships, in Rakhine State, the Myanmar military claimed that a column of the military experienced a landmine attack by the AA on the cross road of Yoe Chaung near Dae Won and Mhaw villages.",0,1612998735,MMR -7672730,104,MMR6827,6827,9-May-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 9 May 2019, on the border of Ponnagyun and Kyauktaw Townships, in Rakhine State, the Myanmar military shelled the area in response to a landmine attack by the AA earlier in the day.",0,1612998736,MMR -6711988,104,MMR6825,6825,9-May-19,2019,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kun Taing Ywar Gyi,20.8616,92.5528,1,Anadolu Agency,International,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0,1578511375,MMR -6362067,104,MMR6824,6824,9-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia,Regional,"On 9 May 2019, in Pathein Town, in Ayeyarwady Region, the prisoners at Pathein prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. [size=no report]",0,1574179243,MMR -6362069,104,MMR6823,6823,9-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 9 May 2019, in Myitkyina Town, in Kachin State, the prisoners at Myitkyina prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. [size=no report]",0,1574179243,MMR -6362080,104,MMR6822,6822,9-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Thayarwady,Thayarwady,17.6544,95.7862,1,Radio Free Asia,Regional,"On 9 May 2019, in Thayarwady Town, in Bago Region, the prisoners at Tharyarwady prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. [size=no report]",0,1574179243,MMR -7670800,104,MMR6819,6819,8-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Mongmit,Mongmit,Mongmit,23.1097,96.6691,2,Kachinland News,Subnational,"On 8 May 2019, in Mongmit Township, in Shan State, Myanmar military's LIB 252 and 253 had clashed with KIA's battalion 34 twice at Nhkum Kahtawng junction and Pyaw Dawng Kawng respectively.",0,1612998731,MMR -6362149,104,MMR6816,6816,8-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Radio Free Asia,Regional,"On 8 May 2019, in Kale Town, in Sagaing Region, the prisoners of Maw Lite Kale prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. [size=no report]",0,1574179243,MMR -7669589,104,MMR8402,8402,8-May-19,2019,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Amnesty International,Other,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0,1612998728,MMR -7672167,104,MMR6820,6820,8-May-19,2019,1,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),6,Police Forces of Myanmar (2016-2021) Prison Guards,,1,16,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Radio Free Asia,Regional,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4,1612998734,MMR -6361286,104,MMR8358,8358,8-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kha Maung,20.8271,92.8295,2,Irrawaddy,National,"On 8 May 2019, in Kyauktaw Township, in Rakhine State, a 34-year-old man stepped on a landmine while he went to collect bamboo to the west of Kha Maung village.",0,1574179240,MMR -7672040,104,MMR6818,6818,8-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 8 May 2019, in Kyauktaw Township, in Rakhine State, a column of Myanmar military was ambushed by the Arakan Army. There were some casualties on the military side.",0,1612998734,MMR -6362089,104,MMR6817,6817,8-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Prisoners (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,2,Radio Free Asia,Regional,"On 8 May 2019, in Hpa-an Township, in Karen State, the prisoners at Taungkalay prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. [size=no report]",0,1574179243,MMR -7672670,104,MMR6813,6813,7-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 7 May 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army attacked a military convoy with landmines as they were securing the Kyauktaw-Sittwe road.",0,1612998736,MMR -6361960,104,MMR6812,6812,7-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,2,Myanmar Times,National,"From 7 to 11 May 2019, in Shwepyithar Township, in Yangon Region, workers of VIP Myanmar factory staged a protest. Workers said they will continue the protest until they can negotiate 3 important points: annual bonuses, skilled bonuses and travel allowances. The factory produces golf clubs and bats and exports them into European countries. [size=no report]",0,1574179242,MMR -6362253,104,MMR6814,6814,7-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,VOA,International,"On 7 May 2019, in Kyauktaw Township, in Rakhine State, a villager who was taking shelter at Wah Taung refugee camp stepped on a landmine and got injured. Another villager from Mrauk-U also stepped on a landmine and was killed.",1,1574179243,MMR -7672736,104,MMR6811,6811,6-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Pyaing Taing,21.0488,92.985,2,VOA,International,"On 6 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military and the Arakan Army clashed twice near Pyaing Taing village. 700 villagers were displaced due to the clash.",0,1612998736,MMR -6361097,104,MMR6810,6810,5-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (North),Dagon Myothit (North),16.8808,96.1893,2,Eleven Media Group,National,"On 5 May 2019, in Dagon Myothit(North) Township, in Yangon Region, people rallied at a sports ground in No.36 ward in support of amendments to the 2008 constitution. [size=no report]",0,1574179240,MMR -6361936,104,MMR6808,6808,5-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 5 May 2019, in Kyauktada Township, in Yangon Region, hundreds of nationalist monks and their supporters staged a demonstration to express their opinions regarding the charter change. The demonstration was led by U Wirathu and protesters marched near the Sule Pagoda. The leader of the demonstration also called for Section 59 (f) of the constitution not to be changed. A man who challenged the speech of the U Wirathu was arrested by the police. [size=hundreds]",0,1574179242,MMR -7672656,104,MMR6809,6809,5-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,VOA,International,"On 5 May 2019, in Ponnagyun Township, in Rakhine State, the Myanmar military launched the attack on the Arakan Army on west of Pyin Toe village. Four soldiers of the military were killed and others were injured.",4,1612998736,MMR -7672090,104,MMR6807,6807,4-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Tein Nyo,20.7144,93.1149,2,Radio Free Asia,Regional,"On 4 May 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked the Myanmar military's convoy with landmines near Tein Nyo village. After that, the two sides exchanged fire and a child in the village was injured.",0,1612998734,MMR -7671375,104,MMR6801,6801,4-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Government of Myanmar (2016-),7,17,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,2,Khonumthung News,Subnational,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0,1612998733,MMR -7672773,104,MMR6806,6806,4-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Thit Ta Pon,20.8918,93.063,1,VOA,International,"On 4 May 2019, in Kyauktaw Township, in Rakhine State, the Arakan Army clashed with about 100 soldiers of the Myanmar military at northeast of Thitta Pon village.",0,1612998736,MMR -6712005,104,MMR7120,7120,4-May-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 4 May 2019, in Mrauk-U Town, in Rakhine State, a man was killed by an explosion of a landmine on his way to gather firewood on Mt.Tat Taung, a mile away from his home in Htanmaritz ward.",1,1578511375,MMR -7672091,104,MMR6799,6799,3-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Say Taung,20.7264,92.6711,2,Radio Free Asia,Regional,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0,1612998734,MMR -6361932,104,MMR6800,6800,3-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Banmauk,Banmauk,24.3998,95.8576,2,Myanmar Times,National,"On 3 May 2019, in Banmauk Township, in Katha District, in Sagaing Region, about 2,000 residents staged a protest against the amusement park and Khamoe Car Compound project implemented by the Tar Rain Company in the Zalon Taung area. [size=2,000]",0,1574179242,MMR -6711987,104,MMR8401,8401,3-May-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Sin Khone Taing,20.7165,92.6454,1,Amnesty International,Other,"On 3 May 2019, in Rathedaung Township, Rakhine State, Arakan Army fighters abducted four ethnic Rohingya villagers from Sin Khone (Sin Khone Taing) village. Two villagers escaped while the two others still remain missing.",0,1578511375,MMR -7670567,104,MMR6798,6798,2-May-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Nam Kat,23.9263,97.8936,2,Kachinland News,Subnational,"On 2 May 2019, in Muse Township, in northern Shan State, the Kachin Independence Army (KIA)'s battalion 36 attacked the Myanmar military's LID 99 on the way between Nam Kat village and Maw Tawng village.",0,1612998730,MMR -7670134,104,MMR6797,6797,2-May-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,1,Irrawaddy,National,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7,1612998729,MMR -6712103,104,MMR6804,6804,1-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 1 May 2019, in Hsipaw Township, in northern Shan State, unknown gunmen shot at the vehicles carrying ox near Mang Hai village; one driver was killed and another was injured.",1,1578511376,MMR -6362169,104,MMR6803,6803,1-May-19,2019,2,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"Around 1 May 2019, in Hsipaw Township, in northern Shan State, about 700 farmers staged a protest against the controversial amendment of the Vacant and Fallow Virgin Lands Management law in Myanmar. [size=700]",0,1574179243,MMR -6712472,104,MMR9333,9333,1-May-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Pang Soa Ming,22.6126,97.3132,2,Shan Herald Agency for News,Subnational,"On 1 May 2019, in Hsipaw Township, in northern Shan State, a driver who was carrying ox in a vehicle was shot and killed near Pang Sao Muen (Pang Sao Ming) and Sup-Lang villages.",1,1578511387,MMR -7820465,104,MMR6796,6796,1-May-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 1 May 2019, in Mandalay, more than 300 workers staged a protest to demand the government to resolve wage and labor rights related issues. Protesters marched within the Mandalay Industrial Zone and the protest was led by Myanmar Industries, Crafts and Services (MICS) Trade Union Federation. [size=more than 300]",0,1618442053,MMR -7670244,104,MMR6794,6794,1-May-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,13,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Irrawaddy,National,"On 1 May 2019, in Namhkan Township, in northern Shan State, six armed men robbed a house in Namkhan. These armed men , according to the victims, belonged to the Ta'ang National Liberation Army (TNLA), though this has not been confirmed. There was an exchange of fire when the police and people's militia arrived at the place of robbery.",0,1612998730,MMR -7670814,104,MMR6793,6793,30-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachinland News,Subnational,"On 30 April 2019, in Kutkai Township, in Shan State, the Kachin Independence Army (KIA)'s battalion no.9 and Myanmar military's LIR 427 clashed near the old Nam Pati village two times, in the very early morning and in the evening.",0,1612998731,MMR -7670369,104,MMR6791,6791,30-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Kachin News Group,Subnational,"On 30 April 2019, in Muse Township, in northern Shan State, the Myanmar military clashed with Kachin Independence Army (KIA)'s battalion no.9 under brigade 6 near Namti village in the township.",0,1612998730,MMR -5178713,104,MMR6789,6789,29-Apr-19,2019,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,22,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,Irrawaddy,National,"On 29 April 2019, near the area of Three-Pagoda Pass (Payathonzu),in Kyainseikgyi Township, in Karen State, fighting broke out between the Karen National Liberation Army (KNLA) and Mon National Liberation Army (MNLA) in a territory where the New Mon State Party (NMSP) was carrying out a logging project. The fighting occurred at TharHtein (Thanpayar river and Chaungpayar (river)). The clash broke out when KNLA entered into the logging area to stop the logging.",0,1557838713,MMR -7670393,104,MMR6787,6787,29-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Kachin News Group,Subnational,"On 29 April 2019, in Muse Township, in northern Shan State, fighting broke out between the Kachin Independence Army (KIA) and the Myanmar military on Namti Bum hill , located outside of Muse.",0,1612998730,MMR -7670410,104,MMR6788,6788,29-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Kachin News Group,Subnational,"On 29 April 2019, in Muse Township, in northern Shan State, a skirmish broke out between the Myanmar military and Northern Alliance members near Kawng Mo village in the township.",0,1612998730,MMR -5646350,104,MMR6786,6786,28-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Mingin,Mingin,22.8778,94.4941,1,Eleven Media Group,National,"On 28 April 2019, in Mingin Township, in Sagaing Region, 3,000 people staged a protest in support of amendments to the 2008 Constitution. The protesters gathered in front of the tea shop on Kanna road in Mingin. [size=3,000]",0,1563908692,MMR -5955148,104,MMR6785,6785,28-Apr-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Radio Free Asia,Regional,"On 28 April 2019, in Rathedaung Township, in Rakhine State, a bomb exploded outside the fence of the monastery where the villagers are taking shelter. The explosion killed one child and injured two other children.",1,1567539404,MMR -7671439,104,MMR6784,6784,28-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Mizzima,National,"On 28 April 2019, in Buthidaung Township, in Rakine State, Myanmar military forces conducted the security operation near Phonenyoleik village and captured a training camp of the Arakan Army after the skirmish. AA retreated its troops from the camp. After the battle, it is reported that the military collected some dead bodies of AA and ammunition. Unknown fatalities.",3,1612998733,MMR -7670821,104,MMR6779,6779,27-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachinland News,Subnational,"On 27 April 2019, in Lau Shi village, in Kutkai Township, in northern Shan State, the Kachin Independence Army (KIA)'s battalion no. 17 had fought with a combined force of Myanmar military's LIR no.365 and 419.",0,1612998731,MMR -5646381,104,MMR6782,6782,27-Apr-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Irrawaddy,National,"On 27 April 2019, in Mong Pan Village, in Namhkan Township, in northern Shan State, a bomb explosion caused the death of two children, leaving 8 others wounded. The bomb exploded near a pile of used car tires where the children were playing.",2,1563908692,MMR -5646420,104,MMR6783,6783,27-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,1,Myanmar Times,National,"On 27 April 2019, in Kamayut Township, in Yangon Region, people staged a protest in front of the old offices of the township municipal administration. Protesters demanded to be able to use the location of the old offices as the 'Thirty Comrades'Park.' Originally, the park had been in that location. [size=no report]",0,1563908692,MMR -7672224,104,MMR6780,6780,27-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Radio Free Asia,Regional,"On 27 April 2019, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Nga Thanbaw Chaung. AA claimed that military launched rockets into both the area of the fighting and other areas.",0,1612998735,MMR -7672778,104,MMR6781,6781,27-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,VOA,International,"On 27 April 2019, in Buthidaung Township, in Rakhine State, clashes between the Myanmar military and the Arakan Army occurred two times at the mountain ranges located northeast of Se Taung village. 20 soldiers of the military and one soldier of AA were killed during the clashes.",21,1612998736,MMR -5956097,104,MMR6772,6772,26-Apr-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Radio Free Asia,Regional,"On 26 April 2019, in Namhkan Township, in Shan State, two children were killed from an explosion of a military weapon while they and other 9 children were playing. They found the weapon in the forest and brought home.",2,1567539405,MMR -7670580,104,MMR6770,6770,25-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachinland News,Subnational,"On 25 April 2019, in Nampaka area, in Kutkai township, Shan state, troops of Myanmar military's LIB 69 and troops of KIA's battalion 8 battled at Kawng Ai Da Nam near Dung Gyeng village.",0,1612998730,MMR -7670398,104,MMR6771,6771,25-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Kachin News Group,Subnational,"On 25 April 2019, in Namtu Township, in Kachin State, Myanmar military's LID 99 encountered with KIA's battalion 8 under brigade 4 at the area between Dun Kyeng and Tung Hkam near Na Hkyem village for an hours.",0,1612998730,MMR -7262652,104,MMR6777,6777,25-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group,Subnational,"On 25 April 2019, in Hapkant Township, in Kachin State, more than 200 locals protested against the jade companies that dumped loose soil on an important roadway thereby obstructing the road. [size=more than 200]",0,1603755462,MMR -7670825,104,MMR6768,6768,23-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 23 April 2019, in Muse District, in northern Shan State, Myanmar military LID 99 and KIA's battalion 36 continued the fight at old Howa village during which KIA had to withdraw from its base at the village. The same day, in Muse District, KIA troops attacked the troops of Myanmar military at Nam Pa Tek and Nam Tau villages.",0,1612998731,MMR -5646125,104,MMR6769,6769,23-Apr-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,1,Network Media Group,National,"On 23 April 2019, in Yebyu township, in Tanintharyi Region, a 63 year old woman was injured as she stepped on the landmine while she was collecting areca nuts on her farm in Ahlae Sakhan village. The landmine explosion occurred in the area under disputed control between the NMSP and KNU.",0,1563908691,MMR -5646461,104,MMR6766,6766,22-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Myanmar Times,National,"On 22 April 2019, in Waingmaw Township, in Kachin State, about 8,000 to 10,000 residents protested against the renewal of the Myitsone Dam project. Protesters urged authorities to halt the Myitsone dam and other dams upstream of the Irrawaddy river. [size=8,000 to 10,000]",0,1563908692,MMR -7671965,104,MMR6765,6765,22-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Network Media Group,National,"On 22 April 2019, in Namhkan township, in northern Shan State, Myanmar military's LID 88 fought with the TNLA. The military attacked TNLA with artillery and nearby villages were hit by the fire from the artillery.",0,1612998734,MMR -7670704,104,MMR6764,6764,22-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 22 April 2019, in Muse District, in northern Shan State, Myanmar military attacked KIA's battalion 36 positioned at Yi Hku Kawng. The military's LID 99 also approached headquarters of KIA's battalion 36 at old Howa village from three different directions.",0,1612998731,MMR -7670193,104,MMR6762,6762,22-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,2,Irrawaddy,National,"On 22 April 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Nwar Yon Taung village which is close to Sin Thay Pyin village where more than 1,800 Rohingya reside.",0,1612998729,MMR -6332338,104,MMR8989,8989,22-Apr-19,2019,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,BBC News; Democratic Voice of Burma,National-International,"On 22 April 2019, in Namhkan Township, in northern Shan State, a Palaung ethnic villager who lives in Aung Metta ward was abducted from his home by Ta'ang National Liberation Army. During the abduction, TNLA also looted the money and phones. The family had to pay the TNLA to retrieve his dead body on October 30.",1,1572963018,MMR -7670219,104,MMR6763,6763,22-Apr-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,Irrawaddy,National,"On 22 April 2019, between Zeepin Chaung and Leikra villages, in Maugndaw Township, in northern Rakhine State, a police van transporting the officers from Taungpyo(Yar) police regiment to Kyein Chaung police regiment was attacked by the Arakan Rohingya Salvation Army (ARSA). ARSA first attacked the van with anti-vehicle (IEDs) before they shot at the van from both sides. One police officer was injured during the attack.",0,1612998729,MMR -7670321,104,MMR6760,6760,21-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Irrawaddy,National,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1,1612998730,MMR -7669317,104,MMR6767,6767,21-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,1,Xinhua; Irrawaddy,National-International,"On 21 April 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked the Myanmar military in Nayon Taung village. The retaliation by the military led the AA forces to retreat to the southeast. During the skirmishes, the military seized IEDs. Nearby, a pregnant Rohingya woman was struck by a stray bullet in her abdomen. As a result, she lost her unborn child.",0,1612998727,MMR -5646152,104,MMR6759,6759,21-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Karen Information Center News,Subnational,"On 21 April 2019, in Myawaddy Township, in Kayin State, residents of Shwe Mya Sandar housing compound staged a protest as they were forced to move and their houses were destroyed by the Kayin State government. There was no police intervention during the protest, but five protesters, including one well-known land activist, was arrested by the police on the night of April 22. [size=no report]",0,1563908691,MMR -5646153,104,MMR6761,6761,21-Apr-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,Development Media Group,Subnational,"On 21 April 2019, in Maungdaw Township, in Rakhine State, two landmines exploded on the road and near a bridge near Kaing Gyi village located south of Maungdaw. No one was injured from these explosions. Border guard police questioned two young men from Mawrawady village on suspicion.",0,1563908691,MMR -7671411,104,MMR6802,6802,21-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,3,Mizzima,National,"On 21 April 2019, in Muse district, Shan State, the Myanmar military clashed with the KIA near Mongpaw village.",0,1612998733,MMR -7670953,104,MMR6758,6758,21-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 21 April 2019, in Muse District, in northern Shan State, Myanmar military launched an attack on Shan State Army-North (SSPP) at Kai Dwi hill. The SSPP latter had to evacuate their hill base.",0,1612998732,MMR -7672243,104,MMR6757,6757,20-Apr-19,2019,1,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),5,Police Forces of Myanmar (2016-2021) Prison Guards,,1,15,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Radio Free Asia,Regional,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0,1612998735,MMR -7669956,104,MMR6755,6755,20-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 20 April 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army clashed with Myanmar military soldiers who were on patrol. They attempted to attack the military's headquarters near Mrauk-U. The military troops had found a dead body of AA soldier, a grenade, a man-made mine and other ammunitionsin the areas where AA approached the military base. AA denied that there was such an encounter.",1,1612998729,MMR -7670520,104,MMR6756,6756,20-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 20 April 2019, in Muse District, in northern Shan State, Myanmar military LID 99 and KIA's battalion 36 fought at Yi Khu Bum in Mungpaw area. Some artillery shells were fired on KIA positions by military troops based at Swi Zin Wan and Mai Hpang village.",0,1612998730,MMR -7672083,104,MMR6739,6739,19-Apr-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0,1612998734,MMR -7670376,104,MMR6741,6741,19-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Kachin News Group,Subnational,"On 19 April 2019, in Muse Township, in Kachin State, intense fighting broke out between the Myanmar military and the Kachin Independence Army (KIA). The battle took place in three locations: near Manjang village, Daknai village and Man Nawng Kawng near Mungbaw village. The exchange of fire started when the Myanmar military launched the operation near Dima where KIA's battalion 9 under brigade 6 was based. The clash occurred at Man Nawng Kawng were between the military troops and the KIA's battalion No. 36.",0,1612998730,MMR -7670389,104,MMR6740,6740,19-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachin News Group,Subnational,"On 19 April 2019, in Kutkai Township, in Kachin State, intense fighting broke out between the Myanmar military and the Kachin Independence Army (KIA). The battle took place in three locations: near Manjang village, Daknai village and Man Nawng Kawng near Mungbaw village. The exchange of fire started when the Myanmar military launched the operation near Dima where KIA's battalion 9 under brigade 6 was based. The clash occurred at Man Nawng Kawng were between the military troops and the KIA's battalion No. 36.",0,1612998730,MMR -7670474,104,MMR6775,6775,19-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachinland News,Subnational,"On 19 April 2019, in Kutkai Township, in Shan State, Kachin Independence Army battalion no.9 had clashed with about 50 soldiers of Myanmar military's LIR 427 at the old Nam Pati village. The same day, fighting broke out between the Kachin Independence Army battalion no.9 and about 50 soldiers of Myanmar military's LIR 10 at Kawng Mu in Kutkai township.",0,1612998730,MMR -7670277,104,MMR6754,6754,18-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Irrawaddy,National,"On 18 April, in Muse Township, in northern Shan State, Myanmar military's LID 99 attacked KIA's battalion 36 in the Mungbaw area. The fighting was intense.",0,1612998730,MMR -7670345,104,MMR6753,6753,18-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Irrawaddy,National,"Between 18 to 22 April 2019, in Muse Township, in northern Shan State, the Myanmar military clashed for three times with the combined force of KIA and TNLA in an area under the military's northeast command. TNLA denied that there was no attack on the military by the joint force.",0,1612998730,MMR -7670354,104,MMR6737,6737,18-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 18 April 2019, in Muse District, in Kachin State, Myanmar military's LID 99 exchanged fire with KIA's battalion 36 under brigade 6. The fighting started when the military attempted to take control the Howa village where KIA battalion 36 was stationed as its base.",0,1612998730,MMR -7670367,104,MMR6738,6738,18-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachin News Group,Subnational,"On 18 April 2019, in Kutkai Township, in Kachin State, the Myanmar military LID 99 clashed with KIA's battalion 9 and LIB 418 in Manjang village.",0,1612998730,MMR -5646178,104,MMR6735,6735,18-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,1,Khonumthung News,Subnational,"On 18 April 2019, in Matupi Township, in Chin State, about 3,500 residents staged a protest over a dispute over the proposed location to build the Matupi District office. Protesters marched from 8 Junction along Hakha and Mindat junction and then ended the protest at 8 Junction in Matupi. [size=3,500]",0,1563908691,MMR -7670235,104,MMR6736,6736,18-Apr-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 18 April 2019, in Mrauk-U Township, in Rakhine State, Myanmar military battalions LIB No 377 and 388 which were stationed near Baungdwat on Dataw hill continued shelling into the village. Around 460 villagers of Baungdwat village fled to take shelter at a monastery in central Mrauk-U.",0,1612998730,MMR -7670119,104,MMR6733,6733,17-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 17 April 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army attacked the regional level Myanmar military headquarters and a security post-2 located in Baungdwat village. The Myanmar military exchanged fire with the AA. Specifically, Myanmar military battalions LIB No 377 and 388 which were stationed near Baungdwat on Dataw hill launched shelling into the village and two villagers were injured as the shell hit their home.",0,1612998729,MMR -5955301,104,MMR6734,6734,17-Apr-19,2019,1,Violence against civilians,Attack,Unidentified Communal Militia (Myanmar),,4,Civilians (Myanmar),Buddhist Group (Myanmar),7,47,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,1,Radio Free Asia,Regional,"On 17 April 2019, in Taungtha Township, in Mandalay Region, hundreds of people holding batons and knives entered Nyein Chan Tawra Dhamma Yeik Thar Buddhist monastery in Kyar Poh village and beat the people inside the monastery. Eight people were injured and sent to the hospital. The monastery's buildings were also damaged.",0,1567539404,MMR -5956173,104,MMR6732,6732,16-Apr-19,2019,1,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),5,Rioters (Indonesia),Government of Myanmar (2016-),5,55,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Kanbalu,23.2033,95.517,1,Radio Free Asia,Regional,"On 16 April 2019, near Bukone village, in Kanbalu Township, in Sagaing Region, a conflict between the farmers and staff of Agriculture Department occurred. About 120 farmers have been occupying the farmlands since a week ago, asking to be allowed to work in these lands. When the staff of agriculture department tried to destroy their temporary camps with farming machines, conflict broke out between the farmers and the staff. [size=120]",0,1567539405,MMR -7672657,104,MMR6731,6731,16-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,VOA,International,"On 16 April 2019, in between Mrauk-U and Minbya Townships, in Rakhine State, a battle broke out between the Myanmar military and the Arakan Army near Pan Myaung Chay stream. AA claimed that 30 soldiers of the military were killed during the battle.",30,1612998736,MMR -7669561,104,MMR8400,8400,15-Apr-19,2019,3,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Amnesty International,Other,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0,1612998728,MMR -7672245,104,MMR6730,6730,14-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2,1612998735,MMR -7670215,104,MMR6752,6752,14-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Irrawaddy,National,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1,1612998729,MMR -7672625,104,MMR6729,6729,13-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,VOA,International,"On 13 April 2019, in Mrauk-U Township, in Rakhine State, Myanmar military claimed that it had seized the training camp of the Arakan Army after battle, as well as several guns, bullets, and mines. AA denied this claim.",0,1612998735,MMR -7671381,104,MMR6728,6728,12-Apr-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,1,Khonumthung News,National,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1,1612998733,MMR -7670328,104,MMR6751,6751,11-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Irrawaddy,National,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1,1612998730,MMR -7669992,104,MMR6723,6723,10-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 10 April 2019, in Mrauk-U Township, in Rakhine State, an encounter between the Myanmar military column providing security for Yangon-Sittwe Road and AA soldiers dressed in plain clothes occurred near Latka village. Fighting between the two groups also broke out near Laynyintaung, SinO and Chaungthit villages. Two women from Latka and Buywatmanhyo villages were killed. One woman and a child from Chaungthit were injured.",2,1612998729,MMR -7670006,104,MMR6724,6724,10-Apr-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,Military Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 10 April 2019, in Mrauk-U Township, in Rakhine State, an attack by 200 AA soldiers on the police battalion's headquarters where the military LID 55 was stationed temporarily in the night of 9th April continued until the 10th morning. But AA retreated when the military column came and was able to gain control of the HQ. The military used attack helicopters and fighter jets during the battle.",0,1612998729,MMR -7670004,104,MMR6722,6722,9-Apr-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,Military Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 9 April 2019, in Mrauk-U Township, in Rakhine State, about 200 AA soldiers attacked the No.31 police regiment whose HQ was based near Koethaung Pagoda. It is also the place where the Myanmar military LID 55 was stationed. Two police men were killed and seven went missing. A wife of a policeman was also killed. The AA arrested four women and three children, but released them two days later. In the ensuing battle, the military used attack helicopters and fighter jets. RFA reported that 20 military soldiers were killed as announced by the AA whereas the military announced that they lost less than 10 soldiers during the battle (only 3 fatalities confirmed and thus coded).",3,1612998729,MMR -7670009,104,MMR6721,6721,9-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 9 April 2019, in Mrauk-U Township, in Rakhine State, the Arakan Army launched an attack on a temporary base of the Myanmar military column located between Laynyintaung and SinO villages.",0,1612998729,MMR -5646518,104,MMR6718,6718,8-Apr-19,2019,1,Explosions/Remote violence,Grenade,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shan Herald Agency for News,Subnational,"On 8 April 2019, in Namtu Township, in northern Shan State, an unknown individual on the motorbike threw a grenade into the compound of a village headman's house in Mansam village. The explosion of the grenade caused injuries to two passersby of the house.",0,1563908692,MMR -7672255,104,MMR6719,6719,8-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Radio Free Asia,Regional,"On 8th April 2019, in Kansauk, Kyauktaw township, in Rakhine State, there was an encounter between the Myanmar military and the Arakan Army.",0,1612998735,MMR -7672268,104,MMR6720,6720,8-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"On 8 April 2019, in Paletwa Township, in Chin State, Myanmar military had clashed with the Arakan Army near Letwa River.",0,1612998735,MMR -7264021,104,MMR6716,6716,7-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Patheingyi,22.0045,96.1634,1,Radio Free Asia,Regional,"On 7 April 2019, in Patheingyi Township, in Mandalay Region, about 100 farmers from Si Thar Yar village staged the protest to demand the return of more than 80 acres of the farmlands which were part of the lands the military rented for building Mandalay Beer Brewing factory.[size=100]",0,1603755484,MMR -7670413,104,MMR6712,6712,7-Apr-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group,Subnational,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0,1612998730,MMR -5555106,104,MMR6711,6711,7-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,Protesters (Myanmar),Buddhist Group (Myanmar),6,66,Southeast Asia,Myanmar,Yangon,Yangon (East),South Okkalapa,South Okkalapa,16.8462,96.1799,1,Eleven Media Group,National,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0,1563283623,MMR -7672228,104,MMR6714,6714,7-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 7 April 2019, in Mrauk-U Township, in Rakhine State, an intense battle between the Myanmar military and the Arakan Army broke out. The military reported that it took control of two stations of AA.",0,1612998735,MMR -7669932,104,MMR6713,6713,7-Apr-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Development Media Group,Subnational,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0,1612998729,MMR -5646530,104,MMR6715,6715,7-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Thegon,Thegon,18.6469,95.4172,1,Eleven Media Group,National,"On 7 April 2019, in Thegon Township, in Bago Region, about 2,000 residents held a rally to support the amendment of the 2008 Constitution and the end to civil wars throughout Myanmar. [size=2,000]",0,1563908692,MMR -6273015,104,MMR6717,6717,7-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party; NUP: National Unity Party; Ma Ba Tha: Association for the Protection of Nationality and Religion,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Khonumthung News,National,"On 7 April 2019, in Kale Township, in Sagaing Region, about 1,000 people rallied for preservation of Article 59(f) of the 2008 Constitution. The demonstration was led by the Kalay Township National Forces (KTNF), which was co-organized by the Union Solidarity and Development Party(USDP), the National Unity Party (NUP), Ma Ba Tha and the Kalay Farmers Association. [size=1,000]",0,1572403725,MMR -5646189,104,MMR6703,6703,6-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Pinlaung,Pinlaung,20.1229,96.7822,1,Democratic Voice of Burma,National,"On 6 April 2019, in Pinlaung Township, in Shan State, about 500 residents including the civil society organizations staged the protest against the coal mine factories. Protesters demanded to close down the Tigit coal factory and the coal mine. The protest was led by Myanmar Alliance for Transparency and Accountability (MATA) and protesters marched till the front of the coal mine factory and protested. [size=500]",0,1563908691,MMR -6289080,104,MMR6750,6750,6-Apr-19,2019,2,Battles,Armed clash,ULFA-I: United Liberation Front of Asom-Independent,,2,ULFA-I: United Liberation Front of Asom-Independent,,2,22,Southeast Asia,Myanmar,Sagaing,Hkamti,Nanyun,Nanyun,26.9797,96.167,1,Northeast Now,International,"Around 6 April 2019, in Taga, in Nanyun Township, in Sagaing Region, three cadres of ULFA(I) were killed by their own commander for trying to escape from its base to surrender before the security forces. They were captured in Niliguri Gut camp area inside Myanmar.",3,1572403753,MMR -7672260,104,MMR6710,6710,6-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"On 6 April 2019, in Buthidaung Township, in Rakhine State, there was an intense battle between the Myanmar military and the Arakan Army. The battle occurred between Phonenyoleik and Thayetpyin villages. About 400 villagers of Thayetpyin were displaced. As well, fighting between the Myanmar military and the Arakan Army on the Phaungphi mountain ranges north of Phetwunchaung beginning 5th April continued.",0,1612998735,MMR -5955092,104,MMR6702,6702,5-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Ngape,Ngape,20.0753,94.4676,1,Radio Free Asia,Regional,"On 5 April 2019, in Ngape Township, in Minbu District, in Magway Region, farmers who were barred for five years from planting crops along the Chinese oil and gas pipeline route protested against the new request by the pipeline company's affiliate to take control of the land when restrictions end. [size=no report]",0,1567539404,MMR -7672636,104,MMR6699,6699,5-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,VOA,International,"On 5 April 2019, in Buthidaung Township, in Rakhine State, a battle took place between the Myanmar military and the Arakan Army near Wanatyone village. AA claimed that more than 10 military soldiers were killed and weapons were seized from the military.",10,1612998735,MMR -6269524,104,MMR6701,6701,5-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,1,Hinthar Media,National,"On 5 April 2019, in Dawei Township, in Tanintharyi Region, about 1,000 residents gathered at Shwewei Thiri Playground for a rally in support of amendments to the 2008 Constitution. [size=1,000]",0,1572403721,MMR -7672231,104,MMR6708,6708,5-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"On 5 April 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army on the Phaungphi mountain ranges.",0,1612998735,MMR -5646517,104,MMR6709,6709,5-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shan Herald Agency for News,Subnational,"On 5 April 2019, in Lashio Township, in Shan State, about 200 farmers from two villages staged a protest to demand the return of their farmlands (200 acres) which were confiscated by the military. Farmers marched from the train station to the city hall in Lashio. [size=200]",0,1563908692,MMR -7672248,104,MMR6700,6700,5-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kayin,Kawkareik,Kyainseikgyi,Kyainseikgyi,16.0408,98.1232,1,Radio Free Asia,Regional,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7,1612998735,MMR -7672112,104,MMR6707,6707,4-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 1 until 4 April 2019, at the border of Mrauk-U and Minbya Townships, in Rakhine State, Myanmar military had battled intensely with the Arakan Army north of Kyaungtaung village.",0,1612998734,MMR -7263408,104,MMR6698,6698,4-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Patheingyi,22.0045,96.1634,1,Myanmar Now,National,"On 4 April 2019, in Patheingyi Township, in Mandalay Region, residents of Mekinkone village protested to demand the return of their farmlands which were confiscated by the military since 1993. [size=no report]",0,1603755469,MMR -7669879,104,MMR6696,6696,3-Apr-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Development Media Group,Subnational,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6,1612998729,MMR -7672234,104,MMR6706,6706,3-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 1 until 4 April 2019, at the border of Mrauk-U and Minbya Townships, in Rakhine State, Myanmar military had battled intensely with the Arakan Army north of Kyaungtaung village.",0,1612998735,MMR -7262654,104,MMR6697,6697,3-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachin News Group,Subnational,"On 3 April 2019, in Hpakant Township, in Kachin State, more than 3,000 people demonstrated in a rally support to amend the 2008 Constitution. The demonstration was held at the independence monument in Maw Wun Ward. [size=more than 3,000]",0,1603755462,MMR -7672156,104,MMR6705,6705,2-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 1 until 4 April 2019, at the border of Mrauk-U and Minbya Townships, in Rakhine State, Myanmar military had battled intensely with the Arakan Army north of Kyaungtaung village.",0,1612998734,MMR -7670139,104,MMR6727,6727,2-Apr-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,Police Forces of Myanmar (2016-2021),,1,11,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Irrawaddy,National,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1,1612998729,MMR -7670752,104,MMR6695,6695,2-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,1,Kachinland News,Subnational,"On 2 April 2019, in Momauk Township, in Kachin State, a clash took place between the Myanmar military and KIA's battalion No.24 troops at a corn field between Ding Gam village and Hkawng Lang villages.",0,1612998731,MMR -7672187,104,MMR6693,6693,1-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Radio Free Asia,Regional,"On 1 April 2019, in Kyauktaw Township, in Rakhine State, intense fighting between the Myanmar military and the Arakan Army took place at Phaungphee mountain range on the other side of Thaluchaung village. Myanmar military conducted aerial attacks using helicopters.",0,1612998734,MMR -5646251,104,MMR6694,6694,1-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,1,Democratic Voice of Burma,National,"On 1 April 2019, in Kyauktada Township, in Yangon Region, about 200 workers who worked as porters in Sanpya fish market in Kyee Myin Taing township staged a protest in front of the Yangon City Hall. They protested against the plan for reduction of illegal workers. [size=200]",0,1563908691,MMR -5923288,104,MMR8512,8512,1-Apr-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Pyapon,Pyapon,16.2854,95.6788,1,Democratic Voice of Burma,National,"On 1 April 2019, in Ah Hpyauk Town, Pyapon township, in Ayeyarwady Region, a rally in support of amending the 2008 constitution was organized. [size=no report]",0,1567515036,MMR -7672037,104,MMR6704,6704,1-Apr-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 1 until 4 April 2019, at the border of Mrauk-U and Minbya Townships, in Rakhine State, Myanmar military had battled intensely with the Arakan Army north of Kyaungtaung village.",0,1612998734,MMR -5646330,104,MMR6692,6692,1-Apr-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Development Media Group,Subnational,"On 1 April 2019, in Kyauktaw Township, in Rakhine State, the explosion of artillery shell caused the serious injures to 2 civilians of Phet Win Chaung village. It is unclear which group fired the artillery shell but villagers said they used to experience the shelling by the Myannar military battalion No. 539.",0,1563908691,MMR -5646341,104,MMR6687,6687,31-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Myanmar Now,National,"On 31 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell near the villages of Sango Taung, Nayone Taung, Shitshar Taung and U Yin Thar. Both the military and the Arakan Army denied of the launch of the artillery shelling.",0,1563908691,MMR -7288913,104,MMR6691,6691,31-Mar-19,2019,1,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),5,Rioters (China),Labour Group (China),5,55,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,2,Eleven Media Group,National,"On 31 March 2019, in Mogoke Township, in Mandalay Region, a fire outbreak occurred at the gemstone mining site after conflict broke out between the miners and the Chinese owned Htay Paing company. It is rumored on social media that arson attack caused the fire since the right to mine for local miners has already expired. [size=no report]",0,1604422688,MMR -5646426,104,MMR6690,6690,31-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Taungoo,Phyu,Phyu,18.4843,96.4357,1,Democratic Voice of Burma,National,"On 31 March 2019, in Phyu Township, in Bago Region, about 50 people joined a rally support of the amendment of the 2008 Constitution. [size= 50]",0,1563908692,MMR -7820662,104,MMR6749,6749,31-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Mizzima,National,"On 31 March 2019, in Nay Pyi Taw, people staged the protest in support of the amendment of the 2008 Constitution. [size=no report]",0,1618442053,MMR -7669685,104,MMR6688,6688,31-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Democratic Voice of Burma,National,"On 31 March 2019, in between Buthidaung and Rathedaung Townships, in Rakhine State, Myanmar military and the Arakan Army had intense fighting in valley of Saparhtar and Kwan mountain.",0,1612998728,MMR -7669686,104,MMR6689,6689,31-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Democratic Voice of Burma,National,"On 31 March 2019, in Kyauktaw Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army near Thaluchaung and Pharwutchaung villages. Myanmar military used 2 helicopters during the attack and military battalion No.539 launched heavy shelling from Kansauk mountain. AA spokeperson told that no battle broke out and that it is one-sided attack from the military.",0,1612998728,MMR -5188023,104,MMR6686,6686,31-Mar-19,2019,1,Violence against civilians,Attack,PNA: Pa-Oh National Army,,3,Civilians (Myanmar),Pa-Oh Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Taunggyi,Hsihseng,Hsihseng,20.1578,97.2505,1,Irrawaddy,National,"On 31 March 2019, in Hsihseng Township, in Shan State, 2 eight year old Pa-Oh boys were shot dead on mistaken identity by a member of Pa-Oh National Army. The two boys were studying at a monastery in Lon Pho village when the gunman shot them.",2,1558448132,MMR -5955087,104,MMR6679,6679,30-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Radio Free Asia,Regional,"On 30 March 2019, in Man Li village, in Namtu Township, in Shan State, three villagers were killed during the landmine explosion whereas four others were injured. The mine exploded while 10 villagers were on their way to work on the farms in east of the village.",3,1567539404,MMR -7669777,104,MMR6684,6684,30-Mar-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,Development Media Group,Subnational,"On 30 March 2019, in Maungdaw Township, in Rakhine State, Border Guard Police had clashed with 20 members of Arakan Rohingya Salvation Army (ARSA) near Pun Thi village while the No.6 BGP was conducting clearance operations between Meetaik and Thinbawhla villages. One police officer got minor injury.",0,1612998728,MMR -7672084,104,MMR6683,6683,30-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0,1612998734,MMR -6382123,104,MMR6685,6685,30-Mar-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Irrawaddy,National,"On 30 March 2019, in Paletwa Township, in Chin State, the Arakan Army abducted 13 employees of the Hsu Htoo San Construction Company on the charges of collecting intelligence on AA under cover. The company was building a portion of Paletwa-Mizoram road in the township. Around 13 June, it was reported that the AA had released 5 employees and planned to release eight construction workers later.",0,1574367576,MMR -5646359,104,MMR6682,6682,29-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 29 March 2019, in Taunggyi Township, in Shan State, about 60 people of a 'drive motorbikes for peace' protest campaign group arrived to Taunggyi from Loikaw. Student unions, political activists and the individuals joined the campaign. [size=60]",0,1563908692,MMR -7671870,104,MMR6678,6678,29-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 29 March 2019, in Mrauk-U Township, in Rakhine State, 10 AA soldiers attacked the combined troops of Myanmar military and the police near Auk Thar Kan village using remote controlled explosives and small/big arms. Two people were killed while injuring 7 people during the clash. Military also made an arrest of 8 villagers.",2,1612998734,MMR -7288914,104,MMR6677,6677,29-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,2,Hinthar Media,National,"On 29 March 2019, in Mogoke Township, in Mandalay Region, thousands of public staged the protest in support of amendments to the 2008 Constitution. Over 3000 signatures were also collected during the protest walk around the town. [size=thousands]",0,1604422688,MMR -7671977,104,MMR6676,6676,28-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Network Media Group,National,"On 28 March 2019, in Namtu Township, in northern Shan State, the Myanmar military fought against the combined forces of SSPP and TNLA around San Kha village. During the battle, military used both air strikes and shelling.",0,1612998734,MMR -7671455,104,MMR6673,6673,27-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Mizzima,National,"On 27 March 2019, in Namtu Township, in northern Shan State, the Myanmar military LIB 256 and 252 under the command of Brigade 101 fired into the area between the Mong Mu and San Kha villages and used helicopter during two clashes with the combined troops of SSPP/SSA-N and TNLA. This clash displaced over 200 villagers.",0,1612998733,MMR -7672747,104,MMR6675,6675,27-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,VOA,International,"On 27 March 2019, in Mrauk-U Township, in Rakhine State, clashes broke out between the Arakan Army and the Myanmar military. More heavy shelling was launched by the military from the mountains at the border of Mrauk-U and Minbya townships.",0,1612998736,MMR -6362057,104,MMR6674,6674,27-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hmawbi,Hmawbi,17.0998,96.0418,2,Radio Free Asia,Regional,"On 27 March 2019, in Hmawbi Township, in Yangon Region, more than 40 members of a peace march by motorbike movement departed Yangon and started the bike march. The peace march will bike through Yangon-Loikaw-Taunggyi-Mandalay for a total of 1500 miles. [size=more than 40]",0,1574179243,MMR -5646332,104,MMR6681,6681,27-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Thayarwady,Okpho,Okpho,18.1278,95.6746,1,Democratic Voice of Burma,National,"On 27 March 2019, in Okpho Township, in Tharyarwaddy District, in Bago Region, about 500 locals demonstrated in a rally support for amending the 2008 Constitution. Protesters marched from Boyonetan Street Park to the Bogyoke statue. [size=500]",0,1563908691,MMR -7672630,104,MMR6670,6670,26-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,VOA,International,"On 26 March 2019, in Rathedaung Township, in Rakhine State, fighting between the Arakan Army and the Myanmar military intensified near Khayu Chaung and Pethaduu villages and caused 1,000 villagers to flee.",0,1612998735,MMR -7669827,104,MMR6668,6668,26-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0,1612998728,MMR -7669316,104,MMR6667,6667,26-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shan Herald Agency for News; Network Media Group,Subnational-National,"On 26 March 2019, in Namtu Township, in northern Shan State, fighting broke out between Myanmar military columns under Brigade 101 and the allied forces of SSPP and TNLA. The clash occurred near upper part of Mong Mu village and near Long Merk village.",0,1612998727,MMR -7672711,104,MMR6672,6672,26-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,VOA,International,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0,1612998736,MMR -7672572,104,MMR6671,6671,26-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,VOA,International,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, 150 members of the Arakan Army launched the attack on the Myanmar military Battalion No.270 stationed at Myay Taung. On the same day, clashes between the two groups also occurred near Yayso Chaung village.",0,1612998735,MMR -5955351,104,MMR6665,6665,25-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,1,Radio Free Asia,Regional,"On 25 March 2019, in Kyauktada Township, in Yangon Region, about 100 political activists staged the protest in front of Yangon City Hall to call for the abolition of Myitsone dam project. [size=100]",0,1567539404,MMR -7670073,104,MMR6663,6663,25-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Hinthar Media,National,"On 25 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched the attack on the Arakan Army near Htike Tuu Pauk village, where the military thought the AA was positioned. The AA returned fire. On the same day, heavy shelling landed in Phone Nyo Laik village, injuring a woman.",0,1612998729,MMR -5955389,104,MMR6661,6661,25-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"On 25 March 2019, in Nar Ma Khaw Village Tract, in Hsipaw Township, in Shan State, SSPP clashed with the RCSS.",0,1567539404,MMR -7669315,104,MMR6664,6664,25-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Development Media Group; Radio Free Asia,Subnational-Regional,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1,1612998727,MMR -5646170,104,MMR6666,6666,25-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Pyawbwe,Pyawbwe,20.5947,96.0509,1,Myanmar Now,National,"On 25 March 2019, in Pyawbwe Township, in Mandalay Region, thousands of people staged the protest in support of the parliamentary discussions for the amendment of the 2008 Constitution. [size=thousands]",0,1563908691,MMR -5955166,104,MMR6662,6662,25-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Radio Free Asia,Regional,"On 25 March 2019, in Mong Mu Village Tract, in Namtu Township, in Shan State, SSPP clashed with the RCSS.",0,1567539404,MMR -7669887,104,MMR6660,6660,25-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 25 March 2019, in Mrauk-U Township, in Rakhine State, clashes broke out between the Myanmar military and the Arakan Army near Lin Mway Taung and Magyi Taung villages.",0,1612998729,MMR -7672798,104,MMR6659,6659,25-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Xinhua,International,"On 25 March 2019, in Kyauktaw Township, in Rakhine State, 150 AA soldiers attacked on the Myanmar military column who were conducting road security check near Kyiyapin village.",0,1612998736,MMR -7670075,104,MMR6657,6657,24-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Hinthar Media,National,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0,1612998729,MMR -5646227,104,MMR6652,6652,24-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Eleven Media Group,National,"On 24 March 2019, in Mawlamyine Township, in Mon State, thousands of locals gathered for a protest in support of the amending the 2008 Constitution. [size=thousands]",0,1563908691,MMR -7671989,104,MMR6680,6680,24-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NSCN-K: National Socialist Council of Nagaland-Khaplang,ULFA-I: United Liberation Front of Asom-Independent; NDFB: National Democratic Front of Boroland; KLO: Kamtapur Liberation Organization,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Nanyun,Nanyun,26.9797,96.167,3,Northeast Now,International,"On 24 March 2019, in Sagaing Region, the Myanmar military attacked rebel groups from India who were operating on Myanmar soil. During the attack, the Myanmar military defeated the camps of NSCN(K), ULFA(I), NDFB(S), KLO and Manipuri rebels. Around 20 ULFA(I) and NDFB(S) members were reportedly killed during the attack. Location coded at Nanyun township, location where the groups operate.",20,1612998734,MMR -5646268,104,MMR6653,6653,24-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Paungde,Paungde,18.4917,95.5059,1,Eleven Media Group,National,"On 24 March 2019, in Paungde Township, in Bago Region, thousands of locals joined the protest in support of amending the 2008 Constitution. [size=thousands]",0,1563908691,MMR -5646269,104,MMR6654,6654,24-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Myaungmya,Myaungmya,Myaungmya,16.5835,94.9075,1,Eleven Media Group,National,"On 24 March 2019, in Myaungmya Township, in Ayeyarwady Region, thousands of locals participated in the protest in support of amending the 2008 Constitution. [size=thousands]",0,1563908691,MMR -7672795,104,MMR6656,6656,24-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Xinhua,International,"On 24 March 2019, in Rathedaung Township, in Rakhine State, 10 AA soldiers launched an attack on the Myanmar military column at the eastern bank of Nga San Baw creek located southwest of Yaysoe Chaung village.",0,1612998736,MMR -5955068,104,MMR6655,6655,24-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Pyin Oo Lwin,Pyin Oo Lwin,22.035,96.4568,1,Radio Free Asia,Regional,"On 24 March 2019, in Pyin Oo Lwin Township, in Mandalay Region, about 1,000 residents organized the protest in support for the amendment of the 2008 Constitution. Residents also called for a democratic federal system and ethnic equality. [size=1,000]",0,1567539404,MMR -5956107,104,MMR6651,6651,23-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,3,Radio Free Asia,Regional,"On 23 March 2019, the SSPP clashed with the RCSS. Location coded at Namtu township, Shan state. 1 RCSS fatality.",1,1567539405,MMR -5646229,104,MMR6650,6650,23-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Shan Herald Agency for News,Subnational,"On 23 March 2019, in Namtu Township, in Shan State, fighting broke out between the RCSS and SSPP forces. A villager of San Kha village was shot dead during the fire exchange between the two groups.",1,1563908691,MMR -7669950,104,MMR6649,6649,23-Mar-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Police Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 23 March 2019, in Mrauk-U Township, in Rakhine State, a police inspector of Tain Nyo police station officer was shot dead by two unknown gunmen while he was at a food shop. Police assumed to be off-duty. Some speculated that he was assassinated by AA since he received warning letter from AA on Jan 6.",1,1612998729,MMR -5956026,104,MMR6648,6648,22-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,3,Radio Free Asia,Regional,"On 22 March 2019, the SSPP clashed with the RCSS. Location coded at Namtu township, Shan state.",0,1567539405,MMR -7671522,104,MMR6647,6647,22-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Myanmar Times,National,"On 22 March 2019, in Rathedaung Township, in Rakhine State, the Arakan Army ambushed the Myanmar military columns from two positions. About 30 members of AA first attacked on the military column from 400m southeast of Yaygaung Chaung village and 50 members of AA attacked the military column from 800m southeast of the same village. The military reported that it retrieved 3 dead bodies of the AA soldiers.",3,1612998733,MMR -7672802,104,MMR6646,6646,22-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Xinhua,International,"On 22 March 2019, in Rathedaung Township, in Rakhine State, according to the news released from office of Commander-in-Chief of defense services, 150 soldiers of AA attacked the Myanmar military column conducting security operations in Rathedaung near Setung village.",0,1612998736,MMR -7670132,104,MMR6642,6642,21-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Irrawaddy,National,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6,1612998729,MMR -7672800,104,MMR6644,6644,21-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Xinhua,International,"On 21 March 2019, in Rathedaung Township, in Rakhine State, according to the news released from office of Commander-in-Chief of defense services, 150 soldiers of AA attacked the Myanmar military column conducting security operations in Rathedaung near Setaung village. Two military soldiers were injured.",0,1612998736,MMR -7672291,104,MMR6643,6643,21-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Reuters,International,"On 21 March 2019, in Buthidaung Township, in Rakhine State, clashes between AA and Myanmar military broke out.",0,1612998735,MMR -7670254,104,MMR6645,6645,21-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0,1612998730,MMR -7672108,104,MMR6637,6637,20-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -6382137,104,MMR6638,6638,20-Mar-19,2019,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,1,Xinhua,International,"On 20 March 2019, in Myebon Township, Rakhine State, according to the news released from office of Commander-in-Chief of defense services, two masked men of AA invaded a civilian house and killed a villager who was in sleep.",1,1574367576,MMR -7670103,104,MMR6639,6639,20-Mar-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,1,Irrawaddy,National,"On 20 March 2019, in Myebon Township, in Rakhine State, the military launched a second day of airstrikes on a mountain range near Pan Myaung village using two fighter jets.",0,1612998729,MMR -7670133,104,MMR6640,6640,20-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,1,Irrawaddy,National,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0,1612998729,MMR -7670216,104,MMR6641,6641,20-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0,1612998729,MMR -7669549,104,MMR8399,8399,19-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Minbya,20.362,93.2735,1,Amnesty International,Other,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0,1612998728,MMR -7669807,104,MMR8250,8250,19-Mar-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Development Media Group,Subnational,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0,1612998728,MMR -6382140,104,MMR6631,6631,19-Mar-19,2019,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Khonumthung News,National,"On 19 March 2019, in Kyauktaw Township, in Rakhine State, a male villager of Ta Roy Ai village in Paletwa township in Chin State was shot dead by the Arakan Army.",1,1574367576,MMR -7670123,104,MMR6635,6635,19-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0,1612998729,MMR -7672724,104,MMR6634,6634,19-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,VOA,International,"On 19 March 2019, on the mountain range east of Kyaung Taung village, in Mrauk-U Township, in Rakhine State, fighting broke out between AA and the Myanmar military. The military used fighter jets during the clash.",0,1612998736,MMR -7670179,104,MMR6636,6636,19-Mar-19,2019,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Myebon,20.0474,93.371,1,Irrawaddy,National,"On 19 March 2019, in Myebon Township, in Rakhine State, the military launched an airstrike on a mountain range near Pan Myaung village using two fighter jets.",0,1612998729,MMR -7671475,104,MMR6632,6632,19-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Mizzima,National,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0,1612998733,MMR -7672760,104,MMR6630,6630,19-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,VOA,International,"On 19 March 2019, on the road between Kwan Taung and Sapa Htar villages, in Budthidaung Township, in Rakhine State, clashed occurred between AA and the Myanmar military.",0,1612998736,MMR -7031566,104,MMR10018,10018,18-Mar-19,2019,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar); Farmers (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Amnesty International,Other,"On 18 March 2019, in Namtu Township, in Shan State, five Ta'ang National Liberation Army soldiers and one SSA-N soldier abducted and tortured two ethnic Shan men, one a farmer. They accused the man of being a SSA-S member.",0,1586273633,MMR -7670117,104,MMR6627,6627,18-Mar-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0,1612998729,MMR -7671421,104,MMR6628,6628,18-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Mizzima,National,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0,1612998733,MMR -7672013,104,MMR6625,6625,18-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -7672796,104,MMR6626,6626,18-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Xinhua,International,"On 18 March 2019, in Mrauk-U, in Mrauk-U Township, in Rakhine State, the AA twice fired at the district police office using small arms.",0,1612998736,MMR -7672082,104,MMR6618,6618,17-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -7672650,104,MMR6620,6620,17-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,VOA,International,"On 17 March 2019, in Khaung Tote and A Lei Kyun villages, in Kyauktaw Township, in Rakhine State, shelling and shooting between the AA and Myanmar military caused the injury to four residents.",0,1612998736,MMR -5646443,104,MMR6619,6619,17-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Network Media Group,National,"On 17 March 2019, in Lashio Township, in northern Shan State, a demonstration led by Ta'ang civil society organizations was held to call for the release of villagers abducted by a Shan armed group. More than one thousand people join the protest and called for three demands; to stop using locals as hostages, to stop fighting in the village and to release the missing villagers immediately. [size= more than 1,000]",0,1563908692,MMR -5646459,104,MMR6623,6623,17-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Shwebo,Shwebo,Shwebo,22.5692,95.6981,1,Eleven Media Group,National,"On 17 March 2019, in Shwebo Township, in Sagaing Region, more than 5,000 people staged the protest in support of the Joint Committee for Constitutional Amendments which is seeking changes to the 2008 constitution. [size=more than 5,000]",0,1563908692,MMR -5646483,104,MMR6624,6624,17-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,1,Eleven Media Group,National,"On 17 March 2019, in Kyaukse Township, in Mandalay Region, the local people staged the protest in support of the Joint Committee for Constitutional Amendments which is seeking changes to the 2008 constitution. They started at Shwethahlaung hill and then marched around the town, carrying placards. [size= no report]",0,1563908692,MMR -5646505,104,MMR6622,6622,17-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,1,Eleven Media Group,National,"On 17 March 2019, in Pakokku Township, in Magway Region, more than 5,000 people staged a protest in support of the Joint Committee for Constitutional Amendments which is seeking changes to the 2008 constitution. Protesters marched from Bogyoke park to the district sports grounds. [size=more than 5,000]",0,1563908692,MMR -7031565,104,MMR10017,10017,16-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Amnesty International,Other,"On 16 March 2019, around Nar Ma Hkaw Village Tract, in Hsipaw Township, in Shan State, a farmer who was travelling by motorbike to his farmland in the village tract hit a roadside landmine and he was injured by the blast.",0,1586273633,MMR -7066143,104,MMR6621,6621,16-Mar-19,2019,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Mizzima,National,"On 16 March 2019, in Paletwa Township, in Chin State, the Arakan Army fired on a civilian vessel (MV Yadana Win 7, carrying 300 steel frames for the Paletwa Bridge project) near Namada village and set fire to it. AA also abducted the crew members of the vessel. The crew members were later released.",0,1587488320,MMR -7672165,104,MMR6617,6617,16-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -7672044,104,MMR6606,6606,16-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0,1612998734,MMR -7031561,104,MMR10013,10013,15-Mar-19,2019,3,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar); Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Amnesty International,Other,"In March 2019, in Namtu Township, in Shan State, six TNLA soldiers came into the house of an ethnic Shan village administrator and punched him accusing him of keeping the weapons for the SSA-S. He was taken to the mountains and tortured for four days. He was then transferred to SSA-N who detained him for another 12 days before his release.",0,1586273633,MMR -7031562,104,MMR10014,10014,15-Mar-19,2019,3,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,3,Amnesty International,Other,"In March 2019, in Hsipaw Township, in Shan State, an ethnic Lisu man was forced to porter for SSPP/SSA-N. The village head took one person from each house and sent them by motorbike to join SSA-N.",0,1586273633,MMR -7031563,104,MMR10015,10015,15-Mar-19,2019,3,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,3,Amnesty International,Other,"In March 2019, in Hsipaw Township, in Shan State, an ethnic Shan man along with other villagers was forced to porter for SSPP/SSA-N. They had to carry water and cook food.",0,1586273633,MMR -7672132,104,MMR6604,6604,15-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0,1612998734,MMR -7669573,104,MMR10016,10016,15-Mar-19,2019,2,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Amnesty International,Other,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0,1612998728,MMR -7670155,104,MMR6605,6605,15-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 15-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7672801,104,MMR6616,6616,15-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Xinhua,International,"On 15 March 2019, in Mrauk-U and Kyauktaw Townships, in Rakhine State, 30 AA soldiers attacked a Myanmar military convoy which led the military to retaliate by attacking the AA base at Point 802 hill near border post BP-67.",0,1612998736,MMR -7672035,104,MMR6615,6615,15-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -5644583,104,MMR6603,6603,14-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hlaingbwe,Hlaingbwe,17.1239,97.8184,1,Mizzima,National,"On 14-March-2019, in Hlaingbwe township, Kayin state, ethnic Kayin (Karen) protesters gathered on the banks of the Salween river to call for an end to the construction of all large damns, notably the Hatgyi damn on the Salween. [size=no report]",0,1563908690,MMR -5644627,104,MMR6602,6602,14-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,1,Kachin News Group,Subnational,"On 14-March-2019, in Chipwi township, Kachin state, a protest was held calling for a halt to the eight proposed damns to be built by China on the N'mai Hka and Ngaw Chang Hka rivers. [size=hundreds]",0,1563908690,MMR -7672217,104,MMR6612,6612,14-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998735,MMR -7670443,104,MMR6611,6611,14-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Kachinland News,Subnational,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0,1612998730,MMR -7670201,104,MMR6600,6600,14-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 14-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7669959,104,MMR6614,6614,14-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Eleven Media Group,National,"On 14 Mar 2019, on Mrauk-U-Kyauktaw road, in Kyauktaw Township, in Rakhine State, 10 AA soldiers in civilian clothes attacked the Myanmar military's motorcade using remote-control mine at mile post Nos 118/2. Then, a clash broke out between the two groups.",0,1612998729,MMR -7672014,104,MMR6601,6601,14-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 14-March-2019, on the Yangon-Sittwe highway, in Mrauk-U township, Rakhine state, the AA and Myanmar military clashed, injuring two civilians.",0,1612998734,MMR -7820784,104,MMR6613,6613,14-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Frontier Myanmar,National,"On 14 March 2019, in Mandalay, in Mandalay Region, about 300 people from civil society groups staged a protest by sailing on an industrial ferry along the Ayeyarwaddy River. They are protesting against the mega-scale hydropower dams and wore 'No dam' headbands during the protest. [size=300]",0,1618442054,MMR -7669559,104,MMR10012,10012,13-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Amnesty International,Other,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0,1612998728,MMR -7670189,104,MMR6599,6599,13-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 13-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting. Fighting on this day was particularly intense. There were casualties on both sides.",0,1612998729,MMR -7672006,104,MMR6610,6610,13-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"From 13 until 21 March 2019, in Buthidaung Township, in Rakhine State, fighting occurred between AA and the Myanmar military.",0,1612998734,MMR -7669313,104,MMR6596,6596,12-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachin News Group; Kachinland News,Subnational,"On 12-March-2019, at old Jawng Kawng village, near Dima, Kutkai township, Shan state, the KIA 9th battalion and Myanmar army fought. There were dozens of casualties on the Myanmar army side.",0,1612998727,MMR -7669314,104,MMR6609,6609,12-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News; Amnesty International,Other-Subnational,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0,1612998727,MMR -7672141,104,MMR6597,6597,12-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1,1612998734,MMR -7670168,104,MMR6598,6598,12-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 12-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -5644588,104,MMR6595,6595,11-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kuki Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Network Media Group,National,"On 11-March-2019, in Tamu township, Sagaing region, more than 400 ethnic Kuki protested the Vacant, Fallow, and Virgin (VFV) Land Management Law. [size=400]",0,1563908690,MMR -7669554,104,MMR10011,10011,11-Mar-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Amnesty International,Other,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0,1612998728,MMR -7669312,104,MMR6593,6593,11-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Kachinland News; Kachin News Group,Subnational,"On 11-March-2019, between Nawng Hoi and Man Lu village, Nampaka, Kutkai township, Shan state, the KIA 8th battalion and Myanmar 45 LIB and 69 LIB clashed. As well, Infantry Battalion 45 and Light Infantry Division (LID) 99 fought with the KIA's Brigade 4 four times near Na Hkyem and Ka Leng villages in Kutkai township.",0,1612998727,MMR -7670170,104,MMR6594,6594,11-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 11-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7031558,104,MMR10010,10010,10-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Shan Ethnic Group (Myanmar); Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Amnesty International,Other,"On 10 March 2019, in Nar Ma Hkaw Village Tract, in Hsipaw Township, an ethnic Shan farmer was injured by IED explosions.",0,1586273633,MMR -7669311,104,MMR6589,6589,10-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia; Eleven Media Group; Network Media Group; Shan Herald Agency for News,Subnational-National,"On 10-March-2019, around Loi Pan Hkar, near Nam Lan, on the border of Kyethi, Hspaw and Mongkai townships, Shan state, the SSPP-SSA-N and Myanmar army clashed. The Myanmar military used helicopter gunships to fire on the area. At least 1 civilian was killed; 2 were injured during the four days of fighting. Event coded at Hsipaw township.",1,1612998727,MMR -5955931,104,MMR6592,6592,10-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,1,Radio Free Asia,Regional,"On 10-March-2019, in front of city hall, in Kyautada township, Yangon region, around 500 nationalists protested against reforms to the 2008 constitution that would allow Aung Sand Suu Kyi to be president. [size=500]",0,1567539405,MMR -7670171,104,MMR6590,6590,10-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 10-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7669969,104,MMR6591,6591,10-Mar-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Eleven Media Group,National,"On 10-March-2019, in Rathedaung township, Rakhine state, the AA and Myanmar BGP clashed. A police corporal was injured by a bullet.",0,1612998729,MMR -7672070,104,MMR6588,6588,9-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1,1612998734,MMR -7672072,104,MMR6578,6578,9-Mar-19,2019,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Police Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Yoe Ta Yoke,20.5702,92.9773,1,Radio Free Asia,Regional,"On 9 March 2019, in Yoe Ta Yoke village (Ponnangyun township, Rakhine state) the AA attacked a Myanmar police post. Nine police recruits were killed; 1 is still missing.",9,1612998734,MMR -7672348,104,MMR6584,6584,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Shan Herald Agency for News,Subnational,"On 09-March-2019, in Mong Ngor town, Kyaukme township, Shan state, the TNLA ambushed the Myanmar army. One woman was injured.",0,1612998735,MMR -7669310,104,MMR6585,6585,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Network Media Group; Radio Free Asia; Shan Herald Agency for News; Eleven Media Group,Subnational-National,"On 9-March-2019, around Loi Pan Hkar, near Nam Lan, on the border of Kyethi, Hspaw and Mongkai townships, Shan state, the SSPP-SSA-N and Myanmar army clashed. Event coded at Hsipaw township.",0,1612998727,MMR -7672398,104,MMR6608,6608,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 9 March 2019, in Kyaukme Township, in Shan State, TNLA ambushed the Myanmar military column near a market in Kyaukme. A woman was injured by gunfire.",0,1612998735,MMR -7672148,104,MMR6575,6575,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Radio Free Asia,Regional,"On 9 March 2019, near upper Myat Nu Village, in Kyauktaw Township, in Rakhine State, the Myanmar military clashed with the Arakan Army.",0,1612998734,MMR -7672192,104,MMR6587,6587,9-Mar-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0,1612998734,MMR -7672233,104,MMR6577,6577,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 5 to 9 March 2019, in Pyan So Village, in Paletwa Township, in Chin State, Myanmar's military attacked the Arkan army and fighting between the two forces continued. 15 military soldiers including a captain were killed during the fighting. 3 fatalities coded per 5 events. Further, 11 Myanmar military soldiers were taken hostage by the AA during the fighting on March 9.",3,1612998735,MMR -7672257,104,MMR6576,6576,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 9 March 2019, near Phayargyi Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar's military.",0,1612998735,MMR -7670217,104,MMR6586,6586,9-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 9-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7669309,104,MMR6582,6582,8-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Network Media Group; Eleven Media Group; Radio Free Asia; Shan Herald Agency for News,Subnational-National,"On 8-March-2019, around Loi Pan Hkar, near Nam Lan, on the border of Kyethi, Hspaw and Mongkai townships, Shan state, the SSPP-SSA-N and Myanmar army clashed. Event coded at Hsipaw township.",0,1612998727,MMR -7672129,104,MMR6574,6574,8-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 5 to 9 March 2019, in Pyan So Village, in Paletwa Township, in Chin State, Myanmar's military attacked the Arkan army and fighting between the two forces continued. 15 military soldiers including a captain were killed during the fighting. 3 fatalities coded per 5 events.",3,1612998734,MMR -7670145,104,MMR6583,6583,8-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 8-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7672276,104,MMR6573,6573,8-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"On 8 March 2019, on the mountain range west of Kyauk Pauk Village, in Mrauk-U Township, in Rakhine State, fighting broke out between the Arakan Army and Myanmar's military brigade No.22. 5 military soldiers were killed during the battle.",5,1612998735,MMR -7672282,104,MMR6572,6572,8-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Radio Free Asia,Regional,"On 8 March 2019, in Botedaw Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Arakan Army and Myanmar's military brigade No.22. 5 military soldiers were killed during the battle",5,1612998735,MMR -7669308,104,MMR6580,6580,7-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Network Media Group; Radio Free Asia; Shan Herald Agency for News; Eleven Media Group,Subnational-National,"On 7-March-2019, around Loi Pan Hkar, near Nam Lan, on the border of Kyethi, Hspaw and Mongkai townships, Shan state, the SSPP-SSA-N and Myanmar army clashed. Event coded at Hsipaw township.",0,1612998727,MMR -7670106,104,MMR6581,6581,7-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 7-March-2019, in Ponnangyun township, Rakhine state, the AA and military clashed. The Myanmar military has been carrying out aerial bombings and artillery attacks during the fighting.",0,1612998729,MMR -7672063,104,MMR6571,6571,7-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 5 to 9 March 2019, in Pyan So Village, in Paletwa Township, in Chin State, Myanmar's military attacked the Arkan army and fighting between the two forces continued. 15 military soldiers including a captain were killed during the fighting. 3 fatalities coded per 5 events.",3,1612998734,MMR -7669307,104,MMR6568,6568,6-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Eleven Media Group; Kachinland News,Subnational-National,"On 6 March 2019, at Nam Sung Bum, located near Na Hkyeng Man Dung village in Nampaka, Kutkai Township, in Shan State, fighting broke out between KIA and the Myanmar military for 30 minutes. The fighting broke out when the Myanmar military's 45th LIR, 69th LIR and 99th LID troops advanced into the KIA's 4th brigade, 8th Battalion position.",0,1612998727,MMR -5953154,104,MMR6570,6570,6-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 6 March 2019, in Mrauk-U Township, in Rakhine State, three locals who were collecting firewood in Out Thakan village triggered a landmine. An old man was killed from the explosion of the landmine and the other two were seriously injured.",1,1567539401,MMR -7672206,104,MMR6569,6569,6-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 5 to 9 March 2019, in Pyan So Village, in Paletwa Township, in Chin State, Myanmar's military attacked the Arkan army and fighting between the two forces continued. 15 military soldiers including a captain were killed during the fighting. 3 fatalities coded per 5 events.",3,1612998735,MMR -5646349,104,MMR6567,6567,5-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,1,Network Media Group,National,"On 5 March 2019, in Mang Weing Gyi Village, in Mansi Township, in Bhamo District, in Kachin State, a bomb which was left from previous conflict blasted and injured six children who were tending their cows in a field.",0,1563908692,MMR -7672122,104,MMR6563,6563,5-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 3 to 5 March 2019, in Mrauk-U Township, in Rakhine State, clashes occurred between the Arakan Army and the Myanmar's military. Casualties were reported on both sides.",0,1612998734,MMR -7671867,104,MMR6565,6565,5-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Network Media Group,National,"On 5 March, in Kutkai Township, in northern Shan State, the Myanmar military had attacked KIA's battalion No.8 under brigade 4.",0,1612998734,MMR -5955944,104,MMR8191,8191,5-Mar-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Radio Free Asia,Regional,"On 5 March 2019, in Kyauktaw Township, in Rakhine State, the former village administrator of Thayet Ta Pin village was killed by unknown gunmen.",1,1567539405,MMR -7671982,104,MMR6564,6564,5-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Network Media Group,National,"On 5 March 2019, in Kutkai Township, in northern Shan State, Myanmar's military's LID No. 99 had fought with TNLA troops on Mangpon mountain near Mong Hom village.",0,1612998734,MMR -7672039,104,MMR6566,6566,5-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 5 to 9 March 2019, in Pyan So Village, in Paletwa Township, in Chin State, Myanmar's military attacked the Arkan army and fighting between the two forces continued. 15 military soldiers including a captain were killed during the fighting. 3 fatalities coded per 5 events.",3,1612998734,MMR -7670274,104,MMR6558,6558,4-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Irrawaddy,National,"On 4 March 2019, in Mrauk-U Township, in Rakhine State, Arakan Army ambushed the two motorboats carrying Myanmar's military soldiers and more than 30 Myanmar military soldiers died during the attack, according to AA's announcement. As well, on 4 March 2019, in eastern Mrauk-U Township, in Rakhine State, clashes occurred between Myanmar's military and the Arakan Army near Phayargyi village along upper Lay Myo river. A civilian was wounded in the crossfire. Thousands of villagers from Lay Nyin Taung, Phayar Gyi and Goggyoung villages located on the Lay Myo river escaped.",30,1612998730,MMR -5646466,104,MMR6559,6559,4-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shan Herald Agency for News,Subnational,"On 4 March 2019, near Loi Ngan Village, in Lashio Township, in northern Shan State, fighting broke out between the Restoration Council of Shan State/Shan State Army and joint forces of the Shan State Progress Party/Shan State Army and the Ta'ang National Liberation Army. Shells that landed in the village damaged homes and caused injury to a young boy. More than 600 residents of Loi Ngan fled and took refuge in nearby village of Man Li.",0,1563908692,MMR -7672207,104,MMR6560,6560,4-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 3 to 5 March 2019, in Paletwa Township, in Chin State, clashes occurred between the Arakan Army and the Myanmar's military. Casualties were reported on both sides.",0,1612998735,MMR -5955232,104,MMR6561,6561,4-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Tada-U,Tada-U,21.819,95.9737,1,Radio Free Asia,Regional,"On 4 March 2019, in Tada-U Township, in Mandalay Region, about 100 people staged a protest in support of amending the 2008 constitution. [size=100]",0,1567539404,MMR -5646499,104,MMR6557,6557,4-Mar-19,2019,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,Civilians (Myanmar),Labour Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,1,Eleven Media Group,National,"On 4 March 2019, in Kutkai Township, in northern Shan State, KIA and TNLA troops arrested 70 workers from a sugarcane plantation in Mankaung village of Manpyain village tract. TNLA denied the accusation. They were released around March 12.",0,1563908692,MMR -5955256,104,MMR6562,6562,4-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,1,Radio Free Asia,Regional,"On 4 March 2019, in Pathein Township, in Ayeyarwady Region, thousands of people rallied in support of amending the 2008 constitution. The regional minister and MPs also participated in the rally. [size=thousands]",0,1567539404,MMR -5646336,104,MMR6550,6550,3-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"From 27 February 2018 to 3 March 2019, along Hsipaw-Namtu road, in Man Li Village, in Hsipaw Township, in Shan State, the clashes occurred between the RCSS and the joint forces of SSPP and TNLA.",0,1563908691,MMR -7263570,104,MMR6556,6556,3-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,Network Media Group,National,"On 3 March 2019, in Hpakant Township, in Kachin State, a man was wounded from the landmine blast near the upper Lawah Stream.",0,1603755477,MMR -7672169,104,MMR6549,6549,3-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Radio Free Asia,Regional,"From 3 to 5 March 2019, in Mrauk-U Township, in Rakhine State, clashes occurred between the Arakan Army and the Myanmar's military. Casualties were reported on both sides.",0,1612998734,MMR -7672172,104,MMR6551,6551,3-Mar-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Radio Free Asia,Regional,"From 3 to 5 March 2019, in Paletwa Township, in Chin State, clashes occurred between the Arakan Army and the Myanmar's military. Casualties were reported on both sides.",0,1612998734,MMR -5646219,104,MMR6554,6554,3-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),North Okkalapa,North Okkalapa,16.9188,96.163,1,Eleven Media Group,National,"On 3 March 2019, in North Okkalapa Township, in Yangon Region, civil society organizations organized a talk on charter change of 2008 Constitution and rallied for a petition in support of the constitutional amendment. [size=no report]",0,1563908691,MMR -5646220,104,MMR6555,6555,3-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Yinmarbin,Yinmarbin,Yinmarbin,22.0831,94.9021,1,Eleven Media Group,National,"On 3 March 2019, in Yinmarbin Township, in Monywa District, in Sagaing Region, more than 700 local farmers held a protest to call for the return of their farmlands included in the 10,000 acres of Wahseintaung protected forest. [size=700]",0,1563908691,MMR -7672309,104,MMR6552,6552,3-Mar-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 3 March 2019, in Kyaukme Township, in northern Shan State, a retired military captain was shot dead by two unknown gunmen while he was on riding his motorbike on the road. The retired captain operates a karaoke bar in Kyaukme. A few days earlier, his bar was asked to pay $ 6600 tax payment in a threatening letter sent by RCSS, according to a local resident.",1,1612998735,MMR -5646107,104,MMR6547,6547,2-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"From 27 February 2018 to 3 March 2019, along Hsipaw-Namtu road, in Man Li Village, in Hsipaw Township, in Shan State, the clashes occurred between the RCSS and the joint forces of SSPP and TNLA.",0,1563908691,MMR -5646141,104,MMR6548,6548,2-Mar-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,1,Network Media Group,National,"On 2 March 2019, in Mogaung Township, in Kachin State, a woman was injured from the landmine explosion near Ka Sont village.",0,1563908691,MMR -7820886,104,MMR6539,6539,2-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 2 March 2019, in Mandalay, in Mandalay Region, more than 200 farmers rallied at Mahamuni Pagoda to get back their farmlands and to release the detained farmers on Farmers'Day. [size=200]",0,1618442054,MMR -5615328,104,MMR8357,8357,2-Mar-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Democratic Voice of Burma,National,"On 2 March 2019, in Taunggyi Township, in Shan State, a protest was held in support of the amendment of the 2008 Constitution. [size=no report]",0,1563887831,MMR -5955631,104,MMR6538,6538,1-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"On 1 March 2019, near Moe Tay and Kun San Leik Villages, in Hsipaw Township, in northern Shan State, fighting broke out between RCSS and a combined force of SSPP and TNLA. The fighting caused thousands of residents to flee to Hsipaw Town.",0,1567539404,MMR -7031657,104,MMR6545,6545,1-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Amnesty International,Other,"On 1 March 2019, in Namtu Township, in northern Shan State, fighting broke out between RCSS and a joint force of TNLA and SSPP troops. RCSS/SSA-S detained 12 villagers of Man Li village during the fighting with TNLA. The villagers were released on 29 March 2019. They were also tortured during their detainment.",0,1586273642,MMR -5646211,104,MMR6546,6546,1-Mar-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 1 Mar 2019, in Kyaukme Township, in northern Shan State, fighting broke out between RCSS and members of a joint force of TNLA and SSPP troops. Stray bullets landed on the grounds of the monastery where a Shan language summer course was hosted.",0,1563908691,MMR -5646247,104,MMR6537,6537,28-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Network Media Group,National,"On 28 February 2019, in Hsipaw Township, in Shan State, clashes occurred between the Restoration Council of Shan State/Shan State Army (RCSS/SSA) and Shan State Progress Party/Shan State Army (SSPP/SSA).",0,1563908691,MMR -7670311,104,MMR6532,6532,27-Feb-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 27 February 2019, in Ponnagyun Township, in Rakhine State, AA forces planed mines at a place between Kyankhin and Pannilar villages on Yangon-Sittwe Road and then attacked the police cars with small firearms. Two policemen were killed from the attack and the other two escaped the attack. Residents reported that they saw six dead bodies.",6,1612998730,MMR -7670124,104,MMR6533,6533,27-Feb-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Irrawaddy,National,"On 27 February 2019, in Kyaukme Township, in northern Shan State, a retired army captain who on a motorbike was shot dead by an unknown man.",1,1612998729,MMR -7820925,104,MMR6535,6535,27-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Reuters,International,"On 27 February 2019, in downtown Yangon, in Yangon Region, thousands of people rallied to support constitutional reform. Veteran democracy activists gave speeches to the protesters and singers together with the people chanted 'Take a rest, military dictatorship'. [size=thousands]",0,1618442054,MMR -5646501,104,MMR6531,6531,27-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,1,Irrawaddy,National,"On 27 February 2019, in Ponnagyun Township, in Rakhine State, an artillery shell exploded and killed a couple from Ahtet Thin Pone Tan Village. The shell was found by the couple in the forest and exploded on the boat while they carried it back to their home.",2,1563908692,MMR -5955251,104,MMR6536,6536,27-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"On 27 February 2019, near Man Li Village, in Hsipaw Township, in Shan State,armed clashes between RCSS and a combined force of SSPP and TNLA broke out in Man Li village on Hsipaw-Namtu Road. About 300 villagers fled to Hsipaw.",0,1567539404,MMR -7223254,104,MMR6534,6534,27-Feb-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,23,Southeast Asia,Myanmar,Shan,Monghsat,Mongton,Mongton,20.2961,98.8972,1,Shan Herald Agency for News,Subnational,"On 27 February 2019, in Mong Hta sub-township of Mongton Township, in eastern Shan State, an armed group attacked the military post of the RCSS/SSA. They fired artillery six times. The RCSS/SSA-S is not sure who attacked, but noted the fire came from Mong Tawt where the Myanmar military and UWSA are located.",0,1600193291,MMR -5646156,104,MMR6528,6528,26-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Irrawaddy,National,"On 26 February 2019, in Kyaukpyu Township, in Rakhine State, a bomb buried in the soil in the compound of General Administration Department (GAD) of Kyaukpyu township exploded and injured 9 employees of GAD and a firefighter.",0,1563908691,MMR -7671896,104,MMR6529,6529,26-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 26 February 2019, east of Kyauktaw-Mrauk U road, near Mrauk-U Township, in western Rakhine State, Myanmar military claimed that it took control of the training camp of Arakan Army after several clashes. AA denied the military's claim. 4 AA soldiers were reportedly killed.",4,1612998734,MMR -5198025,104,MMR7145,7145,26-Feb-19,2019,1,Violence against civilians,Attack,Private Security Forces (Myanmar),Labour Group (Myanmar),8,Civilians (Myanmar),Journalists (Myanmar),7,78,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,1,Irrawaddy,National,"On 26 February 2019, in Waingmaw Township, in Kachin State, two journalists of the Myitkyina Journal were assaulted by the employees of a mining company as they reported the local residents' concerns over a controversial Chinese tissue-culture banana plantation. The employees of Tha Khin Sit Mining Import/Export company forced two reporters to go with them and then detained them separately and assaulted them.",0,1559057912,MMR -7670243,104,MMR6530,6530,26-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Irrawaddy,National,"On 26 February 2019, in Buthidaung Township, in northern Rakhine State, an explosive exploded at the home of a Myanmar military major. The explosion killed the wife of the major while he was on duty at his office. It is suspected that the explosive was planted in their belongings during the stop-and-search of their truck carrying their belongings from Naypyitaw to Buthidaung by 8 men in plain clothes.",1,1612998730,MMR -7671871,104,MMR6525,6525,25-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 25 February 2019, in Mrauk-U Township, in western Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -5646489,104,MMR6544,6544,25-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 25 February 2019, in the Pechaung area, in Rakhine State, a villager of Shin Ma Dein village in Paletwa township who was forced to guide the Myanmar's military's LIB No. 544 at the frontline of the column stepped on a landmine. The explosion of the landmine killed the villager and also injured a captain and other soldiers.",1,1563908692,MMR -6273014,104,MMR6527,6527,25-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),NLD: National League for Democracy; 88 Generation Peace and Open Society,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,1,Khonumthung News,National,"On 25 February 2019, in Kale Township, in Sagaing Region, more than 1,000 people rallied in support of the amendment of 2008 Constitution. The protesters marched from Shwe Bontha Pagoda to the statue of General Aung San. The protest was attended by NLD party members , leaders of 88 Generation and civil society representatives including the public. [size=morethan1,000]",0,1572403725,MMR -5646188,104,MMR6523,6523,24-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Eleven Media Group,National,"On 24 February 2019, in Sagaing Township, in Sagaing Region, thousands of people protested in support of the joint committee for the amendment of the 2008 Constitution. The protest was led by Sagaing Gems Association. The protesters rallied near Bogyoke Aung San Park in Sagaing and marched round the city. [size=thousands]",0,1563908691,MMR -7669989,104,MMR6524,6524,24-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Eleven Media Group,National,"On 24 February 2019, in Mrauk-U Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army. This led residents of Khuhlaing, Kwanchaung and Nay Pu Khan to flee.",0,1612998729,MMR -5646086,104,MMR6521,6521,23-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Taikkyi,Taikkyi,17.3126,95.9634,1,Myanmar Times,National,"On 23 February 2019, in Taikkyi Township, in Yangon Region, about 70 people rallied in support of the amendment of 2008 Constitution. [size=70]",0,1563908691,MMR -5955943,104,MMR6513,6513,23-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,2,Radio Free Asia,Regional,"On 23 February 2019, in Magway Township, in Magway Region, residents of Magway launched sticker campaign and called for the abolition of Myitsone dam project. Magway based civil society organizations and student union members participated in the campaign. [size=no report]",0,1567539405,MMR -7671955,104,MMR6520,6520,23-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 23 February 2019, in Mrauk-U Township, in western Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -5955744,104,MMR6514,6514,23-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),88 Generation Peace and Open Society,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,Radio Free Asia,Regional,"On 23 February 2019, in Kalay Township, in Sagaing Region, more than 1,000 residents from 40 villages, including civil society groups such as the 88 Generation Peace and Open Society, staged the protest in support of the NLD led cooperation committee for Constitutional Amendment. [size=1000]",0,1567539404,MMR -7670322,104,MMR6518,6518,22-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Irrawaddy,National,"On 22 February 2019, in Buthidaung Township, in Rakhine State, there was fighting between the Myanmar's military and the Arakan Army. One military major was killed during the fight.",1,1612998730,MMR -7671951,104,MMR6517,6517,22-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 22 February 2019, in Mrauk-U Township, in western Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -7670249,104,MMR6512,6512,22-Feb-19,2019,1,Battles,Armed clash,ULA/AA: United League of Arakan/Arakan Army,,2,Police Forces of Myanmar (2016-2021),,1,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Than Taung,20.8301,93.2981,1,Irrawaddy,National,"On 22 February 2019, in Than Taung Village, in Paletwa Township, in Chin State, AA attacked Than Taung police station with gunfire and abducted the head of police station and the village administrator.",0,1612998730,MMR -7670323,104,MMR6543,6543,21-Feb-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Students (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,1,Irrawaddy,National,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0,1612998730,MMR -7670324,104,MMR6509,6509,21-Feb-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Yan Aung Pyin,20.8104,93.1076,1,Irrawaddy,National,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3,1612998730,MMR -7671898,104,MMR6516,6516,21-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Network Media Group,National,"On 21 February 2019, in Mrauk-U Township, in western Rakhine State, the Myanmar military and AA clashed.",0,1612998734,MMR -7672278,104,MMR6510,6510,21-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon (East),Yankin,Yankin,16.8236,96.1627,2,Radio Free Asia,Regional,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0,1612998735,MMR -7669306,104,MMR6507,6507,20-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Irrawaddy; Mizzima,National,"On 20 February 2019, near Minbu Village, in Rathedaung Township, in Rakhine State, fighting broke out between AA and Myanmar's military. Students were trapped inside the school during the gunfire exchange between the two forces. A young woman of Minbu village died from the gunfire amidst the fighting. One other girl was injured and two villagers were taken away by the military",1,1612998727,MMR -5646473,104,MMR6505,6505,20-Feb-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,23,Southeast Asia,Myanmar,Shan,Monghsat,Mongton,Mongton,20.2961,98.8972,1,Shan Herald Agency for News,Subnational,"On 20 February 2019, in Mong Hta sub-township of Mongton Township, in eastern Shan State, an unknown group attacked the post of RCSS/SSA with artillery shells.",0,1563908692,MMR -7672219,104,MMR6506,6506,20-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pyaing Cha,20.7498,93.1196,1,Radio Free Asia,Regional,"On 20 February 2019, in Pyaing Cha Village, in Mrauk-U Township, in Rakhine State, the Myanmar's military launched attack on AA using two military helicopters.",0,1612998735,MMR -7669973,104,MMR6502,6502,20-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kon Pyin,21.9874,92.8472,2,Eleven Media Group,National,"On 20 February 2019, east of Kon Pyin Village, in Paletwa Township, in Chin State, fighting broke out between Myanmar's military and AA forces.",0,1612998729,MMR -7669974,104,MMR6503,6503,20-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Kyi Yar Pyin,20.7982,93.096,2,Eleven Media Group,National,"On 20 February 2019, near Kyi Yar Pyin Village, in Mrauk-U Township, in Rakhine State, fighting broke out between AA forces and the Myanmar's military.",0,1612998729,MMR -7669988,104,MMR6504,6504,20-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Eleven Media Group,National,"On 20 February 2019, east of Nepyinecha Village, in Mrauk-U Township, in Rakhine State, AA forces clashed with Myanmar's military on a mountain in the east of the village.",0,1612998729,MMR -5955596,104,MMR6494,6494,19-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Loilen,Kyethi,Kyethi,21.7294,98.0628,2,Radio Free Asia,Regional,"On 19 February 2019, in Kyethi Township, in southern Shan State, fighting broke out between RCSS/SSA and SSPP near Lway Nging village, Parkan village and Namngote village. Villagers were trapped by the fighting but was able to flee to Manli village on 19 and 20 February.",0,1567539404,MMR -7672130,104,MMR6497,6497,19-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pauk Pin Kwin,20.7717,93.0965,1,Radio Free Asia,Regional,"On 19 February 2019, in Pauk Pin Kwin Village, in Mrauk-U Township, in Rakhine State, the forces of AA clashed with the Myanmar's military.",0,1612998734,MMR -7669579,104,MMR8397,8397,19-Feb-19,2019,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,1,Amnesty International,Other,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0,1612998728,MMR -5955177,104,MMR6501,6501,19-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 19 February 2019, in Hsipaw Township, in Shan State, fighting broke out between RCSS/SSA and SSPP in Namt Lan village tract.",0,1567539404,MMR -7670126,104,MMR6492,6492,19-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyar Nin Kan,20.8122,93.061,1,Irrawaddy,National,"On 19 February 2019, in Kyar Nin Kan Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the AA and Myanmar military for the whole day.",0,1612998729,MMR -6360745,104,MMR6493,6493,19-Feb-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyar Nin Kan,20.8122,93.061,2,Irrawaddy; Amnesty International,Other-National,"On 19 February 2019, between Mrauk-U and Kyauktaw Township, in Rakhine State, a villager from Kyar Nar Kan village, a villager from Thar Si (Twar Thit) village and two villagers from Kar Net Kan village disappeared while they went into the forest to collect the firewood. It was unknown who abducted them but Myanmar military LID 22 has been operating in the area.",0,1574179238,MMR -7672000,104,MMR6500,6500,19-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Yan Aung Pyin,20.8104,93.1076,1,Radio Free Asia,Regional,"On 19 February 2019, in Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, the forces of AA clashed with the Myanmar's military.",0,1612998734,MMR -7672274,104,MMR6498,6498,19-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Ta Khun Taing,22.5511,97.0466,1,Radio Free Asia,Regional,"On 19 February 2019, in Tankhuntaing Village, in Kyaukme Township, in northern Shan State, the Myanmar's military clashed with RCSS. Two soldiers of RCSS were killed during the fight.",2,1612998735,MMR -7669993,104,MMR6495,6495,19-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Mrauk-U,20.5931,93.1864,2,Eleven Media Group,National,"On 19 February 2019, in Maruk-U Township, in Rakhine State, forces of AA clashed with Myanmar's military the whole day.",0,1612998729,MMR -5955358,104,MMR6491,6491,18-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 18 February 2019, in Hsipaw Township, in Shan State, fighting broke out between RCSS/SSA and SSPP in Namt Lan village tract.",0,1567539404,MMR -7670148,104,MMR6488,6488,18-Feb-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1,1612998729,MMR -5955520,104,MMR6487,6487,18-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Loilen,Kyethi,Kyethi,21.7294,98.0628,2,Radio Free Asia,Regional,"On 18 February 2019, in Kyethi Township, in southern Shan State, fighting broke out between RCSS/SSA and SSPP near Lway Nging village, Parkan village and Namngote village. Villagers were trapped by the fighting but were able to flee to Manli village on 19 and 20 February.",0,1567539404,MMR -7670266,104,MMR6489,6489,18-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Yan Aung Pyin,20.8104,93.1076,1,Irrawaddy,National,"On 18 February 2019, in Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, a series of clashes occurred between the AA and the Myanmar military.",0,1612998730,MMR -6361112,104,MMR6483,6483,17-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hmawbi,Hmawbi,17.0998,96.0418,2,Eleven Media Group,National,"On 17 February 2019, in Hmawbi Township, in Yangon Region, about 200 residents rallied to support the amendment of 2008 Constitution. They marched from Paneitaw monastery to Phayar Thonesu monastery. [size=200]",0,1574179240,MMR -5956164,104,MMR6515,6515,17-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Mongmit,Mabein,Mabein,23.4766,96.6008,1,Radio Free Asia,Regional,"On 17 February 2019, in Ngar Oe village, in Mabein Township, in northern Shan State, about 500 residents staged the protest in support of the joint committee to amend the 2008 Constitution. [size=500]",0,1567539405,MMR -5646185,104,MMR6484,6484,17-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Eleven Media Group,National,"On 17 February 2019, in Monywa Township, in Sagaing Region, more than 1,000 residents of Monywa staged the protest in support of amending the 2008 Constitution. [size=1000]",0,1563908691,MMR -5646186,104,MMR6486,6486,17-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Mingaladon,Mingaladon,16.9975,96.1346,2,Myanmar Times,National,"On 17 February 2019, in Mingaladon Township, in Yangon Region, about 250 farmers protested in the farmlands by the Khayaypin road. Farmers demanded the return of their farmlands confiscated by the military. [size=250]",0,1563908691,MMR -7821010,104,MMR6482,6482,17-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0,1618442054,MMR -5646122,104,MMR6478,6478,16-Feb-19,2019,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Daingnet Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Myanmar Times,National,"On 16 February 2019, near Taung Pyo Let Wae Village, in Maungdaw Township, in Rakhine State, the burned bodies of three members of the Daingnet ethnic community of Thibawla Village were uncovered. These three villagers went missing after they went out for crabbing on 15 February.",3,1563908691,MMR -5646245,104,MMR6480,6480,16-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 16 February 2019, along the road to Nam Maw Sunt Village, in Hsipaw Township, in northern Shan State, a landmine explosion killed the headman of Nam Maw Lon village and injured two other men.",1,1563908691,MMR -5956007,104,MMR6475,6475,16-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 16 February 2019, in Kyauktada Township, in Yangon Region, about 2,000 nationalists led by the nationalist Buddhist monk U Wirathu protested near Mahabandoola park to demand the amendment of 2008 Constitution only in accordance with legal procedures.",0,1567539405,MMR -7031557,104,MMR10009,10009,15-Feb-19,2019,3,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,3,Amnesty International,Other,"In February 2019, in Hsipaw Township, in Shan State, an ethnic Shan man along with other four villagers was forced to porter for SSPP/SSA-N. They had to carry water and cook food.",0,1586273633,MMR -5955349,104,MMR6471,6471,15-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Radio Free Asia,Regional,"On 15 February 2019, in Myitkyina Township, in Kachin State, 17 residents of Hpakant protested against the Lower Parliament representative for Hpakant township.",0,1567539404,MMR -5953819,104,MMR6477,6477,15-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From 15 to 22 February 2019, in Hlaingthayar Township, in Yangon Region, workers of Blue Moon garment factory in Shwe Lin Ban industrial Zone staged a protest in front of the factory today. The workers protested as their salaries for the month of January were delayed several times. [size=no report]",0,1567539402,MMR -5955442,104,MMR6472,6472,15-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,2,Radio Free Asia,Regional,"On 15 February 2019, in Taungtha Township, in Mandalay Region, about 50 residents protested, calling for the amendment of the 2008 Constitution and the abolishment of the Myitsone Dam project.",0,1567539404,MMR -5955240,104,MMR6474,6474,15-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Natogyi,Natogyi,21.4249,95.6596,2,Radio Free Asia,Regional,"On 15 Februrary 2019, in Natogyi Township, in Mandalay Region, about 50 residents protested, calling for the amendment of the 2008 Constitution and the abolishment of the Myitsone Dam project. The protesters arrived in Natogyi after an earlier protest in Taungtha.",0,1567539404,MMR -5955255,104,MMR6473,6473,15-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,2,Radio Free Asia,Regional,"On 15 Februrary 2019, in Myingyan Township, in Mandalay Region, about 50 residents protested, calling for the amendment of the 2008 Constitution and the abolishment of the Myitsone Dam project.",0,1567539404,MMR -7669765,104,MMR6470,6470,14-Feb-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,1,Police Forces of Myanmar (2016-2021),,1,11,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Development Media Group,Subnational,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1,1612998728,MMR -7672797,104,MMR6469,6469,14-Feb-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ULA/AA: United League of Arakan/Arakan Army,ARSA: Arakan Rohingya Salvation Army,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Xinhua,International,"On 14 February 2019, in Maungdaw Township, in Rakhine State, No.5 Border Guard Police force clashed with a combined force of the Arakan Army and ARSA. One police officer was killed and the Myanmar military claimed that they seized the ammunitions and weapons from the insurgent groups. The clash happened near the Yaybaukcha stream bridge located near Labaydat village on Khamaungseik-Kyainchaung road. The AA has denied working with ARSA.",1,1612998736,MMR -5956091,104,MMR6468,6468,13-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Myeik,Myeik,12.4395,98.6003,2,Radio Free Asia,Regional,"On 13 February 2019, in Myeik Township, in Tanintharyi Region, demonstrators gathered outside the Pale Yadanar Hall to demand the State Counsellor Daw Aung San Suu Kyi replace the region's chief minister during her visit to Myeik. The regional chief minister was accused of awarding contracts to her close friends without following a tender process.",0,1567539405,MMR -5646357,104,MMR6465,6465,12-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Myanmar Times,National,"On 12 February 2019, in Loikaw, in Kayah State, about 3,000 residents led by Karenni youth, including civil society organizations, demonstrated against the installation of the General Aung San statue. Protesters also demanded to terminate the State's Chief Minister from his position and to release fellow protesters who were detained earlier by the police. Police forces blocked the protesters and shot the protesters with rubber bullets and water canons. Protesters were injured from the bullets and they got bruises on their hands, faces and other parts of the body.",0,1563908692,MMR -5646363,104,MMR6462,6462,12-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 12 February 2019, in Kyaukme Township, in Shan State, fighting continued between the Shan State Progress Party (SSPP) and Restoration Council of Shan State (RCSS), causing 1,000 residents to flee from their homes.",0,1563908692,MMR -6382200,104,MMR6466,6466,12-Feb-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 12 February 2019, in Pyaing Chaung Village, in Buthidaung Township, in Rakhine State, one ethnic Mro man was abducted from his home by four men from the Arakan Army.",0,1574367576,MMR -6362062,104,MMR6467,6467,12-Feb-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Kyauk Khoke,20.208,93.3064,1,Radio Free Asia,Regional,"On 12 February 2019, in Kyauk Khoke Village, in Minbya Township, in Rakhine State, a village administrator was shot dead by unknown gunmen while he was at home. Local officials speculated that AA might be behind the murder of the administrator but this is not confirmed.",1,1574179243,MMR -5956070,104,MMR6464,6464,12-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 12 February 2019, in Kyauktada Township, in Yangon Region, about 30 young political activists marched from 40th street to the independence monument in Mahabandoola park. The youth rallied in support of the Karenni youth who were protesting and calling for the removal of the General Aung San statue in Loikaw.",0,1567539405,MMR -5646409,104,MMR6459,6459,11-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Myanmar Times,National,"On 11 February 2019, in Chanmyathazi Township, in Mandalay Region, more than 1,000 people rallied in Manaw Yaman park to support changes to 2008 Constitution.",0,1563908692,MMR -5955182,104,MMR6460,6460,11-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia,Regional,"On 11 February 2019, in Loikaw, in Kayah State, dozens of protesters led by Karenni youth marched into the Kayah State Parliament's compound and demanded the removal of the General Aung San statue from a park in Loikaw.",0,1567539404,MMR -5646451,104,MMR6461,6461,11-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 11 February 2019, in Kyaukme Township, in Shan State, fighting continued between the Shan State Progress Party (SSPP) and Restoration Council of Shan State (RCSS), causing 1,000 residents to flee from their homes.",0,1563908692,MMR -6362043,104,MMR6458,6458,11-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 11 February 2019, in Bagan, in Mandalay Region, about 30 protesters staged a protest in front of Tharabar Gate Hotel, demanding the reinstatement of the dismissed hotel staff and union leaders.",0,1574179243,MMR -5646375,104,MMR6453,6453,10-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 10 February 2019, in Kyauktada Township, in Yangon Region, about a thousand workers staged a protest in front of Mahabandoola Park. The protest was led by the Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Trade Union Federation (MICS). Workers demanded that the labor laws meet ILO standards, the establishment of a labor court to protect the rights of the workers, and that the current labor laws protect the construction workers and workers in Special Economic Zones.",0,1563908692,MMR -5646377,104,MMR6457,6457,10-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 10 February 2019, in Kyaukme Township, in Shan State, fighting continued between the Shan State Progress Party (SSPP) and Restoration Council of Shan State (RCSS), causing 1,000 residents to flee from their homes.",0,1563908692,MMR -7672126,104,MMR6455,6455,10-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 10 February 2019, near Chaungtu Village, in Kyauktaw Township, in Rakhine State, fighting between the Arakan Army and Myanmar military broke out and more than 270 villagers fled to Yoe Ta Yote village in Ponnagyun township.",0,1612998734,MMR -7670195,104,MMR6454,6454,10-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Taung Min Ku Lar,20.6741,92.9078,2,Irrawaddy,National,"On 10 February 2019, near Taung Min Ku Lar Village, in Kyauktaw Township, in Rakhine State, fighting between the Arakan Army and a column of 200 military soldiers broke out. AA confirmed that one of its soldier was killed. An unknown number of Myanmar military soldiers were also killed (Unknown number of fatalities coded as 3). 4 fatalities total.",4,1612998729,MMR -7672046,104,MMR6456,6456,10-Feb-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Taung U,20.8128,93.0755,2,Radio Free Asia,Regional,"On 10 February 2019, near Sittwe highway road between Taung U and Htaikwa villages, in Mrauk-U Township, in Rakhine State, a landmine exploded. The road was damaged but no other damage occurred. Gunshots were fired by the Myanmar military after they arrived at the explosion site.",0,1612998734,MMR -7670280,104,MMR6452,6452,9-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Saung Du,20.6483,92.9184,1,Irrawaddy,National,"On 09-February-2019, in Saung Du village, Kyauktaw township, Rakhine state, the AA and Myanmar military LID 22 fought, displacing more than 500 villagers.",0,1612998730,MMR -7672102,104,MMR6450,6450,9-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Radio Free Asia,Regional,"On 8 and 9 February 2019, in Mongkyet Village, Kunlong Township, in Shan State, the Myanmar military had clashed with about 100 members of MNDAA during its security operations. The military gained control of the temporary base camp of MNDAA during the fight.",0,1612998734,MMR -5646231,104,MMR6451,6451,9-Feb-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 09 February 2019, in Kyaukme Township, in Shan State, fighting continued between the Shan State Progress Party (SSPP) and Restoration Council of Shan State (RCSS), causing 1,000 residents to flee from their homes.",0,1563908691,MMR -7671420,104,MMR6448,6448,8-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Mizzima,National,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0,1612998733,MMR -7672001,104,MMR6449,6449,8-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Radio Free Asia,Regional,"On 8 and 9 February 2019, in Mongkyet Village, Kunlong Township, in Shan State, the Myanmar military had clashed with about 100 members of MNDAA during its security operations. The military gained control of the temporary base camp of MNDAA during the fight.",0,1612998734,MMR -5646449,104,MMR6445,6445,7-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kachin Ethnic Group (Myanmar); Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Irrawaddy,National,"On 7 February 2019, in Myitkyina Township, in Kachin State, about 10,000 Kachin people protested, calling for the termination of dam projects on the Irrawaddy River. Residents of Myitkyina, Kachin civil society organizations, Buddhist monks, Kachin political parties and religious leaders participated in the protest. Protesters initiated the protest at Manau grounds in downtown Myitkyina and marched around the city.",0,1563908692,MMR -6382206,104,MMR6446,6446,7-Feb-19,2019,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 7 February 2019, in Kyauktaw Township, in Rakhine State, 30 soldiers of AA beat the village administrator of Khayuthit village the Myanmar military of the AA's activities. The AA spokesperson denied this incident.",0,1574367576,MMR -7671429,104,MMR6440,6440,7-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Mizzima,National,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0,1612998733,MMR -5233797,104,MMR6430,6430,6-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia,Regional,"On 6 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth continued protesting in front of the NLD party office in the township to demand a meeting with EC members of NLD. Local youth have been protesting over the installation of the statue of independence hero General Aung San. [size=30]",0,1561072465,MMR -5646485,104,MMR6439,6439,6-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,1,Myanmar Times,National,"On 6 February 2019, in Dagon Township, in Yangon Region, workers of Yangon Bus Authority bus line 20 and from 7 factories (Central Star Garment factory, Myanmar Info Champ shoe factory, VIP badminton, bat and Golf Club factory, Maykha San paper box factory, P & S wallet factory, Pinlae Ayekari fish grinding factory and Pearl Garment factory) gathered in front of Yangon Region Parliament to request a meeting with Yangon Region Minister to discuss labor issues which the township conciliation and labor offices cannot resolve.",0,1563908692,MMR -7671988,104,MMR6542,6542,6-Feb-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULFA-I: United Liberation Front of Asom-Independent,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Nanyun,Nanyun,26.9797,96.167,1,News 18 (India),International,"Around 6 February 2019, in Taga, Nanyun township, in Sagaing Region, an attack was launched by the Myanmar's military to flush out the rebel groups-ULFA(I), NSCN(K), NDFB(S) and KLo and other Manipuri insurgent groups. During the offensive by the military, a senior rank militant of ULFA(I) was killed.",1,1612998734,MMR -5646274,104,MMR6436,6436,5-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (East),Dagon Myothit (East),16.9128,96.2132,2,Eleven Media Group,National,"On 5 February 2019, in Dagon Myothit(East) Township, in Yangon Region, farmers from Sittpin village staged a protest at the construction site of a playground in Ward 124 to get their lands back. Farmlands (14.70 acres) located in Ward 124 of Dagon Myothit (East) were confiscated by Housing Development Department in 1991.",0,1563908691,MMR -5646275,104,MMR6438,6438,5-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Radio Free Asia,Regional,"On 5 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth continued protesting in front of the NLD party office in the township to demand a meeting with EC members of NLD. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0,1563908691,MMR -7670293,104,MMR6433,6433,4-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"On 4 February 2019, around Shin Ma Dein village, in Paletwa Township, in Chin State, an armed clash between the Myanmar military and the Arakan Army occurred. As a result, people in seven villages including Khamaungwa, Kin Talin, Khaw Sa and Tawagu were displaced. The AA reported 16 Myanmar military fatalities.",16,1612998730,MMR -7669954,104,MMR6435,6435,4-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Eleven Media Group,National,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0,1612998729,MMR -7669964,104,MMR6434,6434,4-Feb-19,2019,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Eleven Media Group,National,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1,1612998729,MMR -7669966,104,MMR6432,6432,4-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Eleven Media Group,National,"On 4 February 2019, in Ann Township, in Rakhine State, three bombs exploded on the road between Me Let Maung and Shuatkone villages after 5 military trucks passed by on the road. No one was injured.",0,1612998729,MMR -7672079,104,MMR6429,6429,3-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Radio Free Asia,Regional,"On 3 February 2019, in Rathedaung Township, in Rakhine State, the Myanmar military and the Arakan Army had fought between Aung Thar Zain and Kyauktan villages. The military also arrested 3 villagers from Kyauktan but released them later in the evening.",0,1612998734,MMR -5646456,104,MMR6427,6427,3-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Eleven Media Group,National,"On 3 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth gathered in front of the NLD party office in the township and demanded to meet with EC members of the party. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0,1563908692,MMR -7670173,104,MMR6426,6426,3-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"On 3 February 2019, in Paletwa Township, in Chin State, an armed clash between the Myanmar military and the Arakan Army occurred. As a result, people in seven villages including Khamaungwa, Kin Talin, Khaw Sa and Tawagu were displaced.",0,1612998729,MMR -5646070,104,MMR6424,6424,3-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,1,Myanmar Times,National,"On 3 February 2019, in Kyauktada Township, in Yangon Region, a rally was held to welcome the military's declaration of ceasefire and the participation of ethnic people for peace. Protesters marched from Yaykhaesine bus stop in Bahan township to the front of Mahabandoola park. Participants shouted for non-disintegration of the Union, peace for the Union, end of civil wars, national safety and stability, and end of armed struggle during the march.",0,1563908691,MMR -6362103,104,MMR6431,6431,3-Feb-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,23,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hpat Nam,22.2024,97.8493,1,Radio Free Asia,Regional,"On 3 February 2019, in Hpat Nam Village, in Hsipaw Township, in Shan State, a soldier of SSPP was shot dead by unidentified assailants. The same evening, the SSPP detained the village chairman and secretary to investigate about the incident.",1,1574179243,MMR -5646427,104,MMR6422,6422,2-Feb-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Democratic Voice of Burma,National,"On 2 February 2019, near Htee Swe village, in Rathedaung Township, in Rakhine State, a civilian truck hit a landmine but no casualties were reported.",0,1563908692,MMR -7672190,104,MMR6423,6423,2-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyauk Tan,20.5948,92.7511,2,Radio Free Asia,Regional,"On 2 February 2019, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army between Yaybote and Kyauktan villages.",0,1612998734,MMR -6382213,104,MMR6774,6774,2-Feb-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,BBC News; Irrawaddy,National-International,"On 2 February 2019, in Paletwa Township, in Chin State, the Myanmar military clashed with the Arakan Army near Kangtiang village. On that day, AA abducted 54 ethnic Chin people from Kin Talin village and took them to their base camp in Bangladesh. According to the Khumi Affairs Coordination Council, the arrested civilians were forced to work at the camp and not fed properly. Of those abducted, 12 villagers from Kintalin village in Paletwa escaped from the camp and arrived at the village on 1st July. The mother of one of the escaped villagers died in the AA's camp after she fell sick. Two other villagers also managed to escape in April. The remaining 39 Khumi (Chin ethnic) villagers were released on 1st August.",0,1574367576,MMR -5646470,104,MMR6420,6420,2-Feb-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Democratic Voice of Burma,National,"On 2 February 2019, in Loikaw Township, in Kayah State, about 500 people staged a counter-protest against the group that opposes the putting up the General Aung San statue. The group expressed support for the statue.",0,1563908692,MMR -7671490,104,MMR6773,6773,2-Feb-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Myanmar Times,National,"On 2 February 2019, in Paletwa Township, in Chin State, the Myanmar military had clashed with the Arakan Army near Kangtiang village.",0,1612998733,MMR -7669706,104,MMR6421,6421,2-Feb-19,2019,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Democratic Voice of Burma,National,"Around 2 February 2019, in Rathedaung Township, in Rakhine State, there was the armed clash between the Myanmar military and the Arakan Army near the villages of Kyauktan, Yepote and Kyaukyan. The sounds of heavy shelling were heard between Kyauktan and Htee Swe villages.",0,1612998728,MMR -7670151,104,MMR6419,6419,1-Feb-19,2019,1,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Irrawaddy,National,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0,1612998729,MMR -7222412,104,MMR6418,6418,31-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),KNGY: Kayan New Generation Youth,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Irrawaddy,National,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0,1600193287,MMR -5646348,104,MMR6417,6417,30-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 30 January 2019, in Hlaingthayar Township, in Yangon Region, about 500 workers from the unions of 30 different factories staged a protest at the Dishang Kenny garment factory to demand the employer reinstate 7 sacked workers who are union members.",0,1563908692,MMR -5646448,104,MMR6414,6414,29-Jan-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Tachileik,Tachileik,Tachileik,20.4475,99.8808,1,Shan Herald Agency for News,Subnational,"On 29 January 2019, in Tachileik Township, in eastern Shan State, a 50 years old businessman who is well-known was shot dead by two gunmen on the motorbike while his car was stopped by the traffic during midday. His business includes Tapin Shwe Htee petrol station, a gold shop, stone mining and property business.",1,1563908692,MMR -7672030,104,MMR6415,6415,29-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,U Yin Thar,20.7725,92.6382,1,Radio Free Asia,Regional,"On 29 January 2019, in U Yin Thar Village, in Buthidaung Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army causing about 200 residents flee to Sango Taung village. As a result, the number of displaced civilians in the region increased to 6,000.",0,1612998734,MMR -5646306,104,MMR6607,6607,29-Jan-19,2019,1,Violence against civilians,Attack,Unidentified Communal Militia (Myanmar),Government of Myanmar (2016-),4,Civilians (Myanmar),,7,47,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Shan Herald Agency for News,Subnational,"On 29 January 2019, in Lashio Township, in Shan State, a local militia group and the village headmen arrested a mentally disabled man. Due to the beating and food deprivation during the custody, he died the next day. His mother was threatened by the group not to report it to the police.",1,1563908691,MMR -5955563,104,MMR6416,6416,29-Jan-19,2019,2,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Radio Free Asia,Regional,"Around 29 January 2019, in Yan Aung Myin village, Maungdaw township, Rakhine state, two boys were injured and a house destroyed when a stray mortar shell exploded. It was not clear whether the Myanmar military or AA fired the shell.",0,1567539404,MMR -7670143,104,MMR6411,6411,28-Jan-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,Civilians (Myanmar),Teachers (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ohn Chaung,20.6864,92.6823,1,Irrawaddy,National,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0,1612998729,MMR -5646213,104,MMR6409,6409,28-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Myanmar Times,National,"On 28 January 2019, near Mahaaungmyay township, Mandalay region, about 100 residents of Aung Thabyay village, Patheingyi township, Mandalay region marched to join a protest against a cement factory. The group was stopped by the police on their way to Manaw Yaman Square on 62nd street in Mandalay. The police broke up the protest as it was illegal.",0,1563908691,MMR -7671433,104,MMR6410,6410,28-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Ohn Chaung,20.6864,92.6823,1,Mizzima,National,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, fighting broke out between the Myanmar Military and the Arakan Army. Shelling fell over some houses including a monastery during the exchange of fire between the two groups. After the fighting, the border guard police searched locals' homes later in the day.",0,1612998733,MMR -5646217,104,MMR6541,6541,28-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Myanmar Times,National,"Since 28 January 2019, in Namtu Township, in Shan State, clashes occurred between the RCSS and the combined forces of TNLA and SSPP. More than 500 people fled Man Li village due to the clashes and 11 men of Ta'ang ethnic from the village went missing.",0,1563908691,MMR -6382216,104,MMR6407,6407,27-Jan-19,2019,1,Violence against civilians,Abduction/forced disappearance,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Democratic Voice of Burma,National,"On 27 January 2019, in Kunlong Township, in Northern Shan State, the MNDAA arrested 11 villagers from Nam Kyin San village. This is the second time in recent months that villagers have been forcibly recruited by the MNDAA, causing many villagers to flee.",0,1574367576,MMR -5646304,104,MMR6408,6408,27-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Eleven Media Group,National,"On 27 January 2019, in Kyauktada Township, in Yangon Region, hundreds of people protested in front of Maha Bandoola Park to oppose the plan to resume Myitsone dam project in Kachin State.",0,1563908691,MMR -7672158,104,MMR6406,6406,26-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Tha Mee Hla,20.6608,92.683,2,Radio Free Asia,Regional,"On 26 January 2019, near Thamee Hla Village, in Rathedaung Township, in Rakhine State, an armed clash occurred between the Arakan Army and the Myanmar military after the military was attacked with remote detonated mines believed to have been planted by the AA. A child was injured during the attack between the two forces, according to the military source whereas AA claimed 3 injured villagers and 20 deaths of military soldiers. The Myanmar military denied the any casualties.",20,1612998734,MMR -5646467,104,MMR6404,6404,26-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,1,Myanmar Times,National,"On 26 January 2019, in Hlaingthayar Township, in Yangon Region, the striking workers of a South Korean-owned bag factory, CMF, staged a protest walk to demand the factory workers not be sacked and for compensation if the factory closes down.",0,1563908692,MMR -7670188,104,MMR6405,6405,26-Jan-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Tha Mee Hla,20.6608,92.683,1,Irrawaddy,National,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1,1612998729,MMR -7223040,104,MMR6400,6400,25-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Chin,Hakha,Hakha,Hakha,22.65,93.6167,2,Radio Free Asia,Regional,"On 25 January 2019, in Hakha Township, in Chin State, local farmers demonstrated against the seizure of their farmland for the expansion of the city boundary. The farmers marched from Hpalan-Htantalan crossroad to the township playground. The protesters demanded the protection of farmers' rights, compliance with the land law, and rule of law and transparency in city projects.",0,1600193290,MMR -5955085,104,MMR6401,6401,25-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Hlaing,Hlaing,16.8479,96.1252,2,Radio Free Asia,Regional,"On 25 January 2019, in Hlaing Township, in Yangon Region, more than 300 sacked workers of Kyaw Htet Kyaw Co.,Ltd staged a protest and demanded a gurantee of job security, the take over of factories that do not comply with the clauses in the Employment Contract(EC), and the enactment of sound policy in renting out government-owned factories. The workers marched from Oakkyin sack factory in Kannar Street to the front of the factory.",0,1567539404,MMR -5555105,104,MMR8294,8294,25-Jan-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mon,Mawlamyine,Thanbyuzayat,Thanbyuzayat,15.9689,97.7274,1,Independent Mon News Agency,Subnational,"On 25 January 2019, in Thanbyuzayat Township, in Mon State, a father and a son found an old unexploded motor shell while they were working in a rubber plantation. They brought it and dropped it near a hut. It then exploded and injured the son's legs. He lost his legs and was also imprisoned for 3 months under the penal code section 286 for carelessly handling the explosive device.",0,1563283623,MMR -7669942,104,MMR6399,6399,24-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Unidentified Armed Group (Bangladesh),,3,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,DPA,International,"On 24 January 2019, near Wai Lar Taung village, in Maungdaw Township, in Rakhine State, a Myanmar police outpost located 200 meters from the demarcation border with Bangladesh was attacked by an unidentified armed group operating within Bangladesh. Artillery shells from grenade launchers and small arms fires fell upon the outpost. One military engineer and two police officers were injured by the attack. However, the ministry of home affiars later reported that the military engineer died from the injuries. Police report claimed that the assault was launched by ARSA but experts' analysis says that no typical behavior of ARSA was displayed.",1,1612998729,MMR -5955348,104,MMR6397,6397,23-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Radio Free Asia,Regional,"On 23 January 2019, in Chanayethazan Township, in Mandalay Region, students from different universities gathered in front of the Mandalay Region Government Office. They demanded a meeting with the Mandalay Region Minister to discuss the detainment of 7 students from Yadanarpon University.",0,1567539404,MMR -5646258,104,MMR6398,6398,23-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,2,Myanmar Times,National,"On 23 January 2019, in Pyinmana Township, in Nay Pyi Taw, the about 500 members of Nay Pyi Taw's War Veterans Organization marched in support of the Myanmar military and the Commander-in-Chief of the military. They proclaimd their loyalty to the country and the flag during the march. Leaders of the organization condemned UN's accusations that the military committed grave human rights violation in Rakhine State.",0,1563908691,MMR -6361298,104,MMR6396,6396,23-Jan-19,2019,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Former Government of Myanmar (2016-); Former USDA: Union Solidarity and Development Party,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Minbya,Pan Myaung,20.5998,93.2655,1,Irrawaddy,National,"On 23 January 2019, in Minbya Township, in Rakhine State, a resident of Pann Myaung village was shot by an unknown gunman in front of his house. He was a former member of Union Solidarity and Development Party and also served as 10-household administrator.",0,1574179240,MMR -6362162,104,MMR6393,6393,22-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Htar Long,22.406,97.3121,2,Shan Herald Agency for News,Subnational,"On 22 January 2019, near Htar Long Village, in Hsipaw Township, in Shan State, the Restoration Council of Shan State (RCSS) and the Shan State Progress Party (SSPP) clashed. One villager was severely injured from shrapnel.",0,1574179243,MMR -7821185,104,MMR6395,6395,22-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Freedom Fighters,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 22 January 2019, in Mandalay, the Freedom Fighers group launched a sticker campaign, placing over 300 stickers on location throughout Mandalay. The stickers all demanded the abolition of 2008 Constituion. The authorities removed the stickers the same day.",0,1618442055,MMR -7821186,104,MMR8862,8862,22-Jan-19,2019,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Burmese Women's Union,Other,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0,1618442055,MMR -5646232,104,MMR6394,6394,22-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 22 January 2019, in Hlaingthayar Township, in Yangon Region, about 300 workers launched 24-hour strike and protested in front of the South Korean-owned CMF Myanmar Factory 2 over the violation of labor laws.",0,1563908691,MMR -5646428,104,MMR6392,6392,21-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 21 January 2019, near Ton Keng Village, in Hsipaw Township, in Shan State, the Restoration Council of Shan State (RCSS) and the Shan State Progress Party (SSPP) clashed.",0,1563908692,MMR -7669568,104,MMR10008,10008,20-Jan-19,2019,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Amnesty International,Other,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0,1612998728,MMR -5646276,104,MMR6391,6391,20-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar); All Burma Independent Labor Affairs Association,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Myanmar Times,National,"On 20 January 2019, in Kyauktada Township, in Yangon Region, about 1,000 workers staged a protest and marched from Thakhin Mya Park to the front of Yangon City Hall. The protesting workers demanded to support the amendment of Settlement of Labour Dispute Law by the Upper House (Amyotha Hluttaw) along with the other 8 demands. The protest was led by the All Burma Independent Labor Affairs Association which includes 8 labor groups.",0,1563908691,MMR -5955405,104,MMR6389,6389,19-Jan-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 19 January 2019, in Than Chaung Village, in Kyauktaw Township, in Rakhine State, an unknown armed group abuducted the village administrator of Taung Min Kalar village while he was with his family in his home. The armed group wore guerilla uniforms with black dots and armbands with a white star on a red background.",0,1567539404,MMR -5644629,104,MMR6403,6403,19-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,1,Myanmar Times,National,"On 19-January-2019, In Hlaingthayar township, Yangon region, factory workers marched towards the Shyang Jhuo Yue shoe factory, demanding better labor conditions.",0,1563908690,MMR -7672024,104,MMR6382,6382,19-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"On 19-January-2019, northwest of Ta Ya Ine village, in Paletwa township, Chin state, the AA and Myanmar military clashed.",0,1612998734,MMR -7123955,104,MMR6402,6402,19-Jan-19,2019,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Christian Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Fox News; Christian News Network,International,"On 19 January 2019, in Sittwe District, in Rakhine State, five gunmen abducted a pastor at gunpoint. The gunmen told him that the leader of an armed group wanted to question him. The pastor was released after 14-months of captivity.",0,1591713238,MMR -5955180,104,MMR6381,6381,18-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Ahlone,Ahlone,16.789,96.1265,2,Radio Free Asia,Regional,"On 18 January 2019, in Alone Township, in Yangon Region, about 50 residents of the township along with political activists demonstrated, calling for the rule of law and the safety of the public. They marched from the corner of Thittaw Street and Nguwar Street to Alone police station. They called for action to be taken against corrupt police.",0,1567539404,MMR -7672027,104,MMR6380,6380,18-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"On 18 January 2019, near Baw Se Kho village, in Hpapun Township, in Karen State, the KNLA attacked Myanmar military vehicles. The attack started when the military vehicles hit a landmine planted by the KNLA. The explosion caused the death of Myanmar military soldier.",1,1612998734,MMR -7672045,104,MMR6379,6379,17-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Radio Free Asia,Regional,"On 17 January 2019, near Baw Se Kho village, in Hpapun Township, in Karen State, the KNU fired at Myanmar military soldiers providing security for a contested road construction project.",0,1612998734,MMR -6361877,104,MMR6377,6377,16-Jan-19,2019,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Ran Aung Pyin,21.1165,92.3454,1,Mizzima,National,"On 16 January 2019, in Ran Aung Pyin Village, in Maungdaw Township, in Rakhine State, a mortar shell exploded on a house and two brothers inside the house were injured. It is reported that the Arakan Army and the BGF police have been fighting nearby the village.",0,1574179242,MMR -5955461,104,MMR6378,6378,16-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 16 January 2019, east of Lone Weh village, in Hsipaw Township, in Shan State, fighting broke out between the Restoration Council of Shan State and the Shan State Progress Party. This caused the residents in nearby villages to flee.",0,1567539404,MMR -7672799,104,MMR6376,6376,16-Jan-19,2019,1,Battles,Government regains territory,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Xinhua,International,"On 16 January 2019, in Buthidaung Township, in Rakhine State, the Myanmar military took over the temporary base camp of the Arakan Army near Thayetpyin village after a battle. Five AA soldiers died.",5,1612998736,MMR -7671532,104,MMR6375,6375,16-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,ARSA: Arakan Rohingya Salvation Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Myanmar Times,National,"On 16 January 2019, near Wet Kyein village in Maungdaw township, Rakhine State, about 10 members of ARSA ambushed a border guard post. 6 BGP were injured. The attack was earlier reported as being carried out by the AA.",0,1612998733,MMR -5644568,104,MMR6374,6374,15-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Network Media Group,National,"On 15-January-2019, near the Hsipaw-Nam Lan road, in Hsipaw township, Shan state, the SSA-S and SSA-N clashed.",0,1563908689,MMR -7672131,104,MMR6373,6373,15-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"On 15 January 2019, in Rathedaung Township, in Rakhine State, the Arakan Army and the Myanmar military clashed.",0,1612998734,MMR -5646238,104,MMR6726,6726,15-Jan-19,2019,3,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Chin,Mindat,Matupi,Matupi,21.6047,93.4409,1,Khonumthung News,Subnational,"Around 15 January 2019, in Matupi Township, in Chin State, residents protested against the proposed location to build the Matupi district office. [size=no report]",0,1563908691,MMR -7672047,104,MMR6372,6372,15-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Radio Free Asia,Regional,"On 15 January 2019, in Maungdaw Township, in Rakhine State, the Arakan Army and the Myanmar military clashed.",0,1612998734,MMR -7672061,104,MMR6371,6371,15-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 15 January 2019, in Buthidaung Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military near the Myanmar-Bangladesh border.",0,1612998734,MMR -5644596,104,MMR6388,6388,14-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 14-January-2019, near Khai Hoi village, in Hsipaw township, Shan state, the SSA-S and SSA-N clashed. One villager who was fleeing the fighting died when his motorbike hit a tree.",1,1563908690,MMR -7672133,104,MMR6370,6370,14-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"On 14 January 2019, near Ya Kaung Chaung village in Rathedaung Township, Rakhine State, the Arakan Army and the Myanmar military clashed. A seventh grade student was killed during the fighting.",1,1612998734,MMR -7672200,104,MMR6369,6369,14-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Kyein Thar,20.4812,92.8337,2,Radio Free Asia,Regional,"On 14 January 2019, in Rathedaung Township, in Rakhine State, the Arakan Army and the Myanmar military clashed near Kyein Thar village. The military also arrested two villagers.",0,1612998735,MMR -7671344,104,MMR6368,6368,13-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 13-January-2019, Ler Doh Htee area in Lu Thaw Township between Ler Mu Plaw and Saw Mu Plaw village tracks, in Hpapun district, Kayin state, the KNLA Brigade 5 clashed with the Myanmar military after the military entered KNU controlled area.",0,1612998732,MMR -7670326,104,MMR6367,6367,13-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Hpon Nyo Leik,20.7937,92.5979,1,Irrawaddy,National,"On 13 January 2019, in Hpon Nyo Leik Village, in Buthidaung Township, in Rakhine State, the Arakan Army and the Myanmar military clashed. 3 villagers were killed.",3,1612998730,MMR -6382227,104,MMR6540,6540,13-Jan-19,2019,1,Violence against civilians,Abduction/forced disappearance,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Mro Ethnic Group (Myanmar); Christian Group (Myanmar),7,27,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Eleven Media Group,National,"On 13 January 2019, in Buthidaung Township, in Rakhine State, a pastor of Mro ethnicity went missing. According to International Christian Concern, the men who arrested the pastor are from AA. The pastor is also an activist in the Mro community. AA spokesperson denied the accusation.",0,1574367576,MMR -7670007,104,MMR6366,6366,13-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Ah Lel Chaung,20.8257,92.5426,1,Eleven Media Group,National,"On 13 January 2019, in Ah Lel Chaung Village, in Buthidaung Township, in Rakhine State, the Arakan Army and the Myanmar military clashed causing over 260 villagers to flee their homes.",0,1612998729,MMR -5955722,104,MMR6364,6364,11-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,2,Radio Free Asia,Regional,"On 11 January 2019, in Amarapura Township, in Mandalay Region, about 50 members of the ABSFU student union called for the release of 7 students who were charged for protesting earlier in the month. Students from Yadanarpone University in Mandalay have held a number of protests calling for increased safety on the campus after a student was murdered.",0,1567539404,MMR -5955105,104,MMR6361,6361,9-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,1,Radio Free Asia,Regional,"On 9 January 2019, in Myawaddy Township, in Kayin State, about 80 workers and members of charity groups protested, demanding action be taken against employment agencies that lie to workers about the status of companies under the MOU between Thailand and Myanmar. Protestors also called for action against corrupt staff from the Kayin State Labor Ministry and labor officials who do not investigate the employment vacancies.",0,1567539404,MMR -5955035,104,MMR6362,6362,9-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,2,Radio Free Asia,Regional,"On 9 January 2019, in Homalin Township, in Sagaing Region, shop keepers protested against the Township Municipal Committee, urging them to stop building a new market without their consent, to amend municipal laws, to reduce taxes and to have citizen centered market licenses.",0,1567539404,MMR -5646100,104,MMR6387,6387,8-Jan-19,2019,2,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Myanmar Times,National,"On 8 January 2019, in Namkham Township, in Shan State, 18 villagers from Pan Maung and Tar Kon villages in Man Mai village tract were abducted by the Ta'ang National Liberation Army (TNLA). The relatives of the victims were asked to pay ransom to TNLA to release the abducted villagers. Only 7 villagers were release while 11 others remain in detention.",0,1563908691,MMR -5955725,104,MMR6360,6360,8-Jan-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Radio Free Asia,Regional,"On 8 January 2019, in Pan Be Chaung Village, in Buthidaung Township, in Rakhine State, a local female resident was injured from handmade landmine explosion.",0,1567539404,MMR -7669961,104,MMR6333,6333,8-Jan-19,2019,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Kayah,Loikaw,Demoso,Demoso,19.4576,97.2828,2,Eleven Media Group,National,"On 8 January 2019, in Demoso Township, in Kayah State, two policemen were shot dead on six mile village and Lawpita highway.",2,1612998729,MMR -5955871,104,MMR6357,6357,7-Jan-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,1,Radio Free Asia,Regional,"On 7 January 2019, in Yebyu Township, in Tanintharyi Region, 3 landmines exploded near Myauk Chaw village in NMSP-controlled area but nobody was injured.",0,1567539405,MMR -5956138,104,MMR6356,6356,7-Jan-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,37,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,1,Radio Free Asia,Regional,"On 7 January 2019, in Tanai Township, in Kachin State, one resident of Tanai and another from a nearby IDP camp were injured from a landmine while they were fishing by Tanai Stream near Aung Lot village.",0,1567539405,MMR -5953163,104,MMR6355,6355,7-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Irrawaddy,National,"On 7 January 2019, in Monywa Township, in Sagaing Region, farmers from Butalin township organized a protest against the closure of a major border checkpoint which is used to export fruit from Myanmar into China. The Kyinsan Kyawnt checkpoint is located in the border trade zone of Muse township on the Myanmar-China border. Protesters handed out 50 tons of watermelons free during the protest.",0,1567539401,MMR -7672210,104,MMR6358,6358,7-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Doe Chaung Wa,21.894,92.7611,2,Radio Free Asia,Regional,"On 07-January-2019, near Doe Chaung Wa village in Paletwa township, Chin state, the Myanmar military and AA clashed.",0,1612998735,MMR -6382230,104,MMR6352,6352,6-Jan-19,2019,2,Violence against civilians,Abduction/forced disappearance,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,Civilians (Myanmar),Myaung Zee Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Radio Free Asia; Eleven Media Group,National-Regional,"Around 06-January-2019, near Kunlong township, Shan state, the MNDAA arrested several ethnic Myaung Zee villagers and is believed to be engaged in forced recruitment of villagers in the area. Several hundred villagers fled to Ho Li village after the arrests.",0,1574367576,MMR -7669981,104,MMR6351,6351,6-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Eleven Media Group,National,"On 6 January 2019, in Buthidaung Township, in Rakhine State, Myanmar military and the Arakan Army clashed which led the local people of Myomachung village to flee to avoid the risk of heavy weapons explosions.",0,1612998729,MMR -7671351,104,MMR6365,6365,5-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 05-January-2019, in Ler Doh Htee area in Lu Thaw Township between Ler Mu Plaw and Saw Mu Plaw village tracks in Hpapun district, Kayin state, the KNLA Brigade 5 clashed with the Myanmar military after the military entered KNU controlled area.",0,1612998732,MMR -7669960,104,MMR6349,6349,5-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Eleven Media Group,National,"On 5 January 2019, in Buthidaung Township, in Rakhine State, Myanmar military and the Arakan Army clashed.",0,1612998729,MMR -7669302,104,MMR6323,6323,4-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Irrawaddy; Reuters,National-International,"On 4 January 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked four police posts in Nga Myin Baw, Kyaung Taung and Ka Htee Hla and Goke Pi villages, killing 13 policemen and injuring nine. However, according to the Myanmar Ministry of information, the attack resuled in 14 policemen deaths and 9 injured. As well, 14 border guard police and four civilian women were taken hostage by the AA. They have since been released. 14 fatalities divided among 4 events.",3,1612998727,MMR -7669303,104,MMR6324,6324,4-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Kyaung Taung,21.1512,92.4291,1,Irrawaddy; Reuters,National-International,"On 4 January 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked four police posts in Nga Myin Baw, Kyaung Taung and Ka Htee Hla and Goke Pi villages, killing 13 policemen and injuring nine. However, according to the Myanmar Ministry of information, the attack resuled in 14 policemen deaths and 9 injured.",3,1612998727,MMR -7669304,104,MMR6325,6325,4-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Ka Htee Hla,21.0568,92.4492,1,Irrawaddy; Reuters,National-International,"On 4 January 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked four police posts in Nga Myin Baw, Kyaung Taung and Ka Htee Hla and Goke Pi villages, killing 13 policemen and injuring nine. However, according to the Myanmar Ministry of information, the attack resuled in 14 policemen deaths and 9 injured.",4,1612998727,MMR -7669305,104,MMR6326,6326,4-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Goke Pi,21.0863,92.4486,1,Irrawaddy; Reuters,National-International,"On 4 January 2019, in Buthidaung Township, in Rakhine State, the Arakan Army attacked four police posts in Nga Myin Baw, Kyaung Taung and Ka Htee Hla and Goke Pi villages, killing 13 policemen and injuring nine. However, according to the Myanmar Ministry of information, the attack resuled in 14 policemen deaths and 9 injured.",4,1612998727,MMR -5644645,104,MMR6347,6347,4-Jan-19,2019,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Eleven Media Group,National,"On 04-January-2019, near Kulong township, Shan state, the TNLA arrested 18 villagers.",0,1563908690,MMR -5955341,104,MMR6322,6322,2-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 2 January 2019, in Namtu Township, in northern Shan State, a fighting broke out between TNLA and RCSS at a location between Man War village and Nar Ngu/Nar Han village.",0,1567539404,MMR -7670303,104,MMR6318,6318,2-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Irrawaddy,National,"On 2 January 2019, in Kyauktaw Township, in Rakhine State, a battle broke out between the Arakan Army and the Myanmar military during which the latter launched missiles into nearby villages.",0,1612998730,MMR -5646400,104,MMR6321,6321,2-Jan-19,2019,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Amarapura,Amarapura,21.9071,96.0489,2,Myanmar Times,National,"On 2 January 2019, in Amarapura Township, in Mandalay Region, four students staged a protest demanding that Yandarpon University increase security on the university campus after a student was murdered. The students were later arrested.",0,1563908692,MMR -7672195,104,MMR6320,6320,2-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Nwar Yon Taung,20.7564,92.6358,1,Radio Free Asia,Regional,"On 2 January 2019, in Nwar Yon Taung Village, in Buthidaung Township, in Rakhine State, the Arakan Army and the Myanmar military engaged in an armed clash.",0,1612998735,MMR -7670221,104,MMR6319,6319,2-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ah Daung Wa,21.6326,92.7622,1,Irrawaddy,National,"On 2 January 2019, in Paletwa Township, in Chin State, a fighting broke out between the Arakan Army and the Myanmar military which resulted in some deaths of some residents of the Adaung Wa village who were hit by howitzer shells. Unknown fatalities.",3,1612998729,MMR -5955889,104,MMR6316,6316,1-Jan-19,2019,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 1 January 2019, in Namtu Township, in northern Shan State, a fighting broke out between the TNLA and RCSS at a location between Man War village and Nar Ngu/Nar Han village.",0,1567539405,MMR -7672197,104,MMR6317,6317,1-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,Military Forces of Myanmar (2016-2021) Border Guard Force,Police Forces of Myanmar (2016-2021),1,11,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Radio Free Asia,Regional,"On 1 January 2019, at Thingan Nyinaung Station, in Myawaddy, in Karen State, a former Border Guard Force (BGF) member shot dead three BGF members in the 901 compound where the BGF is stationed. The attacker was subsequently killed in a shootout with police near Ma Ka Nal village.",3,1612998735,MMR -6360741,104,MMR6315,6315,1-Jan-19,2019,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Government of Myanmar (2016-),7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Mrauk-U,Pi Pin Yin,20.5425,93.2378,2,Irrawaddy; Mizzima,National,"On 1 January 2019, near Pi Pin Yin village, near Mrauk U township, in Rakhine state, a convoy carrying the Chief Minister of Rakhine state was attacked by 3 remotely controlled IEDs which exploded simultaneously while the convoy was travelling from Kyaukpyu to Sittwe on the Yangon-Minbu-Ann-Sittwe road.",0,1574179238,MMR -7672254,104,MMR6314,6314,1-Jan-19,2019,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Lu Chaung,20.724,92.8488,1,Radio Free Asia,Regional,"On 1 January 2019, in Tha Lu Chaung Village, in Kyauktaw Township, in Rakhine State, fighting broke out between the Arakan Army and the Myanmar military.",0,1612998735,MMR -7670224,104,MMR6313,6313,1-Jan-19,2019,1,Battles,Armed clash,Police Forces of Myanmar (2016-2021) Border Guard Police,Military Forces of Myanmar (2016-2021),1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Say Taung,20.7264,92.6711,1,Irrawaddy,National,"On 1 January 2019, in Say Taung Village, in Buthidaung Township,in Rakhine State, the Arakan Army ambushed Unit 8 border police force and the military column while they were temporarily stationing in Say Taung monastery. One policeman was injured. During the clash, Myanmar military fired with artillery shells into Kan Pyin village.",0,1612998730,MMR -5646394,104,MMR6312,6312,31-Dec-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Shan Herald Agency for News,Subnational,"On 31 December 2018, in Namtwe Village, in Kyaukme Township, in northern Shan State, a local woman was injured from landmine explosion while she was picking tea leaves.",0,1563908692,MMR -5646434,104,MMR6311,6311,31-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 31 December 2018, in Namtu Township, in Shan State, fighting broke out between the RCSS and the combined forces of the SSPP and TNLA causing more than 300 locals to flee.",0,1563908692,MMR -5955325,104,MMR6310,6310,30-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kanbalu,Kanbalu,Kanbalu,23.2033,95.517,2,Radio Free Asia,Regional,"On 30 December 2018, in Kanbalu Township, in Sagaing Region, over 100 local farmers protested to get their land back. Their land was seized during the military rule to build MEC sugar and alcohol factories.",0,1567539404,MMR -5646139,104,MMR6307,6307,29-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Shan Herald Agency for News,Subnational,"On 29 December 2018, in Taunggyi, in Shan State, thousands of Pa-Oh ethnic people staged a protest, demanding justice for five Pa-Oh civilians killed by the Restoration Council of Shan State/Shan State Army (RCSS/SSA) on December 11.",0,1563908691,MMR -6362099,104,MMR6308,6308,29-Dec-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kha Maung,20.8271,92.8295,2,Radio Free Asia,Regional,"On 29 December 2018, near Kha Maung Village, in Kyauktaw Township, in Rakhine State, two youth from Leik Pha village in Ponnagyun Township stepped on landmine and one was injured.",0,1574179243,MMR -7821316,104,MMR6306,6306,28-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 28 December 2018, in Mandalay, in Mandalay Region, students demonstrated in front of Yadanapon University by holding the symbolic death ceremony of authorities who failed to arrange the security of the students after three students were murdered within 6 months time. Students demanded increased security in the university compound.",0,1618442055,MMR -5956255,104,MMR6305,6305,28-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 28 December 2018, in Myitkyina, in Kachin State, residents of Chipwi and Pang War townships in Kachin State came together in Myitkyina to demand the officials to stop mining in their region as these operations pollute a major water source.",0,1567539405,MMR -7672080,104,MMR6300,6300,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7672103,104,MMR6304,6304,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,1,Radio Free Asia,Regional,"On 27 December 2018, in Mongpan Township, in Southern Shan State, the RCSS/SSA-S and Myanmar military clashed. The military announced the deaths of some of their soldiers. Some soldiers were also injured. Unknown fatalities. The RCSS/SSA-S denied the clash happened.",3,1612998734,MMR -7672163,104,MMR6302,6302,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7672202,104,MMR6299,6299,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672232,104,MMR6301,6301,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672266,104,MMR6298,6298,27-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain.",0,1612998735,MMR -7672015,104,MMR6297,6297,27-Dec-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Chin Ma Wun Htaunt,20.7409,92.836,1,Radio Free Asia,Regional,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0,1612998734,MMR -5955803,104,MMR6303,6303,27-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,1,Radio Free Asia,Regional,"On 27 December 2018, in Mongpan Township, in Shan State, the PNLO and RCSS clashed. The PNLO denies the clash took place.",0,1567539405,MMR -7670276,104,MMR6295,6295,26-Dec-18,2018,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Gaung Chaung,20.7142,92.6921,1,Irrawaddy,National,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0,1612998730,MMR -6361120,104,MMR6296,6296,26-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Bago,Nyaung inn,17.25,96.4524,1,Eleven Media Group,National,"On 26 December 2018, in Nyaung Inn, in Bago Region, about 600 workers from Greatmen Myanmar Garment Factory and Bell Mart Myanmar Garment Factory in Nyaung Inn Industrial Zone opened a protest camp after they were not able to settle a labor dispute with their employers. The protest started on December 15 and has lasted for 12 days.",0,1574179240,MMR -7669300,104,MMR6293,6293,26-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia; Irrawaddy,National-Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military. Specifically, on 26 December 2018, fighting took place in two locations in Paletwa Township. The AA confirmed there were casualties.",0,1612998727,MMR -7669301,104,MMR6294,6294,26-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Gaung Chaung,20.7142,92.6921,1,Irrawaddy; Radio Free Asia,National-Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain. Specifically, on 26 December 2018, in Yae Gaung Chaung Village, in Rathedaung Township, in Rakhine State, fighting broke out in the mountains near the village.",0,1612998727,MMR -7672143,104,MMR6292,6292,26-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -5955429,104,MMR6289,6289,26-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Maubin,Maubin,Maubin,16.7261,95.6484,1,Radio Free Asia,Regional,"On 26 December 2018, in Maubin, in Ayeyarwady Region, over 100 farmers staged a protest against the Ayeyarwady Region government's decision to grant permission to Orchard Company to continue using 550 acres of so-called vacant and fallow land in Palaung Village of Maubin Township.",0,1567539404,MMR -7672208,104,MMR6290,6290,26-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672211,104,MMR6291,6291,26-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672076,104,MMR6285,6285,25-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -5955630,104,MMR6281,6281,25-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"On 25 December 2018, in Hsipaw Township, Shan State, SSPP and RCSS had battled near Tun Kyaing village on Hsipaw-Namlan road.",0,1567539404,MMR -7669299,104,MMR6287,6287,25-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia; Irrawaddy,National-Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain. On 25 December 2018, they clashed twice. The AA confirmed there were casualties.",0,1612998727,MMR -7672116,104,MMR6283,6283,25-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7670347,104,MMR6288,6288,25-Dec-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Yae Gaung Chaung,20.7142,92.6921,1,Irrawaddy,National,"On 25-Decmber-2018, in Yae Gaung Chaung, Rathedaung township, Rakhine state, three landmine attacks were carried out by the AA on the Myanmar military. Fatalities are unconfirmed.",0,1612998730,MMR -7671994,104,MMR6286,6286,25-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7672002,104,MMR6284,6284,25-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -5955284,104,MMR6282,6282,25-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,1,Radio Free Asia,Regional,"On 25 December 2018, in Mongpan Township, in Shan State, the PNLO and RCSS clashed.",0,1567539404,MMR -5646335,104,MMR6280,6280,25-Dec-18,2018,1,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),5,Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),5,55,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Irrawaddy,National,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0,1563908691,MMR -7672138,104,MMR6276,6276,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -6361179,104,MMR6271,6271,24-Dec-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),ALD: Arakan League for Democracy,7,37,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Myebon,Kyar Inn Taung,20.1746,93.4319,1,Irrawaddy,National,"On 24 December 2018, in Kyar Inn Taung Village, Myebon township, Rakhine State, a central executive committee member of the Arakan League for Democracy (ALD) was shot dead at his residence while watching TV.",1,1574179240,MMR -7672180,104,MMR6278,6278,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7672181,104,MMR6279,6279,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain.",0,1612998734,MMR -7672221,104,MMR6277,6277,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672244,104,MMR6275,6275,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672256,104,MMR6273,6273,24-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 24 December 2018, in Kutkai Township, in Shan State, fighting broke out between the TNLA and the Myanmar military near Shwe Maw village, according to the TNLA's statement and reports by residents. The military denied the occurance of the fighting.",0,1612998735,MMR -5646286,104,MMR6335,6335,24-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"From December 24, 2018 to January 8, 2019, in Hlaingthayar Township, in Yangon Region, about 100 workers of Chinese-owned Cixing Knitting factory went on strike and protested in front of the factory for dismissing 7 workers, including union leaders. An agreement was reached between the company and the workers on January 8 and the protests ended.",0,1563908691,MMR -5955055,104,MMR6272,6272,24-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,1,Radio Free Asia,Regional,"On 24 December 2018, in Kyein Phon Village and Tun Kyaing Village, Nar Ma Hkaw Village Tract, Hsipaw Township, Shan State, fighting broke out between the SSPP and the RCSS.",0,1567539404,MMR -5955071,104,MMR6274,6274,24-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,1,Radio Free Asia,Regional,"On 24 December 2018, in Mongpan Township, in Shan State, the PNLO and RCSS clashed.",0,1567539404,MMR -7672252,104,MMR6268,6268,23-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672265,104,MMR6266,6266,23-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672277,104,MMR6269,6269,23-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672280,104,MMR6270,6270,23-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain.",0,1612998735,MMR -7672281,104,MMR6267,6267,23-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672188,104,MMR6264,6264,22-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, near Pa Kar Wa Village, in Paletwa Township, in Chin State, fighting broke out between AA and the Myanmar military.",0,1612998734,MMR -7672189,104,MMR6265,6265,22-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Rathedaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military near Kha Yu Chaung Village and Aw Yama mountain.",0,1612998734,MMR -7672253,104,MMR6263,6263,22-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Ponnagyun Township, in Rakhine State, fighting broke out between AA and the Myanmar military. On 22 December 2018, the fighting took place between Pyinnyawa Village and Maung Hnit Ma Village in Ponnagyun Township, in Rakhine State.",0,1612998735,MMR -7672261,104,MMR6261,6261,22-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -7672271,104,MMR6262,6262,22-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"From 22 to 27 December 2018, in Kyauktaw Township, in Rakhine State, fighting broke out between AA and the Myanmar military.",0,1612998735,MMR -5955957,104,MMR6259,6259,21-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Radio Free Asia,Regional,"On 21 December 2018, in Taunggyi, Shan State, thousands of Pa-Oh ethnic people from surrounding townships demonstrated demanding an investigation into the death of 5 villagers who were killed by RCSS/SSA.",0,1567539405,MMR -6362011,104,MMR6334,6334,21-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Puta-O,Nawngmun,Pannandin,27.731,97.8766,1,Network Media Group,National,"On 21 December 2018, in Pannandin, in Kachin State, over 200 villagers staged a protest at the Waiphi Mountain peak calling for the abolishment of the National Park of Hkakhaburazi and an end to oppressive park regulations.",0,1574179242,MMR -5956025,104,MMR6260,6260,21-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 21 December 2018, in Monywa Township, in Sagaing Region, civil society groups protested, calling for reform and transparency regarding the Sagaing Region Municipal Committee's budget spending and tax collection.",0,1567539405,MMR -7669975,104,MMR6258,6258,21-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Eleven Media Group,National,"On 21 December 2018, in Athwinpyinnyar Village, in Kyauktaw Township, in Rakhine State, fighting continued between the Myanmar military and the Arakan Army, displacing 450 locals of Thaluchaung village tract. The Myanmar military's fighter planes fired at the mountain range west of Kyunthayar village.",0,1612998729,MMR -7670000,104,MMR6256,6256,20-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Eleven Media Group,National,"On 20 December 2018, in Athwinpyinnyar Village, in Kyauktaw Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army occurred. The fighting involved heavy shelling. 100 locals from Kyunthayar, Chinmawuntaung, Taungpauk and Kayumaw villages fled.",0,1612998729,MMR -7670262,104,MMR6255,6255,20-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Irrawaddy,National,"On 20 December 2018, near Pyinnagyi Village, near the border of Kyauktaw and Ponnagyun Townships, in Rakhine Sate, gunshots and artillery fire from the fighting between the Myanmar military and the Arakan Army was heard by the locals of the village.",0,1612998730,MMR -7672115,104,MMR6252,6252,19-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Radio Free Asia,Regional,"On 19 December 2018, around Kyauktaw Township and Ponnagyun Township, in Rakhine State, the fighting between the Myanmar military and the Arakan Army intensified. The Myanmar military used helicopters during the fighting.",0,1612998734,MMR -7670142,104,MMR6254,6254,19-Dec-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,1,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,2,Irrawaddy,National,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0,1612998729,MMR -5955734,104,MMR6253,6253,19-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Shwepyithar,Shwepyithar,16.955,96.0833,1,Radio Free Asia,Regional,"On 19 December 2018, in Shwepyithar Township, in Yangon Region, a group of people opposing the 2008 constitution staged a pamphlet distribution campaign in front of the Shwepyithar court.",0,1567539404,MMR -7670125,104,MMR6250,6250,18-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Irrawaddy,National,"On 18 December 2018, near the border of Kyauktaw Township and Ponnagyun Township, in Rakhine State, Myanmar military and the Arakan Army fought, displacing 700 villagers of Pyinnagyi village.",0,1612998729,MMR -7672048,104,MMR6251,6251,18-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Tha Lu Chaung,20.724,92.8488,2,Radio Free Asia,Regional,"On 18 December 2018, near Tha Lu Chaung Village of Kyauktaw Township and Pyinnyawa Village of Ponnagyun Township, in Rakhine State, fighting between the Myanmar military and Arakan Army. Heavy shelling was involved.",0,1612998734,MMR -7669298,104,MMR6248,6248,17-Dec-18,2018,1,Battles,Armed clash,Unidentified Armed Group (Bangladesh),,3,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,13,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,AFP; Eleven Media Group,National-International,"On 17 December 2018, along the fence of Myanmar-Bangladesh border post no. 41 and 42, in Maungdaw Township, in Rakhine State, unidentified gunmen from Bangladesh attacked the border guard policemen while they were on duty patrolling. One policeman who went missing after the ambush was found dead from a gunshot wound on 21 December 2018.",1,1612998727,MMR -6361257,104,MMR6247,6247,17-Dec-18,2018,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Christian Group (Myanmar),7,57,Southeast Asia,Myanmar,Magway,Gangaw,Gangaw,Paw Lel,22.0493,94.0603,1,Irrawaddy,National,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0,1574179240,MMR -5646282,104,MMR6249,6249,17-Dec-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar); Fishermen (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Irrawaddy,National,"On 17 December 2018, in Maungdaw township, Rakhine State, two Rakhine fishermen were found dead with their throats slit near Pyu Ma creek.",2,1563908691,MMR -7669982,104,MMR6245,6245,17-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Ah Htet Yun Chaung,20.7349,93.0259,2,Eleven Media Group,National,"On 17 December 2018, in Yun Chaung area (code for Ah Htet Yun Chaung), in Kyauktaw Township, in Rakhine State, clashes between the Myanmar military and the Arakan Army occurred.",0,1612998729,MMR -5955822,104,MMR6246,6246,17-Dec-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Maramagyi Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Radio Free Asia,Regional,"On 17 December 2018, in Maungdaw township, Rakhine State, two ethnic Maramagyi men from Kyein Chaung (Middle) village were abducted and attacked by six unidentified men while they were fishing in Pyu Ma creek. The men sustained serious injuries from being stabbed with a knife. The managed to escape shortly after and were helped by local villagers.",0,1567539405,MMR -5646137,104,MMR6242,6242,16-Dec-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Irrawaddy,National,"On 16 December 2018, in Maungdaw township, Rakhine State, ta 13-year-old girl from Thit Taw village in Maungdaw Township was found dead with her throat slit.",1,1563908691,MMR -7670102,104,MMR6241,6241,16-Dec-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,1,Irrawaddy,National,"On 16 December 2018, in Rathedaung Township, in Rakhine State, a rocket-propelled grenade (RPG) attack on a Myanmar military truck resulted in deaths of 3 soldiers and injured 10. No reports of who launched the attack though it happened within area contested by the Arakan Army.",3,1612998729,MMR -7670110,104,MMR6240,6240,16-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Irrawaddy,National,"On 16 December 2018, in Kha Maung and Kyun Thar Yar villages, in Ponnagyun Township, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998729,MMR -7703427,104,MMR6243,6243,16-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Htee Swea,20.5784,92.743,1,Irrawaddy,National,"On 16 December 2018, in Htee Swea village (code fore Htee Swea Ywar Thit), in Rathedaung Township, Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1614027970,MMR -7670176,104,MMR6244,6244,16-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Maung Hna Ma,20.7555,92.788,1,Irrawaddy,National,"On 16 December 2018, in Maung Hna Ma village, in Ponnagyun Township, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998729,MMR -7670269,104,MMR6239,6239,16-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Thaung Da Rar,20.5536,92.7532,1,Irrawaddy,National,"On 16 December 2018, in Thaung Da Rar village, in Rathedaung Township, Rakhine State, fighting broke out between the Myanmar military and the Arakan Army.",0,1612998730,MMR -5955329,104,MMR6237,6237,15-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Myaung,Myaung,21.8334,95.4212,1,Radio Free Asia,Regional,"On 15 December 2018, in Myaung Township, in Sagaing Region, around 200 residents of Myaung town staged a protest against NLD party's committee for electricity after it dissolved the already existing independent committee for electricity.",0,1567539404,MMR -5955229,104,MMR6236,6236,15-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 15 December 2018, in Monywa, Sagaing Region, over 150 farmers marched from Monywa's clock tower to city hall to protest the Wanbao company as acid vapor produced by the company's Letpandaung mountain copper mine project has been causing harm to their farm crops.",0,1567539404,MMR -7670138,104,MMR6232,6232,14-Dec-18,2018,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Myo Ma Chaung,20.8599,92.6394,1,Irrawaddy,National,"Around 14 December 2018, in Myo Ma Chaung village, Buthidaung Township, in Rakhine State, AA soldiers ambushed five boats carrying Myanmar military soldiers from Myo Ma Chaung village to a location on upper Sai Din River. One of the boat drivers was shot in his hand as a result. There was no clear report of whether military soldiers were killed.",0,1612998729,MMR -5955806,104,MMR6234,6234,14-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 14 Dec 2018, in Monywa town, Sagaing Region, over 50 local farmers from Shwebo township staged a protest demanding compensation from Great Wall Company. They are protesting as the paddy seeds that they bought from the company cannot yield the guaranteed output.",0,1567539405,MMR -7821402,104,MMR6229,6229,13-Dec-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,2,Radio Free Asia,Regional,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0,1618442055,MMR -7672166,104,MMR6231,6231,13-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 13 December 2018, in Buthidaung Township, in Rakhine State, fighting between the Myanmar military and the Arakan Army occurred, causing over 300 residents of Thabyuchaung and Kyaukse villages in Ponnagyun township to flee. The fighting involved heavy shelling.",0,1612998734,MMR -5646130,104,MMR6226,6226,12-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima,National,"On 12 December 2018, at Maha Bandula Park, in Kyauktada Township, in Yangon Region, more than 50 activists, including journalists and people from rights groups, held a rally to mark the first anniversary of the detention of two Reuters journalists who were imprisoned for reporting about the massacre of Rohingya Muslims by the military.",0,1563908691,MMR -7671424,104,MMR6227,6227,12-Dec-18,2018,3,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Mizzima,National,"Around 12 December 2018, near Phet Wun Chaung village, in Ponnagyun Township, in Rakhine State, fighting broke out between the Myanmar military and the Arakan Army (AA) which caused 42 villagers to flee to Tin Pone Dan village.",0,1612998733,MMR -6362126,104,MMR6225,6225,11-Dec-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),6,Rioters (Myanmar),Government of Myanmar (2016-),5,56,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0,1574179243,MMR -7670333,104,MMR6222,6222,11-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Kan Pyin,20.9464,92.3452,2,Irrawaddy,National,"On 11 December 2018, near Kan Pyin village, in Buthidaung Township, the Arakan Army (AA) fought with the Myanmar military causing more than 200 villagers to flee to Say Taung village located nearby as shells exploded.",0,1612998730,MMR -5956158,104,MMR6221,6221,11-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 11 December 2018, in Myitkyina, in Kachin State, around 4000 people from religious groups, NGOs and youth organizations staged a protest against the judiciary for the imprisonment of three anti-war activists.",0,1567539405,MMR -5970168,104,MMR6224,6224,11-Dec-18,2018,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),Pa-Oh Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Radio Free Asia; Irrawaddy,National-Regional,"On 11 December 2018, in Namhuu village, in Loilen Township, in Shan State, five people, ethnic Pa-Oh, were shot and killed by the RCSS. Three other villagers were injured. The RCSS claimed they shot the villagers after being attacked and denied reports that they were working together with the PMF (Matkyan).",5,1568140449,MMR -5646342,104,MMR6218,6218,10-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (South),Dagon Myothit (South),16.8402,96.2258,2,Myanmar Times,National,"On 10 through 15 December 2018, in South Dagon Myothit, in Yangon, about 250 workers from Kyaik Sein shoe factory went on strike and protested in front of the factory. A resolution between the workers and employer was reached on the fifth day.",0,1563908691,MMR -6362144,104,MMR6219,6219,10-Dec-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Doe Tan,21.045,92.3076,1,Radio Free Asia,Regional,"On 10 December 2018,in Doe Tan Village, in Maungdaw Township, in Rakhine State, two villagers from Laung Don Village were injured by a handmade explosive while fishing.",0,1574179243,MMR -7670318,104,MMR6217,6217,10-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Irrawaddy,National,"On 10 December 2018, in Buthidaung Township, there was fighting between the Myanmar military and the Arakan Army (AA). There were unconfirmed accounts that one military commander was killed.",0,1612998730,MMR -5955392,104,MMR6220,6220,10-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 10 December 2018, near Ho Nar Village, in Nar Ma Khaw Village Tract, in Hsipaw Township, in northern Shan State, fighting broke out between RCSS and SSPP causing over 100 villagers to flee.",0,1567539404,MMR -5955877,104,MMR6215,6215,9-Dec-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"From 2 December through 9 December, within Mong Seng Gyi Village Tract, in Hsipaw Township, in Shan State, the combined force of SSPP and TNLA has been fighting against RCSS troops. As a result, over 800 villagers have been displaced.",0,1567539405,MMR -5646385,104,MMR6214,6214,9-Dec-18,2018,2,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,2,Eleven Media Group,National,"On 09 December 2018,in Hinthada Township, in Ayeyarwady Region, more than 600 war veterans from townships around Hinthada district held a mass rally to support the Myanmar military. Organized by the MWVA, the protesters marched to Hit-taing holding posters that say 'we don't accept the biased report of UN's Fact-Finding Commission.'",0,1563908692,MMR -7821437,104,MMR6213,6213,9-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 9 December 2018, in Mandalay, around 700 workers from 20 factories led by Myanmar Industries, Crafts and Services (MICS) Trade Union Federation held a protest march demanding the appointment of a new regional labor minister and urging officials to pay better attention to labor affairs.",0,1618442055,MMR -7672021,104,MMR6216,6216,9-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Ponnagyun,Ponnagyun,20.3337,93.0088,2,Radio Free Asia,Regional,"On 9 December 2018, near Hpaung Win Chaung Village, in Ponnagyun Township, in Rakhine State, the Myanmar military and the Arakan Army battled causing over 40 local residents to flee.",0,1612998734,MMR -7821439,104,MMR6185,6185,8-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 08-December-2018, in Mandalay, around 300 workers from 20 factories, led by Myanmar Industries, Crafts and Services (MICS) Trade Union Federation, staged a protest march calling for a new regional labour minister to be appointed. They marched from the entrance of Mandalay Industrial Zone along 62nd Street to Manaw Raman Square.",0,1618442055,MMR -7821449,104,MMR6238,6238,7-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 7 December 2018, in Mandalay, students of Traditional Medical University (Mandalay) staged the protest in front of the university opposing to the approval of section 15(f) and 31(c) to the Myanmar Traditional Medicine Council Bill by the Union Parliament.",0,1618442055,MMR -7821450,104,MMR6183,6183,7-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 7 December 2018, at Yadanarpone University, in Mandalay Region, students protested by putting up 'wanted' posters after their request to meet with the Mandalay Region Chief Minister was ignored. The organizers of the student union said they have been requesting the government provide better safety and cleaner facilities at the university.",0,1618442055,MMR -7671995,104,MMR6184,6184,7-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,1,Radio Free Asia,Regional,"On 7 December 2018, in Tarmoenye, in Kutkai Township, in northern Shan State, fighting occurred between the TNLA and Myanmar military, injuring 4 villagers in Ward 2 of Tarmoenye.",0,1612998734,MMR -5955558,104,MMR6182,6182,7-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Radio Free Asia,Regional,"On 7 December 2018, in Myitkyina, Kachin State, around 50 protesters demonstrated outside the courthouse where 3 peace activists, who had led protests in April urging the government to help those trapped in Tanai during fighting between the KIA and military, were sentenced to six-months in prison. The protesters then marched to Manau Park.",0,1567539404,MMR -7672134,104,MMR6179,6179,6-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Radio Free Asia,Regional,"On 6 December in 2018, near Makauktaung of Tarmoenye and Lwaykan Village of Kutkai Township, in Shan State, the Myanmar Army and TNLA clashed. Shelling from the TNLA landed in Ward 5 in Kutkai.",0,1612998734,MMR -5646236,104,MMR6178,6178,6-Dec-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Irrawaddy,National,"On 6 December 2018, near Hpon Nyo Leik Village, Buthidaung township, in Rakhine State, a landmine exploded killing two civilians on the road between Buthidaung and Rathedaung townships.",2,1563908691,MMR -7672003,104,MMR6180,6180,6-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 6 December 2018, in Buthidaung Township, in Rakhine State, fighting broke out between AA troops and the Myanmar military. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998734,MMR -7670241,104,MMR6181,6181,6-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Irrawaddy,National,"On 6 December 2018, in Rathedaung Township, in Rakhine State, armed clashes between AA troops and the Myanmar military occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998730,MMR -7821460,104,MMR6175,6175,5-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 5 December 2018, at Zaycho market, in Mandalay, four families whose members (heads of households) were jailed for protesting the building of a cement factory in Patheingyi township staged a protest highlighting the difficulty they now have making a living due to their family members' arrests.",0,1618442055,MMR -7670245,104,MMR6176,6176,5-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Irrawaddy,National,"On 5 December 2018, in Rathedaung Township, in Rakhine State, armed clashes between AA troops and the Myanmar military occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998730,MMR -7672053,104,MMR6177,6177,5-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 5 December 2018, between Wanatyone and Nahan villages, Buthidaung township, Rakhine state, fighting between the AA and Myanmar army occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998734,MMR -7672178,104,MMR6173,6173,4-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 4 December 2018, between Wanatyone and Nahan villages, Buthidaung township, Rakhine state, fighting between the AA and Myanmar army occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998734,MMR -7821466,104,MMR6172,6172,4-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 4 December 2018, at Yadanarpone University, in Mandalay Region, students protested against the government, requesting they provide better safety and cleaner facilities at the university.",0,1618442055,MMR -5955742,104,MMR6174,6174,4-Dec-18,2018,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 04-December-2018, in Kutkai township, Shan state, the KIA arrested 4 people driving a cattle car. They were released the next day.",0,1567539404,MMR -7672100,104,MMR6171,6171,3-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 3 December 2018, between Wanatyone and Nahan villages, Buthidaung township, Rakhine state, fighting between the AA and Myanmar army occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998734,MMR -7671136,104,MMR6170,6170,3-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 3 December 2018, at Gwi Htun Bum, in Hpakant Township, Kachin State, the Myanmar army LIR 111 attacked the KIA's 44 Battalion with artillery followed by clashes between infantry units.",0,1612998732,MMR -5955984,104,MMR6167,6167,2-Dec-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,1,Radio Free Asia,Regional,"On 2 December 2018, in Kyaukphyu Township, in Rakhine State, over 300 local residents protested against the Pyithu Hluttaw representative of No.1 Constituency regarding the budget allocation to build a dam. The protesters expressed their concern that if the dam is built, their farms would be damaged.",0,1567539405,MMR -7671967,104,MMR6168,6168,2-Dec-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Unidentified Armed Group (Myanmar),,3,13,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 2 December 2018, near Muse Township, in Shan State, 3 People's Militia Forces (PMF) members died after shots were fired by three armed men wearing civilian clothes at Namkham Myoma PMF's base camp in Kyin San Kyawt village. Two other people also were injured.",3,1612998734,MMR -7672022,104,MMR6169,6169,2-Dec-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Tanintharyi,Kawthoung,Kawthoung,Kawthoung,9.9824,98.5503,1,Radio Free Asia,Regional,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0,1612998734,MMR -5955366,104,MMR6162,6162,30-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,1,Radio Free Asia,Regional,"On 30 Nov 2018, in Maing Pyin village, in Mongkaing Township, in southern Shan State, the SSA-S and SSA-N clashed.",0,1567539404,MMR -5955183,104,MMR6161,6161,30-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 30 Nov 2018, near Pang Kut Village, in Namtu Township, in northern Shan State, the SSA-S and SSA-N clashed.",0,1567539404,MMR -5955592,104,MMR6158,6158,29-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,1,Radio Free Asia,Regional,"On 29 Nov 2018, in Maing Pyin village, in Mongkaing Township, in southern Shan State, the SSA-S and SSA-N clashed.",0,1567539404,MMR -5955721,104,MMR6157,6157,29-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 29 Nov 2018, near Pang Kut Village, in Namtu Township, in northern Shan State, fighting broke out between RCSS and SSPP, resulting 200 villagers being displaced.",0,1567539404,MMR -7672209,104,MMR6166,6166,29-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 29 November 2018, near Saipyinchaung village, Buthidaung township, Rakhine state, fighting between the AA and Myanmar army occurred. During the week-long fighting, at least 4 AA soldiers were killed; the Myanmar military also admitted its soldiers had been killed but did not specify the number. Unknown fatalities coded as 3. Total 7 fatalities coded across 7 events.",1,1612998735,MMR -5646255,104,MMR6165,6165,29-Nov-18,2018,2,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Myanmar Times,National,"Around 29 November 2018, near Pan Sok and Pan Kwet villages, in Lashio township, in Shan State, fighting occurred between RCSS and TNLA, causing more than 200 villagers to flee their homes in outskirts of Lashio.",0,1563908691,MMR -7821502,104,MMR6159,6159,29-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 29-November-2018, at Yandanarbon University, Mandalay region, students protested calling for an increase in security and janitorial staff.",0,1618442055,MMR -5955820,104,MMR6160,6160,29-Nov-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Radio Free Asia,Regional,"On 29-November-2018, near A lay Sakan village, Yebyu township, Tanintharyi region, a villager was injured in a landmine explosion.",0,1567539405,MMR -7672170,104,MMR6164,6164,28-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Radio Free Asia,Regional,"On 28 November 2018, between Wanatyone and Nahan villages, Buthidaung township, Rakhine state, fighting between the AA and Myanmar army occurred.",0,1612998734,MMR -5644866,104,MMR6155,6155,27-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Kyaukpyu,Kyaukpyu,19.4279,93.5513,2,Mizzima,National,"On 27 Nov 2018, Kyaukpyu township, Rakhine State, over 1,000 people staged a protest demanding the right to control the region's natural resources. The protest was organized by the Arakan Natural Resources and Environmental Network (ANREN).",0,1563908690,MMR -7670212,104,MMR6156,6156,27-Nov-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0,1612998729,MMR -5644771,104,MMR6154,6154,26-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Narinjara News,Subnational,"On 26 Nov 2018, Sittwe, Sittwe township, Rakhine State, over 100 activists participated in a march demanding the right to control the region's natural resources. The protest was organized by the Arakan Natural Resources and Environmental Network (ANREN).",0,1563908690,MMR -5644698,104,MMR6153,6153,25-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,AFP,International,"On 25 Nov 2018, Sittwe, Rakhine State, around 100 people led by Buddhists monks staged a demonstration against the planned repatriation of Rohingya from Bangladesh to Rakhine State",0,1563908690,MMR -5644724,104,MMR6151,6151,25-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Myanmar Times,National,"On 25 Nov 2018, Lashio, Lashio Township, Shan State, over 300 protesters held a rally in support of the Myanmar army. Among the protesters were nationalist monks, novices and even children from across Shan state.",0,1563908690,MMR -5646214,104,MMR6150,6150,24-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Myanmar Times,National,"On 24 Nov 2018, in Nar Lawng Village, in Lashio Township, in Shan State, RCSS and SSPP troops fought. Three civilians were injured.",0,1563908691,MMR -5644705,104,MMR6144,6144,23-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News; Eleven Media Group,Subnational-National,"On 23 Nov 2018, Nalock [or Ner Lawt] village, Hsipaw Township, northern Shan State, the SSA-S clashed with the SSA-N. Three civilians, among them on child were killed and two injured.",3,1563908690,MMR -5646124,104,MMR6149,6149,22-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 22 Nov 2018, , in Namtu Township, in Kyaukme District, in Shan State, the TNLA and SSA-S clashed.",0,1563908691,MMR -6764381,104,MMR6148,6148,22-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy,National,"On 22 Nov 2018, near Nar Lawt Village, near Hsipaw township, in Shan State, the SSA-S fired on what they thought were SSA-N locations. The SSA-S hit some civilians who were trying to flee, killing some (no further information provided). The SSA-N at that point then returned fire. Unknown fatalities.",3,1580162541,MMR -7670213,104,MMR6143,6143,22-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"On 22 Nov 2018, in an area between Buthidaung Township, Rakhine State and Paletwa Township, Chin State (code for Paletwa), a battle took place between the Arakan Army and Myanmar army. Three Myanmar army soldiers were killed and one soldier of the AA was wounded.",3,1612998729,MMR -5646507,104,MMR6147,6147,21-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 21 Nov 2018, in Namtu Township, in Kyaukme District, in Shan State, the TNLA and SSA-S clashed.",0,1563908692,MMR -7670104,104,MMR6141,6141,20-Nov-18,2018,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 20 Nov 2018, in Pan Ku, Kutkai Township, Shan State, the TNLA detained a captain from Myanmar Army's IB 45 who was travelling to see his girlfriend. The Myanmar army had earlier detained villagers in the area, including the captain's girlfriend who is ethnic Palaung.",0,1612998729,MMR -5955464,104,MMR6142,6142,20-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 20-November-2018, in Pan Kaing village, Namtu township, Shan state, the TNLA and SSA-S clashed.",0,1567539404,MMR -7262572,104,MMR6139,6139,19-Nov-18,2018,1,Riots,Mob violence,Private Security Forces (Myanmar),,8,Rioters (Myanmar),Labour Group (Myanmar),5,58,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Irrawaddy,National,"On 19 Nov 2018, near Namt Hmaw village, Hpakant Township, Kachin State, clashes occurred between freelance jade prospectors and security personnel from Jade Leaf Mining Company, after prospectors tried to enter the mine site before the permitted time. A two-story building and a car garage were burned down. One prospector was shot and killed by the security personnel.",1,1603755462,MMR -5956252,104,MMR6140,6140,19-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia,Regional,"On 19-November-2018, in Pan Kaing village, Namtu township, Shan state, the TNLA and SSA-S clashed.",0,1567539405,MMR -7672292,104,MMR6136,6136,18-Nov-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Pauktaw,Pauktaw,20.1793,93.0686,2,Reuters,International,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0,1612998735,MMR -7672107,104,MMR6135,6135,17-Nov-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Rakhine,Thandwe,Toungup,Toungup,18.8561,94.2408,1,Radio Free Asia,Regional,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0,1612998734,MMR -5644614,104,MMR6134,6134,17-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 17-November-2018, near Man Pyane village, Lashio township, Shan state, the SSA-S fought against the joint forces of TNLA and SSA-N twice. One civilian, a sixty year old woman, was killed during the fighting.",1,1563908690,MMR -5644605,104,MMR6130,6130,16-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 16-November-2018, near Man Pyein, Pan Hone and 13 Mile Gawyakha village, Lashio township, Shan state, the SSA-S fought against the joint forces of TNLA and SSA-N.",0,1563908690,MMR -5644630,104,MMR6131,6131,16-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Mahaaungmyay,Mahaaungmyay,21.9589,96.0912,2,Radio Free Asia,Regional,"On 16-November-2018, in Maha Aung Myay township, Mandalay region, over 200 farmers from 12 townships marched and protested against the arrest of those squatting near police offices.",0,1563908690,MMR -7672151,104,MMR6129,6129,16-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Nat Chaung Wa,21.4671,92.6677,2,Radio Free Asia,Regional,"On 16-November-2018, near Nat Chaung Wa village, Paletwa township, Chin state, the AA and Myanmar military clashed. Unknown number of fatalities on the Myanmar military side across two days of fighting (code 3 fatalities across two days). 2 fatalities.",2,1612998734,MMR -7031555,104,MMR10007,10007,15-Nov-18,2018,3,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Amnesty International,Other,"In November 2018, in Lashio Township, in Shan State, a man and his nephew were abducted at their house by RCSS/SSA-S soldiers. They were then taken to the forest, but escaped some minutes later when fighting broke out between the RCSS and SSPP/SSA-N.",0,1586273633,MMR -7670544,104,MMR6128,6128,15-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,1,Kachinland News,Subnational,"On 15 November 2018, a series of battles occurred between TNLA's 876th Battalion troops and the Myanmar military 77th LID and 88th LID near Sam Bu in Nampaka (Muse, Shan).",0,1612998730,MMR -5644615,104,MMR6125,6125,15-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 15-November-2018, near Man Pyein, Pan Hone and 13 Mile Gawyakha village, Lashio township, Shan state, the SSA-S fought against the joint forces of TNLA and SSA-N.",0,1563908690,MMR -7670182,104,MMR6146,6146,15-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy,National,"On 15 Nov 2018, near Nar Low and Meng Kai Villages, near Hsipaw township, in northern Shan State, the Myanmar military and SSA-N clashed, forcing 500 villagers from their homes in these villages.",0,1612998729,MMR -7672031,104,MMR6126,6126,15-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Nat Chaung Wa,21.4671,92.6677,2,Radio Free Asia,Regional,"On 15-November-2018, near Nat Chaung Wa village, Paletwa township, Chin state, the AA and Myanmar military clashed. Unknown number of fatalities on the Myanmar military side across two days of fighting (code 3 fatalities across each day); 1 AA soldier died. 2 fatalities.",2,1612998734,MMR -7259449,104,MMR6138,6138,14-Nov-18,2018,1,Violence against civilians,Attack,Private Security Forces (Myanmar),,8,Civilians (Myanmar),Labour Group (Myanmar),7,78,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Myanmar Times; Irrawaddy,National,"On 14 Nov 2018, Wai Khar village, Hpakant Township, Kachin State, security personnel of the company Jewelry Star shot and killed two jade prospectors, when they tried to enter the mine site without permission.",2,1603755446,MMR -5644616,104,MMR6124,6124,14-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Network Media Group,National,"On 14-November-2018, in Hsipaw township, Shan state, the TNLA and SSA-S clashed.",0,1563908690,MMR -7670476,104,MMR6123,6123,14-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,1,Kachinland News,Subnational,"On 14 November 2018, a series of battles occurred between TNLA's 876th Battalion troops and the Myanmar military 77th LID and 88th LID near Sam Bu in Nampaka (Muse, Shan).",0,1612998730,MMR -7672077,104,MMR6118,6118,13-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Shwe Laik Wa,21.9398,92.9069,2,Radio Free Asia,Regional,"On 13-November-2018, northeast of Shwe Leik Wa village, Paletwa township, Chin state, the AA and Myanmar military clashed.",0,1612998734,MMR -7670548,104,MMR6120,6120,13-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachinland News,Subnational,"On 13 November 2018, about 100 troops from the Myanmar military's 37th LIB and 121st LIB attacked and burned down KIA 22nd Battalion's Kawng Ja Post and a KIO administrative office in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin).",0,1612998730,MMR -5644636,104,MMR6122,6122,13-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Network Media Group,National,"On 13-November-2018, in Mong Ngao, in Kyaukme township, Shan state, the TNLA and SSA-S clashed.",0,1563908690,MMR -7672227,104,MMR6119,6119,13-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 13-November-2018, between Na Ma Khaw and Na Lawt villages, Hsipaw township, Shan state, the Myanmar military and SSA-N clashed, displacing over 500 villagers.",0,1612998735,MMR -7670465,104,MMR6121,6121,13-Nov-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachinland News,Subnational,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0,1612998730,MMR -5644591,104,MMR6116,6116,11-Nov-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy; Radio Free Asia,National-Regional,"On 11-November-2018, near Kone Ngin village, Kyaukme township, Shan state, one woman was killed and another was injured by a landmine.",1,1563908690,MMR -5644601,104,MMR6117,6117,11-Nov-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,1,Radio Free Asia,Regional,"On 11-November-2018, in Muse town, Shan state, one child was killed and another injured by an improvised explosive.",1,1563908690,MMR -5644572,104,MMR6163,6163,10-Nov-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Network Media Group,National,"On 10-November-2018, in Ahlae Seikan, Yebyu township, Tanintharyi region, a landmine exploded while a man was riding his motorbike. The man was not injured.",0,1563908689,MMR -6362073,104,MMR6114,6114,10-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 10-November-2018, in Bagan, Mandalay region, nine workers who were fired from the Tharabar hotel staged a demonstration calling to be reinstated.",0,1574179243,MMR -7670202,104,MMR6115,6115,9-Nov-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon (East),Ahlone,Ahlone,16.789,96.1265,1,Irrawaddy,National,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0,1612998729,MMR -7669297,104,MMR6112,6112,8-Nov-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Paleik,21.8134,96.0467,1,Myanmar Times; Irrawaddy,National,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0,1612998727,MMR -5644609,104,MMR6113,6113,8-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Muslim Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 08-November-2018, in front of Yangon City Hall, Kyauktada township, Yangon region, around ten Muslims demonstrated, calling on the government to form a committee to help them on their Haj to Mecca.",0,1563908690,MMR -5644602,104,MMR6111,6111,7-Nov-18,2018,2,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"Around 07-November-2018, near Hsipaw and Namhkam townships, Shan state, around 30 villagers were arrested by the SSA-S.",0,1563908690,MMR -5644624,104,MMR6110,6110,7-Nov-18,2018,2,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia,Regional,"On 07-November-2018, in Man Pyein village, Lashio township, Shan state, the body of a civilian was found. He had been abducted during the fighting between the SSA-S and SSA-N on October 26, 2018.",1,1563908690,MMR -7718522,104,MMR6109,6109,5-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Radio Free Asia,Regional,"On 05-November-2018, in Pyigyitagun township, Mandalay region, workers from the Mikko Coffee Mix factory protested in front of the Mandalay Regional Government offices over the sacking of thirty factory workers.",0,1614130951,MMR -6362049,104,MMR6108,6108,4-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Radio Free Asia,Regional,"On 04-November-2018, in Bagan, Mandalay region, over one hundred workers and labour union activists who were fired from the Tharabar hotel staged a demonstration calling to be reinstated.",0,1574179243,MMR -5644767,104,MMR6107,6107,4-Nov-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Eleven Media Group,National,"On 4 Nov 2018, in Maungdaw Township, Rakhine State, over 1000 residents from Maungdaw, Yathaetaung and Buthitaung protested against plans to relocate Rohingya to Maungdaw and Yathaetaung.",0,1563908690,MMR -7670553,104,MMR5184,5184,3-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Nga Gyang,24.1625,97.3698,1,Kachinland News,Subnational,"On 11-March-2018, at Nga Gyang Bum post, Kachin state, the Myanmar army and KIA exchanged rounds of gun fire.",0,1612998730,MMR -5644916,104,MMR6106,6106,3-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,NA-B: Northern Alliance,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 3 Nov 2018, Hsipaw Township, Shan State, battles took place between the SSA-S and the Northern Alliance members. No fatalities noted.",0,1563908690,MMR -5644640,104,MMR6102,6102,2-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Radio Free Asia,Regional,"On 02-November-2018, near Pan Tein mountain, in Man Maing Ye Byu village and Man Hone village, Hsipaw township, Shan state, the SSA-S and SSA-N clashed.",0,1563908690,MMR -5644735,104,MMR6104,6104,2-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,NA-B: Northern Alliance,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 2 Nov 2018, Ner Makhaw village tract, Hsipaw Township, Shan State, battles took place between the SSA-S and the Northern Alliance members. No fatalities noted.",0,1563908690,MMR -7672038,104,MMR6101,6101,2-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 02-November-2018, near Kaung Nin village, in Kutkai township, Shan state, the Myanmar military clashed with the joint forces of the TNLA and MNDAA. Three Myanmar military soldiers were killed.",3,1612998734,MMR -7672124,104,MMR6100,6100,1-Nov-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Radio Free Asia,Regional,"On 01-November-2018, near Kaung Nin village, in Kutkai township, Shan state, the Myanmar military clashed with the joint forces of the TNLA and MNDAA.",0,1612998734,MMR -5644877,104,MMR6103,6103,1-Nov-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,NA-B: Northern Alliance,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 1 Nov 2018, in Wan San village tract, Hsipaw Township, Shan State, clashes occurred between the SSA-S and the Northern Alliance members, displacing more than 300 villagers. No fatalities noted.",0,1563908690,MMR -5644578,104,MMR6099,6099,31-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 31-October-2018, in Dagon Myo Thit (Seikkan) township, Yangon region, workers from the Fu Yuen factory ended their protest after negotiations with the Yangon Chief Minister were successful.",0,1563908690,MMR -7670365,104,MMR6098,6098,31-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Kachin News Group,Subnational,"On 31 Oct 2018, at Namhui village, near Tarmoenye area, Kutkai township, Shan state, the KIA and Myanmar military clashed. Two KIA soldiers and a civilian were injured.",0,1612998730,MMR -7671164,104,MMR6096,6096,31-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 31 Oct 2018, near Nawng San village, Kutkai Township, Shan State, KIA's 8th Battalion fought with Myanmar army's 99th LID. No information on casualties.",0,1612998732,MMR -7672304,104,MMR6097,6097,31-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News,Subnational,"On 31 Oct 2018, Mong Yaw area, Lashio Township, Shan State, a battle took place between the TNLA and the Myanmar army. More than 100 people were displaced. No fatalities noted.",0,1612998735,MMR -5644833,104,MMR6094,6094,30-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Myanmar Times,National,"On 30 Oct 2018, Ei Nai village, Lashio Township, Shan State, a battle took place between the SSA-N and the SSA-S. No fatalities noted.",0,1563908690,MMR -7672196,104,MMR6095,6095,30-Oct-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0,1612998735,MMR -5644812,104,MMR6091,6091,29-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Myanmar Times,National,"On 29 Oct 2018, near Ei Nai village, Lashio Township, Shan State, a battle took place between the SSA-N and the SSA-S. No fatalities noted.",0,1563908690,MMR -5644574,104,MMR6093,6093,29-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Radio Free Asia,Regional,"On 29-October-2018, farmers from Khin Oo and Tant Se townships, Sagaing region, marched to Monywa government offices demanding the return of their confiscated land.",0,1563908690,MMR -7821753,104,MMR6092,6092,29-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Irrawaddy,National,"On 29 Oct 2018, in Yangon, about 100 protesters from the Fu Yuen Ltd factory marched to the Yangon regional government compound to demand the rehiring of 30 sacked colleagues.",0,1618442056,MMR -5644745,104,MMR6090,6090,29-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Khonumthung News,Subnational,"On 29 Oct 2018, in Paletwa Township, Chin State, a resident of Yatchaung village stepped on a landmine while searching foodstuff in the forest. He was seriously injured and sent to hospital.",0,1563908690,MMR -6271510,104,MMR6088,6088,28-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Independent Mon News Agency,National,"On 28 Oct 2018, near Ah Lel Sa Khan Village, Yebyu Township, Tanintharyi Region, a villager stepped on a landmine at the entrance of a plantation on Kyaung Shar Kwin Road. He lost his foot and was sent to hospital.",0,1572403723,MMR -7670317,104,MMR6089,6089,28-Oct-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Bogale,Bogale,16.2949,95.3967,1,Irrawaddy,National,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1,1612998730,MMR -7670804,104,MMR6083,6083,27-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 27 Oct 2018, Muse Township, Shan State, the 36th Battalion of KIA attacked Myanmar army's 219th LIR on the road between Man Hpa Tai and Hpakawn junction. No fatalities noted.",0,1612998731,MMR -5644840,104,MMR6084,6084,27-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Irrawaddy,National,"On 27 Oct 2018, near Pan Pone, Kalar, Nang Har and Ei-Naing villages, Lashio Township, Shan state, the SSA-S and a joint force of the TNLA and SSA-N clashed. No fatalities noted.",0,1563908690,MMR -5644726,104,MMR6086,6086,27-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Irrawaddy,National,"On 27 Oct 2018, Namhsan Township, Shan State, a civilian stepped on a landmine. He suffered injuries to his leg.",0,1563908690,MMR -6362041,104,MMR6087,6087,27-Oct-18,2018,2,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Mone Wun Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Radio Free Asia,Regional,"Around 27-October-2018, in Shauk Haw village, near Tarmoenye, Kutkai township, Shan state, 40 Palaung and Mone Wun villagers were forcibly recruited by an unidentified armed group operating in the area.",0,1574179243,MMR -7672308,104,MMR6082,6082,26-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Loilen,Kyethi,Kyethi,21.7294,98.0628,2,Shan Herald Agency for News,Subnational,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1,1612998735,MMR -5566974,104,MMR6071,6071,26-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Radio Free Asia; Myanmar Times,National-Regional,"On 26-October-2018, near Man Pyein village, Lashio township, Shan state, two civilians, including a child, were killed during the fighting between the SSA-S and the joint forces of the SSA-N and TNLA.",2,1563305275,MMR -5644828,104,MMR6069,6069,25-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 25 Oct 2018, near Nam Te village, Namtu Township, Shan State, the SSA-S fought against a combined force of SSA-N and TNLA. No information on casualties.",0,1563908690,MMR -5644707,104,MMR6068,6068,24-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 24 Oct 2018, near Nam Te village, Namtu Township, Shan State, the SSA-S fought against a combined force of SSA-N and TNLA. Civilians from several villages fled their homes. No information on casualties.",0,1563908690,MMR -5644736,104,MMR6081,6081,24-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Irrawaddy,National,"On 24 Oct 2018, Namhsan Township, Shan State, a landmine exploded near a couple, who was travelling by motorbike. The woman injured her leg.",0,1563908690,MMR -7066149,104,MMR8861,8861,23-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Network for Human Rights Documentation-Burma,Other,"On 23 October 2018, in Paletwa Township, in Chin State, a 35-year-old man stepped on a landmine, severely injuring his leg.",0,1587488320,MMR -7671906,104,MMR6080,6080,23-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"On 23 Oct 2018, Mwelatwa village, Paletwa Township in Chin State, the Myanmar army's LIB 380 fought with the Arakan Army for about 45 minutes. No fatalities noted.",0,1612998734,MMR -5644731,104,MMR6066,6066,23-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 22 and 23 Oct 2018, at Loi Hpala hill, located on Mung Yin-Lashio road [coded Namtu Township] Shan State, battles took place between the SSA-S and the SSA-N. No fatalities noted.",0,1563908690,MMR -6382303,104,MMR6067,6067,23-Oct-18,2018,1,Violence against civilians,Abduction/forced disappearance,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 23 Oct 2018, Ying Maw village, Kutkai Township, Shan State, TNLA's 447 Battalion and MNDAA's 501st Battalion forcefully conscripted 15 villagers, among them one child aged 9.",0,1574367576,MMR -5644620,104,MMR6065,6065,22-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Dagon,Dagon,16.795,96.1469,2,Radio Free Asia,Regional,"On 22-October-2018, in Dagon township, Yangon region, 75 workers from the Great Wall shoe factory in Hlainthayar township demonstrated outside the Yangon Regional government offices over labor conditions at their factory.",0,1563908690,MMR -5644899,104,MMR6064,6064,22-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 22 and 23 Oct 2018, at Loi Hpala hill, located on Mung Yin-Lashio road [coded Namtu Township] Shan State, battles took place between the SSA-S and the SSA-N. No fatalities noted.",0,1563908690,MMR -5644872,104,MMR6079,6079,21-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Farmers (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Shan Herald Agency for News,Subnational,"On 21 Oct 2018, Mangpan village, Namhkan Township, Shan State, a farmer was seriously injured by the explosion of a landmine, when he was working at his paddy field.",0,1563908690,MMR -6382305,104,MMR6063,6063,21-Oct-18,2018,1,Violence against civilians,Abduction/forced disappearance,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 21 Oct 2018, in Kawng San village, Kutkai Township, Shan State, the MNDAA forcibly conscripted two villagers.",0,1574367576,MMR -6025226,104,MMR8860,8860,20-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Network for Human Rights Documentation-Burma,Other,"On 20 October 2018, in Paletwa Township, in Chin State, a 28-year-old woman was killed after stepping on a landmine. Another woman was injured.",1,1571149440,MMR -7672201,104,MMR6060,6060,20-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNPP/KA: Karenni National Progressive Party/Karenni Army,,2,12,Southeast Asia,Myanmar,Kayah,Bawlake,Hpasawng,Hpasawng,18.8333,97.2666,2,Radio Free Asia,Regional,"On 20-October-2018, between Nankit and Bahan Lawt villages, in Hpasawng township, Kayah state, the Myanmar military and KNPP clashed when Myanmar army soldiers entered the KNPP area without warning.",0,1612998735,MMR -7672064,104,MMR6058,6058,19-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Radio Free Asia,Regional,"On 19-October-2018, near Myasayti village, Bhamo township, Kachin state, the Myanmar military and KIA clashed near gold mines.",0,1612998734,MMR -7671400,104,MMR6062,6062,19-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Mizzima,National,"On 18 and 19 Oct 2018, near Myasaydi village, Bhamo Township, Kachin State, the KIA and Myanmar army clashed. No information on casualties.",0,1612998733,MMR -5644858,104,MMR6078,6078,18-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,2,Irrawaddy,National,"On 18 Oct 2018, Namhsan Township, Shan State, a civilian stepped on a landmine, when walking to a tea plantation. He injured his leg.",0,1563908690,MMR -7671399,104,MMR6061,6061,18-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Mizzima,National,"On 18 and 19 Oct 2018, near Myasaydi village, Bhamo Township, Kachin State, the KIA and Myanmar army clashed. No information on casualties.",0,1612998733,MMR -7672216,104,MMR6057,6057,18-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Radio Free Asia,Regional,"On 18-October-2018, near Myasayti village, Bhamo township, Kachin state, the Myanmar military and KIA clashed near gold mines.",0,1612998735,MMR -7671874,104,MMR6077,6077,17-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Network Media Group,National,"On 17 Oct 2018, Paletwa Township in Chin State, the Myanmar army clashed with the Arakan Army. No fatalities noted.",0,1612998734,MMR -5644882,104,MMR6056,6056,17-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 17 Oct 2018, over 100 workers from the Fu Yuen Garment Company Ltd gathered in front of Maha Bandula Park demanding the re-hiring of their dismissed colleagues and the punishment of those responsible for the violent attack against protesting workers on 15 Oct 2018.",0,1563908690,MMR -5644617,104,MMR6055,6055,16-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Radio Free Asia,Regional,"On 16-October-2018, in Hlaingthayar township, Yangon region, 76 workers from the Great Wall factory protested their firing.",0,1563908690,MMR -7671900,104,MMR6076,6076,16-Oct-18,2018,2,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Network Media Group,National,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0,1612998734,MMR -4597395,104,MMR6053,6053,16-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Network Media Group,National,"On 16 Oct 2018, at Loi Kawng Muu, Nermoon village tract, Mong Pan Township, Shan State, the SSA-S clashed with the PNLO. There were an unknown number of casualties on each side.",0,1552576441,MMR -7672017,104,MMR6054,6054,16-Oct-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon (West),Sanchaung,Sanchaung,16.8038,96.1373,2,Radio Free Asia,Regional,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0,1612998734,MMR -6271503,104,MMR6075,6075,15-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,NMSP/MNLA: New Mon State Party/Mon National Liberation Army,,2,23,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Independent Mon News Agency,National,"On 15 Oct 2018, near Ah Lel Sa Khan Village, Yebyu Township, Tanintharyi Region, a MNLA soldier lost his leg after stepping on a landmine while patrolling the area.",0,1572403723,MMR -5644646,104,MMR6051,6051,15-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,1,Radio Free Asia,Regional,"On 15-October-2018, in front of Sagaing city hall, Sagaing region, 10 journalists protested the arrest of three Eleven media journalists.",0,1563908690,MMR -7670414,104,MMR6048,6048,15-Oct-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachin News Group,Subnational,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0,1612998730,MMR -5923282,104,MMR8511,8511,15-Oct-18,2018,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Chin Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,1,Irrawaddy,National,"On 12 August 2019, in Paletwa Township, in Chin State, the Chin Human Rights Organization (CHRO) reported that three Chin villagers from Yat Chaung village have been missing since October 2018.",0,1567515036,MMR -7671543,104,MMR6049,6049,15-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ohn Thee Wa,21.9031,92.6936,2,Narinjara News,National,"On 15 Oct 2018 near Ohn Thee Wa Village, Paletwa Township Chin State, the Myanmar army fought with the Arakan Army for half an hour. No information on casualties.",0,1612998733,MMR -5644793,104,MMR6050,6050,15-Oct-18,2018,1,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),6,Rioters (Myanmar),,5,56,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Irrawaddy; Radio Free Asia,National-Regional,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0,1563908690,MMR -5644843,104,MMR6046,6046,14-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),National Front,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Mizzima; AFP,National-International,"On 14 Oct 2018, in Kyauktada Township, Yangon, several thousand pro-military and nationalist demonstrators marched through Yangon and demonstrated at Maha Bandoola Park against foreign involvement in the country's affairs, voicing their support for the Myanmar army. The demonstration was organized by the National Front.",0,1563908690,MMR -5644604,104,MMR6047,6047,14-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 14-October-2018, in Kyauktada township, Yangon region, over 100 workers from seven factories marched and protested in front of City Hall in solidarity with the Fu Yuen factory workers who have been protesting for two months.",0,1563908690,MMR -7670096,104,MMR6044,6044,14-Oct-18,2018,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Police Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,2,Independent Mon News Agency,Subnational,"On 14 Oct 2018, Myaing Thar Yar Ward, Mawlamyine, Mon State, when the traffic police asked an unlicensed vehicle to pull over, the driver fled without stopping. He hit a motorcycle of a traffic police officer and fired four shots. The driver held a membership card of the Mon Peace Defence Front (MPDF) that the organization said was fake. The organization denied that he is a member. One police officer and a civilian were injured.",0,1612998729,MMR -7671684,104,MMR6045,6045,14-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ohn Thee Wa,21.9031,92.6936,2,Narinjara News,National,"On 14 Oct 2018, north of Ohn Thee Wa village, Paletwa Township, Chin State, the Myanmar army fought with the Arakan Army for almost two hours. No information on casualties.",0,1612998733,MMR -7670696,104,MMR6042,6042,13-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 13 Oct 2018, Nam Hu village, Kutkai township, Shan State, KIA's 8th Battalion clashed with the Myanmar army. No casualties reported.",0,1612998731,MMR -4598208,104,MMR6043,6043,13-Oct-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Network Media Group,National,"On 13 Oct 2018, Mong Pan Township, Shan State, the SSA-S clashed with the PNLO. There were an unknown number of casualties on each side.",0,1552576442,MMR -6361947,104,MMR5966,5966,12-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Nyaung-U,Nyaung-U,Bagan,21.1319,94.8625,1,Myanmar Times,National,"On 12-October-2018, in old Bagan town, Mandalay region, twelve workers from Thayaba Hotel set up a protest camp and staged a protest because they were fired without compensation.",0,1574179242,MMR -4598411,104,MMR5967,5967,12-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 12-October-2018, at Mahabandoola Park, Kyauktada township, Yangon, locals protested the recent sentencing of a lawyer and former student union leader in a case arising from the 2015 student protests.",0,1552576442,MMR -5453524,104,MMR5965,5965,12-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Government of Myanmar (2016-),6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Irrawaddy,National,"On 12 Oct 2018, in Hsipaw Township, Shan State, around 1,000 residents and state lawmakers held a protest against the construction of the Upper Yeywa Dam on the Namtu River.",0,1561473738,MMR -7821855,104,MMR5964,5964,11-Oct-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Myanmar Times,National,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0,1618442056,MMR -7669553,104,MMR10006,10006,11-Oct-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Man Lway,23.3416,97.7955,2,Amnesty International,Other,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0,1612998728,MMR -7670619,104,MMR5963,5963,11-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 11 Oct 2018, Pang Law and Hin Mun villages, Kutkai township, Shan State, KIA's 8th Battalion troops clashed with the Myanmar army's 99th LID. No fatalities noted.",0,1612998731,MMR -7671952,104,MMR6041,6041,11-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Sinbo,24.7792,97.0392,2,Network Media Group,National,"On 11 Oct 2018, near Sinbo village area, Myitkyina Township, Kachin State, KIA's Battalion No. 5 fought with Myanmar army's LIB 251 and 159 for nearly half an hour. No fatalities noted.",0,1612998734,MMR -7670823,104,MMR5960,5960,10-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Sinbo,24.7792,97.0392,2,Kachinland News,Subnational,"On 10 Oct 2018, near Hkawng Me village, near Sinbo area, Myitkyina township, Kachin State, KIA's 5th Battalion clashed with the Myanmar army. No fatalities noted.",0,1612998731,MMR -7821863,104,MMR5962,5962,10-Oct-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),5,Civilians (Myanmar),,7,57,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Myanmar Times,National,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0,1618442056,MMR -7670824,104,MMR5961,5961,10-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 10 Oct 2018, at Lashap Hkyet, located between Man Mau village and Loi Gaw village, Kutkai township, Shan State, a battle took place between TNLA troops and Myanmar army's 69th LIB. No fatalities noted.",0,1612998731,MMR -5644750,104,MMR6040,6040,10-Oct-18,2018,2,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Myanmar Times,National,"Around 10 Oct 2018, Karli, Loilen Township, Shan State, community college students protested against the fatal shooting of a Buddhist monk at Shwe Kyin Monastery on 5 Oct 2018.",0,1563908690,MMR -7821867,104,MMR5959,5959,9-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Radio Free Asia,Regional,"On 09-October-2018, in Yangon, villagers from Aung Tha Pyay village, Patheingyi township, Mandalay region protested against cement factory operating on their lands.",0,1618442056,MMR -6271514,104,MMR6074,6074,8-Oct-18,2018,1,Violence against civilians,Attack,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Tanintharyi,Dawei,Yebyu,Yebyu,14.6329,98.1076,2,Independent Mon News Agency,National,"On 8 Oct 2018, Kyaung Shar Kwin area, near Ah Lel Sa Khan Village, Yebyu Township, Tanintharyi Region, members of the KNU assaulted three plantation workers with rifle butts and knife blades.",0,1572403723,MMR -4599531,104,MMR5958,5958,8-Oct-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 8 Oct 2018, near Ner Moon and Ner Kyein villages, Hsipaw Township, Shan State, a bomb exploded, causing about 20 villagers to flee. It is unknown who planted the bomb. No fatalities.",0,1552576443,MMR -4599802,104,MMR5956,5956,7-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Eleven Media Group,National,"On 7 Oct 2018, in front of Mahabandoola Park, Kyauktada Township, Yangon, workers from the Fu Yuen garment factory held a protest against the dismissal of 30 workers.",0,1552576444,MMR -4599803,104,MMR5957,5957,7-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 07-October-2018, in Magway township, Magway region, farmers from Magway and Natmauk whose lands were confiscated for three development projects staged a protest calling for compensation for their lands.",0,1552576444,MMR -7669638,104,MMR8859,8859,6-Oct-18,2018,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,1,Burmese Women's Union,Other,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0,1612998728,MMR -7670502,104,MMR5955,5955,6-Oct-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 6 Oct 2018, at a hill between Nawng Jang and Man Nawng village, Kutkai Township, Shan State, KIA's 2nd Battalion troops fought Myanmar army's 99th LID.",0,1612998730,MMR -7670002,104,MMR5952,5952,6-Oct-18,2018,1,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),5,Police Forces of Myanmar (2016-2021) Prison Guards,,1,15,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Eleven Media Group,National,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0,1612998729,MMR -4600356,104,MMR5954,5954,5-Oct-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Buddhist Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Shan Herald Agency for News,Subnational,"On 5 Oct 2018, in Kyaukme Town, Kyaukme Township, Shan State, two unidentified gunmen shot and killed the abbot of the Shwe Kyin monastery.",1,1552576444,MMR -7672194,104,MMR5951,5951,5-Oct-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Radio Free Asia,Regional,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0,1612998735,MMR -5202684,104,MMR5950,5950,4-Oct-18,2018,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Women (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Tachileik,Tachileik,Tachileik,20.4475,99.8808,2,Radio Free Asia,Regional,"On 04-October-2018, in Way Lay Lan village, Tachileik township, Shan state, a Shan woman, Daw Ei Nan, was abducted by four unidentified gunmen while selling goods in front of her house.",0,1559160529,MMR -7669979,104,MMR5949,5949,3-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Hkamti,Homalin,Homalin,24.8666,94.9091,1,Eleven Media Group,National,"On 3 Oct 2018, Homalin town of Sagaing Region, about 150 war veterans from the Myanmar War Veterans' Association held a rally in support of the military and against international interference in Rakhine state.",0,1612998729,MMR -7669999,104,MMR5948,5948,3-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Bago,Bago,17.3352,96.4813,1,Eleven Media Group,National,"On 3 Oct 2018, Bago town of Bago Region, about 200 war veterans from the Myanmar War Veterans' Association held a rally in support of the military and against international interference in Rakhine state.",0,1612998729,MMR -4600817,104,MMR5947,5947,3-Oct-18,2018,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 3 Oct 2018, Yung Ngaw village in Kutkai township, Shan State, the TNLA arrested a villager while he was looking for firewood. His whereabouts remain unknown.",0,1552576445,MMR -7669968,104,MMR5946,5946,2-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group,National,"On 2 Oct 2018, Monywa, Monywa Township, Sagaing Region, about 230 war veterans from the Myanmar War Veterans' Association rallied in support of the military and against international interference in northern Rakhine state.",0,1612998729,MMR -4601344,104,MMR5944,5944,1-Oct-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,1,Eleven Media Group,National,"On 1 Oct 2018, in Shwelinban Industrial Zone, Hlaingthayar Township, Yangon Region, workers gathered in front of the Great Well Shoe Factory demanding their salaries for the last three months.",0,1552576446,MMR -7670065,104,MMR6073,6073,1-Oct-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Frontier Myanmar,National,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1,1612998729,MMR -4601626,104,MMR5938,5938,30-Sep-18,2018,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 30 Sept, in Kutkai Township, Shan State, the TNLA forced 7 villagers from Nam Gut and Ying Ngaw village to serve as guides and porters.",0,1552576446,MMR -4601627,104,MMR5939,5939,30-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Radio Free Asia,Regional,"On 30 Sept 2018, at the confluence of the Mali and N'Mai rivers (where the Irrawaddy river begins), Myitkyina Township, Kachin State, more than 1,000 environmentalists and villagers held a ceremony urging the government to cancel the construction of the Myitsone Dam on the Irrawaddy River.",0,1552576446,MMR -4601629,104,MMR5941,5941,30-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Bangladesh),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Eleven Media Group,National,"On 30 Sept 2018, Mawlawi Village, Maungdaw Township, Rakhine State, around 10 armed men assumed to have come from Bangladesh entered Mawlawi Village and started shooting. Two villagers were injured.",0,1552576446,MMR -4601630,104,MMR5942,5942,30-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 30-September-2018, in front of City Hall, Kyauktada township, Yangon, around 30 protesters demonstrated in support of Daw Aung San Suu Kyi.",0,1552576446,MMR -7670593,104,MMR5937,5937,30-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 30 Sept 2018, at Mung Noi Bum in Muse township, Shan State, KIA's 36th Battalion clashed with the Myanmar army's 218th LIR after 70 Myanmar army soldiers entered KIA's Kawng Lim administrative area. No information on casualties.",0,1612998730,MMR -7670229,104,MMR5940,5940,30-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,1,Irrawaddy,National,"On 30 Sept 2018, in the Tar Moe Nyar (Tarmoenye) area of Kutkai Township, Shan State, a battle took place between the TNLA and the Myanmar army. No information on casualties.",0,1612998730,MMR -7671943,104,MMR5931,5931,29-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Nam Aum,23.8314,97.9364,1,Network Media Group,National,"On 29 Sept 2018, in Nam Aum (Nam Oum) village, Muse Township, Shan State, the TNLA clashed with the Myanmar army. No information about the fatalities.",0,1612998734,MMR -7671944,104,MMR5934,5934,29-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 29 Sept 2018, the TNLA clashed with the Myanmar army once at Kawng Khar village and once at Nam Poung village, near Kutkai and Muse Townships, Shan state, displacing around 200 people. The TNLA claimed that Myanmar army soldiers died, but the exact number is unknown. Unknown fatalities coded as 3 (split over two events in two townships).",2,1612998734,MMR -7671983,104,MMR5929,5929,29-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 29 Sept 2018, the TNLA clashed with the Myanmar army once at Kawng Khar village and once at Nam Poung village, near Kutkai and Muse Townships, Shan state, displacing around 200 people. The TNLA claimed that Myanmar army soldiers died, but the exact number is unknown. Unknown fatalities coded as 3 (split over two events in two townships).",1,1612998734,MMR -7670717,104,MMR5930,5930,29-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Kachinland News,Subnational,"On 29 Sept 2018, in Man Ping village, Hseni Township, Shan State, a battle took place between the TNLA and Myanmar army. A mortar shell destroyed several houses and a car. Three locals were wounded by stray bullets.",0,1612998731,MMR -7670718,104,MMR5933,5933,29-Sep-18,2018,2,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,7,27,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Kachinland News,Subnational,"Around 29 Sept 2018, in Hseni Township, Shan State, TNLA troops detained four men from the Kawng Hka Pyithusit (People's Militia Force).",0,1612998731,MMR -7671503,104,MMR5932,5932,29-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Myanmar Times,National,"On 29 Sept 2018, in Kyaukme Township, Shan State, two gunmen attacked five trucks carrying cattle. One of the gunmen was later engaged in a clash with the military which led to his death. Before dying, the gunman admitted to being part of the SSA-N.",1,1612998733,MMR -5453519,104,MMR5935,5935,29-Sep-18,2018,1,Violence against civilians,Attack,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,1,Myanmar Times,National,"On 29 Sept 2018, in Kyaukme Township, Shan State, two gunmen attacked five trucks carrying cattle. One of the gunmen was later engaged in a clash with the military which led to his death. Before dying, the gunman admitted to being part of the SSA-N.",0,1561473738,MMR -7223253,104,MMR5953,5953,29-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Shan,Loilen,Laihka,Laihka,21.2707,97.6654,2,Shan Herald Agency for News,Subnational,"On 29 Sept 2018, in Laihka Township, Shan State, over 700 civilians and monks demonstrated against a proposed coal extraction project in Laikha's Hton Yeing area.",0,1600193291,MMR -7672088,104,MMR5922,5922,28-Sep-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,7,17,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0,1612998734,MMR -4602078,104,MMR5921,5921,28-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Magway,Magway,Magway,20.1496,94.9325,1,Radio Free Asia,Regional,"On 28-September-2018, in Magway township, Magway region, villagers marched in protest against the selection process for the village administration (in Tone Pauk Taw (Da Bauk Taw) village) after the choice of the villagers was overturned by the township administration.",0,1552576446,MMR -4602411,104,MMR5920,5920,27-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kawlin,Kawlin,Kawlin,23.7902,95.6833,1,Radio Free Asia,Regional,"On 27-September-2018, in Kawlin town, Sagaing region, around 200 farmers marched to protest the government's unfair distribution of fertilizer provided by the World Bank in 2015.",0,1552576447,MMR -4602663,104,MMR5918,5918,26-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,1,Eleven Media Group,National,"On 26 Sep 2018, in Hlaingtharyar township, Yangon region, about 300 workers from Central Star garment factory, Fu Yuen garment factory, Great Wings and MDM shoe factories and Myanmar Infochamp factories held a demonstration over unpaid salaries, holiday compensation and the slow resolution of issues as well as other disputes.",0,1552576447,MMR -4602742,104,MMR5927,5927,26-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,1,Narinjara News,Subnational,"On 26 Sept 2018, in Buthidaung, Buthidaung Township, Rakhine State, around 200 people held a prayer service for the release of Dr Aye Maung and youth author Wai Hin Aung. Both are facing high treason and defamation charges.",0,1552576447,MMR -7743172,104,MMR5919,5919,26-Sep-18,2018,1,Battles,Armed clash,Buddhist Militia (Myanmar),,4,Buddhist Militia (Myanmar),,4,44,Southeast Asia,Myanmar,Mon,Thaton,Paung,Hmaw Bi,16.6355,97.6153,1,Eleven Media Group,National,"On 26 Sept 2018, in Hmawbi Village, Paung Township, Mon State, a violent fight occurred between two groups of villagers over a dispute related to the presiding monk. They used swords, iron rods and brickbats to hit each other. At least four villagers were injured and sent to hospital.",0,1615334311,MMR -7670197,104,MMR5916,5916,25-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Irrawaddy,National,"On 25 Sept 2018, in Sittwe, Rakhine State, an off-duty corporal of the Myanmar army was fatally shot while visiting a fair with his family. It is not known who was behind the attack.",1,1612998729,MMR -5453515,104,MMR5917,5917,25-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Bahan,Bahan,16.8106,96.1574,1,Myanmar Times,National,"On 25 Sept 2018, in Bahan Township, Yangon, workers of the Fu Yuen garment factory held a protest in front of the NLD headquarters. They have been protesting since late August in front of the factory in in Dagon Myo Thit (Seikkan).",0,1561473738,MMR -7669296,104,MMR5914,5914,23-Sep-18,2018,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ohn Thee Wa,21.9031,92.6936,2,Network Media Group; Narinjara News,National,"Around 23 Sept 2018, five kilometres from Ohn Thee Wa village, Paletwa Township, Chin State, the Arakan Army (AA) and Myanmar Army clashed for about 20 minutes. Four Myanmar army soldiers were killed, several injured and one soldier from the AA was killed.",5,1612998727,MMR -4603452,104,MMR5915,5915,23-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 23-September-2018, in Dagon Myo Thit (Seikkan), Yangon region, workers from 10 labour unions jointly marched, calling for a resolution to the workers demands at the Fu Yuen garment factory.",0,1552576448,MMR -7669295,104,MMR5913,5913,21-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Shin Ma Dein Wa,21.6379,92.7004,2,Network Media Group; Narinjara News,National,"On 21 Sept 2018, near Hta O Pee village, near Shin Ma Dein Wa village, in Paletwa Township, Chin State, a battle took place between the Arakan Army (AA) and Myanmar Army's IB-289. Some government soldiers were killed; there were injuries on both sides. Unknown fatalities.",3,1612998727,MMR -6361868,104,MMR6072,6072,20-Sep-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Nga Tein,21.5209,92.6765,2,Khonumthung News,Subnational,"On 20 Sept 2018, near Nga-tein village, Paletwa Township, Chin State, a villager died after stepping on a landmine while searching vegetables in the Pichaung creek area.",1,1574179242,MMR -5453513,104,MMR5909,5909,20-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Times,National,"On 20-September-2018, in Dagon Myo Thit (Seikkan), Yangon region, workers continued to protest in front of the Fu Yuen factory despite the factory deadline to re-start their work.",0,1561473738,MMR -6361225,104,MMR5907,5907,19-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Mro Ethnic Group (Myanmar),7,37,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Thit Tone Nar Gwa Son,21.239,92.2889,2,Irrawaddy,National,"On 19 Sept 2018, near Thit Tone Nar Gwa Son village, Maungdaw Township, Rakhine State, an ethnic Mro was stabbed and killed by unknown when he went to the woods to put his cattle out.",1,1574179240,MMR -6361318,104,MMR5906,5906,19-Sep-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Pang Hseng,24.075,98.0636,2,Kachin News Group,Subnational,"On 19 Sept 2018, in Nam-tawng Village, near Pang Hseng, Muse Township, Shan State, a bomb exploded, killing one woman and seriously injuring another woman. No information available on who planted the bomb.",1,1574179240,MMR -7718523,104,MMR5905,5905,18-Sep-18,2018,2,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Radio Free Asia,Regional,"Around 18-September-2018, in Pyigyitagun township, Mandalay region, workers from the Mikko Coffee Mix factory demonstrated against the sexual harassment that women endure at the factory.",0,1614130951,MMR -7718526,104,MMR5904,5904,18-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Radio Free Asia,Regional,"On 18-September-2018, in Pyigyitagun township, Mandalay region, around 50 workers from the SSA NO-1 Jelly Factory protested in front of the factory over the firing of a worker and calling for 11 demands.",0,1614130951,MMR -4604983,104,MMR5903,5903,17-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Bago,Thanatpin,Thanatpin,17.2914,96.5752,2,Eleven Media Group,National,"On 17 Sept 2018, in Kyaikpadaing village, Thanatpin Township, Bago Region, about 100 people protested for about an hour demanding legal action against the deputy township judge and some police because they had come to enforce a demolition warrant for one house. The protesters claimed the decision to demolish the house was biased.",0,1552576450,MMR -5566971,104,MMR5902,5902,17-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,1,Network Media Group; Shan Herald Agency for News,Subnational-National,"On 17 Sept 2018, in Namhkan (Namhkan, Shan), more than 10,000 people gathered for a demonstration demanding the release of Nang Mo Hom, a Shan woman who had been arrested by the TNLA on 17 Aug.",0,1563305275,MMR -7672117,104,MMR5901,5901,16-Sep-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon (North),Htantabin,Nyaung Thone Pin,17.0739,95.8846,1,Radio Free Asia,Regional,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0,1612998734,MMR -4605247,104,MMR5898,5898,16-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Mrauk-U,Kyauktaw,Kyauktaw,20.8447,92.9753,2,Narinjara News,Subnational,"On 16 Sept 2018, in Kyauktaw Township, Rakhine State, around 200 farmers held a demonstration demanding the return of 1,000 acres of land that had been seized by the military in late 1990s.",0,1552576450,MMR -7670154,104,MMR5899,5899,16-Sep-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,2,Irrawaddy,National,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1,1612998729,MMR -5453511,104,MMR5900,5900,16-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Irrawaddy,National,"On 16 Sept 2018, in Yangon, around 100 youth activists, journalists and high school students gathered to demonstrate against the seven-year prison terms for two Reuters journalists who were convicted of violating the state secrets act for their reporting on the killing of Rohingya men by the military in Inn Din in Rakhine state.",0,1561473738,MMR -7031553,104,MMR10005,10005,15-Sep-18,2018,3,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Amnesty International,Other,"In September 2018, in Namtu Township, in Shan State, TNLA soldiers forced two ethnic Shan men to guide them to Nyaung Hsut village. The soldiers also beat and kicked the men. The two were released the next day.",0,1586273633,MMR -5453405,104,MMR5696,5696,15-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Times,National,"On 15-September-2018, in Dagon Myo Thit (Seikkan), Yangon region, workers continued to protest against the Fu Yuen company. Negotiations between the protesters and the company were unsuccessful. The protests have been ongoing since August 21, 2018.",0,1561473738,MMR -7822021,104,MMR5695,5695,15-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 15-September-2018, in Mandalay, nearly 100 members of the Pyigyitagun Myanmar War Veterans' Association held a protest rally in support of the Myanmar military and against the interference of international organizations in internal affairs. It was the second such protest in Mandalay this week.",0,1618442056,MMR -7672323,104,MMR5894,5894,13-Sep-18,2018,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 13 Sept 2018, in Manli village, Hsipaw Township, Shan State, an unknown armed group fired gunfire at the Myanmar military LIB 17. One military soldier was killed and another was injured.",1,1612998735,MMR -7671878,104,MMR5925,5925,13-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 13 Sept 2018, in Kutkai Township, Shan State, a battle took place between the TNLA and Myanmar army. No fatalities noted.",0,1612998734,MMR -6272867,104,MMR5690,5690,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Tanintharyi,Tanintharyi,12.302,99.1683,2,Karen Information Center News,National,"On 13 Sept 2018, at Sar Ya Bwin village, Tanintharyi Township, Tanintharyi Region, indigenous people gathered to campaign against plans to build a dam on the Tanintharyi River at Sar Ya Bwin village.",0,1572403725,MMR -7672177,104,MMR5689,5689,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Radio Free Asia,Regional,"On 13-September-2018, in Chanayethazan township, Mandalay, over 100 members of the Myanmar War Veterans' Association demonstrated to show their full support for the Myanmar military and against the findings of the UN Fact Finding Commission and the actions of Facebook towards military accounts.",0,1612998734,MMR -4606108,104,MMR5691,5691,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,2,Eleven Media Group,National,"On 13 Sept 2018, in Kyaukse Township, Mandalay Region, over 200 members of the student union gathered in front of a court to demonstrate for the security of students and demand justice for two students of the Kyaukse Government Technological Institute who had been killed by three men on 29 August.",0,1552576451,MMR -4606109,104,MMR5692,5692,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Sagaing,Sagaing,Sagaing,21.8787,95.9796,2,Radio Free Asia,Regional,"On 13-September-2018, in Sagaing, Sagaing region, students from Sagaing Education University protested limitations on their choice of future studies and issues with the distance education system.",0,1552576451,MMR -4606110,104,MMR5693,5693,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlegu,Hlegu,17.0957,96.2206,2,Radio Free Asia,Regional,"On 13-September-2018, in Hlegu, Yangon region, students from Hlegu Education College protested limitations on their choice of future studies and issues with the distance education system.",0,1552576451,MMR -4606111,104,MMR5694,5694,13-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Magway,Pakokku,Pakokku,Pakokku,21.3349,95.0844,2,Radio Free Asia,Regional,"On 13-September-2018, in Pakokku, Magway region, students from Pakokku Education College protested limitations on their choice of future studies and issues with the distance education system.",0,1552576451,MMR -6382313,104,MMR5896,5896,13-Sep-18,2018,2,Violence against civilians,Abduction/forced disappearance,UWSP/UWSA: United Wa State Party/United Wa State Army,,2,Civilians (Myanmar),Christian Group (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Matman,Pangsang,Pangsang (Wa SAD),22.1802,99.1508,2,Myanmar Times,National,"Around 13 Sept 2018, near Pangsang, Wa SAD, Shan State, the United Wa State Army (UWSA) announced the demolition of unauthorized Christian churches and arrested some clergy members for questioning.",0,1574367576,MMR -7670339,104,MMR6137,6137,12-Sep-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Yangon,Yangon (South),Thanlyin,Thanlyin,16.7638,96.2518,2,Irrawaddy,National,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1,1612998730,MMR -4606376,104,MMR5688,5688,12-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Dawei,Dawei,Dawei,14.0828,98.1915,2,Radio Free Asia,Regional,"On 12-September-2018, in Dawei, Tanintharyi region, students from Taungoo Education College protested limitations on their choice of future studies and issues with the distance education system.",0,1552576451,MMR -7670288,104,MMR5683,5683,11-Sep-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Irrawaddy,National,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0,1612998730,MMR -4606658,104,MMR5684,5684,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Eleven Media Group,National,"On 11 Sept 2018, at the campus of Monywa Education College, Monywa, Sagaing Region, students staged a protest against restrictions on further studies in Education College and Teacher Training College.",0,1552576452,MMR -4606661,104,MMR5687,5687,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Taungoo,Taungoo,Taungoo,18.9429,96.4341,2,Radio Free Asia,Regional,"On 11-September-2018, in Taungoo, Bago region, students from Taungoo Education College protested limitations on their choice of future studies and issues with the distance education system.",0,1552576452,MMR -7669983,104,MMR5685,5685,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Seikkan,Seikkan,16.7701,96.1572,2,Eleven Media Group,National,"On 11 Sept 2018, in Kyauktada, Pabedan, Latha, Lanmadaw and Seikkan Townships in Yangon, a silent protest was staged by the Myanmar War Veterans' Association to show support for the Myanmar army.",0,1612998729,MMR -7669984,104,MMR5681,5681,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Latha,Latha,16.7767,96.1505,2,Eleven Media Group,National,"On 11 Sept 2018, in Kyauktada, Pabedan, Latha, Lanmadaw and Seikkan Townships in Yangon, a silent protest was staged by the Myanmar War Veterans' Association to show support for the Myanmar army.",0,1612998729,MMR -7669996,104,MMR5686,5686,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Pabedan,Pabedan,16.7803,96.1556,2,Eleven Media Group,National,"On 11 Sept 2018, in Kyauktada, Pabedan, Latha, Lanmadaw and Seikkan Townships in Yangon, a silent protest was staged by the Myanmar War Veterans' Association to show support for the Myanmar army.",0,1612998729,MMR -7669997,104,MMR5682,5682,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Lanmadaw,Lanmadaw,16.7795,96.142,2,Eleven Media Group,National,"On 11 Sept 2018, in Kyauktada, Pabedan, Latha, Lanmadaw and Seikkan Townships in Yangon, a silent protest was staged by the Myanmar War Veterans' Association to show support for the Myanmar army.",0,1612998729,MMR -7670008,104,MMR5680,5680,11-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MWVA: Myanmar War Veterans' Association; Former Military Forces of Myanmar (2016-2021),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Eleven Media Group,National,"On 11 Sept 2018, in Kyauktada, Pabedan, Latha, Lanmadaw and Seikkan Townships in Yangon, a silent protest was staged by the Myanmar War Veterans' Association to show support for the Myanmar army.",0,1612998729,MMR -7671838,104,MMR5911,5911,10-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Hta Run Aing,21.6972,92.7743,2,Narinjara News,National,"On 10 Sept 2018, near Hta Yaw Ai (Hta Run Aing) in Paletwa Township, Chin State, a 20-minute battle took place between the Arakan Army (AA) and the Myanmar military. Two AA soldiers were injured, four government military soldiers were killed and several injured.",4,1612998734,MMR -5453402,104,MMR5679,5679,10-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Rakhine Ethnic Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,1,Irrawaddy,National,"On 10 Sept 2018, in Maungdaw, Maungdaw Township, Rakhine State, around 300 Rakhine residents protested against the distribution of aid to Rohingya people by the International Committee of the Red Cross and the Myanmar Red Cross Society.",0,1561473738,MMR -4607494,104,MMR5676,5676,9-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,1,Kachinland News,Subnational,"On 9 Sept 2018, two 26-year-old have been found dead near Nazaret school in Mansi town, Bhamo Township, Kachin State. They appeared to have been severely beaten.",2,1552576453,MMR -4607495,104,MMR5677,5677,9-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Radio Free Asia,Regional,"On 09-September-2018, in Monywa, Sagaing region, around 30 journalists and members of civil society held a prayer vigil calling for the release of the two Reuters reporters imprisoned for reporting on the killing of Rohingya in Rakhine state.",0,1552576453,MMR -4607388,104,MMR5670,5670,9-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 09-September-2018, about 70 workers marched from Sule Pagoda (Kyauktada township) to Lanmadaw township in Yangon in support of the ongoing protests at Fuyen factory in Dagon Myo Thit Seikkan.",0,1552576452,MMR -7671326,104,MMR5675,5675,8-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 8 Sept 2018, in Ta Lah Aw Ka Lar area, Hpapun Township, Kayin State, the KNLA's 4th Company under the 102nd Battalion clashed with the Myanmar military's LIB-207 under LID-44. No fatalities noted.",0,1612998732,MMR -4607654,104,MMR5669,5669,8-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Radio Free Asia,Regional,"On 08-September-2018, near Kyaukme, Shan state, a truck travelling to Muse came under fire from an unidentified group. Two men in the truck died from gunshot wounds.",2,1552576453,MMR -4608097,104,MMR5667,5667,7-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,1,Radio Free Asia,Regional,"On 07-September-2018, in Mawlamyine, Mon state, around 70 journalists and members of civil society marched in protest against the verdict against two Reuters journalists convicted of violating the state secrets act for their reporting on the killing of Rohingya men by the Myanmar military in Inn Din in Rakhine state.",0,1552576453,MMR -4608098,104,MMR5668,5668,7-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Radio Free Asia,Regional,"On 07-September-2018, in Namkhan, Shan state, ten family members of Nang Moe Hom, a woman arrested by the TNLA, protested against the TNLA. The police, fire department, Shan youth and villagers from the woman's village provided security for the family as they protested.",0,1552576453,MMR -7670742,104,MMR5674,5674,7-Sep-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0,1612998731,MMR -7822103,104,MMR5666,5666,6-Sep-18,2018,2,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Nay Pyi Taw,,Nay Pyi Taw,19.745,96.1297,1,Radio Free Asia,Regional,"Around 06-September-2018, in Nay Pyi Taw, there were protests against the verdict against two Reuters journalists convicted of violating the state secrets act for their reporting on the killing of Rohingya men by the Myanmar military in Inn Din in Rakhine state.",0,1618442057,MMR -7670621,104,MMR5910,5910,5-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Militia (Pro-Government),1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Kachinland News,Subnational,"On 5 Sep 2018, in Woi Gyi area in Monyin township, Kachin State, the Myanmar army's 250th LIB, together with Da Law Militia and Sinbo Militia, advanced into the positions of KIA's 5th Battalion and fired 5 rounds of 105 mm howitzer and several assault rifle rounds. No information on fatalities.",0,1612998731,MMR -7670385,104,MMR5665,5665,5-Sep-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachin News Group,Subnational,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0,1612998730,MMR -4608872,104,MMR5662,5662,4-Sep-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Mizzima,National,"On 4 September 2018, in Panglong village, Namtu Township, Shan State, the SSA-South clashed with allied forces of SSA-North and TNLA. No fatalities noted.",0,1552576454,MMR -5566965,104,MMR5664,5664,4-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Irrawaddy; Eleven Media Group,National,"On 4 Sept 2018, in Pyay, Bago Region, around 50 demonstrators protested against the verdict against two Reuters journalists, convicted of violating the state secrets act for their reporting on the killing of Rohingya men by the military in Inn Din in Rakhine state. Among the protesters were local journalists, political activists and university students.",0,1563305275,MMR -4609290,104,MMR5660,5660,3-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Katha,Tigyaing,Tigyaing,23.7542,96.1494,1,Eleven Media Group,National,"On 3 Sept 2018, in Tigyaing Township, Katha District, Sagaing Region, more than 200 workers from Great Wall Factory held a protest demanding a wage increase.",0,1552576454,MMR -4609294,104,MMR5673,5673,3-Sep-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 3 Sept 2018, in Nam Hu village in Namtu Township, Shan State, a villager was shot and killed by an unknown armed group.",1,1552576455,MMR -7671071,104,MMR5672,5672,3-Sep-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0,1612998732,MMR -7822128,104,MMR5659,5659,3-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Irrawaddy,National,"On 3 September 2018, in Mandalay, Mandalay region, about 30 journalists dressed in black went to Maha Muni Pagoda to pray for the release of the two Reuters journalists who were convicted that day of violating the state secrets act for their reporting on the killing of Rohingya men by the military in Inn Din in Rakhine state.",0,1618442057,MMR -4609151,104,MMR5661,5661,3-Sep-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Eleven Media Group,National,"On 3 Sept 2018, the SSA-S clashed with allied TNLA and SSA-N in Namtu Township, Shan State. No fatalities noted.",0,1552576454,MMR -4609537,104,MMR5657,5657,2-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Eleven Media Group,National,"On 2 Sept 2018, around 300 workers from the labour leagues of several factories in Dagon Seikkan Industrial Zone (Dagon Myothit (Seikkan) Township, Yangon Region) staged a collective protest to support the strike of the Fu Yuen garment factory workers. The protests were aimed against the break up of the labour league, unjust dismissals, bribery and corruption.",0,1552576455,MMR -7671512,104,MMR5658,5658,2-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Myanmar Times,National,"On 2 Sept 2018, in Hpapun Township, Kayin State, a battle took place between the Myanmar military and the KNLA. No fatalities noted.",0,1612998733,MMR -4609535,104,MMR5655,5655,2-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Buddha Dhamma Parahita Foundation,6,,,0,60,Southeast Asia,Myanmar,Kayin,Hpa-an,Hpa-an,Hpa-an,16.8895,97.6348,1,Radio Free Asia,Regional,"On 02-September-2018, in Hpa-an, Kayin state, supporters of the Buddha Dhamma Parahita Foundation, formerly known as Ma Ba Tha, held a protest attended by thousands against the declaration of their organization as illegal and to demonstrate their refusal to take down their signboards.",0,1552576455,MMR -7822150,104,MMR5650,5650,1-Sep-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Journalists (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Reuters,International,"On 1 Sept 2018, in Yangon, dozens of people held a protest demanding the release of two Reuters journalists who were on trial for violating the state secrets act for their reporting on the killing of Rohingya men by the military in Inn Din in Rakhine state. The protest was held two days before the expected verdict.",0,1618442057,MMR -7670137,104,MMR5653,5653,1-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 1 Sept 2018, in Dwe Lo, Hpapun Township, Kayin State, a battle took place between the Myanmar military's 44th Division, 1st and 2nd Battalion and the KNLA's Brigade 5. Over 200 villagers had to flee the area. No fatalities noted.",0,1612998729,MMR -7671933,104,MMR5923,5923,1-Sep-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Network Media Group,National,"On 1 Sept 2018, in Kutkai Township, Shan State, a battle took place between the TNLA and Myanmar army. No fatalities noted.",0,1612998734,MMR -7100826,104,MMR5652,5652,1-Sep-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia; Eleven Media Group,National-Regional,"On 1 September 2018, near Ponglon (Panglong) village, Namtu Township, Shan State, the SSA-South clashed with allied forces of SSA-North and TNLA. Two villagers were injured in the fighting. Another clash took place at Mansar village. No injuries reported.",0,1589903462,MMR -6382315,104,MMR5654,5654,1-Sep-18,2018,2,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Chin World,Subnational,"Around 1 Sept 2018, the Arakan Army entered Shin Ma Dein Village (Paletwa Township, Chin State) and forced nine households to relocate to nearby villages. On Sept. 1, the AA drove villagers away after shooting livestock.",0,1574367576,MMR -7670294,104,MMR5648,5648,31-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 31 Aug 2018, in Dwe Lo, Hpapun Township, Kayin State, a battle took place between the Myanmar military's 44th Division, 1st and 2nd Battalion and the KNLA's Brigade 5. Over 200 villagers had to flee the area. No fatalities noted.",0,1612998730,MMR -7671116,104,MMR5634,5634,31-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 31 Aug 2018, near Loi Kang Bum in Kutkai township, Shan State, allied forces of KIA's 37th Battalion and MNDAA fought against the Myanmar army's 99th LID troops. No fatalities noted.",0,1612998732,MMR -4610145,104,MMR5647,5647,31-Aug-18,2018,1,Violence against civilians,Abduction/forced disappearance,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Eleven Media Group,National,"On 31 Aug 2018, the SSA-N arrested three displaced villagers from Mongmai village, Namtu Township, Shan State when they went back to check their cattle.",0,1552576455,MMR -4610146,104,MMR5649,5649,31-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Democratic Voice of Burma,National,"On 31-August-2018, in Mahabandoola Park, Kyauktada township, Yangon, members of the Movement for Democracy Current Forces protested, calling for the UN and ICC to arrest Myanmar military generals.",0,1552576455,MMR -4609971,104,MMR5646,5646,31-Aug-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Mizzima,National,"On 31 Aug 2018, near Namslim village, Namtu Township, Shan State, the SSA-South clashed with allied forces of SSA-North and TNLA. No fatalities noted.",0,1552576455,MMR -7670876,104,MMR5632,5632,30-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 30 Aug 2018, at Ma Lun Bum, located between Sinli Bum and Nam Um, Kutkai Township Shan State, a battle took place between TNLA troops and Myanmar army forces. No fatalities noted.",0,1612998731,MMR -7670227,104,MMR5645,5645,30-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 30 Aug 2018, in Dwe Lo, Hpapun Township, Kayin State, a battle took place between the Myanmar military's 44th Division, 1st and 2nd Battalion and the KNLA's Brigade 5. Over 200 villagers had to flee the area. No fatalities noted.",0,1612998730,MMR -7670753,104,MMR5633,5633,30-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Kachinland News,Subnational,"On 30 Aug 2018, at Wa Dan Hkyet hill in Bak Noi village in Nampaka area, Kutkai Township, Shan State the Myanmar army's 10th LIB and 103rd LIR troops under 88th LID fought several times with KIA's 8th Battalion. No fatalities noted.",0,1612998731,MMR -7670513,104,MMR5631,5631,30-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,ULA/AA: United League of Arakan/Arakan Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 30 Aug 2018, near Sinli Bum in Kutkai township, Shan State, a combined force of KIA's 9th Battalion and AA's 105th Battalion troops exchanged fire for several hours with Myanmar army's 88th LID. No fatalities noted.",0,1612998730,MMR -7670878,104,MMR5625,5625,29-Aug-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 29 Aug 2018, at Lai Nawng Hku in Hpakant Township, Kachin State, Myanmar army troops fired two artillery shells on KIA positions. No fatalities noted.",0,1612998731,MMR -7670112,104,MMR5630,5630,29-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Irrawaddy,National,"On 29 Aug 2018, at Kan Nyi Naung village, Hpapun Township, Kayin State, battles took place between Battalion 102 of the KNLA Brigade 5 and Myanmar army's Battalion 44. No information on casualties.",0,1612998729,MMR -7670883,104,MMR5627,5627,29-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Lashio,Kunlong,Kunlong,23.4073,98.6445,2,Kachinland News,Subnational,"On 29 Aug 2018, at Kye Hkang Namba Tek village in Kunlong township, Shan State, the Myanmar army fought against a combined force of TNLA and MNDAA troops. No fatalities noted.",0,1612998731,MMR -7670884,104,MMR5624,5624,29-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 29 Aug 2018, near Sinli Bum in Kutkai township, Shan state, two battles occurred between KIA's 9th Battalion troops and Myanmar army's 415th LIR and 10th LIB. No fatalities noted.",0,1612998731,MMR -7670382,104,MMR5628,5628,29-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachin News Group,Subnational,"On 29 Aug 2018, near Nam Um Village in Muse Township, Shan State, two battles took place between Myanmar army and the Northern Alliance. No fatalities noted.",0,1612998730,MMR -7743395,104,MMR5629,5629,29-Aug-18,2018,1,Battles,Armed clash,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),,3,23,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Kamarmaung,17.3469,97.6529,1,Karen Information Center News,Subnational,"On 29 Aug 2018, in Kamamaung town, Hpapun township, Kayin State, a skirmish broke out between KNLA Brigade 5 and the DKBA. No information on casualties.",0,1615334312,MMR -4610736,104,MMR5641,5641,29-Aug-18,2018,2,Violence against civilians,Abduction/forced disappearance,NA-B: Northern Alliance,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shan Herald Agency for News,Subnational,"Around 29 Aug 2018, in Narbon and Kawnghong villages, Namtu Township, Shan State, soldiers from the Northern Alliance arrested the village headmen for 24 hours because he did not report the movements of the Myanmar army to them.",0,1552576459,MMR -7670451,104,MMR5626,5626,29-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Nam Hpat Kar,23.6914,97.822,2,Kachinland News,Subnational,"On 29 Aug 2018, at a field between Loi Gaw village and Nawng Pa village in Nampaka area, Kutkai Township, Shan State, a battle took place between TNLA forces and the Myanmar army's 45 LIB. No fatalities noted.",0,1612998730,MMR -4610557,104,MMR5644,5644,29-Aug-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,NA-B: Northern Alliance,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Eleven Media Group,National,"On 29 Aug 2018, in Narbon Village, Namtu Township, Shan State, a battle took place between the SSA-S and the Northern Alliance. No fatalities noted.",0,1552576459,MMR -7669294,104,MMR5623,5623,28-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News; Irrawaddy,Subnational-National,"On 28 Aug 2018, near Kan Nyi Naung village, Hpapun Township, Kayin State, clashes took place between the Battalion 102 of the KNLA Brigade 5 and Myanmar army's Battalion 44. 256 villagers fled to Myaing Gyi Ngu Camp. The KNLA Brigade 5 also fought against Myanmar army's 2nd Infantry Battalion under the LID-44 between Ein Kone and Noet Hta villages, Hpapun Township, Kayin State. No fatalities noted.",0,1612998727,MMR -7670643,104,MMR5622,5622,28-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 28 Aug 2018, at a hill between Man Pon and Nah Huk village, Namtu Township, Shan State, a combined force of SSA-N and TNLA fought against Myanmar army's 77th LID. No fatalities noted.",0,1612998731,MMR -7671010,104,MMR5621,5621,28-Aug-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0,1612998732,MMR -7670766,104,MMR5620,5620,28-Aug-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 28 Aug 2018, at Na Leng Kawng, Kutkai Township, Shan State, troops from Myanmar army's 99th LID stepped on a landmine. A few soldiers were injured.",0,1612998731,MMR -7670537,104,MMR5619,5619,27-Aug-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 27 Aug 2018, from Na Leng and Man Mau villages, Kutkai Township, Shan State, Myanmar army troops fired three rounds of mortars on KIA positions. No fatalities noted.",0,1612998730,MMR -7670890,104,MMR5617,5617,25-Aug-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0,1612998731,MMR -5453392,104,MMR5640,5640,21-Aug-18,2018,3,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Myanmar Times; Radio Free Asia,National-Regional,"Since 21-August-2018, in Dagon Myo Thit Seikkan, Yangon region, workers have been protesting in front of the Fu Yuen garment factory over labor conditions and the unfair dismissal of workers.",0,1561473738,MMR -7672313,104,MMR5615,5615,21-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News,Subnational,"On 21 Aug 2018, in Mong Yaw village tract, Lashio Township, Shan State, TNLA forces and the Myanmar Army exchanged gunfire. Number of casualties unknown.",0,1612998735,MMR -7669947,104,MMR5614,5614,20-Aug-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Shan,Taunggyi,Taunggyi,Taunggyi,20.7892,97.0378,1,Eleven Media Group,National,"On 20 Aug 2018, in Taunggyi, Shan State, a warrant officer class 2, a sergeant, a woman and a child from the garrison engineering corps base were murdered by unknown.",4,1612998729,MMR -7671460,104,MMR5613,5613,19-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Mongngawt,22.7732,96.984,1,Mizzima,National,"On 19 August 2018, between Nan Phate village and Lwe Pan Tan village near Mongngawt (Kyaukme Township, Shan State), the Burmese Army fought with TNLA troops for five hours. No fatalities noted.",0,1612998733,MMR -7061485,104,MMR5908,5908,19-Aug-18,2018,2,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Labour Group (Myanmar),7,37,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Radio Free Asia,Regional,"Around 19-August-2018, near Muse, Shan state, four workers went missing as they made they made their way back home after working in China. Their family appealed to armed groups in the area to release them if they have been taken or to inform the family of their whereabouts.",0,1586881214,MMR -5453387,104,MMR5612,5612,17-Aug-18,2018,1,Violence against civilians,Abduction/forced disappearance,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Civilians (Myanmar),Women (Myanmar),7,27,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Irrawaddy,National,"On 17-August-2018, in Namhkan township, Shan state, the TNLA arrested a woman at gunpoint at her home. She is still being detained and is accused of being an informant for the military, an accusation her family denies.",0,1561473738,MMR -6362102,104,MMR5639,5639,17-Aug-18,2018,1,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Shan Ethnic Group (Myanmar); Kachin Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Talawgyi,25.0789,97.3108,1,Radio Free Asia,Regional,"On 17-August-2018, in Talawgyi, Myitkyina township, Kachin state, the KIA detained four villagers for the alleged purposes of forcing them to join the KIA. Three of the people were Shan and therefore later released. The Kachin individual is still detained.",0,1574179243,MMR -7672329,104,MMR5609,5609,15-Aug-18,2018,2,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,2,Shan Herald Agency for News,Subnational,"Around 15 Aug 2018, near Pang Khar village, Mong Yaw area, Lashio Township, Shan State, Myanmar Army and TNLA forces clashed. No information on casualties.",0,1612998735,MMR -4613690,104,MMR5606,5606,15-Aug-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Shan Herald Agency for News,Subnational,"On 15 Aug 2018, near Manloi village on the Muse-Kutkai road in Shan State, an unknown armed group opened fire on two civilian cars. Witnesses suspected that the vehicles were mistaken for those of the Burmese Army. Both civilians were injured and brought to the hospital.",0,1552576462,MMR -5453383,104,MMR5607,5607,15-Aug-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 15 Aug 2018, near Panglong Village, Namtu Township, Shan State, the SSA-South clashed with the allied forces of SSA-North and TNLA. This led to 300 people fleeing from the village. No fatalities noted.",0,1561473738,MMR -6025228,104,MMR8858,8858,14-Aug-18,2018,1,Violence against civilians,Attack,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,1,Network for Human Rights Documentation-Burma,Other,"On 14 August 2018, in Namtu Township, in Shan State, soldiers from the Restoration Council of Shan State/Shan State Army (RCSS/SSA) detained three villagers on suspicion of in connection with TNLA while the villagers were returning from cutting bamboo shoots in the forest. The soldiers tortured the villagers and released them two days later.",0,1571149440,MMR -5453381,104,MMR5604,5604,13-Aug-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 13 Aug 2018, in Namtu Township, Shan State, the SSA-South clashed with allied forces of SSA-North and TNLA. No fatalities noted.",0,1561473738,MMR -7670353,104,MMR5603,5603,13-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Kachin News Group,Subnational,"On 13 Aug 2018, near Man Kawng Village, near Tarmoenye, Kutkai Township, Shan State, the Burma Army's 11th Light Infantry Division clashed with the Northern Alliance members - the KIA, TNLA, and MNDAA. No fatalities noted.",0,1612998730,MMR -7222415,104,MMR5605,5605,13-Aug-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanmyathazi,Chanmyathazi,21.9394,96.0958,2,Irrawaddy,National,"On 13 Aug 2018, in Chanmyathazi Township, Mandalay, two gunmen shot at a couple riding a motorbike, killing the woman and severely injuring the man. The reasons for the shooting were unknown. One of the suspected gunmen was arrested.",1,1600193287,MMR -7670468,104,MMR5602,5602,13-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 13 Aug 2018, at Balawng Kawng in Hu Hpyet village tract in Kutkai township, Shan State, KIA's 9th and 29th Battalion troops clashed with Burma Army troops under 55th Light Infantry Division. No casualties have been reported",0,1612998730,MMR -6360943,104,MMR6212,6212,12-Aug-18,2018,1,Riots,Mob violence,Rioters (Myanmar),,5,Civilians (Myanmar),Christian Group (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Hin Ywet,19.5145,94.0347,1,Chin Human Rights Organization,Other,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0,1574179239,MMR -4614512,104,MMR5637,5637,12-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Dedaye,Dedaye,16.4113,95.8857,2,Radio Free Asia,Regional,"On 12-August-2018, in Dedaye, Ayeyarwady, over 400 teachers and students protested the arrest of a middle school teacher without the permission of the Ministry of Education. The teacher was accused of mishandeling the donation of land for the school.",0,1552576463,MMR -4614513,104,MMR5638,5638,12-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,2,Radio Free Asia,Regional,"On 12-August-2018, in Kyaukse township, Mandalay region, around 200 workers protested against the Two Rhinos Cement company for workers' rights.",0,1552576463,MMR -7670412,104,MMR5601,5601,12-Aug-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Kachin News Group,Subnational,"On 12 Aug 2018, near Man Kawng Village, near Tarmoenye, Kutkai Township, Shan State, the Burma Army's 11th Light Infantry Division clashed with the Northern Alliance members - the KIA, TNLA, and MNDAA. No fatalities noted.",0,1612998730,MMR -7822281,104,MMR5600,5600,11-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Buddhist Group (Myanmar); Ma Ba Tha: Association for the Protection of Nationality and Religion; Buddha Dhamma Parahita Foundation,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Irrawaddy,National,"On 11 Aug 2018, in Yangon, Yangon region, several hundred Buddhist nationalists staged a protest against an edict from the state Buddhist clerics authority (State Sangha Maha Nayaka) banning the Buddha Dhamma Parahita Foundation, formerly known as Ma Ba Tha (though some branches of the group continue to identify as Ma Ba Tha).",0,1618442057,MMR -6361964,104,MMR5599,5599,10-Aug-18,2018,2,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Myanmar Times,National,"Around 10 Aug 2018, in Aung Tha Pyay Village in Mandalay Region, villagers were protesting the construction of a coal-fired cement factory for environmental and health reasons.",0,1574179242,MMR -7669639,104,MMR8857,8857,8-Aug-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,1,Burmese Women's Union,Other,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0,1612998728,MMR -5453378,104,MMR5597,5597,5-Aug-18,2018,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy; Radio Free Asia,National-Regional,"On 5 Aug 2018, in an area between Pan Kwak Village and Pan Saw Village, Namtu township, Shan State, the TNLA launched an artillery strike at Shan State Army-South positions, who returned fire. The battle lasted for about 20 minutes. More than 800 villagers fled their homes. No fatalities noted.",0,1561473738,MMR -4616737,104,MMR5595,5595,4-Aug-18,2018,1,Violence against civilians,Attack,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Eleven Media Group,National,"On 04-August-2018, in Nar Hoke village, Namtu township, Shan state, during their stay in the village, the TNLA and SSA-N jointly questioned and beat a villager suspected of belonging to the SSA-S.",0,1552576465,MMR -7672407,104,MMR5596,5596,4-Aug-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 4 Aug 2018, near Manli village, Hsipaw Township, Shan State, an unknown armed group shot and killed a Burma Army soldier from LIB No. 17, as well as his mother-in-law and a six-year-old child, as the three were returning to base after a shopping trip.",3,1612998735,MMR -7672396,104,MMR5594,5594,3-Aug-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Shan Herald Agency for News,Subnational,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0,1612998735,MMR -7669293,104,MMR5592,5592,2-Aug-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Radio Free Asia; Shan Herald Agency for News,Subnational-Regional,"On 2 Aug 2018, government troops fired artillery shells at positions of the TNLA near Pang Kut village, Namtu Township, Shan State, leading to 100-300 villagers fleeing the area to Hsipaw Township. No information on causalities.",0,1612998727,MMR -4617315,104,MMR5591,5591,2-Aug-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 02-August-2018, on the road to Nam Mate gold mine, Hpakant township, Kachin state, three civilians were severely injured when their motorcycle hit a landmine.",0,1552576467,MMR -4617317,104,MMR5593,5593,2-Aug-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 02-August-2018, near Kawng Hka village, Muse township, Shan state, a landmine planted under an abandoned car exploded. No one was injured by the explosion.",0,1552576467,MMR -5453376,104,MMR5589,5589,1-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 1 Aug 2018, about 150 workers at Panda textile and garment factory in Hlaingthayar township, Yangon region were protesting against the terms and conditions of a contract, that the management asked the workers to sign.",0,1561473738,MMR -4617582,104,MMR5590,5590,1-Aug-18,2018,2,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Eleven Media Group,National,"At the beginning of August 2018, three civilians were wounded by a landmine blast in Indawgyi region, Mohnyin Township, Kachin State.",0,1552576467,MMR -7718524,104,MMR5636,5636,1-Aug-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Radio Free Asia,Regional,"On 01-August-2018, in Pyigyitagun, Mandalay region, around 30 workers protested against the Myanmar May Kaung Wood Finishing Factory for unfair practices towards non-union vs. union workers.",0,1614130951,MMR -6025224,104,MMR8856,8856,31-Jul-18,2018,1,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Lashio,Lashio,Lashio,22.9359,97.7498,3,Network for Human Rights Documentation-Burma,Other,"On 31 July 2018, in Lashio Township, in northern Shan State, the Restoration Council of Shan State/Shan State Army (RCSS/SSA) forcibly disappeared four villagers on their way back home from the market.",0,1571149440,MMR -7669292,104,MMR5586,5586,31-Jul-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) Border Guard Force,,1,Civilians (Myanmar),Christian Group (Myanmar); KBC: Kachin Baptist Convention,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Sadung,25.3805,97.8788,2,Kachinland News; Kachin News Group,Subnational,"On 31 July 2018, at Lumyang village near Sadung area (Waingmaw Township, Kachin State), BGF No. (1003) soldiers slapped one minister and severely beat-up another minister of the Kachin Baptist Convention. The latter was detained by the soldiers and upon release taken to a hospital.",0,1612998727,MMR -7670617,104,MMR5585,5585,31-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 31 July 2018, KIA's 9th Battalion troops exchanged fire for about 20 minutes with Myanmar army forces under 11th LID at Bang Lung Pa in Muse township, Shan State. The battle began when KIA troops fired an RPG on BA convoy travelling from Nam Um. No casualties noted.",0,1612998731,MMR -4617861,104,MMR5584,5584,31-Jul-18,2018,1,Violence against civilians,Abduction/forced disappearance,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Shan Herald Agency for News,Subnational,"Since 31-July-2018, near Namtu township, five villagers have been missing and are presumed to have been detained by one of the armed groups in the area.",0,1552576467,MMR -7670664,104,MMR5581,5581,30-Jul-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0,1612998731,MMR -7670452,104,MMR5583,5583,30-Jul-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Kachinland News,Subnational,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0,1612998730,MMR -4618450,104,MMR5635,5635,29-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Sintgaing,Sintgaing,21.7398,96.1302,2,Radio Free Asia,Regional,"On 29-July-2018, in Paleik town, Sintkaing township, Mandalay region, around 200 workers from the Panda Cotton and Clothing Factory protested the company's unfair labor contracts.",0,1552576468,MMR -7670584,104,MMR5580,5580,28-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 28 Jul 2018, KIA's 6th Battalion attacked Burmese Army soldiers under 33rd LID at Ja Hkrat hill (Kamaing, Hpakant Township, Kachin State). The Burmese soldiers were traveling between Kamaing Tactical hill and Sa Maw. No fatalities noted.",0,1612998730,MMR -7670153,104,MMR5577,5577,26-Jul-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Ayeyarwady,Pyapon,Dedaye,Dedaye,16.4113,95.8857,2,Irrawaddy,National,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1,1612998729,MMR -7670446,104,MMR5578,5578,26-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 26 July 2018, two Myanmar army trucks were attacked by KIA's 44th Battalion troops at Kum Tsai Zup, located between Nam Ting and Nam Ya, Hpakant township, Kachin State. Two Burmese soldiers were injured.",0,1612998730,MMR -4619237,104,MMR5579,5579,26-Jul-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 26-July-2018, in Hsipaw township, a Ta'ang villager from San Pheik village was shot and killed by a masked gunman.",1,1552576469,MMR -7669965,104,MMR5573,5573,25-Jul-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Patheingyi,22.0045,96.1634,2,Eleven Media Group,National,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0,1612998729,MMR -7671535,104,MMR5572,5572,25-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NSCN-K: National Socialist Council of Nagaland-Khaplang,,2,12,Southeast Asia,Myanmar,Sagaing,Hkamti,Lahe,Lahe,26.3006,95.3713,2,Nagaland Post,International,"On 25-July-2018, in Sagaing region [no additional location information; code for Lahe, the administrative seat of the Naga Self-Administered Zone], the Myanmar army attacked several camps of the NSCN-K.",0,1612998733,MMR -7670560,104,MMR5576,5576,24-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 24 July 2018, a Myanmar army column was attacked by KIA's 6th Battalion troops between Nam Ting and Kyauk Htuq, Hpakant township, Kachin state. No casualties reported.",0,1612998730,MMR -5453371,104,MMR5571,5571,24-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Taungtha,Taungtha,21.2803,95.4444,2,Myanmar Times,National,"On 24-July-2018, in Taungtha township, Mandalay region, more than 120 villagers from 12 villages protested against the township management committee over irregularities in the appointment of village administrators.",0,1561473738,MMR -7822438,104,MMR5570,5570,24-Jul-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Irrawaddy,National,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0,1618442057,MMR -6361247,104,MMR5569,5569,24-Jul-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Tarmoenye,23.576,98.0986,2,Irrawaddy,National,"On 24-July-2018, near Tarmoenye town, Kutkai township, Shan state, a landmine blast killed one civilian and injured two others.",1,1574179240,MMR -7822448,104,MMR5568,5568,23-Jul-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Irrawaddy,National,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0,1618442057,MMR -7672306,104,MMR5567,5567,23-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Kyethi,Kyethi,21.7294,98.0628,2,Shan Herald Agency for News,Subnational,"On 23-July-2018, in Kyethi township, Shan state, the Myanmar military attacked the RCSS/SSA-S, causing around 100 residents to flee.",0,1612998735,MMR -5453367,104,MMR5565,5565,22-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mon,Mawlamyine,Mawlamyine,Mawlamyine,16.4563,97.6469,2,Irrawaddy,National,"On 22-July-2018, in Moulmein (Mawlamyine) township, Mon state, about 300 residents protested against three coal-fired antimony factories which pollute the air with their emissions.",0,1561473738,MMR -7718518,104,MMR5564,5564,22-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Irrawaddy,National,"On 22-July-2018, in Aung Thabyay village, Pyigyidagun township, Mandalay region, villagers gathered at the police station and demanded the release of a woman who was being detained for fencing off her land to prevent the construction of a cement factory.",0,1614130951,MMR -7670483,104,MMR5566,5566,22-Jul-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Kachinland News,Subnational,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0,1612998730,MMR -5453365,104,MMR5557,5557,21-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyeemyindaing,Kyeemyindaing,16.8146,96.1219,2,Myanmar Times,National,"On 21-July-2018, in Kyeemyindaing township, Yangon region, residents protested and blocked the road leading to Aye Ywa Cemetery which led police, the YCDC and GAD (both government bodies) to abandon their plan to enter and begin moving the cemetery.",0,1561473738,MMR -7670556,104,MMR5561,5561,20-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 20-July-2018, in Hu Pa area, Hpakant township, Kachin state, the KIA 6th battalion and Myanmar army clashed.",0,1612998730,MMR -7670457,104,MMR5562,5562,20-Jul-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Labour Group (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0,1612998730,MMR -7670678,104,MMR5560,5560,18-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Kachinland News,Subnational,"On 18-July-2018, near Man Bat village, Namtu township, Shan state, the TNLA 3rd brigade and Myanmar military clashed. One civilian was injured.",0,1612998731,MMR -7670679,104,MMR5556,5556,18-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 18-July-2018, at Hu Pa, Hpakant township, Kachin state, the Myanmar military 4th LIB attacked the KIA 6th battalion position. A series of skirmishes followed.",0,1612998731,MMR -7670598,104,MMR5555,5555,17-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 17-July-2018, at Bum Chyang Bum, in Hu Pa area, Hpakant township, Kachin state, the KIA 6th battalion and Myanmar military fought.",0,1612998730,MMR -7670803,104,MMR5551,5551,16-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 16-July-2018, at Bum Chyang Bum, Hpakant township, Kachin state, the KIA 6th battalion and the Myanmar military 13th LIR and 120th LIR clashed.",0,1612998731,MMR -5453364,104,MMR5553,5553,16-Jul-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy; Shan Herald Agency for News,Subnational-National,"On 16-July-2018, in Namtu township, Shan state, the SSA-S clashed with a joint force of the TNLA and SSA-N.",0,1561473738,MMR -4621951,104,MMR5554,5554,16-Jul-18,2018,2,Violence against civilians,Abduction/forced disappearance,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Shan,Langkho,Mongpan,Mongpan,20.3183,98.3624,2,Radio Free Asia,Regional,"Around 16-July-2018, in Mong Pan township, Shan state, the RCSS-SSA-S forcibly recruited 50 young men from surrounding villages.",0,1552576473,MMR -7670517,104,MMR5552,5552,16-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 16-July-2018, between Di Ma and Nam Um villages, Muse township, Shan state, the KIA 9th battalion and the Myanmar military 11th LID and 55th LID clashed.",0,1612998730,MMR -7670926,104,MMR5549,5549,15-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 15-July-2018, at Je Bu Hku, near Kamaing, Hpakant township, Kachin state, the KIA and the Myanmar military clashed. They exchanged mortar fire near Lawng Hkang.",0,1612998731,MMR -7670480,104,MMR5548,5548,15-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 15-July-2018, at Lung Chyat Bum Htoi, Hpakant township, Kachin state, the KIA 6th battalion and Myanmar military 13th LIR and 120th LIR clashed.",0,1612998730,MMR -7671521,104,MMR5550,5550,15-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Myanmar Times,National,"On 15-July-2018, in Hpapun township, Kayin state, the Myanmar military and KNLA Brigade 5 clashed. 1 fatality was reported.",1,1612998733,MMR -7670363,104,MMR5519,5519,14-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachin News Group,Subnational,"On 14 July 2018, near Bum Chyang and Bum Htoi, Hpakant township, Kachin state, the KIA 9th brigade and the Myanmar army LIB 13 and LIB 120 clashed twice. No fatalities reported.",0,1612998730,MMR -7670566,104,MMR5546,5546,13-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 13-July-2018, in Tanai township, Kachin state, the KIA 14th battalion and Myanmar military clashed at Nam Hkam jetty.",0,1612998730,MMR -4622697,104,MMR5517,5517,13-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,2,Radio Free Asia,Regional,"On 13-July-2018, in Pyay township, Bago region, over 100 farmers protested to demand the return of lands their land which had been confiscated by the Myanmar police battalion 10 in the 1990s.",0,1552576474,MMR -7669291,104,MMR5534,5534,12-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Herald Agency for News; Irrawaddy,Subnational-National,"From 09-July-2018 to 12-July-2018, near Ham Ngai village, Mong Kung (Mongkaing) township, Shan state, the Myanmar military and RCSS/SSA-S clashed. 12 Myanmar army soldiers were killed; 1 RCSS/SSA-S soldier was killed. [13 fatalities coded over 4 events.] 500 villagers fled the fighting between the Myanmar military and the RCSS/SSA-S.",4,1612998727,MMR -7671352,104,MMR5545,5545,12-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpapun,Hpapun,Hpapun,18.065,97.4449,2,Karen Information Center News,Subnational,"On 12-July-2018, in near Khay Pu, Lu Thaw township, Hpapun (Mu Traw) district, Kayin state, the Myanmar military and KNLA Brigade 5 clashed.",0,1612998732,MMR -7670508,104,MMR5522,5522,12-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 12-July-2018, at Nam Hkam village, Tanai township, Kachin state, the KIA 14th battalion and Myanmar army clashed. No fatalities reported.",0,1612998730,MMR -7670286,104,MMR5544,5544,11-Jul-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Irrawaddy,National,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6,1612998730,MMR -7669290,104,MMR5533,5533,11-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Herald Agency for News; Irrawaddy,Subnational-National,"From 09-July-2018 to 12-July-2018, near Ham Ngai village, Mong Kung (Mongkaing) township, Shan state, the Myanmar military and RCSS/SSA-S clashed. 12 Myanmar army soldiers were killed; 1 RCSS/SSA-S soldier was killed. [13 fatalities coded over 4 events.] 500 villagers fled the fighting between the Myanmar military and the RCSS/SSA-S.",3,1612998727,MMR -7670135,104,MMR5543,5543,11-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Namhkan,Namhkan,23.8334,97.6798,2,Irrawaddy,National,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the TNLA and Myanmar military clashed. 1 fatality.",1,1612998729,MMR -7670463,104,MMR5518,5518,11-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 11-July-2018, at Mazup Yang, Lai Nawng Hku village, Hpakant township, Kachin state, the Myanmar army fired 60 mm mortars and several rifle rounds at KIA positions after their troops stepped on a landmine. No fatalities reported.",0,1612998730,MMR -6065176,104,MMR6211,6211,10-Jul-18,2018,1,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),5,Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),7,57,Southeast Asia,Myanmar,Rakhine,Kyaukpyu,Ann,Ann,19.7799,94.0309,2,Chin Human Rights Organization,Other,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0,1571164555,MMR -7669289,104,MMR5532,5532,10-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Irrawaddy; Shan Herald Agency for News,Subnational-National,"From 09-July-2018 to 12-July-2018, near Ham Ngai village, Mong Kung (Mongkaing) township, Shan state, the Myanmar military and RCSS/SSA-S clashed. 12 Myanmar army soldiers were killed; 1 RCSS/SSA-S soldier was killed. [13 fatalities coded over 4 events.] 500 villagers fled the fighting between the Myanmar military and the RCSS/SSA-S.",3,1612998727,MMR -7670574,104,MMR5536,5536,10-Jul-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 10-July-2018, at U Raw Bum, Muse township, Shan state, the KIA 36th battalion fired a 60mm mortar shell on Myanmar army 216th LIR troops. No fatalities reported.",0,1612998730,MMR -7670654,104,MMR5523,5523,10-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,1,Kachinland News,Subnational,"On 10-July-2018, in Laiza, Kachin state, Myanmar army troops stationed at Bum Re fired assault rifles at the KIA's 23rd battalion positions. No fatalities reported.",0,1612998731,MMR -7671959,104,MMR5541,5541,10-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Network Media Group,National,"On 10-July-2018, in Hpakant township, Kachin state, the Myanmar military and KIA clashed.",0,1612998734,MMR -7822536,104,MMR5524,5524,10-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Myanmar Times,National,"On 10-July-2018, in Mandalay, around 200 gold-leaf business owners and workers protested the new tender rules for gold leaf set by the Shwedagon Pagoda trustee board which the protesters believe will impact their livelihoods.",0,1618442057,MMR -7669288,104,MMR5531,5531,9-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Shan Herald Agency for News; Irrawaddy,Subnational-National,"From 09-July-2018 to 12-July-2018, near Ham Ngai village, Mong Kung (Mongkaing) township, Shan state, the Myanmar military and RCSS/SSA-S clashed. 12 Myanmar army soldiers were killed; 1 RCSS/SSA-S soldier was killed. [13 fatalities coded over 4 events.] 500 villagers fled the fighting between the Myanmar military and the RCSS/SSA-S.",3,1612998727,MMR -7672365,104,MMR5530,5530,9-Jul-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Shan Herald Agency for News,Subnational,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0,1612998735,MMR -7672395,104,MMR5529,5529,9-Jul-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),,1,13,Southeast Asia,Myanmar,Shan,Lashio,Hseni,Hseni,23.2736,98.1052,2,Shan Herald Agency for News,Subnational,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, a time bomb struck a Myanmar army convoy. The time bomb was set off by an unidentified group.",0,1612998735,MMR -7671904,104,MMR5540,5540,9-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Network Media Group,National,"On 09-July-2018, between Tanai town and Awng Lawt village, Tanai township, Kachin state, the KIA and Myanmar military clashed.",0,1612998734,MMR -7670539,104,MMR5521,5521,8-Jul-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 08-July-2018, at Je Htang bridge, Nawng Nyang village, Tanai township, Kachin state, the KIA 2nd brigade and about 70 Myanmar army soldiers engaged in a series of skirmishes. No fatalities reported.",0,1612998730,MMR -4624168,104,MMR5528,5528,8-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Kyaukme,Nawnghkio,Nawnghkio,22.3291,96.7996,2,Eleven Media Group,National,"On 08-July-2018, near Konggyi village, Naungcho township, Shan state, locals from ten villages in Upper Kyuin tract protested the detention of six unarmed RCSS/SSA-S soldiers on June 29, 2018.",0,1552576475,MMR -4624169,104,MMR5537,5537,8-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Tanintharyi,Myeik,Tanintharyi,Tanintharyi,12.302,99.1683,1,Radio Free Asia,Regional,"On 08-July-2018, in Tanintharyi town, Tanintharyi region, over 1,000 farmers protested, demanding the return of their lands which were confiscated by the Shwe Kambawza Company.",0,1552576475,MMR -7672417,104,MMR5539,5539,8-Jul-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Shan Human Rights Foundation,Other,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0,1612998735,MMR -4624306,104,MMR5515,5515,7-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kamayut,Kamayut,16.8277,96.1324,2,Radio Free Asia,Regional,"On 07-July-2018, in Kamayut township, Yangon region, over 60 university students form eight universities marched towards Convocation Hall at Yangon University to commemorate the anniversary of the bombing of the student union building on July 7, 1962 and to call for an investigation into the violence of that day.",0,1552576476,MMR -4624600,104,MMR5526,5526,6-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Radio Free Asia,Regional,"On 06-July-2018, in Monywa town, Sagaing region, over 100 farmers from Thayet Kan village, Shwebo district, Sagaing region protested against the Mandalay-based Great Wall Tomorrow Hi-Tech Agriculture company, claiming the company sold them defective rice seeds.",0,1552576476,MMR -4625144,104,MMR5512,5512,4-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,2,Mizzima,National,"On 04-July-2018, in Letpadaung, Monywa township, Sagaing region, residents protested outside the Myanmar-Wanbao company offices, calling for an end to the Letpadaung copper mining project.",0,1552576477,MMR -7670304,104,MMR5511,5511,3-Jul-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),,5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Irrawaddy,National,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0,1612998730,MMR -7718521,104,MMR5510,5510,2-Jul-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Pyigyitagon,Pyigyitagon,21.902,96.1042,2,Myanmar Times,National,"On 02-July-2018, in Pyigyitagun township, Mandalay region, around 50 workers from the Emperor Tissue factory staged a protest, claiming that their employment contract had been violated by their employer.",0,1614130951,MMR -4626200,104,MMR5508,5508,30-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Sagaing,Kale,Kale,Kale,23.1568,94.1222,2,Mizzima,National,"On 30-June-2018, near Inn Dain Lay village, Kalay, Sagaing division, 70 farmers marched in protest against the confiscation of their land by the military.",0,1552576478,MMR -6362095,104,MMR5509,5509,30-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (South),Kawhmu,Htan Ma Naing,16.5543,96.1249,1,Radio Free Asia,Regional,"On 30-June-2018, in Htan Ma Naing village, Kawhmu township, Yangon division, nearly 100 farmers started marching for a resolution to the confiscation of their lands.",0,1574179243,MMR -7669543,104,MMR5507,5507,28-Jun-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,AFP,International,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0,1612998728,MMR -5453348,104,MMR5506,5506,27-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Pathein,Pathein,Pathein,16.7792,94.7321,2,The Voice (Myanmar),National,"On 27-June-2018, in Zee Oke Kwet Thit, Pathein township, Ayeyarwaddy region, locals protested against the demolition of their homes by the government who accused them of squatting on the land.",0,1561473737,MMR -6302066,104,MMR5505,5505,27-Jun-18,2018,1,Battles,Armed clash,Military Forces of India (2014-),,8,NSCN-K: National Socialist Council of Nagaland-Khaplang,,2,28,Southeast Asia,Myanmar,Sagaing,Hkamti,Lahe,Lahe,26.3006,95.3713,2,Pioneer (India),International,"On 27-June-2018, at Shwelo camp, Sagaing division [code for Lahe township-one of the townships in the Naga Self-Administered Zone in Myanmar closest to the Mon district, India], the Indian army attacked the check post of the National Socialist Council of Nagaland-Khaplang (NSCN-K) in Myanmar. There were 4 to 5 casualties reported.",0,1572403769,MMR -7672435,104,MMR5538,5538,27-Jun-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Shan Human Rights Foundation,Other,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0,1612998735,MMR -5453346,104,MMR5504,5504,26-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Yamethin,Yamethin,20.4319,96.1387,2,Myanmar Times,National,"On 26-June-2018, in Yamethin township, Mandalay division, about 200 mine workers from 22 local firms in the Moehti Moemi mining area marched to protest the National Prosperity Co. and to call for the resumption of mining.",0,1561473737,MMR -7670114,104,MMR5503,5503,26-Jun-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1,1612998729,MMR -7669634,104,MMR8855,8855,26-Jun-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),6,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),1,16,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Patheingyi,22.0045,96.1634,1,Burmese Women's Union,Other,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0,1612998728,MMR -7669287,104,MMR5502,5502,25-Jun-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,Irrawaddy; Narinjara News,Subnational-National,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0,1612998727,MMR -4627865,104,MMR5501,5501,24-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Eleven Media Group,National,"On 24-June-2018, in Nam Mar village tract, Mohnyin township, Kachin state, more than 400 people protested drug distribution and consumption in the area.",0,1552576479,MMR -6361325,104,MMR5498,5498,21-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Shan,Muse,Muse,Monekoe,24.1009,98.3161,2,Kachin News Group,Subnational,"On 21-June-2018, in Monekoe area, Muse district, Shan state, local residents protested the road construction in Hpa Kawng village by Chinese business owners.",0,1574179240,MMR -5453342,104,MMR5497,5497,20-Jun-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 20-June-2018, in Kyaukme township, Shan state, two civilians were killed when their motorbike hit a mine.",2,1561473737,MMR -5453341,104,MMR5496,5496,19-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Oke Ta Ra,Oke Ta Ra Thi Ri,Oke Ta Ra Thi Ri,19.891,96.043,2,Myanmar Times,National,"On 19-June-2018, in Ottarathiri township, Nay Pyi Taw, workers from the suspended Moehti Moemi gold mining company too out a protest march along the Pyinmana-Taung Nyo road, calling for the resumption of operations.",0,1561473737,MMR -7672350,104,MMR5495,5495,19-Jun-18,2018,1,Battles,Armed clash,Unidentified Armed Group (Myanmar),,3,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,13,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 19-June-2018, between Hseng Hkawng and Sal Lant villages, Muse township, Shan state, an unidentified armed group shot at the Myanmar military and Hseng Keow People's Militia as they were disarming two bombs on a bridge between the two villages.",0,1612998735,MMR -7670595,104,MMR5494,5494,18-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 18-June-2018, between Nam yak and Manaw Pa, Hpakant township, Kachin state, the KIA 6th battalion launched an attack on the Myanmar army.",0,1612998730,MMR -5453340,104,MMR5492,5492,17-Jun-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Irrawaddy,National,"On 17-June-2018, in Kutkai township, Shan state, a civilian was killed when he stepped on a mine.",1,1561473737,MMR -4629665,104,MMR5493,5493,17-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (South),Dala,Dala,16.7586,96.143,2,Eleven Media Group,National,"On 17-June-2018, in Dala township, Yangon, more than 1,000 people from Dala, Twante, Kawhmu and Kungyangon townships as well as from townships in Ayeyarwaddy division, protested, calling for the rapid completion of the Myanmar-Korea Friendship Bridge across the Yangon river.",0,1552576482,MMR -7670495,104,MMR5490,5490,16-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,2,Kachinland News,Subnational,"On 16-June-2018, in Chipwi township, Kachin state, the Myanmar army 141 LIB launched an attack on a KIA 7th brigade frontline post.",0,1612998730,MMR -4631299,104,MMR5483,5483,10-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Karen Information Center News,Subnational,"On 10-June-2018, in Mae Ka Ne village, Myawaddy township, Kayin state, over 300 residents marched from Mae Ka Ne village Sakhan Gone to Shwe Mya Sandi Thaba Thuka Pagoda in protest of the confiscation of their lands for a development project.",0,1552576676,MMR -5453339,104,MMR5484,5484,10-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Yamethin,Yamethin,Yamethin,20.4319,96.1387,2,Myanmar Times,National,"From 10-June-2018 to 16-June-2018, at the Moehti Moemi gold mine, Yamethin township, Yamethin district, Mandalay division, over 500 workers staged a weeklong protest demanding mining rights.",0,1561473737,MMR -5453338,104,MMR5482,5482,9-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Irrawaddy,National,"On 09-June-2018, in Myitkyina, Kachin state, thousands of people held a demonstration and prayer service at Manaw Ground to mark the anniversary of the start of the war in Kachin state. Police plan to bring charges against the organizers of the demonstration Article 19 of the Peaceful Assembly and Procession Law. Anti-war activists were denied permission to demonstrate in other locations in the country.",0,1561473737,MMR -4631817,104,MMR5481,5481,8-Jun-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Radio Free Asia,Regional,"On 08-June-2018, in Hlaingthayar township, Yangon region, workers from the Shin Shin Vermicelli Factory in Industrial Zone 2 began protesting for better pay and working conditions, establishing a strike center in front of the company office. They have been protesting now for a month and plan to continue.",0,1552576676,MMR -7670136,104,MMR5480,5480,6-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 06-June-2018, near Mann Aie village, in Namtu township, Shan state, the Myanmar army Infantry Division 77 attacked the TNLA. 3 Myanmar army soldiers were killed.",3,1612998729,MMR -7669286,104,MMR5479,5479,5-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,3,Kachin News Group; Kachinland News,Subnational,"On 05-June-2018, between Hpak Gum Bum and Man Pying village [geocode for Kutkai], Shan state, the KIA 2nd battalion, brigade 10 and Myanmar army clashed. 2 KIA soldiers were killed.",2,1612998727,MMR -7670597,104,MMR5478,5478,4-Jun-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Chipwi,25.8872,98.1325,2,Kachinland News,Subnational,"On 04-June-2018, near Lagwi village, Chipwi township, Kachin state, the Myanmar army 141 LIB fired two 60mm mortar rounds on KIA 33rd battalion positions.",0,1612998730,MMR -7670234,104,MMR5477,5477,4-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 04-June-2018, in Namtu township, Shan state, the Myanmar army and TNLA fought.",0,1612998730,MMR -7670845,104,MMR5475,5475,1-Jun-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 01-June-2018, near the upper Mogaung river, Kachin state, the Myanmar army MOC-3 and 74th LIB fired six artillery rounds on the area.",0,1612998731,MMR -7670601,104,MMR5474,5474,1-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 01-June-2018, in Zup Mai village, Tanai township, Kachin state, the KIA 2nd brigade and Myanmar army clashed. The Myanmar army fired an artillery round on the village.",0,1612998730,MMR -7670721,104,MMR5473,5473,1-Jun-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 01-June-2018, between Kamaing and Loi Seng, Kachin state, the KIA 6th battalion ambushed Myanmar army troops.",0,1612998731,MMR -7670477,104,MMR5476,5476,1-Jun-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 01-June-2018, at Si Den, Myitkyina township, Kachin state, the Myanmar army fired an artillery round on Laga Bum.",0,1612998730,MMR -7672026,104,MMR5472,5472,31-May-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Radio Free Asia,Regional,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0,1612998734,MMR -7670606,104,MMR5470,5470,30-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0,1612998730,MMR -7670506,104,MMR5469,5469,30-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 30-May-2018, at Ale Sahkan junction, Hpakant township, Kachin state, the KIA 6th battalion ambushed a Myanmar army convoy.",0,1612998730,MMR -7670538,104,MMR5468,5468,29-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 29-May-2018, at Dang Gaw Lagyawm post, Sumprabum township, Kachin state, the Myanmar army fired five 60 mm mortar rounds on KIA 33rd battalion positions.",0,1612998730,MMR -4634546,104,MMR5467,5467,28-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Catholic Christian Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachin News Group,Subnational,"On 28-May-2018, in Myitkyina, thousands joined a Catholic protest prayer march (rosary walk) calling for peace in Kachin state.",0,1552576680,MMR -7670729,104,MMR5466,5466,28-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Chipwi,Pangwa,25.5987,98.3786,3,Kachinland News,Subnational,"On 28-May-2018, between Lagwi and Dan Gaw village, Kachin state, the KIA 7th brigade [geocode for brigade location-Pangwa] launched an attack on the Myanmar armies 141st troops.",0,1612998731,MMR -7670001,104,MMR5465,5465,28-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Eleven Media Group,National,"On 28-May-2018, in Paletwa, Chin state, the AA and Myanmar army clashed.",0,1612998729,MMR -7670610,104,MMR5464,5464,27-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 27-May-2018, in Laiza area, the Myanmar army fired two 120 mm mortar rounds on KIA 253rd mobile battalions.",0,1612998731,MMR -7670976,104,MMR5463,5463,27-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0,1612998732,MMR -7670730,104,MMR5462,5462,27-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 27-May-2018, near Lai Nawng Hku area and Nam Si En area, the Myanmar army fired 105 mm howitzer rounds on the area.",0,1612998731,MMR -7669986,104,MMR5461,5461,27-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Eleven Media Group,National,"On 27-May-2018, in Paletwa, Chin state, the AA and Myanmar army clashed.",0,1612998729,MMR -4635050,104,MMR5460,5460,26-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Tamu,Tamu,Tamu,24.2166,94.3122,1,Radio Free Asia,Regional,"On 26-May-2018, in Tamu, Sagaing division, around 200 protestors held an anti-drug march calling for officials in India and Myanmar to take responsibility for drug trafficking in the area.",0,1552576680,MMR -7669952,104,MMR5459,5459,26-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Eleven Media Group,National,"On 26-May-2018, in Paletwa, Chin state, the AA and Myanmar army clashed.",0,1612998729,MMR -7671101,104,MMR5456,5456,25-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 25-May-2018, at Hkum Tsai Yang village, Tanai township, Kachin state, the KIA 20th battalion ambushed a convoy of Myanmar army troops.",0,1612998732,MMR -7670859,104,MMR5458,5458,25-May-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0,1612998731,MMR -7670979,104,MMR5457,5457,25-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 25-May-2018, at Hu Hpyet Man Nawng, Kutkai township, Shan state, the KIA and Myanmar army 11th LID fought.",0,1612998732,MMR -7670578,104,MMR5455,5455,24-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 24-May-2018, around Zi Hu Hpyet, Kutkai township, the KIA 9th battalion and Myanmar army 11th LID fought.",0,1612998730,MMR -7671102,104,MMR5451,5451,24-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 24-May-2018, near Bum Run outpost, in Nawnglut region (coded for Hpakant township), Kachin state, the KIA 26th battalion and Myanmar army fought.",0,1612998732,MMR -7670659,104,MMR5452,5452,24-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Nawng Mi,25.7276,96.6702,1,Kachinland News,Subnational,"On 24-May-2018, at Nawng Mi, on Ledo road, Kachin state, the KIA and Myanmar army clashed.",0,1612998731,MMR -7670985,104,MMR5453,5453,24-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 24 May 2018, between Lip Hka and Nga Nawng, Tanai township, the KIA 14th battalion attacked a Myanmar army 298th LIB convoy. Likewise, near Pau Hkying Hka rivulet, in Tanai township, the KIA 20th battalion and Myanmar army clashed.",0,1612998732,MMR -7670622,104,MMR5449,5449,23-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 23-May-2018, in Tanai township, the KIA 20th battalion and Myanmar army clashed.",0,1612998731,MMR -7670987,104,MMR5450,5450,23-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachinland News,Subnational,"On 23-May-2018, near Njang Yang (Myitkyina, Kachin), the Myanmar army fired four 120 mm rounds at Hka Chyang hill where the KIA were believed to be.",0,1612998732,MMR -7670988,104,MMR5447,5447,22-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 22-May-2018, at Hkum Tsaw Taw Yang, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar army battled.",0,1612998732,MMR -7670010,104,MMR5448,5448,22-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,12,Southeast Asia,Myanmar,Shan,Loilen,Mongkaing,Mongkaing,21.6117,97.5286,2,Eleven Media Group,National,"On 22-May-2018, near Mongkhun village, Mongkaing, Shan state, the SSA-S and Myanmar army exchanged fire.",0,1612998729,MMR -4636496,104,MMR5446,5446,20-May-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 20-May-2018, in Kone Thar village, Hsipaw township, Shan state, an unidentified armed group shot and wounded two civilians.",0,1552576682,MMR -7670127,104,MMR5442,5442,20-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Rakhine,Maungdaw,Buthidaung,Buthidaung,20.8754,92.5272,2,Irrawaddy,National,"On 20-May-2018, in Buthidaung township, Rakhine state, the AA and Myanmar army 263rd LIB fought. The AA captured 3 Myanmar army soldiers. 9 Myanmar army soldiers and 1 AA soldier died.",10,1612998729,MMR -7670748,104,MMR5443,5443,20-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 20-May-2018, at Hu Hpyet Wa Yaw, Kutkai township, Shan state, the KIA 9th battalion and Myanmar army 11th LID fought.",0,1612998731,MMR -6382324,104,MMR5445,5445,20-May-18,2018,2,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),Government of Myanmar (2016-),7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Paletwa,21.3045,92.8555,2,Irrawaddy,National,"Around 20-May-2018, in Paletwa township, Chain state, the AA tortured administrative officials and took 6.7 million kyats in money and other valuables.",0,1574367576,MMR -6254365,104,MMR5440,5440,19-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Thailand),Civilians (Myanmar),7,37,Southeast Asia,Myanmar,Kayin,Myawaddy,Myawaddy,Myawaddy,16.6891,98.5089,2,Bangkok Post,Regional,"On 19-May-2018, in Myawaddy township, Kayin state, a Thai boy was killed and a Myanmar boy was injured by a landmine.",1,1572403703,MMR -7670873,104,MMR5439,5439,19-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 19-May-2018, at Man Dit Pa, Kutkai township, Shan state, the KIA 9th battalion and Myanmar army 11th and 55th LID fought. Another battle occurred on the same day in Loi Kang Bum, Kutkai township between the KIA 2nd battalion and the Myanmar army.",0,1612998731,MMR -7672226,104,MMR5441,5441,19-May-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),,6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon (East),Bahan,Bahan,16.8106,96.1574,2,Radio Free Asia,Regional,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0,1612998735,MMR -7670993,104,MMR5438,5438,19-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 19-May-2018, at Hpaw Lam Hpya, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar army clashed. They clashed again at Mara Ga, Sumprabum township on the same day. The KIA 4th battalion and Myanmar army 33rd LID clashed for a third time that day at Lashi Hka Hku, Sumprabum township.",0,1612998732,MMR -5453331,104,MMR5436,5436,18-May-18,2018,3,Violence against civilians,Abduction/forced disappearance,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),7,27,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Myanmar Times,National,"On 18-May-2018, [geocode for Myitkyina, Kachin state], a Lisu pastor claimed that the KIA had abducted dozens of ethnic Lisu villagers since April. The KIA accused the pastor of creating divisions among the Kachin people.",0,1561473737,MMR -7670590,104,MMR5437,5437,18-May-18,2018,1,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Prisoners (Myanmar),7,17,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,2,Kachinland News,National,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0,1612998730,MMR -7670872,104,MMR5435,5435,18-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 18-May-2018, at Ura Hku post, near Ginsi Hkaw, Hpakant township, Kachin state, the Myanmar army and KIA 6th battalion fought. The Myanmar army fired 2 artillery rounds on KIA 6th battalion positions.",0,1612998731,MMR -7801858,104,MMR5434,5434,17-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,,,0,10,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Kachinland News,Subnational,"On 17 May 2018, near Maran Kahtawng, near Nammatee, Kachin state, the Myanmar army fired multiple mortar rounds on the surrounding area.",0,1617737280,MMR -7670636,104,MMR5433,5433,17-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 17-May-2018, at the Myanmar armies Dak Nai base, Kutkai township, Shan state, the KIA 9th battalion launched an attack on the Myanmar army.",0,1612998731,MMR -7670999,104,MMR5432,5432,17-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 17-May-2018, between Sha-it Yang and Lawng Hkang, Hpakant township, Kachin state, the KIA 6th battalion ambushed Myanmar army troops.",0,1612998732,MMR -6382325,104,MMR6210,6210,17-May-18,2018,1,Violence against civilians,Attack,ULA/AA: United League of Arakan/Arakan Army,,2,Civilians (Myanmar),,7,27,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Ta Woe Pwi,21.6725,92.6961,1,Chin Human Rights Organization,Other,"On 17 May 2018, in Tawoepwee (Ta Woe Pwi), Shinmadein Village Tract, Paletwa Township, Chin State, Arakan Army soldiers accused villagers of informing the Myanmar army about AA troop movements. Six men were beaten during the interrogation. The AA soldiers also looted mobile phones, chickens, jewelry and money. Villagers have fled the village in fear of another attack.",0,1574367576,MMR -7671630,104,MMR5431,5431,16-May-18,2018,1,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Men (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Sittwe,Rathedaung,Rathedaung,20.4817,92.7555,2,Narinjara News,Subnational,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0,1612998733,MMR -7670097,104,MMR5430,5430,16-May-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Mon,Mawlamyine,Ye,Ye,15.2465,97.8551,2,Independent Mon News Agency,Subnational,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1,1612998729,MMR -7288930,104,MMR5429,5429,16-May-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Mandalay,Pyin Oo Lwin,Mogoke,Mogoke,22.9176,96.5098,2,Kachinland News,National,"On 16 May 2018, in Tsing In village, Mogoke township, a Lisu family of 4 was murdered by unidentified armed group.",4,1604422688,MMR -7670638,104,MMR5427,5427,16-May-18,2018,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 16-May-2018, at Seng Da post, Myitkyina township, Kachin state, two Myanmar army fighter jets bombed KIA 11th battalion positions. The Seng Da post, as well as Mu Gawng, Si-Den and Nyaung Taw KIA positions were also attacked by the Myanmar army with artillery shells.",0,1612998731,MMR -7670641,104,MMR5426,5426,16-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 16-May-2018, between Hpau Daw and Lun Jin village, near Kutkai township, Shan state, the KIA 9th battalion and Myanmar army 11th and 55th LIA fought. They later clashed at Zi Hu Hpyet near Kutkai the same day.",0,1612998731,MMR -4637354,104,MMR5428,5428,16-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (East),Dagon Myothit (Seikkan),Dagon Myothit (Seikkan),16.8405,96.2726,2,Radio Free Asia,Regional,"On 16-May-2018, in Dagon Myothit Seikkan township, Yangon, residents protested the location of a fish factory, claiming the smell from the factory caused residents health problems.",0,1552576683,MMR -7670444,104,MMR5423,5423,16-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 16-May-2018, near KIA 26th battalion headquarters, the KIA 26th battalion launched an attack on Myanmar army troops.",0,1612998730,MMR -7670447,104,MMR5424,5424,16-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 16-May-2018, near Gaw Lun village, Tanai township, Kachin state, the Myanmar army and KIA 20th battalion clashed.",0,1612998730,MMR -7670763,104,MMR5425,5425,16-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 16-May-2018, in Sumprabum township, the KIA 4th battalion and Myanmar army fought a series of battles.",0,1612998731,MMR -5453329,104,MMR5418,5418,15-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Myanmar Times,National,"On 15-May-2018, between Mogaung and Htou Pu railway stations, Kachin state, a second mine exploded on the Mandalay-Myitkyina railway line.",0,1561473737,MMR -7801950,104,MMR5419,5419,15-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Myanmar Times,National,"On 15 May 2018, between Mayan and Nammatee railway stations, Kachin state, a mine exploded on the Mandalay-Myitkyina railway line.",0,1617737280,MMR -7670888,104,MMR5412,5412,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 15-May-2018, at Woi Bum, Hpakant township, Kachin state, the KIA 6th battalion and Myanmar army fought.",0,1612998731,MMR -7672176,104,MMR5421,5421,15-May-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Bago,Thayarwady,Nattalin,Nattalin,18.4296,95.5528,2,Radio Free Asia,Regional,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0,1612998734,MMR -7670650,104,MMR5420,5420,15-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 15-May-2018, in Tanai township, Kachin state, the Myanmar army fired eight 120 mm rounds on KIA 14th battalion positions at Awng Ba and Taw Tep. The Myanmar army 297th LIB fired three 60 mm rounds at KIA positions near Ting Kawk village.",0,1612998731,MMR -7670159,104,MMR5414,5414,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,NA-B: Northern Alliance,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Irrawaddy,National,"On 15-May-2018, in Injangyang township, Kachin state, the Northern Alliance and Myanmar army 120th battalion under LIB 33 fought. The Myanmar army suffered casualties.",0,1612998729,MMR -7670240,104,MMR5413,5413,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Irrawaddy,National,"On 15-May-2018, in Injangyang township, Kachin state, the Myanmar army and KIA 4th battalion under 1st brigade clashed.",0,1612998730,MMR -4637669,104,MMR5422,5422,15-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 15-May-2018, in Loikaw, Kayah state, around 10,000 people rallied in support of peace and the KNPP possibly signing the NCA.",0,1552576683,MMR -7671015,104,MMR5416,5416,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 15-May-2018, near Man Pai village, Kutkai township, Shan state, the TNLA 223rd battalion and MNDAA jointly fought a series of battles against the Myanmar army.",0,1612998732,MMR -7670770,104,MMR5417,5417,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 15-May-2018, at Dun Aw village, near Muse township, Shan state, the KIA 36th battalion and Myanmar army 11th LID clashed. The Myanmar army fired multiple artillery rounds at KIA positions.",0,1612998731,MMR -7670526,104,MMR5415,5415,15-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 15-May-2018, at Dap Shawa field, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar army battled. The Myanmar army fired four 120 mm rounds at KIA positions near Mara Hkin Dawt.",0,1612998730,MMR -7670572,104,MMR5409,5409,14-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 14-May-2018, near Wara Zup and Zi Pa, Kachin state, the Myanmar army fired 4 artillery rounds on KIA 14th battalion positions.",0,1612998730,MMR -7672406,104,MMR5411,5411,14-May-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,1,Civilians (Myanmar),Farmers (Myanmar),7,17,Southeast Asia,Myanmar,Shan,Loilen,Loilen,Loilen,20.9227,97.565,2,Shan Herald Agency for News,Subnational,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0,1612998735,MMR -7670616,104,MMR5405,5405,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 14-May-2018, near Awng Lawt village, Tanai township, Kachin state, the KIA 2nd brigade attacked Myanmar army troops at their base in the village. The KIA 20th battalion and Myanmar army clashed near Danai Hka and Gauri Bum, Kachin state.",0,1612998731,MMR -7670651,104,MMR5407,5407,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 14-May-2018, between Man Pying and Lung Wai, Kutkai township, Shan state, the KIA 2nd battalion launched an attack on Myanmar army troops.",0,1612998731,MMR -7671957,104,MMR5402,5402,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kon Pyin,21.9874,92.8472,2,Network Media Group,National,"On 14-May-2018, near Konpyin village, Chin state, the Myanmar army and AA clashed.",0,1612998734,MMR -7671985,104,MMR5408,5408,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Network Media Group,National,"On 14-May-2018, between Nam Awng and Kawng Hkar, Muse township, Shan state, the TNLA and Myanmar army clashed.",0,1612998734,MMR -7670214,104,MMR5410,5410,14-May-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Lone Khin,25.6564,96.3568,1,Irrawaddy,National,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1,1612998729,MMR -7671021,104,MMR5403,5403,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 14-May-2018, in Hpakant township, Kachin state, two Myanmar army fighter jets bombed KIA 6th battalion positions. The Myanmar army then fired machine guns at KIA positions at Loi Mye Bum.",0,1612998732,MMR -7670772,104,MMR5406,5406,14-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 14-May-2018, near Mara Hkin Dawt, Sumprabum, Kachin state, the KIA 4th battalion and Myanmar army clashed. The Myanmar army fired two 120 mm mortar rounds at Hpawlam Hpya and four 120 mm mortar rounds at other KIA 4th battalion positions.",0,1612998731,MMR -7670541,104,MMR5400,5400,13-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 13-May-2018, near Daleng Bum, Kachin state, the Myanmar army and KIA 20th battalion clashed.",0,1612998730,MMR -7670551,104,MMR5399,5399,13-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 13-May-2018, near Woi Bum and Dum Bum, Hpakant township, Kachin state, the KIA 6th battalion fought the Myanmar army. They also clashed between Nam Yung and Hpang Hka Jawng, Hpakant township on the same day.",0,1612998730,MMR -4638369,104,MMR5401,5401,13-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Rakhine,Sittwe,Sittwe,Sittwe,20.1462,92.8984,1,Radio Free Asia,Regional,"On 13-May-2018, in Sittwe, Rakhine state, around 60 people protested the national verification card (NVC) process, calling for careful scrutiny of those applying for the cards.",0,1552576684,MMR -5453323,104,MMR5395,5395,12-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Bago,Pyay,Pyay,Pyay,18.8246,95.2222,1,Irrawaddy,National,"On 12-May-2018, in Pyay, Bago division, people protested the ongoing war in Kachin state.",0,1561473737,MMR -6025229,104,MMR8854,8854,12-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Namhsan,Namhsan,22.965,97.1615,1,Network for Human Rights Documentation-Burma,Other,"On 12 May 2018, in Namhsan Township, in northern Shan State, four villagers who were taking a rest on a tea farm stepped on a landmine and were injured.",0,1571149440,MMR -7670543,104,MMR5392,5392,12-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 12-May-2018, in Tanai township, the Myanmar military fired artillery rounds on KIA 14th battalion positions.",0,1612998730,MMR -7669285,104,MMR5397,5397,12-May-18,2018,1,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),6,Police Forces of Myanmar (2016-2021),,1,16,Southeast Asia,Myanmar,Yangon,Yangon (East),Tamwe,Tamwe,16.8102,96.1765,2,Eleven Media Group; Reuters,National-International,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0,1612998727,MMR -7672183,104,MMR5398,5398,12-May-18,2018,1,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),5,Police Forces of Myanmar (2016-2021),,1,15,Southeast Asia,Myanmar,Yangon,Yangon (South),Kyauktan,Kyauktan,16.638,96.3227,2,Radio Free Asia,Regional,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0,1612998734,MMR -7670907,104,MMR5389,5389,12-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 12-May-2018, in Hpakant township, Kachin state, the Myanmar army and KIA 6th battalion fought once at Loi Mye Bum and again at Woi Chyai Bum villages.",0,1612998731,MMR -7670140,104,MMR5391,5391,12-May-18,2018,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,Police Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Irrawaddy,National,"On 12-May-2018, outside of Muse, Shan state, the TNLA attacked a police outpost at Pan Kham bridge, the resulting fighting left 15 civilians, a police captain and three military backed militia members dead. 20 locals, three policemen and six militia members were injured. (19 fatalities)",19,1612998729,MMR -4638590,104,MMR5396,5396,12-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,2,Kantarawaddy Times,Subnational,"On 12-May-2018, from Demoso to Loikaw, Kayah state, people marched calling for an end to the war Kachin state.",0,1552576684,MMR -7670448,104,MMR5393,5393,12-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 12-May-2018, near Laiza, the Myanmar army targeted KIA positions including Hpalap Bum, Allen Bum, KIA 5th brigade positions, Alaw Bum, Kahtawng, Wungmaw Bum, Nba Pa and Mada Bum.",0,1612998730,MMR -7670707,104,MMR5394,5394,12-May-18,2018,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Kachinland News,Subnational,"On 12-May-2018, at KIA 1st brigade headquarters and KIA 7th battalion area in Bawm Wang village, Kachin state, the Myanmar army dropped 3 bombs on the headquarters and 3 bombs on the village.",0,1612998731,MMR -7670473,104,MMR5390,5390,12-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 12-May-2018, at the confluence of Hpung Swi and Tamang stream, Sumprabum township, Kachin state, the Myanmar army and KIA 4th battalion battled.",0,1612998730,MMR -7670794,104,MMR5388,5388,11-May-18,2018,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 11-May-2018, at KIA 4th battalion headquarters and Wura Hkin Dawt post, Sumprabum township, two Myanmar army jets bombed the posts four times.",0,1612998731,MMR -7670587,104,MMR5385,5385,11-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 11-May-2018, at Wai Maw post, Hpakant township, Kachin state, the Myanmar army and KIA 6th battalion clashed.",0,1612998730,MMR -4638832,104,MMR5387,5387,11-May-18,2018,1,Battles,Armed clash,RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South,,2,PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Langkho,Mawkmai,Mawkmai,20.2265,97.7251,2,Eleven Media Group,National,"On 11-May-2018, near Mansi village, Kadu area [geocode for Mawkmai township], southern Shan state, the SSA-S and PNLO clashed. Some casualties reported.",0,1552576685,MMR -7670751,104,MMR5386,5386,11-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 11-May-2018, in Tanai township, the KIA 20th battalion and Myanmar army clashed at the Jala Hkyet and Wu Loi Bai junction, and again at the Gauri Bum foothills. The Myanmar army fired mortars on KIA 33rd battalion headquarters while the KIA fired heavy artillery back.",0,1612998731,MMR -5453321,104,MMR5384,5384,10-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,2,Irrawaddy,National,"On 10-May-2018, in Kyaukse township, Mandalay division, lawmakers and activists protested calling for the five police officers arrested for accusing their chief of corruption to be treated fairly.",0,1561473737,MMR -6025225,104,MMR8853,8853,10-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,3,Network for Human Rights Documentation-Burma,Other,"On 10 May 2018, in Myitkyina Township, Kachin State, an old villager stepped on a landmine while he was heading to the field to attend his cows and was injured.",0,1571149440,MMR -7670115,104,MMR5383,5383,10-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 10-May-2018, in Namtu township, Shan state, the Myanmar army and TNLA clashed around three villages: Mang Ain, Kon Mong and Nar Lay. 4 Myanmar army soldiers were killed.",4,1612998729,MMR -5453319,104,MMR5381,5381,9-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,2,Myanmar Times,National,"On 09-May-2018, in Pyinmana township, about 500 people from townships across Nay Pyi Taw (organized by the USDP) marched along Pyinmana-Taung Nyo Road against the plan to issue national verification cards (NVC) to returning refugees from Bangladesh.",0,1561473737,MMR -7671887,104,MMR5377,5377,9-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,ULA/AA: United League of Arakan/Arakan Army,,2,12,Southeast Asia,Myanmar,Chin,Mindat,Paletwa,Kon Pyin,21.9874,92.8472,2,Network Media Group,National,"On 09-May-2018, near Konpyin village, Chin state, the Myanmar army and AA clashed.",0,1612998734,MMR -4639369,104,MMR5382,5382,9-May-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 09-May-2018, near Yay Pu (Kyan Khin) village, Hsipaw township, Shan state, an unidentified armed group shot at civilians, injuring several.",0,1552576685,MMR -7670676,104,MMR5380,5380,9-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 09-May-2018, near Di Ma village, Kutkai township, Shan state, the KIA 9th battalion and Myanmar army 55th LID fought.",0,1612998731,MMR -7670449,104,MMR5379,5379,9-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 09-May-2018, between Patsip Zup and Aya Zup, Sumprabum township, Kachin state, the KIA 4th battalion attacked a Myanmar army convoy.",0,1612998730,MMR -7670467,104,MMR5378,5378,9-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 09-May-2018, near Hpung Dung and Maden, Tanai township, the KIA 2nd brigade and Myanmar army 101st LID fought.",0,1612998730,MMR -7822950,104,MMR5375,5375,8-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Irrawaddy,National,"On 08-May-2018, in Mandalay, protestors held a candlelight vigil and called for an end to the Kachin conflict.",0,1618442058,MMR -4639614,104,MMR5376,5376,8-May-18,2018,1,Violence against civilians,Attack,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),,7,37,Southeast Asia,Myanmar,Shan,Kyaukme,Hsipaw,Hsipaw,22.6166,97.3003,2,Shan Herald Agency for News,Subnational,"On 08-May-2018, near Yay Pu (Kyan Khin) village, Hsipaw township, Shan state, an unidentified armed group shot at civilians. 1 fatality.",1,1552576685,MMR -7671042,104,MMR5373,5373,7-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 07-May-2018, at Nam Ba Tet near Nam Tau village, Muse township, the KIA 36th battalion and Myanmar army fought.",0,1612998732,MMR -5453317,104,MMR5374,5374,7-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,6,,,0,60,Southeast Asia,Myanmar,Nay Pyi Taw,Det Khi Na,Pyinmana,Pyinmana,19.7381,96.2074,1,Myanmar Times,National,"On 07-May-2018, in Pyinmana city, the USDP organized a protest against giving national verification cards (NVC) to refugees returning from Bangladesh.",0,1561473737,MMR -5453314,104,MMR5368,5368,6-May-18,2018,1,Battles,Armed clash,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy; Eleven Media Group,National,"On 06-May-2018, near Man Sa Awng village, Namtu township, Shan state, the TNLA and SSA-N clashed, injuring some civilians.",0,1561473737,MMR -7671043,104,MMR5367,5367,6-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 06-May-2018, at Bum Hkaw Bum near Hkamau confluence, Tanai township, Kachin state, the KIA 2nd brigade and Myanmar army battled.",0,1612998732,MMR -5453315,104,MMR5369,5369,6-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Chanayethazan,Chanayethazan,21.9753,96.0946,2,Irrawaddy,National,"On 06-May-2018, in Chanayethazan township, Mandalay division, around 40 activists protested against the war in Kachin state and the failure to rescue trapped IDPs.",0,1561473737,MMR -5453316,104,MMR5372,5372,6-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Irrawaddy,National,"On 06-May-2018, in Kyauktada township, Yangon, activists protested against the war in Kachin state and the failure to rescue trapped IDPs.",0,1561473737,MMR -4640099,104,MMR5370,5370,6-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Students (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Myingyan,Myingyan,Myingyan,21.46,95.3884,2,Eleven Media Group,National,"On 06-May-2018, in Myingyan township, activists and students held a prayer ceremony at Sandawtaw Pyi Pagoda and marched to the downtown clocktower calling for the release of trapped IDPs in Kachin state.",0,1552576686,MMR -4640100,104,MMR5371,5371,6-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Sagaing,Monywa,Monywa,Monywa,22.1086,95.1358,1,Eleven Media Group,National,"On 06-May-2018, in Monywa, Sagaing division, activists held a prayer ceremony at Shwesigone Pagoda calling from the release of trapped IDPs in Kachin state.",0,1552576686,MMR -7670558,104,MMR5366,5366,5-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 05-May-2018, at Bum Hkaw Bum, Tanai township, Kachin state, the KIA 14th battalion and Myanmar army battled twice.",0,1612998730,MMR -7670680,104,MMR5365,5365,5-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachinland News,Subnational,"On 05-May-2018, in Njang Yang township, Kachin state, the Myanmar army and KIA 4th battalion fought once near Gwi Htau jetty and again at Mile 19 post.",0,1612998731,MMR -5453313,104,MMR5360,5360,4-May-18,2018,1,Battles,Armed clash,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army,,2,22,Southeast Asia,Myanmar,Shan,Kyaukme,Namtu,Namtu,23.0766,97.4033,2,Irrawaddy,National,"On 04-May-2018, in Mansa village, near Namtu township, Shan state, the SSPP/SSA-N and PSLF/TNLA clashed, injuring two civilians. More than one hundred villagers fled the village during the fighting.",0,1561473737,MMR -7671047,104,MMR5361,5361,4-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 04-May-2018, near Sama village and Hkaw Bang village, near Muse township, Shan state, the Myanmar army 55th LID and KIA 36th battalion fought again.",0,1612998732,MMR -7670562,104,MMR5362,5362,4-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 04-May-2018, near Nam Htun Bum and Hka Mau Zup, near Tanai township, Kachin state, the Myanmar army fired 5 mortar round on KIA 2nd brigade positions.",0,1612998730,MMR -4640571,104,MMR5363,5363,4-May-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,Civilians (Myanmar),Students (Myanmar),7,37,Southeast Asia,Myanmar,Sagaing,Hkamti,Lay Shi,Lay Shi,25.3559,94.8943,2,Democratic Voice of Burma,National,"On 04-May-2018, in Mo Nwe village, in Lay Shi township, Hkamti district, Sagaing division, a bomb exploded, killing a seventeen year old student and injuring another.",1,1552576686,MMR -4640572,104,MMR5364,5364,4-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Rakhine,Thandwe,Thandwe,Thandwe,18.4654,94.3656,2,Radio Free Asia,Regional,"On 04-May-2018, in Ann Taw village, Thandwe township, Rakhine state, around 100 villagers protested, demanding the return of their confiscated land.",0,1552576686,MMR -7670156,104,MMR5359,5359,4-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,SSPP/SSA-N: Shan State Progress Party/Shan State Army-North,,2,12,Southeast Asia,Myanmar,Shan,Kyaukme,Kyaukme,Kyaukme,22.5392,97.0343,2,Irrawaddy,National,"On 04-May-2018, at Loi Yin outpost, Kyaukme township, Shan state, the SSPP/SSA-N and Myanmar military clashed.",0,1612998729,MMR -7670686,104,MMR5356,5356,3-May-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Kachinland News,Subnational,"On 03-May-2018, in Njang Yang township, Kachin state, the Myanmar army 37th LIB fired three artillery rounds on KIA 4th battalion positions.",0,1612998731,MMR -7670481,104,MMR5354,5354,3-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 03-May-2018, around Awng Lawt, Tanai township, Kachin state, the KIA 2nd brigade and Myanmar army clashed four times.",0,1612998730,MMR -7670496,104,MMR5355,5355,3-May-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Kachinland News,Subnational,"On 03-May-2018, near Sama village and Hkaw Bang village, near Muse township, Shan state, the Myanmar army 55th LID and KIA 36th battalion fought.",0,1612998730,MMR -5453311,104,MMR5357,5357,3-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Ayeyarwady,Hinthada,Hinthada,Hinthada,17.6494,95.457,1,Myanmar Times,National,"On 03-May-2018, in Hinthada town, Ayeyarwady division, 500 people demonstrated, calling for an old Muslim cemetery to be converted to a garden park.",0,1561473737,MMR -5668120,104,MMR5348,5348,1-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Kyaukse,Kyaukse,Kyaukse,21.6056,96.1351,2,Myanmar Times,National,"On 01-May-2018, in Kyaukse town's industrial zone, Mandalay division, around 500 workers marched for May Day.",0,1564494184,MMR -7823007,104,MMR5349,5349,1-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,,Mandalay,21.9747,96.0836,1,Radio Free Asia,Regional,"On 01-May-2018, in Mandalay, Myanmar, about 700 workers marched, demanding the new minimum wage be formally announced.",0,1618442058,MMR -7823021,104,MMR5350,5350,1-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon,,Yangon,16.8052,96.1561,1,Myanmar Times,National,"On 01-May-2018, in Yangon, around 2,000 workers marched on May Day, demanding an increase in the minimum wage.",0,1618442059,MMR -5453310,104,MMR5351,5351,1-May-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Labour Group (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (North),Hlaingthayar,Hlaingthayar,16.854,96.0689,2,Myanmar Times,National,"On 01-May-2018, in Hlaingthayar township, Yangon, around 1500 workers attended a May Day ceremony at Aung Mya Thar Yar sports grounds.",0,1561473737,MMR -7670565,104,MMR5339,5339,30-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 30-April-2018, in Myitkyina township, Kachin state, the KIA 11th battalion and Myanmar military clashed at Kawa Hka.",0,1612998730,MMR -4641611,104,MMR5345,5345,30-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,1,Kachinland News,Subnational,"From 30-April-2018 to 03-May-2018, in Myitkyina, Kachin state, around 500 Kachin youth staged sit-in protests calling on the government to rescue IDPs trapped by the fighting in Kachin state. Nearly 5,00 people also staged a protest in Myitkyina town over the same issue.",0,1552576688,MMR -7670456,104,MMR5340,5340,30-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 30-April-2018, at Shabak farm, Tanai township, Kachin state, the KIA 2nd brigade fought with the Myanmar military.",0,1612998730,MMR -7670459,104,MMR5342,5342,30-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Kachinland News,Subnational,"On 30-April-2018, in Mansi township, Kachin state, the Myanmar military fired two 81 mm mortar rounds and two 60 mm mortar rounds on KIA 27th battalion positions at Bau Noi. The Myanmar military fired seven 81 mm mortar rounds Pali Bum; five 81 mm mortar rounds at Hpara and U Ra Bum.",0,1612998730,MMR -7670482,104,MMR5343,5343,30-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,2,Kachinland News,Subnational,"On 30-April-2018, near Chyahkrai and Mung Hka Pa, Shwegu township, Kachin state, the Myanmar military fired two 81 mm mortar rounds on KIA 15th battalion positions. The Myanmar military also fired eight rounds on KIA 21st battalion positions at Lagat Bum, Shwegu township. The Myanmar military also fired five 60mm mortar rounds towards Maga Hkyet, Shwegu township.",0,1612998730,MMR -7670490,104,MMR5344,5344,30-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 30-April-2018, near Laiza, Kachin state, the Myanmar military fired 13 artillery rounds on KIA 19th battalion positions. They also fired four 60 mm mortar rounds on KIA 30th battalion positions; three artillery rounds on the KIA 233rd mobile battalion; three 81 mm mortar rounds on KIA 256th battalion positions near Ja Hta.",0,1612998730,MMR -7670499,104,MMR5341,5341,30-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 30-April-2018, near Mung Ya village, in Kutkai township, Shan state, the KIA 36th battalion and Myanmar military 55th LID clashed.",0,1612998730,MMR -5453307,104,MMR5346,5346,30-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Magway,Minbu,Minbu,Minbu,20.1806,94.876,2,Myanmar Times,National,"On 30-April-2018, in Kyauk San village, Minbu township, Magway division, more than 400 villagers protested demanding the reinstatement of the village tract administrator who had recently been fired.",0,1561473737,MMR -7670653,104,MMR5337,5337,29-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Shan,Muse,Kutkai,Kutkai,23.4579,97.938,2,Kachinland News,Subnational,"On 29-April-2018, between Nam Mwi and Nam Hkawng Zup village, near Kutkai township, Shan state, the KIA attacked Myanmar military troops.",0,1612998731,MMR -7670453,104,MMR5336,5336,29-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 29-April-2018, in Myitkyina township, Kachin state, the KIA 11th battalion and Myanmar military clashed at Kawa Hka.",0,1612998730,MMR -7670736,104,MMR5338,5338,29-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Shwegu,Shwegu,24.2267,96.7908,2,Kachinland News,Subnational,"On 29-April-2018, near Chyahkrai and Mung Hka Pa, Shwegu township, Kachin state, the Myanmar military fired four 81 mm mortar rounds on KIA 15th battalion positions.",0,1612998731,MMR -7670818,104,MMR5334,5334,28-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 28-April-2018, at Mile 21 Pung Swi Yan, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar military 120 LIR fought.",0,1612998731,MMR -7262050,104,MMR5335,5335,28-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Eleven Media Group,National,"On 28-April-2018, in Hpakant township, Kachin state, about 60 people protested over the compensation they received for their land which was confiscated by the former military government.",0,1603755459,MMR -7670658,104,MMR5333,5333,27-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 27-April-2018, at Mile 18 Pung Swi Yang, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar military clashed.",0,1612998731,MMR -7670738,104,MMR5332,5332,27-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 27-April-2018, between Zup Mai and Ut Ju Dabang village, Tanai township, Kachin state, the KIA 2nd brigade and Myanmar military clashed.",0,1612998731,MMR -7670299,104,MMR5330,5330,26-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KNU/KNLA: Karen National Union/Karen National Liberation Army,,2,12,Southeast Asia,Myanmar,Kayin,Hpa-an,Hlaingbwe,Hlaingbwe,17.1239,97.8184,2,Irrawaddy,National,"On 26-April-2018, near the Hatgyi dam project area, in Mae Tha Wor, Kayin state [geocode for Hlaingbwe township, location of dam], the Myanmar army and KNLA (brigade 7) clashed.",0,1612998730,MMR -7670702,104,MMR5328,5328,26-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 26-April-2018, in Kasung village, Myitkyina township, Kachin state, the KIA 11th battalion and Myanmar military clashed.",0,1612998731,MMR -7670740,104,MMR5329,5329,26-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Sumprabum,Sumprabum,26.5444,97.5692,2,Kachinland News,Subnational,"On 26-April-2018, at Mile 16 near Zup Mai Yang and later in the evening at Mile 18 near Bing Swi Yang, Sumprabum township, Kachin state, the KIA 4th battalion and Myanmar military fought.",0,1612998731,MMR -7671025,104,MMR5331,5331,26-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Kachinland News,Subnational,"On 26-April-2018, at Law Hkawng Bum [geocode for KIA 10th battalion under KIA 1st brigade in Putao], Kachin state, the Myanmar army fired heavy artillery fire on KIA 10th battalion positions.",0,1612998732,MMR -7672153,104,MMR5326,5326,25-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Radio Free Asia,Regional,"On 25-April-2018, in Injanyang township, Kachin state, the KIA and Myanmar army clashed, causing over 1,000 villagers fled the fighting between the KIA and Myanmar army.",0,1612998734,MMR -7670623,104,MMR5327,5327,25-Apr-18,2018,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Puta-O,Puta-O,Puta-O,27.3526,97.4004,2,Kachinland News,Subnational,"On 25-April-2018, at KIA 4th battalion, KIA 1st brigade headquarters [geocode for KIA 1st brigade location in Putao], Kachin state, the Myanmar army shelled KIA position with a jet fighter.",0,1612998731,MMR -7672071,104,MMR5325,5325,24-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Injangyang,Injangyang,25.8666,97.85,2,Radio Free Asia,Regional,"On 24-April-2018, in Injanyang township, Kachin state, the KIA and Myanmar army clashed, causing over 1,000 villagers fled the fighting between the KIA and Myanmar army.",0,1612998734,MMR -6361107,104,MMR5323,5323,23-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Mandalay,Mandalay,Patheingyi,Aung Tha Pyay,22.1504,96.2364,1,Eleven Media Group,National,"On 23-April-2018, in Aungthabyay Village, Dahattaw Village-tract, Patheingyi Township, Mandalay division, more than 100 people protested, calling for the closure of a coal-fired cement factory.",0,1574179240,MMR -7670828,104,MMR5324,5324,23-Apr-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),Refugees/IDPs (Myanmar),7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2,1612998731,MMR -4643555,104,MMR5322,5322,23-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),Farmers (Myanmar),6,,,0,60,Southeast Asia,Myanmar,Kayah,Loikaw,Loikaw,Loikaw,19.6742,97.2099,1,Kantarawaddy Times,Subnational,"On 23-April-2018, in Loikaw, Kayah state, over 200 farmers from Ma Htaw Khu and Zayat Phyu villages protested the confiscation of their lands by the military since 2007.",0,1552576690,MMR -7801824,104,MMR5321,5321,22-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Eleven Media Group,National,"On 22 April 2018, near Kasont (Kasong), near Nammatee, Kachin state, the KIA and Myanmar army clashed. Around 800 people fled from the surrounding area.",0,1617737280,MMR -7801899,104,MMR5319,5319,21-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Mizzima,National,"On 21 April 2018, near Kasong village, near Nammatee, the KIA 11th battalion and Myanmar army fought.",0,1617737280,MMR -4644052,104,MMR5320,5320,21-Apr-18,2018,1,Protests,Peaceful protest,Protesters (Myanmar),,6,,,0,60,Southeast Asia,Myanmar,Yangon,Yangon (West),Kyauktada,Kyauktada,16.7743,96.1616,2,Radio Free Asia,Regional,"On 21-April-2018, in front of City Hall at Mahabandoola Park, Kyauktada township, Yangon, about 20 activists from the group Freedom Fighter protested, calling for an end to civil war and the creation a federal union. Protesters were not given permission to protest the 2008 constitution as they originally intended.",0,1552576691,MMR -7670839,104,MMR5318,5318,20-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,2,Kachinland News,Subnational,"On 20-April-2018, near KIA 24th battalion, 5th brigade area [geocode for KIA 5th brigade location, Waingmaw], Kachin state, the Myanmar army fired 14 heavy artillery rounds on KIA positions.",0,1612998731,MMR -7670591,104,MMR5314,5314,20-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 20-April-2018, near Pyi Dawng and Nyaung Taw [geocode for Moguang, location of Nyaung Taw], Kachin state, Myanmar army used heavy artillery and dropped seven bombs on KIA 11th battalion positions.",0,1612998730,MMR -7670670,104,MMR5317,5317,20-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Sadung,25.3805,97.8788,3,Kachinland News,Subnational,"On 20-April-2018, near Hpalang, Kachin state [geocode for Sadung], the Myanmar army fired seven 81 mm rounds towards Sadung Bum areas.",0,1612998731,MMR -7671196,104,MMR5311,5311,20-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 20-April-2018, at old Relay Hill, near the KIA 26th battalion headquarters [KIA 26th battalion based in Hpakant; geocode for Hpakant], Kachin state, the KIA and Myanmar army clashed.",0,1612998732,MMR -7670956,104,MMR5313,5313,20-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachinland News,Subnational,"On 20-April-2018, near Yaw Yung Bum, Hkring Mu Dan Bum, Mung Yin Hpan Hkyet and Kawng Ra Zup (all assumed in Momauk township, Kachin state) the Myanmar army fired two 105 mm rounds on KIA Na Lim Bum positions.",0,1612998732,MMR -7670708,104,MMR5312,5312,20-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 20-April-2018, near Hpunpyen Bum and Laja Yang [near Laiza; geocode for Laiza], Kachin state, the Myanmar army and KIA 24th battalion clashed.",0,1612998731,MMR -7670716,104,MMR5316,5316,20-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 20-April-2018, near Sama [in Tanai township], Kachin state, the Myanmar army fired six 81 mm rounds on the KIA 253rd mobile battalion positions.",0,1612998731,MMR -7670485,104,MMR5315,5315,20-Apr-18,2018,1,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 20-April-2018, at KIA 11th battalion headquarters, near Kasung village [Kasung is near Myitkyina; geocode for Myitkyina], Kachin state, the Myanmar army shelled and dropped seven aerial bombs on the KIA position.",0,1612998730,MMR -4644500,104,MMR5310,5310,19-Apr-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 19-April-2018, in Muse town, Muse township, Shan state, a bomb exploded near Innwa bank on Union Highway.",0,1552576691,MMR -7801856,104,MMR5309,5309,18-Apr-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Nammatee,25.3783,97.0089,2,Kachinland News,Subnational,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2,1617737280,MMR -7671205,104,MMR5306,5306,18-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 18-April-2018, between Dum Bung village and Loi Li stream, near Myitkyina township, Kachin state, the KIA 11 and 20 battalions and Myanmar army 297 and 298 LIB fought.",0,1612998732,MMR -4644778,104,MMR5308,5308,18-Apr-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Shan,Muse,Muse,Muse,23.9933,97.9103,2,Shan Herald Agency for News,Subnational,"On 18-April-2018, in Muse town, Muse township, Shan state, a bomb exploded at the Muse Industrial Zone.",0,1552576692,MMR -7670720,104,MMR5307,5307,18-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 18-April-2018, near Zup Mai and Nawng Nyang village, Tanai township, Kachin state, the KIA and Myanmar army clashed.",0,1612998731,MMR -7671085,104,MMR5305,5305,17-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 17-April-2018, at Gumra Si Kawng near Sai Ling stream on Lido road, Kachin state [geocode for Myitkyina township, near Dum Bung], the KIA 11th battalion ambushed the Myanmar army soldiers headed towards Dum Bung.",0,1612998732,MMR -7670722,104,MMR5302,5302,16-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 16-April-2018, at Kinsa Ra Hka and Laika Galai, near Mogaung, the KIA ambushed the Myanmar army 101 LID.",0,1612998731,MMR -7670723,104,MMR5304,5304,16-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,2,Kachinland News,Subnational,"On 16-April-2018, near Laja Yang, Lung Rawk and Bum Re [in Waingmaw township; geocode for Waingmaw], the Myanmar army fired 30 rounds of heavy artillery on KIA positions.",0,1612998731,MMR -7670518,104,MMR5303,5303,16-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 16-April-2018, near Laja Yang and Laiza, Kachin state, the Myanmar army fired six rounds of heavy artillery on the KIA 5th brigade headquarters.",0,1612998730,MMR -7670086,104,MMR5574,5574,15-Apr-18,2018,3,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,1,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),7,17,Southeast Asia,Myanmar,Rakhine,Maungdaw,Maungdaw,Maungdaw,20.8265,92.3661,2,HRW,Other,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0,1612998729,MMR -7670458,104,MMR5301,5301,15-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 15-April-2018, near Alen Bum, near Laiza, Kachin state, the Myanmar army fired 11 artillery rounds on the KIA 23rd battalion positions.",0,1612998730,MMR -7670497,104,MMR5300,5300,15-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachinland News,Subnational,"On 15-April-2018, near Hpri Di, Balawng Kawng, Nawng Ang and Ja Len Yang, Momauk township, Kachin state, the Myanmar army fired 18 artillery shells on KIA 3rd brigade positions.",0,1612998730,MMR -7671093,104,MMR5299,5299,14-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 14-April-2018, near Nawng Nyang village, Tanai township, Kachin state, the KIA 2nd brigade and Myanmar army battled.",0,1612998732,MMR -7671100,104,MMR5298,5298,13-Apr-18,2018,1,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1,1612998732,MMR -7670851,104,MMR5295,5295,13-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 13-April-2018, near Ga Hkyeng post, near Kamaing, Hpakant township, Kachin state, Myanmar army troops fired mortar rounds on KIA positions.",0,1612998731,MMR -7670855,104,MMR5294,5294,13-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachinland News,Subnational,"On 13-April-2018, near Yaw Yung Bum and Bang Yau Bum [geocode for Momauk township], Kachin state, the Myanmar army fired 6 rounds of 60 mm mortars and 1 round of 105mm howitzer at KIA 21st battalion positions.",0,1612998731,MMR -7670856,104,MMR5297,5297,13-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1,1612998731,MMR -7670731,104,MMR5291,5291,13-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 13-April-2018, at Tin Rat Zup, Sama junction, Moguang township, Kachin state, the KIA 11th battalion and Myanmar army 298th LIB fought.",0,1612998731,MMR -7670732,104,MMR5292,5292,13-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 13-April-2018, between Ting Kawk and Nam Hpyet, Tanai township, Kachin, the KIA 14th battalion attacked the Myanmar army 297th LIB, 381 LIR and militias.",0,1612998731,MMR -7670733,104,MMR5293,5293,13-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Kachinland News,Subnational,"On 13-April-2018, at Nga Nga Yang and Ja Maw, Kachin state [geocode for KIA 25th battalion location, Bhamo township], the Myanmar army fired 9 mortar rounds on the KIA 25th battalion positions.",0,1612998731,MMR -6361595,104,MMR5296,5296,13-Apr-18,2018,1,Explosions/Remote violence,Remote explosive/landmine/IED,Unidentified Armed Group (Myanmar),,3,,,0,30,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Kamaing,25.5226,96.7115,2,Kachinland News,Subnational,"On 13-April-2018, at Pung Hkaw Taw, near Kamaing town, Hpakant township, Kachin state, a landmine exploded.",0,1574179241,MMR -7670858,104,MMR5284,5284,12-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 12-April-2018, near Hka San Hka and Tau Bren, Hpakant township, Kachin state, the Myanmar army and KIA 6th battalion fought.",0,1612998731,MMR -7670862,104,MMR5287,5287,12-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 12-April-2018, in Nawng Nyang [in Tanai township], Kachin state, the Myanmar army and KIA battled.",0,1612998731,MMR -7670863,104,MMR5288,5288,12-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Mansi,Mansi,24.1161,97.2966,2,Kachinland News,Subnational,"On 12-April-2018, near Ding Sa Pa village, Mansi township, Kachin state, the Myanmar army fired 8 rounds of 120 mm mortars on KIA 27th battalion positions.",0,1612998731,MMR -7671430,104,MMR5285,5285,12-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mohnyin,Mohnyin,24.7782,96.3686,2,Mizzima,National,"On 12-April-2018, near Indawgyi, Mohnyin township, Kachin state, the Myanmar army and KIA fought, causing many Aytulay villagers to flee. Six Shanni farmers went missing.",0,1612998733,MMR -7672477,104,MMR7117,7117,12-Apr-18,2018,1,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,1,UN (unspecified),Other,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0,1612998735,MMR -7670743,104,MMR5289,5289,12-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 12-April-2018, near Pyin Daung, Kachin state [geocode for KIA 11th battalion fighting in Mogaung township], the Myanmar army fired 3 rounds of 105 mm howitzer on the KIA 11th battalion headquarters.",0,1612998731,MMR -7670745,104,MMR5283,5283,12-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Momauk,Momauk,24.2508,97.3481,2,Kachinland News,Subnational,"On 12-April-2018, at Galang Ja Pa, Ban Dawng and Woi Baw, Momauk township, Kachin state, the Myanmar army clashed with the KIA.",0,1612998731,MMR -7670500,104,MMR5290,5290,12-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Waingmaw,25.3502,97.4384,2,Kachinland News,Subnational,"On 12-April-2018, at Laja Hkyet, Kachin state [geocode for KIA 23rd battalion in Waingmaw township], the Myanmar army fired 2 rounds of 60 mm mortars on KIA 23rd battalion positions.",0,1612998730,MMR -7670780,104,MMR5286,5286,12-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Myitkyina,Myitkyina,25.3832,97.3963,2,Kachinland News,Subnational,"On 12-April-2018, at Ting Hpra Bum, near Mo Gawng stream, Myitkyina township, Kachin state, the KIA 11th battalion and Myanmar army fought.",0,1612998731,MMR -7670546,104,MMR5276,5276,11-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Bhamo,Bhamo,Bhamo,24.2525,97.2335,2,Kachinland News,Subnational,"On 11 April 2018, near Sinlum, Bhamo township, Kachin state, the Myanmar army fired 10 rounds of 120 mm mortars on KIA 1st battalion positions. Near Samda Bum, the Myanmar army fired 3 rounds of 106 mm mortars towards KIA frontline positions. Near Sama, the Myanmar army fired 3 rounds of heavy artillery at KIA 253rd mobile battalion positions.",0,1612998730,MMR -7670868,104,MMR5275,5275,11-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 11-April-2018, near Nawng Nyang, Shatwi Tu and Hpri Tsut, Tanai township, Kachin state, the Myanmar army attacked the KIA frontline posts.",0,1612998731,MMR -7670869,104,MMR5279,5279,11-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Mogaung,Mogaung,25.3054,96.9354,2,Kachinland News,Subnational,"On 11-April-2018, near Pin Dawng, Kachin state [geocode for KIA 11th battalion fighting in Mogaung township], the Myanmar army fired 16 rounds of heavy artillery at the KIA 11th battalion headquarters.",0,1612998731,MMR -7670667,104,MMR5280,5280,11-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Tanai,Tanai,26.4856,96.6992,2,Kachinland News,Subnational,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1,1612998731,MMR -7670994,104,MMR5281,5281,11-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,Civilians (Myanmar),,7,17,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1,1612998732,MMR -7670996,104,MMR5282,5282,11-Apr-18,2018,1,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Myitkyina,Waingmaw,Laiza,24.7561,97.5505,2,Kachinland News,Subnational,"On 11-April-2018, near Kumba Yang village, Ura Bum, Jam Ga, Zai Awng, Alen Bum, Lai Sin and Bum Noi in Laiza area, Kachin state, the Myanmar army fired 3 rounds of 82 mm mortar on KIA positions and 20 rounds of 82 mm mortar on KIA 19th battalion headquarters.",0,1612998732,MMR -7670746,104,MMR5274,5274,11-Apr-18,2018,1,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,1,KIO/KIA: Kachin Independence Organization/Kachin Independence Army,,2,12,Southeast Asia,Myanmar,Kachin,Mohnyin,Hpakant,Hpakant,25.6138,96.3148,2,Kachinland News,Subnational,"On 11-April-2018, at Lai Nawng, Hpakant township, Kachin state, the KIA 6th battalion and Myanmar army clashed.",0,1612998731,MMR diff --git a/Lisa/Myanmar_data.ipynb b/Lisa/Myanmar_data.ipynb deleted file mode 100644 index b4ef071..0000000 --- a/Lisa/Myanmar_data.ipynb +++ /dev/null @@ -1,1651 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [], - "source": [ - "# Import dependencies \n", - "import matplotlib.pyplot as plt\n", - "import pandas as pd\n", - "import numpy as np\n", - "import requests\n", - "import sqlalchemy" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [], - "source": [ - "# Import CSV file\n", - "data = \"./Myanmar_data.csv\"" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
data_idisoevent_id_cntyevent_id_no_cntyevent_dateyeartime_precisionevent_typesub_event_typeactor1...locationlatitudelongitudegeo_precisionsourcesource_scalenotesfatalitiestimestampiso3
07812626104MMR14768147689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Hlaing16.847996.12522Democratic Voice of BurmaNationalOn 9 April 2021, in Hlaing township (Yangon-We...01618436417MMR
17812638104MMR14812148129-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Kutkai23.457997.93801Democratic Voice of BurmaNationalOn 9 April 2021, in Kutkai town (Kutkai Townsh...01618436418MMR
27812644104MMR14781147819-Apr-2120211Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)...Hpapun18.065097.44492Democratic Voice of BurmaNationalOn 9 April 2021, in Hpapun township (Hpapun Di...01618336752MMR
37812650104MMR14974149749-Apr-2120211ProtestsProtest with interventionProtesters (Myanmar)...Tamwe16.810296.17652Democratic Voice of BurmaNationalOn 9 April 2021, in Tamwe township (Yangon-Eas...01618436418MMR
47814501104MMR14868148689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Mandalay21.974796.08362Democratic Voice of Burma; Myanmar Pressphoto ...NationalOn 9 April 2021, in Mandalay City (Mandalay Re...01618442039MMR
..................................................................
73237670869104MMR5279527911-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Mogaung25.305496.93542Kachinland NewsSubnationalOn 11-April-2018, near Pin Dawng, Kachin state...01612998731MMR
73247670667104MMR5280528011-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Tanai26.485696.69922Kachinland NewsSubnationalOn 11-April-2018, at Awt Lawt village, Tanai t...11612998731MMR
73257670994104MMR5281528111-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Lang Ta Buma, near Laiz...11612998732MMR
73267670996104MMR5282528211-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Kumba Yang village, Ura...01612998732MMR
73277670746104MMR5274527411-Apr-1820181BattlesArmed clashMilitary Forces of Myanmar (2016-2021)...Hpakant25.613896.31482Kachinland NewsSubnationalOn 11-April-2018, at Lai Nawng, Hpakant townsh...01612998731MMR
\n", - "

7328 rows × 31 columns

\n", - "
" - ], - "text/plain": [ - " data_id iso event_id_cnty event_id_no_cnty event_date year \\\n", - "0 7812626 104 MMR14768 14768 9-Apr-21 2021 \n", - "1 7812638 104 MMR14812 14812 9-Apr-21 2021 \n", - "2 7812644 104 MMR14781 14781 9-Apr-21 2021 \n", - "3 7812650 104 MMR14974 14974 9-Apr-21 2021 \n", - "4 7814501 104 MMR14868 14868 9-Apr-21 2021 \n", - "... ... ... ... ... ... ... \n", - "7323 7670869 104 MMR5279 5279 11-Apr-18 2018 \n", - "7324 7670667 104 MMR5280 5280 11-Apr-18 2018 \n", - "7325 7670994 104 MMR5281 5281 11-Apr-18 2018 \n", - "7326 7670996 104 MMR5282 5282 11-Apr-18 2018 \n", - "7327 7670746 104 MMR5274 5274 11-Apr-18 2018 \n", - "\n", - " time_precision event_type \\\n", - "0 1 Protests \n", - "1 1 Protests \n", - "2 1 Explosions/Remote violence \n", - "3 1 Protests \n", - "4 1 Protests \n", - "... ... ... \n", - "7323 1 Explosions/Remote violence \n", - "7324 1 Explosions/Remote violence \n", - "7325 1 Explosions/Remote violence \n", - "7326 1 Explosions/Remote violence \n", - "7327 1 Battles \n", - "\n", - " sub_event_type \\\n", - "0 Peaceful protest \n", - "1 Peaceful protest \n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "4 Peaceful protest \n", - "... ... \n", - "7323 Shelling/artillery/missile attack \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "7326 Shelling/artillery/missile attack \n", - "7327 Armed clash \n", - "\n", - " actor1 ... location latitude \\\n", - "0 Protesters (Myanmar) ... Hlaing 16.8479 \n", - "1 Protesters (Myanmar) ... Kutkai 23.4579 \n", - "2 Military Forces of Myanmar (2021-) ... Hpapun 18.0650 \n", - "3 Protesters (Myanmar) ... Tamwe 16.8102 \n", - "4 Protesters (Myanmar) ... Mandalay 21.9747 \n", - "... ... ... ... ... \n", - "7323 Military Forces of Myanmar (2016-2021) ... Mogaung 25.3054 \n", - "7324 Military Forces of Myanmar (2016-2021) ... Tanai 26.4856 \n", - "7325 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", - "7326 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", - "7327 Military Forces of Myanmar (2016-2021) ... Hpakant 25.6138 \n", - "\n", - " longitude geo_precision \\\n", - "0 96.1252 2 \n", - "1 97.9380 1 \n", - "2 97.4449 2 \n", - "3 96.1765 2 \n", - "4 96.0836 2 \n", - "... ... ... \n", - "7323 96.9354 2 \n", - "7324 96.6992 2 \n", - "7325 97.5505 2 \n", - "7326 97.5505 2 \n", - "7327 96.3148 2 \n", - "\n", - " source source_scale \\\n", - "0 Democratic Voice of Burma National \n", - "1 Democratic Voice of Burma National \n", - "2 Democratic Voice of Burma National \n", - "3 Democratic Voice of Burma National \n", - "4 Democratic Voice of Burma; Myanmar Pressphoto ... National \n", - "... ... ... \n", - "7323 Kachinland News Subnational \n", - "7324 Kachinland News Subnational \n", - "7325 Kachinland News Subnational \n", - "7326 Kachinland News Subnational \n", - "7327 Kachinland News Subnational \n", - "\n", - " notes fatalities \\\n", - "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", - "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", - "... ... ... \n", - "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", - "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", - "\n", - " timestamp iso3 \n", - "0 1618436417 MMR \n", - "1 1618436418 MMR \n", - "2 1618336752 MMR \n", - "3 1618436418 MMR \n", - "4 1618442039 MMR \n", - "... ... ... \n", - "7323 1612998731 MMR \n", - "7324 1612998731 MMR \n", - "7325 1612998732 MMR \n", - "7326 1612998732 MMR \n", - "7327 1612998731 MMR \n", - "\n", - "[7328 rows x 31 columns]" - ] - }, - "execution_count": 47, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Read CSV file into dataframe\n", - "df = pd.read_csv(data)\n", - "df" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "data_id\n", - "iso\n", - "event_id_cnty\n", - "event_id_no_cnty\n", - "event_date\n", - "year\n", - "time_precision\n", - "event_type\n", - "sub_event_type\n", - "actor1\n", - "assoc_actor_1\n", - "inter1\n", - "actor2\n", - "assoc_actor_2\n", - "inter2\n", - "interaction\n", - "region\n", - "country\n", - "admin1\n", - "admin2\n", - "admin3\n", - "location\n", - "latitude\n", - "longitude\n", - "geo_precision\n", - "source\n", - "source_scale\n", - "notes\n", - "fatalities\n", - "timestamp\n", - "iso3\n" - ] - } - ], - "source": [ - "# Print list of columns\n", - "for col in df.columns:\n", - " print(col)" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNHlaing16.847996.1252On 9 April 2021, in Hlaing township (Yangon-We...0
19-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNKutkai23.457997.9380On 9 April 2021, in Kutkai town (Kutkai Townsh...0
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
49-Apr-21ProtestsPeaceful protestProtesters (Myanmar)ABFSU: All Burma Federation of Student Unions;...NaNNaNMandalay21.974796.0836On 9 April 2021, in Mandalay City (Mandalay Re...0
.......................................
732311-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNMogaung25.305496.9354On 11-April-2018, near Pin Dawng, Kachin state...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
732611-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNLaiza24.756197.5505On 11-April-2018, near Kumba Yang village, Ura...0
732711-Apr-18BattlesArmed clashMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNHpakant25.613896.3148On 11-April-2018, at Lai Nawng, Hpakant townsh...0
\n", - "

7328 rows × 12 columns

\n", - "
" - ], - "text/plain": [ - " event_date event_type \\\n", - "0 9-Apr-21 Protests \n", - "1 9-Apr-21 Protests \n", - "2 9-Apr-21 Explosions/Remote violence \n", - "3 9-Apr-21 Protests \n", - "4 9-Apr-21 Protests \n", - "... ... ... \n", - "7323 11-Apr-18 Explosions/Remote violence \n", - "7324 11-Apr-18 Explosions/Remote violence \n", - "7325 11-Apr-18 Explosions/Remote violence \n", - "7326 11-Apr-18 Explosions/Remote violence \n", - "7327 11-Apr-18 Battles \n", - "\n", - " sub_event_type \\\n", - "0 Peaceful protest \n", - "1 Peaceful protest \n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "4 Peaceful protest \n", - "... ... \n", - "7323 Shelling/artillery/missile attack \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "7326 Shelling/artillery/missile attack \n", - "7327 Armed clash \n", - "\n", - " actor1 \\\n", - "0 Protesters (Myanmar) \n", - "1 Protesters (Myanmar) \n", - "2 Military Forces of Myanmar (2021-) \n", - "3 Protesters (Myanmar) \n", - "4 Protesters (Myanmar) \n", - "... ... \n", - "7323 Military Forces of Myanmar (2016-2021) \n", - "7324 Military Forces of Myanmar (2016-2021) \n", - "7325 Military Forces of Myanmar (2016-2021) \n", - "7326 Military Forces of Myanmar (2016-2021) \n", - "7327 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 NaN \n", - "3 NaN \n", - "4 ABFSU: All Burma Federation of Student Unions;... \n", - "... ... \n", - "7323 NaN \n", - "7324 NaN \n", - "7325 NaN \n", - "7326 NaN \n", - "7327 NaN \n", - "\n", - " actor2 \\\n", - "0 NaN \n", - "1 NaN \n", - "2 Civilians (Myanmar) \n", - "3 Military Forces of Myanmar (2021-) \n", - "4 NaN \n", - "... ... \n", - "7323 KIO/KIA: Kachin Independence Organization/Kach... \n", - "7324 Civilians (Myanmar) \n", - "7325 Civilians (Myanmar) \n", - "7326 KIO/KIA: Kachin Independence Organization/Kach... \n", - "7327 KIO/KIA: Kachin Independence Organization/Kach... \n", - "\n", - " assoc_actor_2 location latitude longitude \\\n", - "0 NaN Hlaing 16.8479 96.1252 \n", - "1 NaN Kutkai 23.4579 97.9380 \n", - "2 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", - "3 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", - "4 NaN Mandalay 21.9747 96.0836 \n", - "... ... ... ... ... \n", - "7323 NaN Mogaung 25.3054 96.9354 \n", - "7324 NaN Tanai 26.4856 96.6992 \n", - "7325 NaN Laiza 24.7561 97.5505 \n", - "7326 NaN Laiza 24.7561 97.5505 \n", - "7327 NaN Hpakant 25.6138 96.3148 \n", - "\n", - " notes fatalities \n", - "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", - "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", - "... ... ... \n", - "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", - "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", - "\n", - "[7328 rows x 12 columns]" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Drop columns unnecessary for purposes of this report\n", - "Myanmar_df = df.drop(['data_id', 'iso', 'event_id_cnty', 'event_id_no_cnty', 'year', 'time_precision',\\\n", - " 'inter1', 'region', 'inter2', 'country', 'admin1', 'admin2', 'admin3', 'geo_precision',\\\n", - " 'source', 'source_scale', 'interaction', 'timestamp', 'iso3'], axis = 1) \n", - "Myanmar_df" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " 'Rioters (Myanmar)',\n", - " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", - " 'Unidentified Armed Group (Myanmar)',\n", - " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", - " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", - " 'Police Forces of Myanmar (2021-)',\n", - " 'Unidentified Communal Militia (Myanmar)',\n", - " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", - " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", - " 'ARSA: Arakan Rohingya Salvation Army',\n", - " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", - " 'Military Forces of Myanmar (2016-2021)',\n", - " 'Police Forces of Myanmar (2016-2021)',\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", - " 'SNA: Shanni Nationalities Army',\n", - " 'ULA/AA: United League of Arakan/Arakan Army',\n", - " 'MPDF: Mon Peace Defense Force',\n", - " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", - " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", - " 'DKBA (Benevolent): Democratic Karen Benevolent Army (2010-)',\n", - " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", - " 'KPC: KNU/KNLA Peace Council',\n", - " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", - " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", - " 'PSC/NDAA-ESS: Peace and Solidarity Committee/National Democratic Alliance Army-Eastern Shan State',\n", - " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", - " 'ZRA: Zomi Revolutionary Army',\n", - " 'ULFA-I: United Liberation Front of Asom-Independent',\n", - " 'PNA: Pa-Oh National Army', 'Private Security Forces (Myanmar)',\n", - " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", - " 'Unidentified Armed Group (Bangladesh)',\n", - " 'Buddhist Militia (Myanmar)', 'NA-B: Northern Alliance',\n", - " 'Military Forces of India (2014-)'], dtype=object)" - ] - }, - "execution_count": 50, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Print list of unique values under Actor 1 column \n", - "actors_list1 = Myanmar_df['actor1'].unique()\n", - "actors_list1" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([nan, 'Civilians (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", - " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", - " 'Police Forces of Myanmar (2021-)',\n", - " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", - " 'Unidentified Communal Militia (Myanmar)',\n", - " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", - " 'Unidentified Armed Group (Myanmar)',\n", - " \"Military Forces of Myanmar (2021-) People's Militia Force\",\n", - " 'Civilians (China)',\n", - " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", - " 'Rioters (Myanmar)', 'Protesters (Myanmar)',\n", - " 'Police Forces of Myanmar (2016-2021)',\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", - " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", - " 'NA-B: Northern Alliance',\n", - " 'Military Forces of Myanmar (2016-2021)',\n", - " 'ULA/AA: United League of Arakan/Arakan Army',\n", - " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", - " 'KPC: KNU/KNLA Peace Council',\n", - " 'Police Forces of Myanmar (2011-2016) Border Guard Police',\n", - " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", - " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", - " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", - " 'ARSA: Arakan Rohingya Salvation Army',\n", - " 'NSCN-K: National Socialist Council of Nagaland-Khaplang',\n", - " 'KNPP/KA: Karenni National Progressive Party/Karenni Army',\n", - " 'SNA: Shanni Nationalities Army', 'Civilians (Germany)',\n", - " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", - " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", - " 'Police Forces of China (2012-)',\n", - " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", - " 'Rioters (Indonesia)',\n", - " 'ULFA-I: United Liberation Front of Asom-Independent',\n", - " 'Rioters (China)', 'Unidentified Armed Group (Bangladesh)',\n", - " 'PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army',\n", - " 'Buddhist Militia (Myanmar)', 'Civilians (Thailand)'], dtype=object)" - ] - }, - "execution_count": 51, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Print list of unique values under Actor 2 column \n", - "actors_list2 = Myanmar_df['actor2'].unique()\n", - "actors_list2" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [], - "source": [ - "# Filter database for actors of interest in Actor 1 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", - "actor1_filtered_df=Myanmar_df[Myanmar_df[\"actor1\"].isin([\"Protesters (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\"Rioters (Myanmar)\", \"Police Forces of Myanmar (2021-)\",\\\n", - " \"Military Forces of Myanmar (2016-2021)\", \"Police Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2016-2021) Border Guard Police\",\\\n", - " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Police Forces of Myanmar (2016-2021) Prison Guards\"])]" - ] - }, - { - "cell_type": "code", - "execution_count": 53, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
59-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
69-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
79-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
.......................................
730413-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
730713-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
731612-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", - "

1333 rows × 12 columns

\n", - "
" - ], - "text/plain": [ - " event_date event_type \\\n", - "2 9-Apr-21 Explosions/Remote violence \n", - "3 9-Apr-21 Protests \n", - "5 9-Apr-21 Protests \n", - "6 9-Apr-21 Protests \n", - "7 9-Apr-21 Protests \n", - "... ... ... \n", - "7304 13-Apr-18 Violence against civilians \n", - "7307 13-Apr-18 Explosions/Remote violence \n", - "7316 12-Apr-18 Violence against civilians \n", - "7324 11-Apr-18 Explosions/Remote violence \n", - "7325 11-Apr-18 Explosions/Remote violence \n", - "\n", - " sub_event_type \\\n", - "2 Shelling/artillery/missile attack \n", - "3 Protest with intervention \n", - "5 Protest with intervention \n", - "6 Excessive force against protesters \n", - "7 Protest with intervention \n", - "... ... \n", - "7304 Attack \n", - "7307 Shelling/artillery/missile attack \n", - "7316 Abduction/forced disappearance \n", - "7324 Shelling/artillery/missile attack \n", - "7325 Shelling/artillery/missile attack \n", - "\n", - " actor1 \\\n", - "2 Military Forces of Myanmar (2021-) \n", - "3 Protesters (Myanmar) \n", - "5 Protesters (Myanmar) \n", - "6 Protesters (Myanmar) \n", - "7 Protesters (Myanmar) \n", - "... ... \n", - "7304 Military Forces of Myanmar (2016-2021) \n", - "7307 Military Forces of Myanmar (2016-2021) \n", - "7316 Military Forces of Myanmar (2016-2021) \n", - "7324 Military Forces of Myanmar (2016-2021) \n", - "7325 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "2 NaN \n", - "3 NaN \n", - "5 Civilians (Myanmar); Journalists (Myanmar) \n", - "6 NaN \n", - "7 Students (Myanmar) \n", - "... ... \n", - "7304 NaN \n", - "7307 NaN \n", - "7316 NaN \n", - "7324 NaN \n", - "7325 NaN \n", - "\n", - " actor2 assoc_actor_2 \\\n", - "2 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", - "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "5 Military Forces of Myanmar (2021-) NaN \n", - "6 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "7 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", - "... ... ... \n", - "7304 Civilians (Myanmar) NaN \n", - "7307 Civilians (Myanmar) NaN \n", - "7316 Civilians (Myanmar) NaN \n", - "7324 Civilians (Myanmar) NaN \n", - "7325 Civilians (Myanmar) NaN \n", - "\n", - " location latitude longitude \\\n", - "2 Hpapun 18.0650 97.4449 \n", - "3 Tamwe 16.8102 96.1765 \n", - "5 Hpakant 25.6138 96.3148 \n", - "6 Loikaw 19.6742 97.2099 \n", - "7 Myitkyina 25.3832 97.3963 \n", - "... ... ... ... \n", - "7304 Kamaing 25.5226 96.7115 \n", - "7307 Mogaung 25.3054 96.9354 \n", - "7316 Hpakant 25.6138 96.3148 \n", - "7324 Tanai 26.4856 96.6992 \n", - "7325 Laiza 24.7561 97.5505 \n", - "\n", - " notes fatalities \n", - "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "5 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "6 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "7 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", - "... ... ... \n", - "7304 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", - "7307 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", - "7316 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", - "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "\n", - "[1333 rows x 12 columns]" - ] - }, - "execution_count": 53, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Filter database for actors of interest in Actor 2 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", - "actor2_filtered_df=actor1_filtered_df[actor1_filtered_df[\"actor2\"].isin([\"nan\", \"Civilians (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\\\n", - " \"Police Forces of Myanmar (2021-)\", \"Rioters (Myanmar)\", \"Protesters (Myanmar)\",\\\n", - " \"Police Forces of Myanmar (2016-2021)\", \"Military Forces of Myanmar (2016-2021) Border Guard Force\",\\\n", - " \"Military Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2011-2016) Border Guard Police\",\\\n", - " \"Police Forces of Myanmar (2016-2021) Border Guard Police\",\"Police Forces of China (2012-)\",\\\n", - " \"Police Forces of Myanmar (2016-2021) Prison Guards\",\"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Civilians (Thailand)\"])]\n", - "actor2_filtered_df" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
event_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
event_date
9-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
9-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
....................................
13-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
13-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
12-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", - "

1333 rows × 11 columns

\n", - "
" - ], - "text/plain": [ - " event_type sub_event_type \\\n", - "event_date \n", - "9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", - "9-Apr-21 Protests Protest with intervention \n", - "9-Apr-21 Protests Protest with intervention \n", - "9-Apr-21 Protests Excessive force against protesters \n", - "9-Apr-21 Protests Protest with intervention \n", - "... ... ... \n", - "13-Apr-18 Violence against civilians Attack \n", - "13-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "12-Apr-18 Violence against civilians Abduction/forced disappearance \n", - "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", - "\n", - " actor1 \\\n", - "event_date \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "9-Apr-21 Protesters (Myanmar) \n", - "... ... \n", - "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "12-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", - "\n", - " assoc_actor_1 \\\n", - "event_date \n", - "9-Apr-21 NaN \n", - "9-Apr-21 NaN \n", - "9-Apr-21 Civilians (Myanmar); Journalists (Myanmar) \n", - "9-Apr-21 NaN \n", - "9-Apr-21 Students (Myanmar) \n", - "... ... \n", - "13-Apr-18 NaN \n", - "13-Apr-18 NaN \n", - "12-Apr-18 NaN \n", - "11-Apr-18 NaN \n", - "11-Apr-18 NaN \n", - "\n", - " actor2 \\\n", - "event_date \n", - "9-Apr-21 Civilians (Myanmar) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "9-Apr-21 Military Forces of Myanmar (2021-) \n", - "... ... \n", - "13-Apr-18 Civilians (Myanmar) \n", - "13-Apr-18 Civilians (Myanmar) \n", - "12-Apr-18 Civilians (Myanmar) \n", - "11-Apr-18 Civilians (Myanmar) \n", - "11-Apr-18 Civilians (Myanmar) \n", - "\n", - " assoc_actor_2 location latitude longitude \\\n", - "event_date \n", - "9-Apr-21 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", - "9-Apr-21 NaN Hpakant 25.6138 96.3148 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Loikaw 19.6742 97.2099 \n", - "9-Apr-21 Police Forces of Myanmar (2021-) Myitkyina 25.3832 97.3963 \n", - "... ... ... ... ... \n", - "13-Apr-18 NaN Kamaing 25.5226 96.7115 \n", - "13-Apr-18 NaN Mogaung 25.3054 96.9354 \n", - "12-Apr-18 NaN Hpakant 25.6138 96.3148 \n", - "11-Apr-18 NaN Tanai 26.4856 96.6992 \n", - "11-Apr-18 NaN Laiza 24.7561 97.5505 \n", - "\n", - " notes fatalities \n", - "event_date \n", - "9-Apr-21 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", - "9-Apr-21 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", - "9-Apr-21 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", - "9-Apr-21 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", - "9-Apr-21 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", - "... ... ... \n", - "13-Apr-18 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", - "13-Apr-18 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", - "12-Apr-18 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", - "11-Apr-18 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", - "11-Apr-18 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", - "\n", - "[1333 rows x 11 columns]" - ] - }, - "execution_count": 54, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Reset index on cleaned dataframe to event date and check new dataframe\n", - "Myanmar_new_df=actor2_filtered_df.set_index('event_date')\n", - "Myanmar_new_df\n" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "#Export cleaned dataframe to new CSV. \n", - "Myanmar_new_df.to_csv(\"./Myanmar_data_cleaned.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 56, - "metadata": {}, - "outputs": [], - "source": [ - "#Incorrect Code\n", - "\n", - "#Myanmar_new_df=cleaned_df.drop(['index'], axis=1)\n", - "#actor2_filtered_df.set_index(\"event_date\")\n", - "#actor2_filtered_df\n", - "#actor2_filtered_df.to_csv(\"./Myanmar_new.csv\")\n", - "#coup_df\n", - "#Myanmar_df= df.drop\n", - "#Myanmar_df = df.drop([0, 1, 2, 3, 5, 6, 11, 14, 16, 17, 24, 25, 26, 29, 30],\n", - " # axis=1,\n", - " # inplace=False\n", - "#actors_list.groupby.unique()\n", - "\n", - "#new_df= df.drop(columns=df.columns[0])\n", - "#new_df\n", - "#Myanmar_df.loc[Myanmar_df.actor1(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", - " # 'Rioters (Myanmar)','Police Forces of Myanmar (2021-)', 'Military Forces of Myanmar (2016-2021)',\n", - " # 'Police Forces of Myanmar (2016-2021)','Police Forces of Myanmar (2016-2021) Border Guard Police','Police Forces of Myanmar (2016-2021) Prison Guards'])]" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.5" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/Lisa/Myanmar_data_cleaned.csv b/Lisa/data.csv similarity index 100% rename from Lisa/Myanmar_data_cleaned.csv rename to Lisa/data.csv diff --git a/Lisa/deleted_code.html b/Lisa/deleted_code.html deleted file mode 100644 index b662420..0000000 --- a/Lisa/deleted_code.html +++ /dev/null @@ -1,115 +0,0 @@ - -
-
- - - - - - - - - - \ No newline at end of file diff --git a/Lisa/static/HeatMap/Assets/css/style.css b/Lisa/static/HeatMap/Assets/css/style.css new file mode 100644 index 0000000..db25abd --- /dev/null +++ b/Lisa/static/HeatMap/Assets/css/style.css @@ -0,0 +1,12 @@ +#mapid, +body, +html { + height: 100%; + width: 50%; +} +#mapheat, +body, +html { + height: 100%; + width: 50%; +} \ No newline at end of file diff --git a/Lisa/static/HeatMap/Assets/data.csv b/Lisa/static/HeatMap/Assets/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/Lisa/static/HeatMap/Assets/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/Lisa/static/HeatMap/Assets/index.html b/Lisa/static/HeatMap/Assets/index.html new file mode 100644 index 0000000..21107bb --- /dev/null +++ b/Lisa/static/HeatMap/Assets/index.html @@ -0,0 +1,24 @@ + + + Myanmar HeatMap + " type="image/x-icon"> + + + + + + +
+
+ + + + + + + \ No newline at end of file diff --git a/Lisa/static/HeatMap/Assets/js/config.js b/Lisa/static/HeatMap/Assets/js/config.js new file mode 100644 index 0000000..48f51f5 --- /dev/null +++ b/Lisa/static/HeatMap/Assets/js/config.js @@ -0,0 +1 @@ +const API_KEY = 'pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg' \ No newline at end of file diff --git a/Lisa/static/HeatMap/Assets/js/leaflet-heat.js b/Lisa/static/HeatMap/Assets/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/Lisa/static/HeatMap/Assets/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/Lisa/static/HeatMap/Assets/js/map.js b/Lisa/static/HeatMap/Assets/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/Lisa/static/HeatMap/Assets/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Lisa/static/HeatMap/Assets/js/marker.js b/Lisa/static/HeatMap/Assets/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/Lisa/static/HeatMap/Assets/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Lisa/style.css b/Lisa/static/css/style.css similarity index 100% rename from Lisa/style.css rename to Lisa/static/css/style.css diff --git a/Lisa/static/images.csv b/Lisa/static/images.csv new file mode 100644 index 0000000..27f1d94 --- /dev/null +++ b/Lisa/static/images.csv @@ -0,0 +1,20 @@ +Country,Region_State,Description,Image_Link,Coordinates +Myanmar,Mandalay,"Police fire a water canon to disperse protesters in Mandalay. Protesters have taken to the streets following the military ousting of the democratically-elected government on Feb 1st (Source: Reuters, 8 Feb 2021). ",https://s.yimg.com/ny/api/res/1.2/THGAbwokoT5UZtt3FAJn0w--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTQ3MC41ODc1O2NmPXdlYnA-/https://s.yimg.com/uu/api/res/1.2/Y6FdqTRH5YRshow1pf.WfQ--~B/aD01MzQ7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/reuters.com/e343833b20c2ac92ba7db658d80658dd,"(21.9219, 96.0678)" +Myanmar,Yangon,"The mother of Aung Kaung Htet mourns at his funeral in Yangon. The 15 yr old was shot in the face at a protest against the military coup. Many civilians have died from gunshots to the head, suggesting deliberate targeting by security forces (Source: CNN/Getty Images, 14 April 2021). ",https://dynaimage.cdn.cnn.com/cnn/w_1100/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210322114347-01-myanmar-unrest-0321-crop.jpg,"(16.8742, 96.2810)" +Myanmar,Kayin,"Villagers injured during military air strikes in Kayni state shelter in the jungle (Source: The Straits Times, 31 Mar 2021)",https://static.straitstimes.com.sg/s3fs-public/styles/x_large/public/articles/2021/03/31/nz_wounded_310358.jpg?itok=aIJW0pGb×tamp=1617165812,"(18.06204, 97.4411)" +Myanmar,Mandalay,"Two protesters were killed at peaceful demonstrations in Mandalay by members of government security forces. 37yr old Myo Naing was shot in the chest and 19yr old Kyel Sin was shot in the side, suggesting targeted killings (Source: Myanmar Now, 3 Mar 2021). ",https://myanmar-now.org/sites/myanmar-now.org/files/styles/news_detail_two_col/public/news-images/004_1.jpg?itok=ynMPZGFZ,"(21.9862, 96.0851)" +Myanmar,Mandalay,"A man sifts through rubble after fires burn over 100 houses in Mandalay, leaving more than 500 people homeless (Source: Radio Free Asia, 01 April 2021). ",https://www.rfa.org/english/news/myanmar/trial-fires-04012021180942.html/fire-ruins.jpg/@@images/3202044b-5fca-4072-880d-358de5f78467.jpeg,"(21.8559, 96.0538)" +Myanmar,Yangon,Images of tortured protesters were aired on public television on 18 April 2021 (Source: Twitter). ,https://pbs.twimg.com/media/EzQ4GvGVgAEf-w_?format=jpg&name=medium,"(16.7734, 96.1814)" +Myanmar,Yangon,"Security officers dragging an injured protester in Tamwe, Yangon. There are numerous images of police and military dragging civilians (Source: REUTERS, 14 March 2021). ",https://s4.reutersmedia.net/resources/r/?m=02&d=20210316&t=2&i=1555069007&w=780&fh=&fw=&ll=&pl=&sq=&r=2021-03-16T120303Z_39167_MRPRC2GBM9L0WF7_RTRMADP_0_MYANMAR-POLITICS,"(16.8236, 96.1795)" +Myanmar,Monywa,"Police beat anti-coup protesters in Monywa (Source: BM Global/Citizen journalist, 3 March 2021). ",https://i0.wp.com/www.rfa.org/english/news/myanmar/bloody-crackdowns-03032021145720.html/myanmar-police-crackdown-monywa-sagaing-mar3-2021.jpg/@@images/c9cbeae3-feea-4896-98d2-dc23e3e28a37.jpeg?ssl=1,"(22.1233, 95.1540)" +Myanmar,Shwebo ,"13 yr old Htoo Myat Win is mourned by his father after being shot dead by government forces while playing near his home in Shwebo city (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/htoo-myat-win-insert.jpg,"(22.5802, 95.6986)" +Myanmar,Mawlamyine,"11yr old Aye Myat Thu was shot in the head while playing in front of her house in Mawlamyine. She was buried with colored pencils and toys (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/1-update-1.jpg,"(16.4543, 97.6440)" +Myanmar,Muse,"16yr old Ye Yint Naing was shot and killed by military forces, who then took his body and burned it without the family's consent (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/ye-yint-naing.jpg,"(23.9933, 97.9103)" +Myanmar,Day Pu No,5yr old Saw Ta Blut Soe was killed during airstrikes on his village by the military regime. ,https://www.irrawaddy.com/wp-content/uploads/2021/03/saw-ta-blut-soe.jpeg,"(18.0972, 97.4957)" +Myanmar,Mandalay,"6yr old Khin Myo Chi was shot by military troops while sitting in her father's lap (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/KhinMC-900x540.jpg,"(21.9408, 96.0944)" +Myanmar,Mandalay,"16yr old Min Min Oo was fatally shot in the head while driving a motorcycle on March 14. Video footage shows the military using the passing motorbike as target practice. His body was then taken by junta forces and not returned (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/Min-Min-Oo-675x900.jpeg,"(21.2912, 95.2906)" +Myanmar,Pathein Township,"17yr old Hein Htet Aung was shot by soldiers and police the night of March 14 (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/HeinHA-900x540.jpg,"(16.8201, 94.6188) " +Myanmar,Myitkyina,"Protesters flee from gunfire in Myitkyina (Source: Myitkyina News via Reuters, 14 March 2021). ",https://images.hindustantimes.com/img/2021/03/14/550x309/2021-03-14T095649Z_1610568483_RC2XAM9A0VRY_RTRMADP_3_MYANMAR-POLITICS_1615716789799_1615716810441.JPG,"(25.3946, 97.3841)" +Myanmar,Dawei,"Protesters erect a makeshift barrier in the street in Dawei, where there has been daily demonstrations since the Feb 1 coup and multiple people killed by military and police forces (Source: Associated Press Television News, 3 March 2021). ","https://img.republicworld.com/republic-prod/stories/promolarge/xxhdpi/oa4tkufba1qvnyjw_1614772438.jpeg?tr=w-758,h-433","(14.0920, 98.1951)" +Myanmar,Unknown,"Riot police beating a protester after arresting him at a demonstration against the military coup (Source: Aung Kyaw Htet - SOPA Images/LightRocket/Getty Images, 5 March 2021). ",https://api.time.com/wp-content/uploads/2021/03/myanmar-riot-police.jpg?w=800&quality=85,"(20.1528, 92.8677)" +Myanmar,Naypyidaw,"Police use a water cannon on peaceful protesters in Naypyidaw, the capitol (Source: Myanmar Now, 8 Feb 2021). ",https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium,"(19.7633, 96.0785)" diff --git a/Lisa/static/js/Myanmar.js b/Lisa/static/js/Myanmar.js new file mode 100644 index 0000000..fb14db4 --- /dev/null +++ b/Lisa/static/js/Myanmar.js @@ -0,0 +1,69 @@ +function createMap(Myanmar_map) { + var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { + + tileSize: 512, + maxZoom: 18, + zoomOffset: -1, + id: "mapbox/streets-v11", + accessToken: API_KEY + }) + + var baseMap = { + "map_base": map_base + }; + + var overlayMaps = { + "Myanmar_map": Myanmar_map, + // "Heatmap": leaflet-heat.js, + // "Markermap": marker + } + + var map = L.map("map", { + center: [21.9162, 95.9560], + + zoom: 6, + layers: [map_base, Myanmar_map]//, Heatmap] + }); + + L.control.layers(baseMap, overlayMaps, { + collapsed: false + }).addTo(map); + +}; + + + function createMarkers(data) { + + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + + iconUrl: img_url, + iconSize: [45, 45], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + }); + return incident_icon + } + // function createpopUp(PopUp){ + // incident['img_url'], + // var Image_Link = img_url, + + + data.forEach(incident=>{ + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + + var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"`); //incident['columnheader'] + markers_list.push(one_marker) + }) + + + return L.layerGroup(markers_list) + }; + + + +d3.csv('../static/images.csv').then(data=>{ + console.log(data) + createMap(createMarkers(data)) +}); \ No newline at end of file diff --git a/Lisa/config.js b/Lisa/static/js/config.js similarity index 100% rename from Lisa/config.js rename to Lisa/static/js/config.js diff --git a/Lisa/static/js/leaflet-heat.js b/Lisa/static/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/Lisa/static/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/Lisa/static/js/map.js b/Lisa/static/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/Lisa/static/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Lisa/static/js/marker.js b/Lisa/static/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/Lisa/static/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Lisa/index.html b/Lisa/templates/index.html similarity index 57% rename from Lisa/index.html rename to Lisa/templates/index.html index 17057f8..12407ed 100644 --- a/Lisa/index.html +++ b/Lisa/templates/index.html @@ -11,19 +11,26 @@ crossorigin="" /> - + + + + - +
+
+
+
+
    -

    Human Rights Abuses Report Form

    -

    လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

    +

    Human Rights Abuses Report Form

    +

    လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ


    - +
    @@ -53,36 +60,55 @@

    - +
    - +
    - +

    - +
    -
- +
+
+
+ +

- + +
- - + + + + + - + - + + + + diff --git a/Myanmar_dashboard/data.csv b/Myanmar_dashboard/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/Myanmar_dashboard/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/Myanmar_dashboard/static/HeatMap/Assets/css/style.css b/Myanmar_dashboard/static/HeatMap/Assets/css/style.css new file mode 100644 index 0000000..db25abd --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/css/style.css @@ -0,0 +1,12 @@ +#mapid, +body, +html { + height: 100%; + width: 50%; +} +#mapheat, +body, +html { + height: 100%; + width: 50%; +} \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/data.csv b/Myanmar_dashboard/static/HeatMap/Assets/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/Myanmar_dashboard/static/HeatMap/Assets/index.html b/Myanmar_dashboard/static/HeatMap/Assets/index.html new file mode 100644 index 0000000..21107bb --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/index.html @@ -0,0 +1,24 @@ + + + Myanmar HeatMap + " type="image/x-icon"> + + + + + + +
+
+ + + + + + + \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/config.js b/Myanmar_dashboard/static/HeatMap/Assets/js/config.js new file mode 100644 index 0000000..48f51f5 --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/js/config.js @@ -0,0 +1 @@ +const API_KEY = 'pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg' \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js b/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/map.js b/Myanmar_dashboard/static/HeatMap/Assets/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js b/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Myanmar_dashboard/static/css/style.css b/Myanmar_dashboard/static/css/style.css new file mode 100644 index 0000000..7c92cef --- /dev/null +++ b/Myanmar_dashboard/static/css/style.css @@ -0,0 +1,50 @@ +body { + padding: 0; + margin: 0; + } + /* .formlist, + width: 25% */ + .card { + width: 25%; + padding-right: 5px; + padding-left: 10px; + border: 1px solid #0000; + } + .twitter-bot, + /* border: 5px */ + + } + + /* set map, body, and html to 100% of the screen size */ + #map, + body, + html { + height: 95%; + width: 95% + } +/* .formlist */ + + + } + + /* .twitter_bot { + min-height: 100px; + padding: 0px; + margin: 5px; + align-content: right; + /* font-weight: 800; + color: #fff; */ + } + */ +/*! + * Bootswatch v4.0.0 + * Homepage: https://bootswatch.com + * Copyright 2012-2018 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/Myanmar_dashboard/static/css/style1.css b/Myanmar_dashboard/static/css/style1.css new file mode 100644 index 0000000..c853da9 --- /dev/null +++ b/Myanmar_dashboard/static/css/style1.css @@ -0,0 +1,17 @@ +body { + padding: 0; + margin: 0; + } + + /* set map, body, and html to 100% of the screen size */ + #map, + body, + html { + height: 95%; + width: 95% + }; + +.formlist{ + + } + \ No newline at end of file diff --git a/Myanmar_dashboard/static/images.csv b/Myanmar_dashboard/static/images.csv new file mode 100644 index 0000000..27f1d94 --- /dev/null +++ b/Myanmar_dashboard/static/images.csv @@ -0,0 +1,20 @@ +Country,Region_State,Description,Image_Link,Coordinates +Myanmar,Mandalay,"Police fire a water canon to disperse protesters in Mandalay. Protesters have taken to the streets following the military ousting of the democratically-elected government on Feb 1st (Source: Reuters, 8 Feb 2021). ",https://s.yimg.com/ny/api/res/1.2/THGAbwokoT5UZtt3FAJn0w--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTQ3MC41ODc1O2NmPXdlYnA-/https://s.yimg.com/uu/api/res/1.2/Y6FdqTRH5YRshow1pf.WfQ--~B/aD01MzQ7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/reuters.com/e343833b20c2ac92ba7db658d80658dd,"(21.9219, 96.0678)" +Myanmar,Yangon,"The mother of Aung Kaung Htet mourns at his funeral in Yangon. The 15 yr old was shot in the face at a protest against the military coup. Many civilians have died from gunshots to the head, suggesting deliberate targeting by security forces (Source: CNN/Getty Images, 14 April 2021). ",https://dynaimage.cdn.cnn.com/cnn/w_1100/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210322114347-01-myanmar-unrest-0321-crop.jpg,"(16.8742, 96.2810)" +Myanmar,Kayin,"Villagers injured during military air strikes in Kayni state shelter in the jungle (Source: The Straits Times, 31 Mar 2021)",https://static.straitstimes.com.sg/s3fs-public/styles/x_large/public/articles/2021/03/31/nz_wounded_310358.jpg?itok=aIJW0pGb×tamp=1617165812,"(18.06204, 97.4411)" +Myanmar,Mandalay,"Two protesters were killed at peaceful demonstrations in Mandalay by members of government security forces. 37yr old Myo Naing was shot in the chest and 19yr old Kyel Sin was shot in the side, suggesting targeted killings (Source: Myanmar Now, 3 Mar 2021). ",https://myanmar-now.org/sites/myanmar-now.org/files/styles/news_detail_two_col/public/news-images/004_1.jpg?itok=ynMPZGFZ,"(21.9862, 96.0851)" +Myanmar,Mandalay,"A man sifts through rubble after fires burn over 100 houses in Mandalay, leaving more than 500 people homeless (Source: Radio Free Asia, 01 April 2021). ",https://www.rfa.org/english/news/myanmar/trial-fires-04012021180942.html/fire-ruins.jpg/@@images/3202044b-5fca-4072-880d-358de5f78467.jpeg,"(21.8559, 96.0538)" +Myanmar,Yangon,Images of tortured protesters were aired on public television on 18 April 2021 (Source: Twitter). ,https://pbs.twimg.com/media/EzQ4GvGVgAEf-w_?format=jpg&name=medium,"(16.7734, 96.1814)" +Myanmar,Yangon,"Security officers dragging an injured protester in Tamwe, Yangon. There are numerous images of police and military dragging civilians (Source: REUTERS, 14 March 2021). ",https://s4.reutersmedia.net/resources/r/?m=02&d=20210316&t=2&i=1555069007&w=780&fh=&fw=&ll=&pl=&sq=&r=2021-03-16T120303Z_39167_MRPRC2GBM9L0WF7_RTRMADP_0_MYANMAR-POLITICS,"(16.8236, 96.1795)" +Myanmar,Monywa,"Police beat anti-coup protesters in Monywa (Source: BM Global/Citizen journalist, 3 March 2021). ",https://i0.wp.com/www.rfa.org/english/news/myanmar/bloody-crackdowns-03032021145720.html/myanmar-police-crackdown-monywa-sagaing-mar3-2021.jpg/@@images/c9cbeae3-feea-4896-98d2-dc23e3e28a37.jpeg?ssl=1,"(22.1233, 95.1540)" +Myanmar,Shwebo ,"13 yr old Htoo Myat Win is mourned by his father after being shot dead by government forces while playing near his home in Shwebo city (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/htoo-myat-win-insert.jpg,"(22.5802, 95.6986)" +Myanmar,Mawlamyine,"11yr old Aye Myat Thu was shot in the head while playing in front of her house in Mawlamyine. She was buried with colored pencils and toys (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/1-update-1.jpg,"(16.4543, 97.6440)" +Myanmar,Muse,"16yr old Ye Yint Naing was shot and killed by military forces, who then took his body and burned it without the family's consent (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/ye-yint-naing.jpg,"(23.9933, 97.9103)" +Myanmar,Day Pu No,5yr old Saw Ta Blut Soe was killed during airstrikes on his village by the military regime. ,https://www.irrawaddy.com/wp-content/uploads/2021/03/saw-ta-blut-soe.jpeg,"(18.0972, 97.4957)" +Myanmar,Mandalay,"6yr old Khin Myo Chi was shot by military troops while sitting in her father's lap (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/KhinMC-900x540.jpg,"(21.9408, 96.0944)" +Myanmar,Mandalay,"16yr old Min Min Oo was fatally shot in the head while driving a motorcycle on March 14. Video footage shows the military using the passing motorbike as target practice. His body was then taken by junta forces and not returned (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/Min-Min-Oo-675x900.jpeg,"(21.2912, 95.2906)" +Myanmar,Pathein Township,"17yr old Hein Htet Aung was shot by soldiers and police the night of March 14 (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/HeinHA-900x540.jpg,"(16.8201, 94.6188) " +Myanmar,Myitkyina,"Protesters flee from gunfire in Myitkyina (Source: Myitkyina News via Reuters, 14 March 2021). ",https://images.hindustantimes.com/img/2021/03/14/550x309/2021-03-14T095649Z_1610568483_RC2XAM9A0VRY_RTRMADP_3_MYANMAR-POLITICS_1615716789799_1615716810441.JPG,"(25.3946, 97.3841)" +Myanmar,Dawei,"Protesters erect a makeshift barrier in the street in Dawei, where there has been daily demonstrations since the Feb 1 coup and multiple people killed by military and police forces (Source: Associated Press Television News, 3 March 2021). ","https://img.republicworld.com/republic-prod/stories/promolarge/xxhdpi/oa4tkufba1qvnyjw_1614772438.jpeg?tr=w-758,h-433","(14.0920, 98.1951)" +Myanmar,Unknown,"Riot police beating a protester after arresting him at a demonstration against the military coup (Source: Aung Kyaw Htet - SOPA Images/LightRocket/Getty Images, 5 March 2021). ",https://api.time.com/wp-content/uploads/2021/03/myanmar-riot-police.jpg?w=800&quality=85,"(20.1528, 92.8677)" +Myanmar,Naypyidaw,"Police use a water cannon on peaceful protesters in Naypyidaw, the capitol (Source: Myanmar Now, 8 Feb 2021). ",https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium,"(19.7633, 96.0785)" diff --git a/Myanmar_dashboard/static/js/Myanmar.js b/Myanmar_dashboard/static/js/Myanmar.js new file mode 100644 index 0000000..dc98ff3 --- /dev/null +++ b/Myanmar_dashboard/static/js/Myanmar.js @@ -0,0 +1,69 @@ +function createMap(Myanmar_map) { + var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { + + tileSize: 512, + maxZoom: 18, + zoomOffset: -1, + id: "mapbox/streets-v11", + accessToken: API_KEY + }) + + var baseMap = { + "map_base": map_base + }; + + var overlayMaps = { + "Myanmar_map": Myanmar_map, + // "Heatmap": leaflet-heat.js, + // "Markermap": marker + } + + var map = L.map("map", { + center: [21.9162, 95.9560], + + zoom: 6, + layers: [map_base, Myanmar_map]//, Heatmap] + }); + + L.control.layers(baseMap, overlayMaps, { + collapsed: false + }).addTo(map); + +}; + + + function createMarkers(data) { + + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + + iconUrl: img_url, + iconSize: [45, 45], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + }); + return incident_icon + } + + + } + data.forEach(incident=>{ + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + + var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"`); //incident['columnheader'] + markers_list.push(one_marker) + }) + + + return L.layerGroup(markers_list) + }; + + + +d3.csv('../static/images.csv').then(data=>{ + console.log(data) + createMap(createMarkers(data)) +}) + + \ No newline at end of file diff --git a/Myanmar_dashboard/static/js/app.js b/Myanmar_dashboard/static/js/app.js new file mode 100644 index 0000000..e62f4ee --- /dev/null +++ b/Myanmar_dashboard/static/js/app.js @@ -0,0 +1,34 @@ +function buildPlot() { + /* data route */ + const url = "/api/pals"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + const layout = { + scope: "usa", + title: "Pet Pals", + showlegend: false, + height: 600, + // width: 980, + geo: { + scope: "usa", + projection: { + type: "albers usa" + }, + showland: true, + landcolor: "rgb(217, 217, 217)", + subunitwidth: 1, + countrywidth: 1, + subunitcolor: "rgb(255,255,255)", + countrycolor: "rgb(255,255,255)" + } + }; + + Plotly.newPlot("plot", data, layout); + }); +} + +buildPlot(); diff --git a/Myanmar_dashboard/static/js/config.js b/Myanmar_dashboard/static/js/config.js new file mode 100644 index 0000000..d4e02ae --- /dev/null +++ b/Myanmar_dashboard/static/js/config.js @@ -0,0 +1,2 @@ +// API key +const API_KEY = "pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg"; diff --git a/Myanmar_dashboard/static/js/leaflet-heat.js b/Myanmar_dashboard/static/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/Myanmar_dashboard/static/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/Myanmar_dashboard/static/js/map.js b/Myanmar_dashboard/static/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/Myanmar_dashboard/static/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Myanmar_dashboard/static/js/marker.js b/Myanmar_dashboard/static/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/Myanmar_dashboard/static/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Myanmar_dashboard/templates/index.html b/Myanmar_dashboard/templates/index.html new file mode 100644 index 0000000..6ea6d37 --- /dev/null +++ b/Myanmar_dashboard/templates/index.html @@ -0,0 +1,306 @@ + + + + + + + Myanmar + + + + + + + + + + + + + + +
+
+ +
+
+ + +
    +

    Human Rights Abuses Report Form

    +

    လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

    +
    +
    +
    + + + +
    +
    +
    + +
    + + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + + +
    Max file size: 20MB
    +
    + +
    +
    + +
    +
+ +
+ + + +
+
+ + +
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Myanmar_dashboard/templates/index_test.html b/Myanmar_dashboard/templates/index_test.html new file mode 100644 index 0000000..3a5cd58 --- /dev/null +++ b/Myanmar_dashboard/templates/index_test.html @@ -0,0 +1,42 @@ + + + + + + Myanmar + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/Renuka/app.py b/Renuka/app.py index f1eab37..0eea42a 100644 --- a/Renuka/app.py +++ b/Renuka/app.py @@ -45,7 +45,7 @@ def myanmar(): myanmar_dict['latitude']=item['latitude'] myanmar_dict['longitude']=item['longitude'] myanmar_dict['fatalities']=item['fatalities'] - data.append(myanmar_dict) + data.append(myanmar_dict) return jsonify(data) diff --git a/test/data.csv b/test/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/test/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/test/static/HeatMap/Assets/css/style.css b/test/static/HeatMap/Assets/css/style.css new file mode 100644 index 0000000..db25abd --- /dev/null +++ b/test/static/HeatMap/Assets/css/style.css @@ -0,0 +1,12 @@ +#mapid, +body, +html { + height: 100%; + width: 50%; +} +#mapheat, +body, +html { + height: 100%; + width: 50%; +} \ No newline at end of file diff --git a/test/static/HeatMap/Assets/data.csv b/test/static/HeatMap/Assets/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/test/static/HeatMap/Assets/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/test/static/HeatMap/Assets/index.html b/test/static/HeatMap/Assets/index.html new file mode 100644 index 0000000..21107bb --- /dev/null +++ b/test/static/HeatMap/Assets/index.html @@ -0,0 +1,24 @@ + + + Myanmar HeatMap + " type="image/x-icon"> + + + + + + +
+
+ + + + + + + \ No newline at end of file diff --git a/test/static/HeatMap/Assets/js/config.js b/test/static/HeatMap/Assets/js/config.js new file mode 100644 index 0000000..48f51f5 --- /dev/null +++ b/test/static/HeatMap/Assets/js/config.js @@ -0,0 +1 @@ +const API_KEY = 'pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg' \ No newline at end of file diff --git a/test/static/HeatMap/Assets/js/leaflet-heat.js b/test/static/HeatMap/Assets/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/test/static/HeatMap/Assets/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/test/static/HeatMap/Assets/js/map.js b/test/static/HeatMap/Assets/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/test/static/HeatMap/Assets/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/test/static/HeatMap/Assets/js/marker.js b/test/static/HeatMap/Assets/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/test/static/HeatMap/Assets/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg b/test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg similarity index 100% rename from Lisa/Media/Bago/Bago_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg rename to test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg diff --git a/Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg b/test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg similarity index 100% rename from Lisa/Media/Bago/Bago_residents_flee_junta_raids_April_9_2021.jpg rename to test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg diff --git a/Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg b/test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg similarity index 100% rename from Lisa/Media/Kachin/Kachin_state_April_19_2021.jpg rename to test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg diff --git a/Lisa/Media/Kachin/Myitkyina_man_in_road_March_8_2021.jpg b/test/static/Media/Kachin/Kachin2_Myitkyina_man_in_road_March_8_2021.jpg similarity index 100% rename from Lisa/Media/Kachin/Myitkyina_man_in_road_March_8_2021.jpg rename to test/static/Media/Kachin/Kachin2_Myitkyina_man_in_road_March_8_2021.jpg diff --git a/Lisa/Media/Kayin/Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg b/test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg similarity index 100% rename from Lisa/Media/Kayin/Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg rename to test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg diff --git a/Lisa/Media/Kayin/Military_airstrikes_Karen_state_March_30_2021.jpg b/test/static/Media/Kayin/Kayin2_Military_airstrikes_Karen_state_March_30_2021.jpg similarity index 100% rename from Lisa/Media/Kayin/Military_airstrikes_Karen_state_March_30_2021.jpg rename to test/static/Media/Kayin/Kayin2_Military_airstrikes_Karen_state_March_30_2021.jpg diff --git a/Lisa/Media/Kayin/Military_airstrikes_Karen_state_montage_March_30_2021.jpg b/test/static/Media/Kayin/Kayin3_Military_airstrikes_Karen_state_montage_March_30_2021.jpg similarity index 100% rename from Lisa/Media/Kayin/Military_airstrikes_Karen_state_montage_March_30_2021.jpg rename to test/static/Media/Kayin/Kayin3_Military_airstrikes_Karen_state_montage_March_30_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_region_fires_March_28_2021.jpg b/test/static/Media/Mandalay/Mandalay10_region_fires_March_28_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_region_fires_March_28_2021.jpg rename to test/static/Media/Mandalay/Mandalay10_region_fires_March_28_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_woman__in_street_journalist_April_4_2021.jpg b/test/static/Media/Mandalay/Mandalay11_woman__in_street_journalist_April_4_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_woman__in_street_journalist_April_4_2021.jpg rename to test/static/Media/Mandalay/Mandalay11_woman__in_street_journalist_April_4_2021.jpg diff --git a/Lisa/Media/Mandalay/Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg b/test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg similarity index 100% rename from Lisa/Media/Mandalay/Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg rename to test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_April_1_2021.jpg b/test/static/Media/Mandalay/Mandalay2_100_homes_burned_by_military_April_1_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_April_1_2021.jpg rename to test/static/Media/Mandalay/Mandalay2_100_homes_burned_by_military_April_1_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_image2_April_1_2021.jpg b/test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_100_homes_burned_by_military_image2_April_1_2021.jpg rename to test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg b/test/static/Media/Mandalay/Mandalay4_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg rename to test/static/Media/Mandalay/Mandalay4_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg b/test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg rename to test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_March_23_2021.jpg b/test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_March_23_2021.jpg rename to test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg b/test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg rename to test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg diff --git a/Lisa/Media/Mandalay/Mandalay_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg b/test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg similarity index 100% rename from Lisa/Media/Mandalay/Mandalay_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg rename to test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg diff --git a/Lisa/Media/Mon/Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg b/test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg similarity index 100% rename from Lisa/Media/Mon/Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg rename to test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg diff --git a/test/static/Media/Photo_key.docx b/test/static/Media/Photo_key.docx new file mode 100644 index 0000000000000000000000000000000000000000..ebf9a3d73f085c22ab89bc7fa91fb672c52d6839 GIT binary patch literal 17843 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 T_5uK)KR-a99GW5U$Jze}Yi-9& literal 0 HcmV?d00001 diff --git a/Lisa/Media/Sagaing/Monywa_police_brutality_Feb_26_2021.jpg b/test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg similarity index 100% rename from Lisa/Media/Sagaing/Monywa_police_brutality_Feb_26_2021.jpg rename to test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg diff --git a/Lisa/Media/Sagaing/Shwebo_grieving_father_March_27_2021.jpg b/test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg similarity index 100% rename from Lisa/Media/Sagaing/Shwebo_grieving_father_March_27_2021.jpg rename to test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg diff --git a/Lisa/Media/Tanintharyi/Dawei_Feb_27_2021.jpg b/test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg similarity index 100% rename from Lisa/Media/Tanintharyi/Dawei_Feb_27_2021.jpg rename to test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg diff --git a/Lisa/Media/Tanintharyi/Dawei_hospital_Feb_27_2021.jpg b/test/static/Media/Tanintharyi/Tanintharyi2_Dawei_hospital_Feb_27_2021.jpg similarity index 100% rename from Lisa/Media/Tanintharyi/Dawei_hospital_Feb_27_2021.jpg rename to test/static/Media/Tanintharyi/Tanintharyi2_Dawei_hospital_Feb_27_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg b/test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg rename to test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg b/test/static/Media/Yangon/Yangon2_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg rename to test/static/Media/Yangon/Yangon2_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_Man_tortured_unknown_March_6_2021.jpg b/test/static/Media/Yangon/Yangon3_Man_tortured_unknown_March_6_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_Man_tortured_unknown_March_6_2021.jpg rename to test/static/Media/Yangon/Yangon3_Man_tortured_unknown_March_6_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_North_Okkalapa_township_March_3_2021.jpg b/test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_North_Okkalapa_township_March_3_2021.jpg rename to test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg b/test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg rename to test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_protests_March_19_2021.jpg b/test/static/Media/Yangon/Yangon7_protests_March_19_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_protests_March_19_2021.jpg rename to test/static/Media/Yangon/Yangon7_protests_March_19_2021.jpg diff --git a/Lisa/Media/Yangon/Yangon_protests_slingshot_March_19_2021.jpg b/test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg similarity index 100% rename from Lisa/Media/Yangon/Yangon_protests_slingshot_March_19_2021.jpg rename to test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg diff --git a/test/static/css/style.css b/test/static/css/style.css new file mode 100644 index 0000000..0650aa5 --- /dev/null +++ b/test/static/css/style.css @@ -0,0 +1,87 @@ +body { + padding: 0; + margin: 0; + } + /* .formlist, + width: 25% */ + .card { + width: 25%; + padding-right: 5px; + padding-left: 10px; + border: 1px solid #0000; + } + /* .twitter-bot, */ + /* border: 5px */ + + + + /* set map, body, and html to 100% of the screen size */ + #map, + body, + html { + height: 95%; + width: 95% + } +/* .formlist */ +.maincontainer { + background-color: white; + width: 100%; + height: 100% +} +.myheader { + /*width: 100%;*/ + height: 10%; + background-color: red +} +.myscroll { + width: 100%; + height: 500px; + background-color:white; + padding: 10px + +} +.contentcolumn { + /*width: 100%;*/ + height: 650px; + background-color:yellow + +} +.maprow { + height: 100%; + width: 100%; + background-color: pink; + border-style: solid; + padding: 0px +} +.formrow { + height:50%; + width: 300px; + /* background-color: purple; */ + /* border-style: solid; */ + +} + + + + + + /* .twitter_bot { + min-height: 100px; + padding: 0px; + margin: 5px; + align-content: right; + /* font-weight: 800; + color: #fff; */ + +/*! + * Bootswatch v4.0.0 + * Homepage: https://bootswatch.com + * Copyright 2012-2018 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/test/static/images.csv b/test/static/images.csv new file mode 100644 index 0000000..27f1d94 --- /dev/null +++ b/test/static/images.csv @@ -0,0 +1,20 @@ +Country,Region_State,Description,Image_Link,Coordinates +Myanmar,Mandalay,"Police fire a water canon to disperse protesters in Mandalay. Protesters have taken to the streets following the military ousting of the democratically-elected government on Feb 1st (Source: Reuters, 8 Feb 2021). ",https://s.yimg.com/ny/api/res/1.2/THGAbwokoT5UZtt3FAJn0w--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTQ3MC41ODc1O2NmPXdlYnA-/https://s.yimg.com/uu/api/res/1.2/Y6FdqTRH5YRshow1pf.WfQ--~B/aD01MzQ7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/reuters.com/e343833b20c2ac92ba7db658d80658dd,"(21.9219, 96.0678)" +Myanmar,Yangon,"The mother of Aung Kaung Htet mourns at his funeral in Yangon. The 15 yr old was shot in the face at a protest against the military coup. Many civilians have died from gunshots to the head, suggesting deliberate targeting by security forces (Source: CNN/Getty Images, 14 April 2021). ",https://dynaimage.cdn.cnn.com/cnn/w_1100/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210322114347-01-myanmar-unrest-0321-crop.jpg,"(16.8742, 96.2810)" +Myanmar,Kayin,"Villagers injured during military air strikes in Kayni state shelter in the jungle (Source: The Straits Times, 31 Mar 2021)",https://static.straitstimes.com.sg/s3fs-public/styles/x_large/public/articles/2021/03/31/nz_wounded_310358.jpg?itok=aIJW0pGb×tamp=1617165812,"(18.06204, 97.4411)" +Myanmar,Mandalay,"Two protesters were killed at peaceful demonstrations in Mandalay by members of government security forces. 37yr old Myo Naing was shot in the chest and 19yr old Kyel Sin was shot in the side, suggesting targeted killings (Source: Myanmar Now, 3 Mar 2021). ",https://myanmar-now.org/sites/myanmar-now.org/files/styles/news_detail_two_col/public/news-images/004_1.jpg?itok=ynMPZGFZ,"(21.9862, 96.0851)" +Myanmar,Mandalay,"A man sifts through rubble after fires burn over 100 houses in Mandalay, leaving more than 500 people homeless (Source: Radio Free Asia, 01 April 2021). ",https://www.rfa.org/english/news/myanmar/trial-fires-04012021180942.html/fire-ruins.jpg/@@images/3202044b-5fca-4072-880d-358de5f78467.jpeg,"(21.8559, 96.0538)" +Myanmar,Yangon,Images of tortured protesters were aired on public television on 18 April 2021 (Source: Twitter). ,https://pbs.twimg.com/media/EzQ4GvGVgAEf-w_?format=jpg&name=medium,"(16.7734, 96.1814)" +Myanmar,Yangon,"Security officers dragging an injured protester in Tamwe, Yangon. There are numerous images of police and military dragging civilians (Source: REUTERS, 14 March 2021). ",https://s4.reutersmedia.net/resources/r/?m=02&d=20210316&t=2&i=1555069007&w=780&fh=&fw=&ll=&pl=&sq=&r=2021-03-16T120303Z_39167_MRPRC2GBM9L0WF7_RTRMADP_0_MYANMAR-POLITICS,"(16.8236, 96.1795)" +Myanmar,Monywa,"Police beat anti-coup protesters in Monywa (Source: BM Global/Citizen journalist, 3 March 2021). ",https://i0.wp.com/www.rfa.org/english/news/myanmar/bloody-crackdowns-03032021145720.html/myanmar-police-crackdown-monywa-sagaing-mar3-2021.jpg/@@images/c9cbeae3-feea-4896-98d2-dc23e3e28a37.jpeg?ssl=1,"(22.1233, 95.1540)" +Myanmar,Shwebo ,"13 yr old Htoo Myat Win is mourned by his father after being shot dead by government forces while playing near his home in Shwebo city (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/htoo-myat-win-insert.jpg,"(22.5802, 95.6986)" +Myanmar,Mawlamyine,"11yr old Aye Myat Thu was shot in the head while playing in front of her house in Mawlamyine. She was buried with colored pencils and toys (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/1-update-1.jpg,"(16.4543, 97.6440)" +Myanmar,Muse,"16yr old Ye Yint Naing was shot and killed by military forces, who then took his body and burned it without the family's consent (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/ye-yint-naing.jpg,"(23.9933, 97.9103)" +Myanmar,Day Pu No,5yr old Saw Ta Blut Soe was killed during airstrikes on his village by the military regime. ,https://www.irrawaddy.com/wp-content/uploads/2021/03/saw-ta-blut-soe.jpeg,"(18.0972, 97.4957)" +Myanmar,Mandalay,"6yr old Khin Myo Chi was shot by military troops while sitting in her father's lap (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/KhinMC-900x540.jpg,"(21.9408, 96.0944)" +Myanmar,Mandalay,"16yr old Min Min Oo was fatally shot in the head while driving a motorcycle on March 14. Video footage shows the military using the passing motorbike as target practice. His body was then taken by junta forces and not returned (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/Min-Min-Oo-675x900.jpeg,"(21.2912, 95.2906)" +Myanmar,Pathein Township,"17yr old Hein Htet Aung was shot by soldiers and police the night of March 14 (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/HeinHA-900x540.jpg,"(16.8201, 94.6188) " +Myanmar,Myitkyina,"Protesters flee from gunfire in Myitkyina (Source: Myitkyina News via Reuters, 14 March 2021). ",https://images.hindustantimes.com/img/2021/03/14/550x309/2021-03-14T095649Z_1610568483_RC2XAM9A0VRY_RTRMADP_3_MYANMAR-POLITICS_1615716789799_1615716810441.JPG,"(25.3946, 97.3841)" +Myanmar,Dawei,"Protesters erect a makeshift barrier in the street in Dawei, where there has been daily demonstrations since the Feb 1 coup and multiple people killed by military and police forces (Source: Associated Press Television News, 3 March 2021). ","https://img.republicworld.com/republic-prod/stories/promolarge/xxhdpi/oa4tkufba1qvnyjw_1614772438.jpeg?tr=w-758,h-433","(14.0920, 98.1951)" +Myanmar,Unknown,"Riot police beating a protester after arresting him at a demonstration against the military coup (Source: Aung Kyaw Htet - SOPA Images/LightRocket/Getty Images, 5 March 2021). ",https://api.time.com/wp-content/uploads/2021/03/myanmar-riot-police.jpg?w=800&quality=85,"(20.1528, 92.8677)" +Myanmar,Naypyidaw,"Police use a water cannon on peaceful protesters in Naypyidaw, the capitol (Source: Myanmar Now, 8 Feb 2021). ",https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium,"(19.7633, 96.0785)" diff --git a/test/static/js/Myanmar.js b/test/static/js/Myanmar.js new file mode 100644 index 0000000..dc64944 --- /dev/null +++ b/test/static/js/Myanmar.js @@ -0,0 +1,69 @@ +function createMap(Myanmar_map) { + var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { + + tileSize: 512, + maxZoom: 18, + zoomOffset: -1, + id: "mapbox/streets-v11", + accessToken: API_KEY + }) + + var baseMap = { + "map_base": map_base + }; + + var overlayMaps = { + "Myanmar_map": Myanmar_map, + // "Heatmap": leaflet-heat.js, + // "Markermap": marker + } + + var map = L.map("map", { + center: [21.9162, 95.9560], + + zoom: 6, + layers: [map_base, Myanmar_map]//, Heatmap, Markermap]//, Heatmap] + }); + + L.control.layers(baseMap, overlayMaps, { + collapsed: false + }).addTo(map); + +}; + + + function createMarkers(data) { + + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + + iconUrl: img_url, + iconSize: [45, 45], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + }); + return incident_icon + } + // function createpopUp(PopUp){ + // incident['img_url'], + // var Image_Link = img_url, + + + data.forEach(incident=>{ + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + + var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"`); //incident['columnheader'] + markers_list.push(one_marker) + }) + + + return L.layerGroup(markers_list) + }; + + + +d3.csv('../static/images.csv').then(data=>{ + console.log(data) + createMap(createMarkers(data)) +}); \ No newline at end of file diff --git a/test/static/js/app.js b/test/static/js/app.js new file mode 100644 index 0000000..e62f4ee --- /dev/null +++ b/test/static/js/app.js @@ -0,0 +1,34 @@ +function buildPlot() { + /* data route */ + const url = "/api/pals"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + const layout = { + scope: "usa", + title: "Pet Pals", + showlegend: false, + height: 600, + // width: 980, + geo: { + scope: "usa", + projection: { + type: "albers usa" + }, + showland: true, + landcolor: "rgb(217, 217, 217)", + subunitwidth: 1, + countrywidth: 1, + subunitcolor: "rgb(255,255,255)", + countrycolor: "rgb(255,255,255)" + } + }; + + Plotly.newPlot("plot", data, layout); + }); +} + +buildPlot(); diff --git a/test/static/js/config.js b/test/static/js/config.js new file mode 100644 index 0000000..d4e02ae --- /dev/null +++ b/test/static/js/config.js @@ -0,0 +1,2 @@ +// API key +const API_KEY = "pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg"; diff --git a/test/static/js/leaflet-heat.js b/test/static/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/test/static/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/test/static/js/map.js b/test/static/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/test/static/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/test/static/js/marker.js b/test/static/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/test/static/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/test/templates/index.html b/test/templates/index.html new file mode 100644 index 0000000..dd9ef74 --- /dev/null +++ b/test/templates/index.html @@ -0,0 +1,169 @@ + + + + + + Myanmar + + + + + + + + + + + + +
+
+
+

What is happening in Myanmar?

+

This is placed inside a container

+
+
+
+
+
+ + +
+
+
+
+ +

Human Rights Abuses Report Form

+

လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

+
+
+
+ + + +
+
+
+ +
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
Max file size: 20MB
+
+ +
+
+ +
+ + +
+ +
+ + + +
+ +
+ + + + + + + + + + + + + +
+ + \ No newline at end of file From 123425933f4271d08bb3381812d4524ec6b5c900 Mon Sep 17 00:00:00 2001 From: Renuka <75003561+rkafle-2020@users.noreply.github.com> Date: Sat, 24 Apr 2021 11:39:13 -0600 Subject: [PATCH 08/18] removed css --- Renuka/static/css/style.css | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Renuka/static/css/style.css diff --git a/Renuka/static/css/style.css b/Renuka/static/css/style.css deleted file mode 100644 index 2423a01..0000000 --- a/Renuka/static/css/style.css +++ /dev/null @@ -1,12 +0,0 @@ -/*! - * Bootswatch v4.0.0 - * Homepage: https://bootswatch.com - * Copyright 2012-2018 Thomas Park - * Licensed under MIT - * Based on Bootstrap -*//*! - * Bootstrap v4.0.0 (https://getbootstrap.com) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} From 7092c5d44a8eee8d758e1d3c71ffae78aeae5ecf Mon Sep 17 00:00:00 2001 From: Joe Riebel Date: Mon, 26 Apr 2021 13:52:19 -0500 Subject: [PATCH 09/18] Office Hours Update --- test/app.py | 52 ++++++++++++++ test/static/css/style.css | 2 +- test/{ => static}/data.csv | 0 test/static/js/Myanmar.js | 143 +++++++++++++++++++++++++++---------- test/templates/index.html | 58 ++++++++------- 5 files changed, 187 insertions(+), 68 deletions(-) create mode 100644 test/app.py rename test/{ => static}/data.csv (100%) diff --git a/test/app.py b/test/app.py new file mode 100644 index 0000000..ab880a4 --- /dev/null +++ b/test/app.py @@ -0,0 +1,52 @@ + + +# Import our modules +import pymongo +import pandas as pd +from flask import Flask, render_template, jsonify +from flask_cors import CORS + +# Create an instance of our Flask app. +app = Flask(__name__) +CORS(app) + +# Create connection variable +conn = 'mongodb://localhost:27017' +# Pass connection to the pymongo instance. +client = pymongo.MongoClient(conn) + +# Connect to a database. +db = client.MyanmarDB +# Available routes +@app.route("/") +def home(): + return render_template('index.html') + # f"Welcome to the what is happening in Myanmar DataBase!
" + # f"
" + # f"Below route returns all records from database
" + # f"/api/v1.0/Myanmar_Records
" + +@app.route("/api/Myanmar_Records") +def myanmar(): + # Store collection in a list + Myanmar_Records = list(db.Myanmar_Records.find()) + # Create empty list and fill with collection records + data=[] + for item in Myanmar_Records: + myanmar_dict={} + myanmar_dict['event_date']=item['event_date'] + myanmar_dict['event_type']=item['event_type'] + myanmar_dict['sub_event_type']=item['sub_event_type'] + myanmar_dict['actor1']=item['actor1'] + myanmar_dict['actor2']=item['actor2'] + myanmar_dict['location']=item['location'] + myanmar_dict['latitude']=item['latitude'] + myanmar_dict['longitude']=item['longitude'] + myanmar_dict['fatalities']=item['fatalities'] + data.append(myanmar_dict) + + return jsonify(data) + + +if __name__ == "__main__": + app.run(debug=True) diff --git a/test/static/css/style.css b/test/static/css/style.css index 0650aa5..c95e2b0 100644 --- a/test/static/css/style.css +++ b/test/static/css/style.css @@ -5,7 +5,7 @@ body { /* .formlist, width: 25% */ .card { - width: 25%; + width: 100%; padding-right: 5px; padding-left: 10px; border: 1px solid #0000; diff --git a/test/data.csv b/test/static/data.csv similarity index 100% rename from test/data.csv rename to test/static/data.csv diff --git a/test/static/js/Myanmar.js b/test/static/js/Myanmar.js index dc64944..d658039 100644 --- a/test/static/js/Myanmar.js +++ b/test/static/js/Myanmar.js @@ -1,4 +1,4 @@ -function createMap(Myanmar_map) { +function createMap(overlayMaps) { var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { tileSize: 512, @@ -12,17 +12,17 @@ function createMap(Myanmar_map) { "map_base": map_base }; - var overlayMaps = { - "Myanmar_map": Myanmar_map, - // "Heatmap": leaflet-heat.js, - // "Markermap": marker - } + // var overlayMaps = { + // "Myanmar_map": Myanmar_map, + // // "Heatmap": leaflet-heat.js, + // // "Markermap": marker + // } var map = L.map("map", { center: [21.9162, 95.9560], zoom: 6, - layers: [map_base, Myanmar_map]//, Heatmap, Markermap]//, Heatmap] + layers: [map_base]//, Object.values(overlayMaps)[1]]//, Heatmap, Markermap]//, Heatmap] }); L.control.layers(baseMap, overlayMaps, { @@ -31,39 +31,108 @@ function createMap(Myanmar_map) { }; +function createPhotoMarkers(data) { + + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + + iconUrl: img_url, + iconSize: [45, 45], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + }); + return incident_icon + } + // function createpopUp(PopUp){ + // incident['img_url'], + // var Image_Link = img_url, + - function createMarkers(data) { - - var markers_list=[] - function create_icon(img_url){ - var incident_icon=L.icon({ - - iconUrl: img_url, - iconSize: [45, 45], - iconAnchor: [22, 94], - popupAnchor: [-3, -76] - }); - return incident_icon - } - // function createpopUp(PopUp){ - // incident['img_url'], - // var Image_Link = img_url, - + data.forEach(incident=>{ + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + + var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"`); //incident['columnheader'] + markers_list.push(one_marker) + }) + return L.layerGroup(markers_list) +}; + +function createIncidentMarkers(data){ + // console.log(data); + var markersArray=[] + for (var i = 0; i < data.length; i++) { + markersArray.push(L.marker([data[i].latitude, data[i].longitude]).bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

")); + // L.marker(heatArray[i]) + // ; + } + return L.layerGroup(markersArray); +} + +function createHeatLayer(data){ + var heatArray=[] + for (var i=0; i{ - var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') - - var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"`); //incident['columnheader'] - markers_list.push(one_marker) - }) - - - return L.layerGroup(markers_list) - }; +function buildPlot() { + /* data route */ + const url = "http://localhost:5000/api/Myanmar_Records"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + // Grab values from the data json object to build the plots + var event_type = data.map(one_event=>one_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + } + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], layout); + }) +} + +buildPlot(); -d3.csv('../static/images.csv').then(data=>{ - console.log(data) - createMap(createMarkers(data)) +// d3.csv('../static/images.csv').then(photo_data=>{ +d3.csv(photo_csv).then(photo_data=>{ + // d3.csv('../data.csv').then(incident_data=>{ + d3.csv(incident_csv).then(incident_data=>{ + // console.log(photo_data) + createMap({'Myanmar_map': createPhotoMarkers(photo_data), + 'Incidents': createIncidentMarkers(incident_data), + 'Heatlayer': createHeatLayer(incident_data)}) + }) }); \ No newline at end of file diff --git a/test/templates/index.html b/test/templates/index.html index dd9ef74..d691b49 100644 --- a/test/templates/index.html +++ b/test/templates/index.html @@ -6,21 +6,18 @@ Myanmar - - - + + - - - + + + + +
@@ -35,18 +32,22 @@

What is happening in Myanma
-
-
+
+
+
+
+
+

- - -
@@ -155,12 +153,12 @@

- + - - - - + + + + From a5f9256eb46ae2aab3c08ce19414586c3b8328a9 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Mon, 26 Apr 2021 18:04:40 -0600 Subject: [PATCH 10/18] Mon commit --- Lisa/test.zip | Bin 0 -> 3243569 bytes Lisa/test/app.py | 52 + Lisa/test/static/HeatMap/Assets/css/style.css | 12 + Lisa/test/static/HeatMap/Assets/data.csv | 1334 +++++++++++++++++ Lisa/test/static/HeatMap/Assets/index.html | 24 + Lisa/test/static/HeatMap/Assets/js/config.js | 1 + .../static/HeatMap/Assets/js/leaflet-heat.js | 112 ++ Lisa/test/static/HeatMap/Assets/js/map.js | 71 + Lisa/test/static/HeatMap/Assets/js/marker.js | 58 + ...April_4_2021_Man_dragged_by_motorcycle.jpg | Bin 0 -> 48131 bytes ...esidents_flee_junta_raids_April_9_2021.jpg | Bin 0 -> 106815 bytes .../Kachin/Kachin1_state_April_19_2021.jpg | Bin 0 -> 179121 bytes ...in2_Myitkyina_man_in_road_March_8_2021.jpg | Bin 0 -> 72593 bytes ...ren_state_bombs_dropping_March_30_2021.jpg | Bin 0 -> 11495 bytes ...y_airstrikes_Karen_state_March_30_2021.jpg | Bin 0 -> 26050 bytes ...ikes_Karen_state_montage_March_30_2021.jpg | Bin 0 -> 100762 bytes .../Mandalay10_region_fires_March_28_2021.jpg | Bin 0 -> 98542 bytes ...man__in_street_journalist_April_4_2021.jpg | Bin 0 -> 63585 bytes ...ndalay_Killed_March_3_2021_head_bullet.jpg | Bin 0 -> 73398 bytes ..._homes_burned_by_military_April_1_2021.jpg | Bin 0 -> 61854 bytes ...burned_by_military_image2_April_1_2021.jpg | Bin 0 -> 51652 bytes ...o_Kyaw_Win_Maung_Funeral_March_28_2021.jpg | Bin 0 -> 92541 bytes ...y5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg | Bin 0 -> 260236 bytes .../Mandalay/Mandalay7_March_23_2021.jpg | Bin 0 -> 94159 bytes ...rs_target_practice_tweet_March_21_2021.jpg | Bin 0 -> 115926 bytes ...ng_protests_shot_in_head_March_13_2021.jpg | Bin 0 -> 25582 bytes ...ine_Aye_Myat_Thu_funeral_March_28_2021.jpg | Bin 0 -> 177996 bytes Lisa/test/static/Media/Photo_key.docx | Bin 0 -> 17843 bytes ...g1_Monywa_police_brutality_Feb_26_2021.jpg | Bin 0 -> 82913 bytes ...2_Shwebo_grieving_father_March_27_2021.jpg | Bin 0 -> 139638 bytes .../Tanintharyi1_Dawei_Feb_27_2021.jpg | Bin 0 -> 106847 bytes ...anintharyi2_Dawei_hospital_Feb_27_2021.jpg | Bin 0 -> 151963 bytes ...ung_Htet_15yrs_face_shot_March_21_2021.jpg | Bin 0 -> 70705 bytes ..._Military_grenade_Attack_March_28_2021.jpg | Bin 0 -> 33170 bytes ...gon3_Man_tortured_unknown_March_6_2021.jpg | Bin 0 -> 141937 bytes ...4_North_Okkalapa_township_March_3_2021.jpg | Bin 0 -> 103682 bytes ...ested_beaten_shown_on_tv_April_18_2021.jpg | Bin 0 -> 75848 bytes .../Yangon/Yangon7_protests_March_19_2021.jpg | Bin 0 -> 171688 bytes ...ngon8_protests_slingshot_March_19_2021.jpg | Bin 0 -> 240054 bytes Lisa/test/static/css/style.css | 87 ++ Lisa/test/static/data.csv | 1334 +++++++++++++++++ Lisa/test/static/images.csv | 20 + Lisa/test/static/js/Myanmar.js | 138 ++ Lisa/test/static/js/app.js | 34 + Lisa/test/static/js/config.js | 2 + Lisa/test/static/js/leaflet-heat.js | 112 ++ Lisa/test/static/js/map.js | 71 + Lisa/test/static/js/marker.js | 58 + Lisa/test/templates/index.html | 167 +++ test/static/js/Myanmar.js | 6 +- test/static/js/app.js | 150 +- test/templates/index.html | 3 +- 52 files changed, 3810 insertions(+), 36 deletions(-) create mode 100644 Lisa/test.zip create mode 100644 Lisa/test/app.py create mode 100644 Lisa/test/static/HeatMap/Assets/css/style.css create mode 100644 Lisa/test/static/HeatMap/Assets/data.csv create mode 100644 Lisa/test/static/HeatMap/Assets/index.html create mode 100644 Lisa/test/static/HeatMap/Assets/js/config.js create mode 100644 Lisa/test/static/HeatMap/Assets/js/leaflet-heat.js create mode 100644 Lisa/test/static/HeatMap/Assets/js/map.js create mode 100644 Lisa/test/static/HeatMap/Assets/js/marker.js create mode 100644 Lisa/test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg create mode 100644 Lisa/test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg create mode 100644 Lisa/test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg create mode 100644 Lisa/test/static/Media/Kachin/Kachin2_Myitkyina_man_in_road_March_8_2021.jpg create mode 100644 Lisa/test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg create mode 100644 Lisa/test/static/Media/Kayin/Kayin2_Military_airstrikes_Karen_state_March_30_2021.jpg create mode 100644 Lisa/test/static/Media/Kayin/Kayin3_Military_airstrikes_Karen_state_montage_March_30_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay10_region_fires_March_28_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay11_woman__in_street_journalist_April_4_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay2_100_homes_burned_by_military_April_1_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay4_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg create mode 100644 Lisa/test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg create mode 100644 Lisa/test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg create mode 100644 Lisa/test/static/Media/Photo_key.docx create mode 100644 Lisa/test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg create mode 100644 Lisa/test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg create mode 100644 Lisa/test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg create mode 100644 Lisa/test/static/Media/Tanintharyi/Tanintharyi2_Dawei_hospital_Feb_27_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon2_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon3_Man_tortured_unknown_March_6_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon7_protests_March_19_2021.jpg create mode 100644 Lisa/test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg create mode 100644 Lisa/test/static/css/style.css create mode 100644 Lisa/test/static/data.csv create mode 100644 Lisa/test/static/images.csv create mode 100644 Lisa/test/static/js/Myanmar.js create mode 100644 Lisa/test/static/js/app.js create mode 100644 Lisa/test/static/js/config.js create mode 100644 Lisa/test/static/js/leaflet-heat.js create mode 100644 Lisa/test/static/js/map.js create mode 100644 Lisa/test/static/js/marker.js create mode 100644 Lisa/test/templates/index.html diff --git a/Lisa/test.zip b/Lisa/test.zip new file mode 100644 index 0000000000000000000000000000000000000000..6b3a371ad508960208920a2f57ae9016c419f88f GIT binary patch literal 3243569 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

0^W*NWO(Kvxs`G{4t`@*x>VHPhq%2U&t*NH1+ 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

FAod5zJaeu?8~xx_OzMx2n4`G^S{Zg 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


=ZSe(NT&60vh_J=NTC#GTz5CZ2eL@18 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

D= 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%0Arxt38S$ZMUXOc zcKfc|tS`T=d4!~X!$OsP8**F`liztLixm^JdQX8bnOUB5Ysnk1GC>Te|bp7i7| zG7cUxZ$Ep=@8HiPQ7X!UiK&~lXv4CM*o4^`6|(p;%1Rs)44GYIh}l@xx0|t72;ER% zdX+0Y`)QLdC5o)7_?>_S zpH(lG&=%X(?f=f4xD?}_*QU$oh%$yS>XlRyk3SyV>w~MXZTi!z-N+h?lQ4D~fDQ3*9HmJxh@*3dtQC zRGP#-QH2f>$4AiX;}f1A$7ft2U=7ocTzNG816)jfc(;wBu07S;VxHfa%ov~N@!{=K zIg0vuTTslaK-FO;bEB8sPcR*5mmgR5$KlLt#xTQlx9XL9iLO~L1;Wj716UQPNR z;L&DU=Z`TKL^iRkNRZ+}e#%!o_F0Y~(Oi(wgRPbUo%EREj);lC^_%rSz%i% z3^IQge;vS_Vc*@qRqIvBO~-`_s!ieZ7=H%8WljE?b8Pn%wbHFpjE{nDx@ye?6JO~B zxvIFm&OgBW@KwIMa$0W@0%X6ZErDN&a87>jMtZh-{(`=hiklW=?%51xs2aQ7)0`bt zorzQ}EgT5YnYr)Zoy&PO;*fWHk3nY+o7d>YG?o_-g zpUf%RmpXo4Qi|)|CR)wxTKU9QKy?Nu= zA%*IY`Dv?eOQ5kT9>@@{HZg{mKaHZHatn1UWg?&_c7TF~AkKBUVbh$YJg#fTY%@`a z%=9*#9TY+hIjA5`y+(5Vek82y7Tqrs)U`29#aQx0bFGbu*(Qk@DkaU9_mNIB?2r0J z+0daZJ{(qS`!y(Au2m^9T^*kpL$F$iYU{qrO}sI_Ccp7P9kJ37eP3OX>QOHLQusEB zQ7xXG%3&wFz`oK->U9ToLgs%-+3kpTs&<>6TGn#VG3H!TV>G)fDP~IN%(FGSq?lq3OO=A&I)H%tJ?i|65ewBt6 z*zs4-G$W*>)O=mNcI5TeQ3v5W&TL1@l%hT*^kWS-14)F#4A-DrB{3wil!;YR_dQ`f zT!ju&e6bTMqVcs8e1We+TZNVfTvcgL;$GEp4$59WH5(R%YUJ(O6yPIjk;aCROr`Cr z@G$!Ao4_o=%oJlrydk;*6%kWPb!C10Me9>OC8*6teTT?b zGty>|ND~#AowM6pYcXZgD-FfU4L_d3XPVV1)@?QvO1aY(cKfkFHz5wpZhre|4}0aY zv>}T~T?M0vgBWmqU%Dp)m>@J{tH@=2@z@|k9t?yPR_m|iFzUnylql-DF4&mcLNC2 zHm8prwv!+qzBU4yGUInUzt9+SYySh#m0HOz7n^~q7rAB0hDzU0CB<`=Ib7q{j{XKF z8ZET1r=IZ-1>%z>_%sSmbKe4++{oAm28`IlN{Z*WYZ+MSQOJAN7*1UZ-0QUCN^Rnl z9g?eebmoT3%2CwF=FbIk592e4V;S&i%o_O3+^0I6`t)=g{PO(|1FD#{fvxhH_;nO& z^g6ig{nF>ZCzfU)g}0lDC0?qsOFDuk{LsuPr7)kec9mncYSyY5^3-GTpkz3miBo#w zVfrEDAHWns?Umo6!%(Eo$LcNQGLgpg4V$fSE;BalgE+lXi_33L zQ>jzeSv%Ks6<_u}`%E2xv)LD=CYq)CD`1#D_NS26l-t&!{L875{M zw%Z|=X+iS1KRg-Q2l|Gv57i`HF-$jNgujvup@nn*0M4o51iVlo)yU)5ZrWs0(>J&S z6alE$W6^4Zio8i!)PkQRg0J&VWZv#P!| zSR3*tGJAj{CI=*@R4lfl{4!ht-5<+hMB-DZL6OndcLWm$q`y6e$HHgHZO%(B>z`}Y z1s^|=t)%D5v2(KumX&Du%^ce0GzO{z+YSrTA2a-ro&4HtH>L#$GK=5SvS$A}>Q`Wx zCZSt9qE)-9eUG;>OmdqJ6?>L5U)1*!Y}mcZ@cQohS2+dROr@?rptE0M-N$?gNwiG* z2gq2|D8AFSC|tYo1JF|2w3BXrkKR1gL&Eb<}L#(i13yR@octqlaJLNnx7^ zS886lPS6bdw&av2SJ98DjFHO_$13$s`TjA?HZ`b0#GQCON@k3a(*Jf_VN|E5xbZ!< z77!VSLEg8b{A2M8t$}!E!$bv}$^cw{~Cb2snL9gSn=Jz7HEr%G_o+9P=`~g}13F??T%LnFEUG5)_>30%Z#Cdb$ zk_KY*%iQ#s`%C`-{ypwQHZec5axcjeY0}T6Iv~xQibm!iOW*dI@sqzM6*(UnNHI4! zb;>Tevs8Rzr#^|hecHE3=Iy5==sHfkfbhp2aNkGlo2W^(fN7Z}DneUHH#qnchx6wMjuPyA$W^ei-E((aPj@3)@+D{IUqbc`TnWEElEBAEL*Y~2$H4vlvSNLg*k3!UV8Lk3QRK{iTCNlL zpnHL634%lo50zT|BwgX+VIIwVpEWvxmgJIVLlyp;+6%*TOmUlgFg3{P=St-Cd5+x^ zI`(aWv5FU?XK3l2B~yI#VwL{-H9|wiN~SR!-A#{=~OjVo0HZg`BDz}&8^2&Rnp>IVp49kmW?ej|~(OqBz%nBKfwf(?o z%?xfvMh~1~rCF1)W!`<(F?m-|ei;I}T0=j71r;k%LzO{87^RC=gP-B5UEXI;vX5ku0rsd_)c_|NZ z+Ov<@>#e$U2ekdgv+AiCdR?bTYD{aeM@u1tHX0S*`Y|XH{SfF-vEid6r&p9^qJMuR zxHm8QNTS^8PW;deHJDJVv0k^rROibAj#_}^)6?GVm5z?&1}gLoL2dlmdQCnO%2WgOwl^vFYbBByHW$41Dh0y0h9E}tI`h&B7t&f>wd&XN z^63iAM$_BMpl|86s!ep~!)suIK;a!WY1YM?cjY=K-1#&M>>3vKGOf$Do|Gc9)THoNn!d6o*CWE0i9!p{ zIw_-s7mt;9+7GZ21sVDCDvKQWc$8Yb-{VJnZ0`wnmur-@3%*l_XC99hte$NL|MwZkdkPJZs==0tjH!HTuho;`ZHtp z^8c{(-SKSw-~T$O(bnF3?-g6A6?-Nmh#jKD)>5Nr)fSXQ6g6s#z16G{BUbHIRjaMl z+AUgs-kzwC#p69vu@j7=z1Y2O;SjC<74nqb5Faxru>AnDV(+#87 zKVB2vBKfyjEzGcDLg?a6yHmI@@M&fzJ^!Mp?cECgVRj`9@=v&m>*8_$n@(;`F-{Y= z9!*ls&S~%Q?)2SP*F*tu)yRx+>E~!5Dqd~i82_|g!1V9oA-)dpzoGHMoXJ4ztY_oa za7f_s!w*e6r|8pcul0f7fvbEan8R{Tb~l#wJsgLaYC9()VaIKim=#u=S|J ztL=y(566JR)|*RK0@I&$!ekg{qT`zgWWQWv5#Q|0Et;M|1ceIj#nYG+4s$=23QWMy z`aiRpRR#Wo1Z)IDJ0T0*WfZZqceQpDqTtEX8o`bMtZ>$cmt(MIEhT=m(9!NSk=0dS z;(%5&_e&PMIrt!eR;2B5&0SMd>}bz+j;v6K7f~;pcD=P&%a;7unZm+wW=Ou>k|a&m zuAO^K+oG(sAN!)LWuuK-m#6}7KT0u5l>mx@iHh0ENIw27O-n7!@Pd0my{R{6)qP>i zy}mX!|4I@ZTQC?qRiHTBp|dv7kQQF9<-Wd4-&gYbeKOdp8f!1YCIxmooRjcTg{wpM za_&rrY<~(P!wv6TkQK!KSYdKgHhFvZG0CDBTKRk6HPL}zbD8=dr+*PWea(9xjPm35 z$KspGdHXF~HXmzG$vuFbhR!wEmi@(=yp4O3$ZLiAPF7>sTI`$*?PT*d>8Y;~d+)Lm z)#%--jG%m{+RAKGA-B-ZU?}gxDHNy7(cq*z6_QF7Mkk@WEq*h#eYPE7#K-H#A{lC% zUfJR1o+GE00r^P=+pd2djWYp04H=ixUfDTcD~;V7pb{!k_39~3#)b7<2C6sp6|=a4 zc?kNdqAofSfnUf957_PTLI#hHBJG=m5nb5~69gUZ z^^u&+8NIiJ5*Z-oiFD3xT2hSEKkZ5K7XnuBQV9slzeK#f$l;=tb%?#4a<;&;DQnM( zEBO_4ST8TNOXhE{uZgG>VR(@)Pvd9C@Wmekpq#w3Ly}&q`px%Q5Tdw`{feG&MiD zR9Y-y-%|rvdl1eOjS#`yz?{NQO(AZ%~&(v>c57gJ} zFQ~ZEm6K;xTcj~UYVR3cHuqrxlkN{s6WjQng#xi)hrxv@2=9V7Z5a9mCx1p)5blGO z^?+!j0SRKiLBd?%GG4`*Mw<6Go4BgUY$d(F())IOm#R*4@+}RBz+Co$?jNJpRX&0i zYErh&n9~qn%Vqg!GxPpiq3l}lrQ@G}rik_%xPo3k2+4+@MO`J zC|4I`u2`$NNZ-y6semv$?}Y!Lwf!KswIcIp3H3&{-Q2_J(3976!2!47is;QKIpseQ zhly@0_Z|eemFw)$75r$@8Ww36OdJe1+bsHEE!4ayuza=}tML#CbLO!WGFw~;`srps zo$wcI+^6bK>h=I-t*|ILQ*~TrFpDp}cw+vGzjb)yz?H{cdrquK@%`L@dK0<^K^Sw* z_VO_cVR`2BnPo;!Vn;!A);=efMYf5h5ZdWr|3P=>TWwWH%;-mUd3df$Vn%Y-P^J~H-c7&w|A(hE}-#(}(qv9P!sg!Y3Y3iF;G0>aq46+*~s01`|UjSZZJZbIpn`bjQKO=}!zQemHGhAk<0{3b$>h9VV66 zDT_}(NtPgSkeZ%|r^K7S9c48OFVMR_#$eELOdMD z(6~%zd<3{vSiU9yUQP_IXh0&A(4jxtjw~+W|7h4S`5&_ zbN3Rj%nVjU!Wf`0++1)OGi55b(C|#DnpH@lVR)vfovx$-oHiCHmO(DHB*aPPzWIlj zx?JSqU3s|?hc z9)jU?N4v&xS!LU*$^A#e{uY`l=^@S4YHxh0V(8;M82Wl23!*bUiw@8wZ`gi zHkis0hE=eJImaNu*6(Q}OJGwq_i|dgO}j)ftf8E|TcYeLHOl*y7{qiSIdnrzP98v7 z0o6`5f)zQH)beZK6={r#YqmX1Px)~?xhbOBS2^yakFhKy8PGD*?SJx9GtbW55ywjs zs`@#)paycFy)Amwk;4@zk?y&l0(k>`dllW&b&qT273STvqOExM`? zwYX}A7k}10k-%$r4j=lV>6IdUiU}ESFJg*uniD0JmTym#pY80J=J?Ur*%MT>H!l9Y zm7i#+#B4TLR|gKuHY2WykjMOcrTlVA+&#IR%;mFx{v4at@JkaUIH!z8v!us{C4M)u z-K$^_cZ1L1-WYE>GgoMdOItNtRS?qkEivQWxMNXZB!@CR~!cB&RH_rF;OKP;U zNR|R-1q)B`k&MAVfwuxlOvVloSv^62z)Qzdb+l*l={73P*Df>wg@K=~#7T z2i4it5YuqKs{}=u8yk(0oGLvMIn%$hX?f)b>4qA2tmmNdkN;NV2|i(q&3MPxl25P( zS^;X`igf~CzV+6oOgqc!s|xs*h;_*z2b?oaWV5d7lEq6eiNAicip_b19dcWuuxezb zAzi9k7#ZWjJy9HxW-KQ;l*s$DKhXR0oUoFgXiE0NU=~Qyqbbfm$6s?{q9^Uw9j1i) zRth<#kro5}$sLs42l~%)`2(G2M#PQ=>~qs|bXwQtc9zu=yn5a9X&D~~GvCoZsygg0 zH9Bi7xF@&6P3Tmqvr9|(nHJnOz4~=Dvt>&K)0|y-6A;7$hDqHy`B}#Fi@zx6JYO<= zKXo6|fAFNvu6BoZ^wf})z=I0e$qf1|pLtD`dcq*Ri?W{Cyw_~xNXbU!BXWpb!4ZqY zGa0I?x>$1a&-fOD>2S6HhFFyFJdS>%Bh*5tT^c0XhVqA@vAJvS}jdEr*uY=)^+G!_bm7E!C5ABPk;*0Lmyu-~t0J|W~_zj9weJ2Yk>cvi` z=^7FOw$-kBy5Qw5K*kE$s}{aM&f~(4&{K`m&ql-DsONDzf3B865qS&1OO?QP=6Dl{ z=nU$}9(db43}a0tTJ=yd07*c$zkh^rVhIe)N|fl|1g9l%Gp=J|Q7|o<3s18JdokI$ z1lc;Da#kv&j$)^VU`_~69WJ zXQSsoj%e+1TNLIm(`zPY$&(&D+Clp~R7}l1fix^|2cI1vZt1&ca3s}-#E2DocDCh} z6_?Gr1DKA3b?GfX9-d}HjM-MK!(R$j`p}iy+Mbl&S{LWGiNhKJ` zriH~|27beMG4{#8J#a?jW_S99us(og>)@APi#xmFN^uNn56esDqr+Ska+~~k?bx3WR3Q z>?#OfzKeBE9j0E~_5e!@lOKP4mXjpfX7_TG@4)l3R8DBw)wsLy2je3Ma-m5k(&Dpo zYN<{;@S^*g$T8b}J46bZCC#nNIb7Vw&?G2V_r4i$@5fljO!KgbQ3Eh*tze2*+t8}l zZh~GC|d{vcC`L$y~JNd*=z_( zdWA{P-Aa;Q)t7Cn3jd=)-FvX7*Ooq&WQQsBKrYSJ>S{~HiO$)kgiLxH@rr%U3iq4d zZ4}>m6_4NgGp*PU0M~eI<0+yVou_P|ZFlw0j2`w=JI@t#yTNx2%X#0SL?*ife!fvT zE;$y3MP&t|y$YjXFKgzhVBp_LJ$E6`q>*Mz@48t95WQ*GqZosUwRlek&7WfWmpz00 z>Tf%AfAOTxiStR2G&t0c(BBrr28+?EcK_U;iQ*)^xQo+ z#QpX5Xr*&?eg_kXFtI2&p~}AQldx)FP67V3=VdxE{FaWAXF9p84h6m@pcR<1j?U-M zVPDY%Rx7$jAHjlO+4mQxdHs7Nc#&KxgxAYGv?kcNG%mg{_u?0-U!z^Tq(>)+*+Axh zPVnGqz!1{&hx0?g=k^QhKXcIfPg;g&{LMIl-mWyq^INlPk0Ti;H#{1FSTeiqGcKU@l!V65c- zHW_!Tvg@_;0hQuHO*#08vI2k_kqzZsUb(LcTx~40_`yrHVpPwUm^fT2V0sbzHJ*{0 zpKrKjvN|DCj#a{cz4mO-=e&4We$z!43{2w{z2#QZPtPg{+R9#>4OWoWOp7|Q7A}b3 zJ@=G6lR0Q-gu^B9S=U5Ml`!h`){oj^LDxhbvW7hCN=vRHIYF* z7=vJKle;Uz-v?bwEOKLL0#YT^CVN8jmGn8A(^8=khLW84kIZOD5D?}!C1Fng*@Sn8o&2qrKDw2zL)8CWPrqfa| zGnsUs;lEB^$qt9>7}u#Tq*@j97?`9m@~V-8eA{7mc|v$uyH8*9ft%J60JD27uyX`` z0>;l+E!iU%ioECjA|~?@Z;VwPg85y7lzZo`Hj2|4^JD0jNKRHmFjf>iM+~Z22~F|E zGx3k$q5_25%MGY?|Dyci}xFnJsq63qZ)brwEmk9JVoM(>DKkx~A2hlN%ANnxH)$4G4bVw0r6{ z6}0`>vGzFH37YFSh%q>dybsr5vKMDq(+(+Mnn4xHL4zogwHGDHd&KlV>WmAJSYxSY1EU)gxZ zmMBlOr<;_#D+bzr{sv?UmInZ-?&NeE#BrlfNQ6*d}L?7nbHp22pbVfB}6_)Tt%|ZjNPh z$GOOT_LO?CE3;iTq`7Smxc4Z;wwns^t55lmHfl&l%&xdsnt1lkBU$}Dz+VylFPOI^ zrhL-FAh#GsfN4iyxnzb7KKPckG^5xrkxIA@g#daTk^=A7G8-^#SgsH#IVWqbacV1D zz{zD0{DJ1r0=JCyUQ|mxk4R@vMI<$y5j0ipfVaa92NcUff zlZ$A=Z+uOENkRU%IwpZFi>ydklFHyuHu&V~b;M4HcXt_fda2X)>wVnt$>bF8u3c$e z$#8*TcbZ)CtY@$?2=l0qYPC8>gSj@S0#*zYN3K+P9&w4r05r1Gn7T1~-H0E}E(xjp ze2-|PV((=m(-+cD4u9WaGZ)ahdbTKrtX5 z>PgXLwZ!v4kn8mwSrID<4$zFDaAgi6ElQiuAhV_vaF9Yz9?b$LmuC8Dlk)12*eXe1 z$M9YFcwksoPyw(=0}GO*1zi(G?9`oY)OEnOB(qNT$A?JpIKB!Tg>m@_tC?`w2ho9n zV(8~4gJz9q(MN)1Dw7`RLGq!<&+QOK%QhwXTB`z&tawb&yIlheZ@7bEe5nvED@_Fp z{(dp>^KXyS#z<0KULBb7=%=W^*diZP@f9TX3zq2mu-5o`2iOk5`Bes?b@BlvFVk4~NI(I>j4k~y07 zHz)LoeMaGRsYAsgzCoBuY*`GX={WFpkO*0@la7okE|u#QsmSjTr=T?cB#G_->w9!o z8ObQB_4lOt^HL1N0WULYTV(VK>{3PV`z5kxSF81wN$XRjqN2{w zBP+?*mkPdxUm4nhZ+_;5Fqbrhy z|Nb;JxDYacu`h4?26tRSF5!=} zMGqOWtH-JKDJrjtvhXG07kwg)ns^H))Sr2R)bCUds;b$^!0fTu$7zkW_|AZQzTUs7 z74VLIv+18?i-U^K^+C+2LIz|Sg|nMdz8@*grkKu z!Eb70PWbHY;j`m0%>{ITu|<)9pv_ZenbPgFx{v&yN7Vdh_tKSKP>Bxt9%d1^c49cR zU_v6mSzU9$OE0=@cLC+QzJ%S{czfG>rlMN-zeWnW6&?a)miAPb zg1jR|cNf@&buLTLUj(mUqE&PoHT!$_LtyN{LxU9&^f=_?! z_U%^=xZba}>0K~jqO=-vW{cy1z&3o$r_BTO$LlOQGiBgI>*XS)Hp}(hr}ym6KTE9& zC#{FKB$PdlKl|$(P{^|GeGH>xIvjX$2`T#?ZLm+zA(L@ro#jHOF3bIGcZXX;@)=BI z#swk_KX?cAPb>P>cpmlmJyODzk;$;}dG%dT3sRDnI>PT>^m2~fz%CA+1g^Jc9)_9`{z}#9Vxa=_kmsPZ4Y_AcxV2+ac9|2&pI5*Nqzm|Vnp_PZ`})pC2RIzj66-s z=Y#K5R@S9q!P@c+U!{%jJBTee`_Z6S*$NZWz+sZf=ki>$6z6`RP0=%}&3yd_aBJg3 zCu!?wMo*!hwqmF>Fg0lJ>LA3rq>4k0@qE zXmUMaM!u@z@z6xW2BdPpC~N6g=?BS{k20Q`h}c>6(JAbD(9n$ttrwGINv<(~Bc~Dn z){OhTEP^TdfARk$KTJ4W|HMj=5ghQlvN>0znP?J$tOQy|f266eb`N8p<(f zzT8J7N`{7Ve&xudSy5BKxDTm$_EL=_KgHbN1lh4sEq;@-_xIu1>&22n--m-rj45nC z`ZH7UzUAqS6k39JaA0U74lO<}ShJ^&<7-~(tz|#J#0abDwQbA_rZPvY0u)%ICf)k6 z;`%z3Mept4LIW<as&3b=s#Wvnc)6M$d%xYpqxc-^+ z*wK(~8JJ5{>v_O)%`HC{s|*z>b*3VX6yax%ZFqUq5ylHbUhia8eQSk#zYEU{j5@tZCpWKC5iNjMPI528*$79=>%reRZU zFET!t+1RJ!qSE&<%eu8ADPza}AdsKcN7hf4~m zQx}WUujsC*{YD5%VfC_aiiIWZ6{8d~_mT)&Q1J8FN}>+FSd4j3NmT%;FZL$gF2)H7 z{k3%PYJ%764d^WBWM z21X)8XDzesbf#-WruaSNG0&!YLyGvOQ~B4;2V{4KlR}1h7vSNre~^5q1b;SvcYM*y zYa(n6tGqwFDdomhmdWXT6fu&@r#Ca4()JNzG)-EiT?UTUVaU zx^N4+c%ieFu|avK%MfC*brim+du2fC@9iYP?sA0EBXr-j%M|M`7Jj-JsyR|_`lY%Y ziQ_2Oo8ZoP;QNrgF@RN92wqS(X2b2|U0ohojf67VXoTa$roh860fi)JRg~9*beL|1 z;Broga2%? zAe$Tu1)fO(pYmn-q5nQ&6+RqFN+d9k^CD2bZ1$vYd$pXj4VYw0_er}xivb+!&x}47 zp!u2Uyk&q1E>;N!;2u{o9rbeNNuIwmv*KWfnJlk39c;D?zSg)7zA4!Do!-)_1p=O_ zSa8?Dg*L4ZZV2rd62v}T+J%b9Ym=ffdHZ!^Q*2_Valc(FZub}R zJaYNdU;wu5CPD+~S)mqTYBy=)f;8S)XX@nqGpp3Jv0Q9IPWtDa(Rx(jPmyj_Fv`@( z@fVoA?49&aJCX$Y0rF0qv%Ss{FX<4HlTVwwjt(eRvYu@MPsl9D6E5rD98@gDO7I8k&dk~7~nNOQoBF6XFH=s z6@oFS+JUb7hgQoU9Xt0`m8iXSsK-$i3pqvd`B`7;ybzpw05OC%WJ*}2RS2e0t?_ey zMd8qA%BpnBPY}tQEIk1YqX8pk zb81TZytBl{Cc0Wuv5)FU>zX2&bDt)~Yd^O_0|V)hLbEh+>mv-t4UcDgfvPH%d8Q2v zhX_U{J_H;cd3Rk@%-k4jh~20w=>EDE$tO)B=~zv3z$>)|AlspoAdDV^?ofwGl&7yq zF82)tmb&>B~`Bkm}2ReKRRslQkf zV<5Afp3(B8F>WXdQHIoR3w!jhiu8R+#?o-tnQ^;70wTdpj8;3t))MSk!yYt(x92&? zcsWvFIQWdIACaQ#SxmnG%C{DyC_~27HZE_mNAOJL(P|YjcWk^Ku$t%Y+~=Ym6e%7L z4w$NvoY*JZd98I8tXuc&66f#>Un2B+rQq{b`I>~%vM~h}_N3h`o#iY^x!!~2**)gE z_&HOPC3-*7%rfQSKv_!<9$H4#lE?=;&6wB!J|ZlTfHUJWnUaXQW}nU*n>Tn4qrI19 zqv=I&C%|3X>#Z8IULJb<`~~gEYuZzpGahOWu5%iyCzNyl1S6!wXTv4*9B;|s_bz#p zwk!f{`)anA%IIX5HfHWbf1=!!cbh0>UL&pX_GorXU(I8;G9=XFgjByHG&%Ni$0+luHp4<$B_lR$ba5Mo1L0=?TY#sL1h4K@5Mp@;|gdL>>C( z4|*l1xdK6>sM;IT%)?YYueQT4!WAJA*B$ z#3*_&$N@)AmlwI%caI@O!sS4)L|&%nN_t5+h&S!*D~6izy>qNIthH9)MN@%Vgx+VF+XbTaI-6y`SVr+p{sEOQ zvd&060HGK7cC0DVpnP^>-h)kMcG!I;nRuD#a`}?*wnFMLCUF(b9NfVV>{z?xvUkMb zp|vcUgiyL|2j0+~B#!hknfh4+ExT*%+>gyGBVQ@s;a~S_>S3ELbxh^GQ!?2@%}Y|& z!f8X2$tQS{>&={hlT36TY1rZMjH z$dxY1rqDp?_L8hPRe;Hm!E(&q*&cs}ydB!ZN5teU?L;dQhN##cy25^!{n@+A&DTWr zSF{2~nNJ%$DNXJ8ia`S!ArU5{j#SQNe##-L8%B^*o-{98xs(?HU+)}~>Tr_F62p~y zIGbteb4?lWZv^+jn(;&SRL+bs zSD}>>=VN)mIz6$ z48B!qPBdd^3)31LipsXE(aFcj*E!m$voe7m7Bi$!46B-t47Hle=119Dc)1h`zIl00 zc@qdey5BfkC^X?Th++Dw zugh5dv!XqaB$y(n>Fw!KDu8q6?W6^hDrUj1xmvZzpn!$+(B9I9<2(FTVN^$9a~>C@ zhLzKVI^Ytly|1!M&;Z%_XU!D;Stns>mmFc*j7`|H*g9|-?iw)u-Q0&>EeqKyd}`W+ zO!_l2jC!XRxG=o+d2YY)lTn{LZM{pfq)pUqbGE&^I6nN?glkayHIZynHtZ?Owx@n8 zcFKW(G21-P70=erZ7ukb8ay9gXO8~PTsExiu41<7azua>r=c!>O^;M~yvJs_qXf7S&xBM5R;A~Cp zNiiV(wr}?_5Wu;ih4m&qZ5Q}&|6sMdy|B;ztsh4mlQS# zpbtKa{5|$rw-Z}zUMljhar1+CoRbg#EseH>Jb3*alc4fV{g8LM0jYjRZ=;k7gSxWj zoeR25mZnEAUD;3#pVa-H-`L3Z118DrzWTT(x|Y$ecK0!SxNGimIcR{pZik2NxL9I@ zrioqr(g4|J%?>wLwgeWkS_jqU6v#`rj&vgGzGjS?{RVM_X&#WTe2Q8x`R~eOiJx{mH*%0DQ3Q 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
1G9f%JHO*O^qIgf{n;TpbWob(U2`x*@2?jVo&# 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�wgjJ9HCtzj*t^zD8udC+jK$-B2{w{ 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

6O-CX-_96Mo`w981o(A{b2UYCifJsD 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 ~eM4%12|1oM7 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 z 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⁣gRgUE|I$r24f0KHMOWbj7 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 ptS&Vu!_cIH%W7kX$;9cpyaLf{L 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�tK9q+}L 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¬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ËnIiXHjL2 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≶EPDmEAlXKy`g zWvp)^DOSG0J30oLUuy-5w#%v1qacb1jnab3zo^s`?p2nmC;N%i_M@ocD_-TP_j3wP z)fgSx5m++k*cjdFRJX}h$eqKHVms+7-f}HLF;}Xuf&GUnc~$V4x%(+E)9wpjY=%3s%(IlI z*~xXR3%|p#$B+uS+V%jvq-B9OV4h2wSx!m>?Ly@fcI9_czd6Xr>z84tDM3k32#8oZ z!U4E)2eR7M${`0?(&P^yCb#k`L9ikp`k&J$soBy%BdziPa#D|F)%1mUSPEuLNU&*~ zDK(To3hbw^@^kIS`Ck>-S#po$wW{BWl{(ARIFN7iKb(NpSJbP^X&jCA*nPKCbUx3z zz-74i!H&q?oWj4ZivrB0a3 zO{l-Ug@n+svT5ytds+7SRg?wI`x=I92-r>_)R@88pSO81#4U z1|eh%8wG1$a!6uNoGno zP9;p_8zyeK1>qOmlw_qd#v5MB9^5TKJ^hy7c`UZ2T3(aemf2B6mzCI?M#58YQ)IX_(7;CsaMF7@TMG(W$qkV%Y~d!9kGRGwS64Iq-7g({tL2 zu1dCPsM1R@?lP217MbP5quZhbQi)r9sE}Ao9P17&+DmVC2!z{|N(GXXNV=UfhUqA! zmQYhvz?UKoSuHHB&dP0-_Cy(x%Xu%;;=U?n{9;O~-SVI!feV%G_EmGRR0QF;BS$5=Sh#+l0sM<8oR?(J zxTleq1rVf{FW}ZyGS;&94dikGl9q1rpi*Y~kNXh^`+GTJ{DHo9QC+_#6zow2SKKXe zB8*#5Q$g98X5@mbV-{<10;0Ql9w{IjS1H#bH|y?U?U1dcx06PFrDmT6H#la|aRRNV z4^1VRL=1!#P;O(mI$Y{XZ(uI46wSDbk(Df36p*$=uQ?iaSB$oqM0Kqp#%!?9+~m3{ zp`$2V^xiP2t9VapRP%%#wGf#$st*XZT-o}Zix3qP#Bc&%CFBfz&O_mOnC<56;J(teH+c$7Gc*+$z#Q-XqMe8of>n{HQC3|sgETZC5Q7mEZtK=&wkL-OV zU5hJKExTFg+AhFENpBS$cO^U`W7>;FzlXo^D7XBdzaB3q3V_z_#Js-3=%|B!TmW}M zHx88SA_VmfRfx0X%0eSAQj|=h$aRI=a`MP5T&k6AO4z`NYnwEdr?YJT0FnOy z17SkI6bMisZU=`+qtW#cW)6D?pFCmxbCDj*hM*a6Lu}H!*k6z}+nGp=fww98kaejj zq>Cs9=z~jaY~>K^iPWjJuKi4SlBw%+x$Lr3Ycdn*uZ3~WKnhA?+f@mBQq1-$oH7W0 z$d!e_s;!?3jhvNi0H6LI2o<-r5k~eFxY-gTp7LlRDzvicN8wzB?Mj5{AHR;&dPTR$ z>3o3XQNBvvz}l7Y&`a#Af99viXiTJ>C;xAf^qcup+dGodLSMa3k5K-Btpn=Jh!Bj9n z22=vVn8y}NT`r6csJ@jDY$9QMA#o*pKN_>V=sC_mL{-mPUTE%R|_(RZ1c* z>8SXV2;D+y1#FGHpXiu=_B2o|s}Us{$r5VP`%sl{r{VS*nWgTjb)G5A-M+rB%-AY*@3^g zNi3_Lvv~@2dcg= z0E}$KTwcbr`!8gb<>g8MV@;JRpX6w2Q*!iSWyGt0+^`eJs2K$QC$B;U={*?>6^L|= z+^A@Ty;3X5Dda~E%B7ZN#H}RV{w+{|XGN3^O4`+Aa64RFoORa^VHpXZXU60>MYzORs zgOpp>Y=8@U@rNp6HwMO1dX}dFZZh{0T;mirRnC?Y%W@ZqV8rR29iBnLe%4E55J*x^ zl*&J}OL+^ugS2hVEU^8RD(4X^U^N8xQ?W6qh7HPUA_N_BB(My(xltr>c6idDvAsu& z6Z>$h{z8q*+Da-ohAqI48+q+OAh@_jJEl~KZ`cY&dSt1gPswFKa$DZWxkQ{O4G~{g z`vC(scaR%ZD(*qGl>`Rw$#bTs)^n!M3tM=Dsnx!~PzR|ifb$22I(%Me-ab}F`j+FYMqKT8y?m`T|Aa9j>aG*E!SdH;UUqd z8!ncD3%1Tf|8~0UhUYm$$LqRo$MhN?et0@hpJ@>P{p!QNkRPkmj3`F zE%20mm=*EUnNr#!`Jc)45yV~YO8TaYkGB9aSyeYGjl39*dn|)ylUYgd30D1uy8@#Lfoppk&2*H*rA{UQk#9*M_?f-%7Cbf&Bi^Y!4qJ8OdsFJotDT1fo09tC))+Pf>tz5PEqAt zK-J6@IAG(#fh&p*F9Ib^naRQz)!(L5^a3ky5mK8qe zp5;}2ODu|&kzSvED(t1V5qUT#NlSC7Mlkz(E@>!T#C9Lpm{+s4dl6+-O0lQv;e?zv zo2ZkZ>NkPj?oDG6#4b)4-i+5#X)NY*XvUJi5S~t5)eXxD2~pNDu3=g-kZ=>vq6D|Q zYymZ%GI=a1AG6qm2#Zw+a4}Mc6-0J#<<37aF5&RgLlWTdgBY~qDA-IV^WcG%Gy{+d z7TRATY>m8Qw%o^`#wD%Y^o5%~DzIDO7V1P2ViLcM7HXhIzsM?I7=qw?2@zr1>}v3+ zQcPuhPQIoSER}kfZWH;)hiUI)ww-UqG^qSns4@daS^m#SVXngw3P!q)vaG*iIKr69 zH)TY#hxR3<6HB>wWkQslY*Q&I$rWvy!O=w}-WSfoH!?9Cp(g{arlPo80FdP-ks57N@+`3m!ithLTWTnQv+d`=Mb_LbNGfT# zQrTP(Tu@e^*r|1JXW=ap8XYce@>xg6B`N#tv_ik>fXiQ!g0=LDG#3@@rAbWHZaT_* zXIohVWMSpU z$iSQO{3=N?7o2r5geu-rBLWbt+%7n;y0zj?+C2W#cj0TWO_m zTR!H{tACk{7~=W-$^`Qd4PVAE+7iDBjIath(hI9hhDTfCTy;Xa9}NQc(5 z@WwW;3xNYXcUXr^p4s$7dT!X zCW45aDpW}KdE1q$@=&Ut_aLe&{{XW+ft3FMWfy2$V>?PO_CyM`jxaTlwp0kq#ERl0 zkpoRcRZB6rQ!wc<3l@@>QpMa?@$8@^O_%=42e}iq6dsHP>&P90p3ds#b#V(GP6gAl zs;A_0g^_OLP5WXhp?h+$i^vMI2p4}8s)5|b7m|%`TjwW4MzRprZqW-t zDEpP_&r;>peWK>dfL$_}!j=U^k_uckpUM9K7D%6x^VQMB- z^nj4VC+QLTeaRQ}3~JZ^00^EC&M^@BzRK2?;ho#*C~T((U=cKF z7eq$?02z0tZ%LD`LB}wIpR(n#sNldd{s7yG*=!F#k&8RorF;S-$)+em2oj*I3V`7& zWgVWMk*1g;=Vk*eZUuob?BNw_=fYD0ov0|-97rI};8I1AEn#`^jJa*oB{U97e4Xo% zDcm3_7oN$lC=rw-s}SxZ8NSaT;pKHi188T6LmnLafJaSnj)?^IB8{m*ZYUR7G1C4l z{{SU7_CAa&>f$-n%m~Fj_Mux>B^I?)7#2jDc79$=^C4-~#8#zKEl#rE$gSAjFhvWg zWzle4vW?DCOtN_uMnc?%3q7vX1gdEgpf!v*YH3tTl?Wk(WxPQO z)NKP^B;Y#$s==~|(78e$H#>v>0I*UktO%&kYdo`(r313R>Q=_Y(#opV`~`3j&7Z8b zVJA{S>){rnT(DdWA`OhJ4kWr_M7}tw;696+a)XUc8iy>76gI;^{H@gA0yAgxJNd&kf|& zXqDR{ZX#E~3lR^pnYE~gL>GCuf%=CN*=Np8R$JY=ja`MFvWXq+pXNw{I;)6G5{axp z7>EhTFLtm_hOj7L0h?DE%9UWY06>MC zU4W)5G?WMIOXf>4(pA*75H={l><6;J6Uj*=ubgF#Nqs-yV0cF^Vy8$N*fRWr&(Q^g zPz}u`MtNIYbT9&1rQve@?zVVprKlxBpxo;)BQBBwf_E#x& z&XIVo0Vv2Jxl6Jwx+NOoMbm#qG*KXp-1K3Vmw7bEl!2Hs;2HWTU_)ZS7NP$D23qC( zW#p@<=(y5SkE5~i7|`Eg75Fz~D5g-ssDj4Z)&%o3@d0+!947w&n4KBBD;5z7?y3ir z&CnkWM6J11YUR6Pfc;D5v8Cj|U0W)uQtr_f$|jdLjOw|n+@limE^-Pk)=MZ0(YuIM zD}St~tTxCFxws@!CQ#JE*fq&$OM)NR>fk7Q6)K@MDDwybP&oMtRQ3Wsd?iGBy^CQ; zx2Q)NDpD0N(YGr5f?OQy2i*~G0o_6ktJJVH{zPk~A|!>35yRiO4#G18o)=(dwphj?&tOvA1@eYj$WYU) z#6*TJr50R)Ry>6>)+J?}uvBhb+p+o)Gmyz=#@9IfGT2tsVlCN3F*)?WH%J!3?geQ= zT4s(KUa|{&B=RVq;dHXoTXk)VILScY;XL~#%mI-HihkThU3O5}2Puu8*!@%uUm;s4 zvRbUS*+W+ZTKXcnaGsfJZj9|Dr3C)~V#1g}+E?r!dyqg6!cU#ITotb_X#f^UPgnQ^F|<0ETmRlN@)_+*b-Jby?kIN z9+WL+k}m;RL{UfMILy1aQr43^Q4Fn$5CF8Rh~1?Ra#7EVe^SbU>P2$MCX;3@opo0^ zgVI%`0w=6Q?ge4VX8eFn8*m=P;m89;4Mpg_mMR|M1D{@uv<=3)+#xK?^*9uF_IFr> zX&R@Kkm%}LZm=UElQ_4KRzRSe_dR`_uxA?lRa{NDMD0P9OeuGedlpUrfQ_Rq!A6FA zF`36}eU#t1L+OpXEP>$62)lBuq*@%9X^_+VEr4oW1>e`eEFI)HSNjqLvh`5d!`|6N zYUq_I_G}!(VOLLQRVlUFmful6q7T`@(rE#!xYFoaGZ3$KOBYnz4q`cbfsO5$Z?HSS zV!(&j$dvoIC7oE6tfVkOC073c6D&N7c~6mW@MVpD?ye*WRMlj<(d zCc()>TVh2iacmu$o~#2^O*CTP?u%)7fRO(H`1)m#^J#{#kmpm zPM64&Nl@&rc4K^(e4t_qEtR<0r^#Dl8lWb!fFIuA^XVPrv4T(v-JD?d7En%XrArOn z#-F58vm`1fj!M6{hA!NRjNop}*8BGne*XX>ZF|{uwE)}alDzbw$#ne3-U_)^ih!$? z={-wb^HW$?E7CR9YN{pG^pwcV?7QR=mnMb@E29vji79K1jeTSW?29YPm2?DC4`8hc zN&*}#DorX~q!$w$&!WJ#CIVaakqOm(#T+2pUAU?ca&L^b>#fcj^nf&h-(yH>ZJZ&H zqY=B7{{V@G<>pN@TfaFPu3`ns(k-;LvtV}Fr@H`CH0utC{gp@u-tJQxLe*7Dx#-3c z5qC!_2D&ga%7a3bfVnl;qKx(mThC`2fd2rfo|$L~VGu$kbi^TavX3(*6#&x^4NK-j zNG)Og$dO4oP+%=&DMvGx2^r$i1sWcn$FO!WL`&wu=abjfN^0T``g;Wq1T}W0HB~8q zL3I#Q{{WE$Qw&S^*c_s3sEwazC8*nw57_uAB`>r~4mKQ!CI0|~rvCtCP(iT|l>#KA z`0^ps{z?fS+h14`w9Khcv-dWt2a`^`- zj8~?j`PdQ{_G%+JxE2!vcIbN+fda}RmpcXox%NV+jY|dKy~xVd0BJy$zflt@foXt$ zM4$_UV=oeEUt;`#qTnRO>=o5RZG&liV@YJ8+SuBrQD3mCYH!@*y_HM*5CI0Ly?r1- z@6iO5qFF&T0a2|}G}yd>Y!=rpYQ|aQ8eqT#RYF9}gy_5=4WY<_QOTzJH!fWoTm+$u zlF4Y?RT_mO8MM6V6N%rxZFmvvmjqqrv@eQWZ{6fmA0{MiR(%*LVTr!P6}zcS-rr|i zKG9=Mqe*=Dl$Kbe>9+vf=0z6L0e*>L5Uv$0m#Twpj7wttf$;tNC|d`14FqjvgH5Ur zBat{8bA+(WNSQ(qaJqItfEU3*E;G?lzk`fBMo`H?e^SZY9C(INw-wQ%6S3T zJbCs&ve!V-E^{bu;14A>>xMVsU)zX`se=CinGmC=%Iw$wa^X zpnqH0sCl2HR^zZzqJ&MqPDTE$EtEC|Vt`meN>gfEHTM-C8 zuybIgHRK8bX-R7V>^Gbx0?ViiDPEeYDO&XV&Jqz zu0eZS-bJyg15!L*bow=GiPtO_9dYG9TLi_eo{?hlC^ilTxEG^wKRGPpQ?u$_2T1-arj52}CN|<(jFdYee#L)Tqx&5cyG&wdyI?YBU5@zz@_L+KFq| zzmaF?%1SQ&K&rjVHfV~AsO+1&`af*au$-o%ik`X{bW4}7r^ux(+fG6o%l&@{1iRDP zj0B?Y6W3FLTVKeC`;wGi5CxaipOXUBN~_IVrV?11HN$GCMfX<)Kz1U9ePL!A*~0cT z0!UwKeM;F?RyoM*y9G*RC?%#J$(2DHu8Q;H(?a6jGOG}rNUB3wKw19)_AK;8Jc^LJ z_NMGL3S~u-%ZQs6{{S9JnpO!cp#q~}DxIr7rPZ96E6C;+ly}q@3vjmx83c|C(1Dyq zzcQAgtvNe)6L6d&+@tYV9zb@dL=~`>*4K{z0Hm;&))vZ7-?>(P-VAAU@?sk}%+ZHcUn_xz-AeeKCBe2;N z5$k`efPTpKqiD9fjITDfHb?bD?5pV9c37d*s+n8d`YvC0>fafAh5qBWU#(_xl#Cbj zilVKEOi@@wG!lkbG{0A@;ILFoyMM}vaoA%~xGqI^Qtk!pdKERP5_{uf6T8KaeF9Y519a&{m&TM<^ChQZOi~$oR>j9AWWe% zW>`B1>JYHqSN0!x9vf2Y`zhN*s%(1?3|+wn;8B5=zw9Gw2l`*2iWg;U6BYIHN>;nw zE9gBA?TGBi*e%DLFVYEbe4dk}_21d!61xJquecVw8Z%`!nQ<#7uUOhKF1#aVM!bW5 z5eRxsR_aPo2MoT{0oa$YrM)HtW-^6T@Mj_;VM1KN?Rybq%deSSvWJR+ByCjx0I?IE+j^{N2Z0Cn zrQvnx%lEBWKd~#n@Y_B=CuK_(h_*zj8%mDUsS*DGbu>YrPqN@Gsq{gsQlF+;?AQSY zkQc~t6ZfDJ}2Hy`D9Rhz-hDI@_KhM{RwU1!!tO4vG>3_XIXHD+%r; z&-+=zvGo{+izw&|$z+>?w*8qksc#@S#$Xv*!MRG7vQ^7y0t3i}*wL-Z8jEZ0A!unU znQcq#v+f>cn#`4Q&YkauQo2V`TO9E|8U0d>Sye{0NJ_?7?AP9phTXHI|lD*~Y za5Oz;bGX0|3v7UFf>9rIvfh5xL@s4L*sY>*h+M&+9!s>TxTQ3f4%8D=hwcZe`8EiJ z(HUYt&&g{~-{}n-m~vV(${>oEcli{7CG++_+AiSOGhzX6^0pL*qagFOfKV|4FRZaC zTgD)$7b$w8X71*~T+vneKnxOUKpGzWGW=&8=>^r}gpwLk$Y&AsJkW8C|)D?6nuG7Mo3!CVYixqUGIX0x1RC5=aJ|iAu|Y zSXJj8iHd3pf3Q-@2krv_0_s@5OX&e65}SWzE);!OqwimJELC2(#em<&T`sOsy9kY7 z858n_+Q{s)v9XedX*xRtrOVk7vl-f44{D%86swR%fOd?pP(I6q{{V0vQIwoH6D}yx z@e|^{;8lq!>Bx;BlsF}S1EGFTW}TiQ8<7SEBH$)iGzEA z+)X8~5tyQ|!Yd(MG+?7keo6~c$P$R=j;LUi4U}?lzo+>NTxtzTi2)BAiAAnDPIe%v zRkO){p+_ZyNm;$TWebm~{{S0|qh*=PiDvtklL*s%iGSRhW>ll47mBQ*aG+1aPa1MeBPEcC1GJt~A-z%0+Y&ZOW$L>ISigU@g*7 zo;nY(0z@$nTj>^vC2xsf@Y1Ct0@D>U0QKPqDTCw|-W;|gP*?u_lL@MlY$^W$@gJym zw4)^ymJ*xmTCxkO7f(LwSkj$YMXpsANzz{gt(}I2pGkBkG$V+uMO0zT)6m1EM-Z1`iJ60vHMc3VlitjlgBX zDy;rlE4j1OUjCxb2ma>ZbAc3ZbYJ@^o+fnj`5tACYQG$QhWUHu3=3^?F3?oriBInzPmi?6TH5 zQCy25)YdzC;fMhPdhAD#U~K)5zmrwGfp<6{Qy2xOo{$ACw;0n^11S_*v~rlD(vgLk z%u5AI+^W>D^&nx(>)BMB9c336j0@@G0GZ|x3l)CE$b)dX`j>+S&RJ2|ha8sf77wVa z1`tGP9ta)Va?J^3`)4-h^oU)^_t^^656N8of_0){`a>3*g@!kAMvfv9hh@OqB1VYQ zcgbinLYf&vuNYmd&mwX(FgI?HrlDoAu|wDvyqyqgVmf81x*6Ep7$pbvrx>Q`^@yWc z)-&1tdl=sQRjptaRIABQvqmCn?mdfDPkd1{B_3>TQ4#x2AFrsCS0iRh3ieW!fvXfj z2PItp010n#(#HgX@KzwlNns}w>6rI_CWn_Fxo%lDE?2Uz>yT{74owT6q@m4>dkRtL z#9m<8RTpt*?E3{kpGWQv>2R=j{EEi=$Q5oB#am5x-16KB3-fHDaO&|b<`LlLt zFNel^vW^Or>R;Rp-ck`%v6o0IzLJCKILHQ|$?Ug4u(TAwsW}YhBr;TkI+fdqG3O~w z+NdTM?_#E0Qnk6pQBrnzda$?*BPrd}0b&0DQ&QPY>0cP40E6T50W79vT}C&*sCAHB zjyEFpyoIPE{GLP<#2hLs6A=Jrm2nmuTgcpRj3?=q(NqveuoI9!M<+vnPZD71a1#0xIV=4@?Bk9bsf@F+pNKAYUd`fmpjN=opC9SZAb3D zE$r;|{Fg}4a@(*7n%#{(&V5WknF8KIlSrJh(manr3J4@pBLm4z$P1z?F%poVZF>co z5v}Y;B7ZTlaxjNpezRlRpuQg8e>PP=Spw#?Bm zx0dC|MSEywY37!env>EL6@jv4mRjb@g=wj|aHJ>*RF@AZ1WUKfAdCO+yt5UD5j^w%Z#of!vx=YwBVHZgLtc&0)x%3gD? zjZIbN>5Inc9hVN(5f5!D+W~Dp7EIBJ+rry?aH8rlmE@#!_%p}%-Qi|6X7&dvukTLG zs`YfUSJl}m8fD(5BE4(T+c#Y}H$Q5y zswQZ|mglNlZf~H5Tdf|WW>zLfU2^LRcw%KW{$ z3S)5B#1Q76byM|&FM5SWZDO<0rvushp(DQXc$e}&lTX$UV~P$Kw>@b!@fdx-GzM|w zbzZ9LcY|NMG8<}C9!Axy>zMVDW_$|yrlarldB;l=mdA4o#1Pp#7H(IN(`K+rcSF)#+cQ-NZ zm-oXn*|+X>o_7v(v(XPZV3>ToDEim#S);vfr>(Z6gq{sw(QUfNVQ8KAo@mEI1{-jd z&Mh{sPGR|n8kgQcJL;cO8**At4D5M-;e4xaw)2gyYxh1GWIrDb7>nMc@4tflXGz8b zeCn&a8?J2Ic=1%&D%!d)XZESU}+)ipnLAMY|?_(C zS>`?~%L+V#D61rg-P6b=GoMknj>?j%z4jdpeV?d7$bMpcz3f4{Qe+;`!RZlqn?2gH z@$JL>JhP(ehVR=ZPaCU9Wa>2~S&iwmp?hUA&^(lu_LuuWP;l(%helu~&IrTE& zEv{!vwa-YR(|d=0?L+^F-;nK>$+@}rJR+QrT`Bf%OFsM-wf*@59c6r_c6> zZT)=p(+eGX#wPPr-KQf`m&62g%?^N=zMMsVwH=aWcKPI5sEK#Y@ivQNv$es;eyC^- zyUn>8B}ulVpFTTUDSNsX`CDJbAw9!BTXXzQVOYn7x2rHZJI}~|gkJ5;!_;iYuePw5 zX!N@F)rg`i*C}58qN08XURyGm@iKh=64Nm(iS+!Emj7p`#m0mNm)n)W~*tP3j2MVT~cc{E{I(k_RA$@bdNIM8C z+!6XhwOXcJhfYmu9x< zID`zTpVdx(!)e&%&`t5z*pplb%;}w+#=<|`2_=LZq`$>{U)yoBlJq?IQt{BLG)ib< zMXqliw@!!fP@Cj2j5(kc4y`dVF!a8b#R$lbkC9Q&I!kS$Ue;+Wo@+dAST`OJ_I35? zI^D}g2?|I+VUX)d#!1bO{soU$QxUMVmnFwc#*?>HfSXTT3g3Tx2?t(zJ{LQZsN#U@ z`~BfmXR1|udjtbByXFiVxooDRZ#5Us|8h<1&N8D1*JHQ)pH_7eKYU%Q>Ugo1fUDJg zxBRMP+c6i9a*T=7slpcQiCyrz&*7G`qlbTO|KjR)dHwRc=Ln~DuKBH-TTWI$(y~J8 zQ$$Pf=+!0;V-%I#1bo5?!LyJp1)X6BD3*^utA6mJn!HLf&{{5BAG-V6+>6^k3dvu8 z(nn>7*Lo}u`xKn07MBKGGBEg^ks$r4I`5Bv_qKMlkoUSu@2%jwN_vBnS(>G>sKoCV zzW12w5{u!`CYQ_3AEL@K!%rJU{8{K%eFbd`D_eHjm+Fyom+^pDm0fvN1l=Dl)`pEK_L=2cel1ygw9C&Yj4&4uu_Z`9zgwl8b)mG}R|%xuU= za=mfXNC)P5s-nZqHj8z?x!pK#E~`CWayvk0 z_B7WCjyh-fHPb+6BBRXe!k5k?X6fG_9M^B%>$y~zo8UbHKkYPg+Ep;y{>KqPT>AK4 z`iV^u))C`34GO~(?hI(DRc>0n*g3rIQZJQi`na>|)d0HV{m`fS?@wk10s`dR1cWZ~PS+7%1_xR4v-S1(KhK~}Azh~P#NUwht{?0S6ClHHX4fqF6tM~ZVnyS(dyg~zJ%@d8Y6sE=Q1_3d<=0%-TkKq2X%w}Z zajQio+I?_;bBF>meVtk`H{qkw{LKD?&1ao!3J^0UpE#q(t4{e^?ER$Cf7+Z9@qC8`qWet$qZLLUJnK4N z>((VstlE7b?Y$+n5zdWVU6!tLn(86ZU+?ebzVg@7=wt^ z;gDk)K}-5v3U+m_KD@Hfq^)ZG!?){#s{85JN_3c?RBo7jAGl7K+jZ@-esgrsifWe| zb<8#KC6_Uwl--%j%tEOoC!$Hfx4ehJ&x2i&|iefeBEB&s0&3%U4= za8IbtK+^fQe#?v7{SU0~TCrJu-SNv!nd1@3l1)Wz?jO%g=J`34Dj+p?==&mwlC|Cw zCG8t!FGh1#UDcuLTy_aAKY!EteE8_8lFon`i(&IdkDd-kZ9U?Z`qCP8MouMhLiJ?b zpL!4ZB?S_92H=*eJ=1DZ^R>?VQ1#^7MEI_~ zYADI3YsSK>@%JeHxG2?%E$aKe24Cy%%e`c_4-p~zkaEuIQ+D(L;;TBBon=PL8!WmE z@tdxndTezp@zf9ZV-IF)tScMPpA*WE^?KE9SC_p$EjI8Nm{K`fRa$nOAC2tSsZ!!)vhf-kVSom7k9dEG%vwUg{dO;_$9? zi&dlBLys(G`j~ixAB~hOn!kz&Uc0hKRXh4Ce$U4UU5R}+tq)Vzc<}3>0#f%dXo-Dy z*LU4-$$|avBV;~hNq|n3lIwYd=vY=|+=X0gzBc&9W9W1asNb?;{*He}!kqjiWwl$M z*`!+KKS}!4D|*$IrU%}AGVuC9OfS+Pmtbo23SOPtv%WY35@ND^;_v=@touf>o3CWe z*xg(chBDK>OS_(w_A+YT|5jM!JKM6&s{T&@5`FG&#C`ailp*+SHHp+Lve=|UEm_J> zd*#<@d0`P;VYW}2d}hV5&P2n~0!P2@Q_QaNUwC(~`@D8~ph#Y%+b^c>Xt;IcmQ&T! zTP>yyTkacdQHj*u*>J~`yk!a)d{%X1LTDJ?tY6;j&vSBm&=F+hW8(hqr-c_WP1x}_ z;KNZ1ojtYg%bmaHpdDlXl{FZR8iO~s6L*HYQEd{}qWr5)hSaghUwX4Yhu1r~8F{X6 z%0D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 >Hu^=j9FUQqv%hqeJKKsv+~eko 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

?rbw%_ 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

F#5=+O*w?5aHQjX9yl@h}|%Mo7qV>JhnhVfSMz^ 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%0A)3_)4RDNO%)TxHVMb# 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

TCF)tu_zm5iG*0A?tr?hEY~kG!X%kHm4qU> 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 From 60d191e8f86a1edef88e22cfae27d3f3fb043b05 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Tue, 27 Apr 2021 13:38:25 -0600 Subject: [PATCH 13/18] Tues --- {test => Myanmar_dashboard}/app.py | 0 .../static/HeatMap/Assets/css/style.css | 12 - .../static/HeatMap/Assets/data.csv | 1334 ----------------- .../static/HeatMap/Assets/index.html | 24 - .../static/HeatMap/Assets/js/config.js | 1 - .../static/HeatMap/Assets/js/leaflet-heat.js | 112 -- .../static/HeatMap/Assets/js/map.js | 71 - .../static/HeatMap/Assets/js/marker.js | 58 - Myanmar_dashboard/static/css/style.css | 82 +- Myanmar_dashboard/static/css/style1.css | 17 - Myanmar_dashboard/{ => static}/data.csv | 0 Myanmar_dashboard/static/js/Myanmar.js | 195 ++- Myanmar_dashboard/static/js/app.js | 150 +- Myanmar_dashboard/templates/index.html | 456 +++--- Myanmar_dashboard/templates/index_test.html | 42 - test/Myanmar_data.csv | 794 ---------- test/static/HeatMap/Assets/css/style.css | 12 - test/static/HeatMap/Assets/data.csv | 1334 ----------------- test/static/HeatMap/Assets/index.html | 24 - test/static/HeatMap/Assets/js/config.js | 1 - test/static/HeatMap/Assets/js/leaflet-heat.js | 112 -- test/static/HeatMap/Assets/js/map.js | 71 - test/static/HeatMap/Assets/js/marker.js | 58 - ...April_4_2021_Man_dragged_by_motorcycle.jpg | Bin 48131 -> 0 bytes ...esidents_flee_junta_raids_April_9_2021.jpg | Bin 106815 -> 0 bytes .../Kachin/Kachin1_state_April_19_2021.jpg | Bin 179121 -> 0 bytes ...in2_Myitkyina_man_in_road_March_8_2021.jpg | Bin 72593 -> 0 bytes ...ren_state_bombs_dropping_March_30_2021.jpg | Bin 11495 -> 0 bytes ...y_airstrikes_Karen_state_March_30_2021.jpg | Bin 26050 -> 0 bytes ...ikes_Karen_state_montage_March_30_2021.jpg | Bin 100762 -> 0 bytes .../Mandalay10_region_fires_March_28_2021.jpg | Bin 98542 -> 0 bytes ...man__in_street_journalist_April_4_2021.jpg | Bin 63585 -> 0 bytes ...ndalay_Killed_March_3_2021_head_bullet.jpg | Bin 73398 -> 0 bytes ..._homes_burned_by_military_April_1_2021.jpg | Bin 61854 -> 0 bytes ...burned_by_military_image2_April_1_2021.jpg | Bin 51652 -> 0 bytes ...o_Kyaw_Win_Maung_Funeral_March_28_2021.jpg | Bin 92541 -> 0 bytes ...y5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg | Bin 260236 -> 0 bytes .../Mandalay/Mandalay7_March_23_2021.jpg | Bin 94159 -> 0 bytes ...rs_target_practice_tweet_March_21_2021.jpg | Bin 115926 -> 0 bytes ...ng_protests_shot_in_head_March_13_2021.jpg | Bin 25582 -> 0 bytes ...ine_Aye_Myat_Thu_funeral_March_28_2021.jpg | Bin 177996 -> 0 bytes test/static/Media/Photo_key.docx | Bin 17843 -> 0 bytes ...g1_Monywa_police_brutality_Feb_26_2021.jpg | Bin 82913 -> 0 bytes ...2_Shwebo_grieving_father_March_27_2021.jpg | Bin 139638 -> 0 bytes .../Tanintharyi1_Dawei_Feb_27_2021.jpg | Bin 106847 -> 0 bytes ...anintharyi2_Dawei_hospital_Feb_27_2021.jpg | Bin 151963 -> 0 bytes ...ung_Htet_15yrs_face_shot_March_21_2021.jpg | Bin 70705 -> 0 bytes ..._Military_grenade_Attack_March_28_2021.jpg | Bin 33170 -> 0 bytes ...gon3_Man_tortured_unknown_March_6_2021.jpg | Bin 141937 -> 0 bytes ...4_North_Okkalapa_township_March_3_2021.jpg | Bin 103682 -> 0 bytes ...ested_beaten_shown_on_tv_April_18_2021.jpg | Bin 75848 -> 0 bytes .../Yangon/Yangon7_protests_March_19_2021.jpg | Bin 171688 -> 0 bytes ...ngon8_protests_slingshot_March_19_2021.jpg | Bin 240054 -> 0 bytes test/static/css/style.css | 87 -- test/static/data.csv | 1334 ----------------- test/static/images.csv | 20 - test/static/js/Myanmar.js | 171 --- test/static/js/app.js | 120 -- test/static/js/config.js | 2 - test/static/js/leaflet-heat.js | 112 -- test/static/js/map.js | 71 - test/static/js/marker.js | 58 - test/templates/index.html | 166 -- 63 files changed, 519 insertions(+), 6582 deletions(-) rename {test => Myanmar_dashboard}/app.py (100%) delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/css/style.css delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/data.csv delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/index.html delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/config.js delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/map.js delete mode 100644 Myanmar_dashboard/static/HeatMap/Assets/js/marker.js delete mode 100644 Myanmar_dashboard/static/css/style1.css rename Myanmar_dashboard/{ => static}/data.csv (100%) delete mode 100644 Myanmar_dashboard/templates/index_test.html delete mode 100644 test/Myanmar_data.csv delete mode 100644 test/static/HeatMap/Assets/css/style.css delete mode 100644 test/static/HeatMap/Assets/data.csv delete mode 100644 test/static/HeatMap/Assets/index.html delete mode 100644 test/static/HeatMap/Assets/js/config.js delete mode 100644 test/static/HeatMap/Assets/js/leaflet-heat.js delete mode 100644 test/static/HeatMap/Assets/js/map.js delete mode 100644 test/static/HeatMap/Assets/js/marker.js delete mode 100644 test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg delete mode 100644 test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg delete mode 100644 test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg delete mode 100644 test/static/Media/Kachin/Kachin2_Myitkyina_man_in_road_March_8_2021.jpg delete mode 100644 test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg delete mode 100644 test/static/Media/Kayin/Kayin2_Military_airstrikes_Karen_state_March_30_2021.jpg delete mode 100644 test/static/Media/Kayin/Kayin3_Military_airstrikes_Karen_state_montage_March_30_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay10_region_fires_March_28_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay11_woman__in_street_journalist_April_4_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay2_100_homes_burned_by_military_April_1_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay4_Ko_Kyaw_Win_Maung_Funeral_March_28_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg delete mode 100644 test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg delete mode 100644 test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg delete mode 100644 test/static/Media/Photo_key.docx delete mode 100644 test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg delete mode 100644 test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg delete mode 100644 test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg delete mode 100644 test/static/Media/Tanintharyi/Tanintharyi2_Dawei_hospital_Feb_27_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon2_Hlaing_Township_Military_grenade_Attack_March_28_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon3_Man_tortured_unknown_March_6_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon7_protests_March_19_2021.jpg delete mode 100644 test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg delete mode 100644 test/static/css/style.css delete mode 100644 test/static/data.csv delete mode 100644 test/static/images.csv delete mode 100644 test/static/js/Myanmar.js delete mode 100644 test/static/js/app.js delete mode 100644 test/static/js/config.js delete mode 100644 test/static/js/leaflet-heat.js delete mode 100644 test/static/js/map.js delete mode 100644 test/static/js/marker.js delete mode 100644 test/templates/index.html diff --git a/test/app.py b/Myanmar_dashboard/app.py similarity index 100% rename from test/app.py rename to Myanmar_dashboard/app.py diff --git a/Myanmar_dashboard/static/HeatMap/Assets/css/style.css b/Myanmar_dashboard/static/HeatMap/Assets/css/style.css deleted file mode 100644 index db25abd..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/css/style.css +++ /dev/null @@ -1,12 +0,0 @@ -#mapid, -body, -html { - height: 100%; - width: 50%; -} -#mapheat, -body, -html { - height: 100%; - width: 50%; -} \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/data.csv b/Myanmar_dashboard/static/HeatMap/Assets/data.csv deleted file mode 100644 index 715ec33..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/data.csv +++ /dev/null @@ -1,1334 +0,0 @@ -event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities -9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 -9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 -9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 -8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 -7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 -6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 -6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 -5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 -5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 -4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 -4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 -4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 -3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 -3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 -3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 -3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 -2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 -2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 -2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 -31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 -31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 -31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 -30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 -30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 -30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 -29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 -29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 -29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 -28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 -27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 -26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 -26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 -25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 -25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 -24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 -24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 -24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 -22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 -22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 -20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 -20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 -19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 -18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 -17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 -17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 -16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 -16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 -15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 -13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 -13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 -12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 -12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 -11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 -10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 -10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 -10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 -9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 -9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 -7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 -5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 -4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 -3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 -2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 -2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 -26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 -26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 -25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 -25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 -25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 -25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 -24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 -24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 -23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 -22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 -22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 -21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 -21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 -20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 -20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 -19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 -18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 -17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 -16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 -16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 -15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 -15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 -14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 -14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 -14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 -13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 -11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 -11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 -7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 -1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 -1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 -30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 -29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 -27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 -25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 -24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 -23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 -23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 -22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 -21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 -19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 -18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 -17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 -16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 -15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 -9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 -26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 -22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 -20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 -20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 -14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 -10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 -4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 -2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 -29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 -28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 -27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 -27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 -25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 -25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 -22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 -19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 -17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 -14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 -12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 -11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 -11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 -11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 -10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 -7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 -7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 -4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 -3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 -1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 -25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 -24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 -21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 -20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 -18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 -17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 -16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 -16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 -15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 -13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 -11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 -9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 -8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 -7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 -3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 -30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 -29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 -28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 -27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 -26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 -24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 -22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 -21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 -19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 -16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 -15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 -10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 -9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 -9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 -8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 -7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 -6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 -2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 -26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 -16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 -14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 -13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 -12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 -11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 -7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 -4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 -4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 -3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 -30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 -29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 -27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 -27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 -25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 -24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 -19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 -18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 -8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 -6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 -4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 -30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 -29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 -20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 -12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 -9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 -3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 -1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 -29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 -29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 -27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 -26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 -24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 -23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 -22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 -21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 -19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 -17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 -16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 -13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 -12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 -11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 -7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 -6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 -5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 -3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 -31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 -31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 -29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 -29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 -28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 -25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 -25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 -22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 -22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 -21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 -20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 -18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 -17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 -16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 -15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 -13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 -12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 -11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 -10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 -10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 -10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 -8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 -6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 -5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 -3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 -2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 -24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 -23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 -22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 -20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 -19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 -18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 -18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 -17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 -16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 -14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 -12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 -11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 -10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 -10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 -8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 -6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 -3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 -1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 -1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 -31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 -30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 -29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 -24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 -24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 -20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 -16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 -14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 -12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 -11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 -9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 -7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 -5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 -4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 -2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 -28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 -28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 -21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 -19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 -17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 -16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 -14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 -14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 -13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 -4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 -2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 -29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 -28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 -23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 -22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 -21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 -19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 -13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 -10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 -9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 -4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 -4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 -2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 -30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 -30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 -27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 -27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 -27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 -25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 -25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 -24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 -22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 -21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 -21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 -20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 -15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 -13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 -12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 -7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 -2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 -1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 -1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 -23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 -22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 -17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 -17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 -15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 -13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 -12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 -12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 -2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 -31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 -26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 -25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 -24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 -24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 -23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 -21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 -19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 -18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 -15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 -7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 -6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 -5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 -1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 -31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 -30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 -28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 -27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 -23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 -23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 -11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 -3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 -2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 -2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 -1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 -27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 -26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 -24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 -23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 -23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 -21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 -14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 -5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 -1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 -29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 -23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 -22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 -22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 -19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 -17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 -16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 -15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 -15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 -15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 -11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 -11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 -10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 -10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 -9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 -8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 -8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 -4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 -3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 -2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 -21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 -19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 -15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 -11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 -7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 -7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 -5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 -3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 -2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 -30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 -26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 -26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 -25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 -24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 -21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 -21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 -20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 -19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 -19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 -18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 -16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 -15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 -15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 -14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 -13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 -11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 -9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 -9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 -21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 -19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 -18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 -17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 -14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 -8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 -1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 -28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 -26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 -22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 -20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 -27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 -26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 -25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 -19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 -17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 -13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 -11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 -2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 -27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 -18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 -17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 -13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 -9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 -8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 -30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 -28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 -26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 -16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 -16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 -15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 -15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 -11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 -10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 -6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 -5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 -1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 -28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 -12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 -11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 -7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 -5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 -3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 -28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 -25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 -12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 -8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 -3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 -26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 -25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 -24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 -20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 -11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 -10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 -9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 -8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 -3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 -28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 -27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 -26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 -26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 -25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 -31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 -30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 -27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 -25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 -19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 -18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 -16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 -16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 -15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 -14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 -14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 -12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 -12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 -23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 -18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 -15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 -13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 -13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 -12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/Myanmar_dashboard/static/HeatMap/Assets/index.html b/Myanmar_dashboard/static/HeatMap/Assets/index.html deleted file mode 100644 index 21107bb..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - Myanmar HeatMap - " type="image/x-icon"> - - - - - - -
-
- - - - - - - \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/config.js b/Myanmar_dashboard/static/HeatMap/Assets/js/config.js deleted file mode 100644 index 48f51f5..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/js/config.js +++ /dev/null @@ -1 +0,0 @@ -const API_KEY = 'pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg' \ No newline at end of file diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js b/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js deleted file mode 100644 index 891f63d..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/js/leaflet-heat.js +++ /dev/null @@ -1,112 +0,0 @@ -/* - (c) 2014, Vladimir Agafonkin - simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas - https://github.com/mourner/simpleheat -*/ -!(function() { - - - function t(i) { - return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); - }t.prototype = { defaultRadius: 25, - defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, - data: function(t, i) { - return this._data = t, this; - }, - max: function(t) { - return this._max = t, this; - }, - add: function(t) { - return this._data.push(t), this; - }, - clear: function() { - return this._data = [], this; - }, - radius: function(t, i) { - i = i || 15; var a = this._circle = document.createElement("canvas"), - s = a.getContext("2d"), - e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; - }, - gradient: function(t) { - var i = document.createElement("canvas"), - a = i.getContext("2d"), - s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; - }, - draw: function(t) { - this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; - }, - _colorize: function(t, i) { - for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); - } }, window.simpleheat = t; -}()), /* - (c) 2014, Vladimir Agafonkin - Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. - https://github.com/Leaflet/Leaflet.heat -*/ -L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { - this._latlngs = t, L.setOptions(this, i); -}, - setLatLngs: function(t) { - return this._latlngs = t, this.redraw(); - }, - addLatLng: function(t) { - return this._latlngs.push(t), this.redraw(); - }, - setOptions: function(t) { - return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); - }, - redraw: function() { - return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; - }, - onAdd: function(t) { - this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); - }, - onRemove: function(t) { - t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); - }, - addTo: function(t) { - return t.addLayer(this), this; - }, - _initCanvas: function() { - var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), - i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); - }, - _updateOptions: function() { - this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); - }, - _reset: function() { - var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); - }, - _redraw: function() { - var t, - i, - a, - s, - e, - n, - h, - o, - r, - d = [], - _ = this._heat._r, - l = this._map.getSize(), - m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), - c = void 0 === this.options.max ? 1 : this.options.max, - u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, - f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), - g = _ / 2, - p = [], - v = this._map._getMapPanePos(), - w = v.x % g, - y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { - if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { - e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; - } - } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; - }, - _animateZoom: function(t) { - var i = this._map.getZoomScale(t.zoom), - a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; - } }), L.heatLayer = function(t, i) { - return new L.HeatLayer(t, i); - }; diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/map.js b/Myanmar_dashboard/static/HeatMap/Assets/js/map.js deleted file mode 100644 index 21f66f1..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/js/map.js +++ /dev/null @@ -1,71 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -var myIcon = L.icon({ - iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", - iconSize: [20, 20], - iconAnchor: [22, 94], -}); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - - for (var i = 0; i < data.length; i++) { - - heatArray.push([data[i].latitude, data[i].longitude]); - } - console.log(heatArray); - - var heat = L.heatLayer(heatArray, { - radius: 20, - blur: 15, - maxZoom: 10, - max:4, - gradient:{ - 0.0:'green', - 0.5:'yellow', - 1.0:'red' - } - }).addTo(myMap); - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js b/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js deleted file mode 100644 index b342332..0000000 --- a/Myanmar_dashboard/static/HeatMap/Assets/js/marker.js +++ /dev/null @@ -1,58 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -// var myIcon = L.icon({ -// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", -// iconSize: [20, 20], -// iconAnchor: [22, 94], -// }); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - for (var i = 0; i < data.length; i++) { - heatArray.push([data[i].latitude, data[i].longitude]); - L.marker(heatArray[i]) - .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); - } - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/Myanmar_dashboard/static/css/style.css b/Myanmar_dashboard/static/css/style.css index 7c92cef..8e397dd 100644 --- a/Myanmar_dashboard/static/css/style.css +++ b/Myanmar_dashboard/static/css/style.css @@ -5,27 +5,90 @@ body { /* .formlist, width: 25% */ .card { - width: 25%; + width: 100%; padding-right: 5px; padding-left: 10px; border: 1px solid #0000; } - .twitter-bot, + /* .twitter-bot, */ /* border: 5px */ - } + /* set map, body, and html to 100% of the screen size */ #map, body, html { - height: 95%; - width: 95% + height: 100%; + width: 100%; + padding: 0px } /* .formlist */ - +.maincontainer { + background-color: white; + width: 100%; + height: 100% +} +.myheader { + /*width: 100%;*/ + height: 10%; + background-color: red +} +.myscroll { + width: 100%; + height: 100%; + background-color:white; + padding: 10px + +} +.contentcolumn { + width: 100%; + height: 650px; + background-color:yellow + +} +.maprow { + height: 100%; + width: 100%; + background-color: pink; + border-style: solid; + padding: 0px +} +.formrow { + height:50%; + width: 300px; + /* background-color: purple; */ + /* border-style: solid; */ + +} +.incident_icon{ + content: ''; + width: 24px; + height: 24px; + margin: 3px 0 0 3px; + background: #fff; + position: absolute; + border-radius: 50%; + /* border-style: solid; + border-style: 5px; */ + +} - } +.leaflet-popup-content{ + /* height: 100px; + width: 50px; */ + /* content: 10px; */ + width: auto !important; + /* maxWidth: "auto"; */ +} + +.plot { + width: 100%; +} + +/* .twitter-timeline */ + + /* .twitter_bot { min-height: 100px; @@ -34,8 +97,7 @@ body { align-content: right; /* font-weight: 800; color: #fff; */ - } - */ + /*! * Bootswatch v4.0.0 * Homepage: https://bootswatch.com @@ -47,4 +109,4 @@ body { * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Cabin Sketch", cursive;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} + */@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Arial"; font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Arial";font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/Myanmar_dashboard/static/css/style1.css b/Myanmar_dashboard/static/css/style1.css deleted file mode 100644 index c853da9..0000000 --- a/Myanmar_dashboard/static/css/style1.css +++ /dev/null @@ -1,17 +0,0 @@ -body { - padding: 0; - margin: 0; - } - - /* set map, body, and html to 100% of the screen size */ - #map, - body, - html { - height: 95%; - width: 95% - }; - -.formlist{ - - } - \ No newline at end of file diff --git a/Myanmar_dashboard/data.csv b/Myanmar_dashboard/static/data.csv similarity index 100% rename from Myanmar_dashboard/data.csv rename to Myanmar_dashboard/static/data.csv diff --git a/Myanmar_dashboard/static/js/Myanmar.js b/Myanmar_dashboard/static/js/Myanmar.js index dc98ff3..e54d3f9 100644 --- a/Myanmar_dashboard/static/js/Myanmar.js +++ b/Myanmar_dashboard/static/js/Myanmar.js @@ -1,4 +1,6 @@ -function createMap(Myanmar_map) { +// import CircleMarker as LeafletCircleMarker + +function createMap(overlayMaps) { var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { tileSize: 512, @@ -12,17 +14,17 @@ function createMap(Myanmar_map) { "map_base": map_base }; - var overlayMaps = { - "Myanmar_map": Myanmar_map, - // "Heatmap": leaflet-heat.js, - // "Markermap": marker - } + // var overlayMaps = { + // "Myanmar_map": Myanmar_map, + // // "Heatmap": leaflet-heat.js, + // // "Markermap": marker + // } var map = L.map("map", { center: [21.9162, 95.9560], zoom: 6, - layers: [map_base, Myanmar_map]//, Heatmap] + layers: [map_base]//, Object.values(overlayMaps)[1]]//, Heatmap, Markermap]//, Heatmap] }); L.control.layers(baseMap, overlayMaps, { @@ -31,39 +33,160 @@ function createMap(Myanmar_map) { }; +function createPhotoMarkers(data) { + + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + iconUrl: img_url, + // content: 'img_url', + // width: "4px", + // height: "4px", + // margin: "3px 0 0 3px", + // // background: "#fff", + // position: "absolute", + // borderradius: "50%" + // iconUrl: img_url, + iconSize: [45, 45], + // iconShape: [circle], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + // style: "circleMarker" + // border-radius: [50%] + + + // geometry: "circle" + // marker: "circle" + // type: "circle" + }); + // incident_icon { + // width: 30px; + // height: 30px; + // border-radius: 50% 50% 50% 0; + // background: #c30b82; + // position: absolute; + // transform: rotate(-45deg); + // left: 50%; + // top: 50%; + // margin: -15px 0 0 -15px; + // } - function createMarkers(data) { - - var markers_list=[] - function create_icon(img_url){ - var incident_icon=L.icon({ - - iconUrl: img_url, - iconSize: [45, 45], - iconAnchor: [22, 94], - popupAnchor: [-3, -76] - }); - return incident_icon - } + return incident_icon//=L.CircleMarker - - } - data.forEach(incident=>{ - var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') - - var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"

7*M&nVY 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

p@5m0rcU%D{Ge* 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

ekJ6g(K4sU#}neXK>2 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%0D=&WHN!kB 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 %N4!z0d?( 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%0A#|yh#UG!y0^-Win)c??pWE z;!I|A&{8XV>8UtDgwr9+=QXp*ZZC@N*xN>F5PN-o#;Sjby+>o~pJM6ymY;{OfXVxh z73Z(2#U|deP>w0r=+>E6qH%)<>wS*=2VX?rA2NG%DNM;dE=M6a_;Xd zN03jZq&LnU?{X|~ACGDJyu_L}bfEBW_xIxbE1O6o1io+dbQwB1xvO@sWc}Vfk-O?X z5tmQ|8@ztQ{^RJEUo?2_j(X)n>z^kxyFV?wWXjY%m4B@n%(NOzy0Q#oTBEt5JnvNN zz1e8?Vteq7r`5~WB`MnviTX1uTW%k4H_AHO^U1yQo9c_laJo-hocoXTkdN*YmwfQG z_OkV+4Sj104F|T-CU&p+@r*?e`PJHkO>5^qB6X|_ImRtg@_)cc7U@jN^RM}ow$(G! zltqB1{eE8R#VyTpeoo+Fy7{U@|2+oCSP;Mf|MT%0$-YVU^M^a}+}d04R546}fEpcH zZQ@%%;%axkOZE7}d=QQra2MX>j@@N@55l@~cv5PFw#!Sw02nV=#Y``J*B$lDW*zfz1FHH4Tj{lI_&D8-mqPvjnE@$5v<2O$s zK(K^ljrf9GGcu4S&b1d})8{1ex2}gU%md50@Zw73`WmJLD$n5bpc7lnWC9vtC~zU~^W_lI~^b z2RnC%a$1zEC>i1a+pP?(pTo1}?yxoG?3!Y3nu_Mq0>nYwE#>^~06wL=eEuI)xsXxo z&(8^CZ|P%1f#f$cwE4m8+8Z!+i1ve@^ZFw0SRjJM+Hkvn0JU7cDHjy*4udvPDvkgI z+GMCYfM#~PI7ftbmc(pVaegmq@41UA?y$7WIkUl6<|1IPQZkBx^nPtMDri*BQ*?1b zJlipXAtwM{0$(i&8aCy1!Yt>;`T}!abfK>q2^NHK9B;DB2H6@s&?)qtC}Ty+Y}7*j zFFdTh{gHue@P zvYea)*wkTtvj>0zV?G$n(U${A4<`rDiwf|K!~r?WIa`WRR0jP(PI4Udtqz5TOE|M2 zs}|z;g`i+DN2+8*gS5le$i!VI`T@QKkNSmjvjkjyn9YccA9V+aGDd{Ap{Z^oL9mV2 zEl6Mlbbz#$0hT6+%@uQ_{AdPKUer9OPHE$Z_r(OjQV>FB_;W)x-c>-iA1$YX6gi5lD&dhj-@<(q5FIyXW}SnvH@*nFhM_l1Ie-}UE+lTg z!M9e-(Ufw!Nr=}V_iPz!O8%+nCS!CEsky;Zn7|qVAO``N5vyZ>(_INnRq*{3PKH)? z=Ma|yL-R%alwdXjbE66%!A(S@CyV-6egGV;LZ(bu*}d>sF|RrT@+SL629o8*WU!P$ z>0xJorx7tnx|}wpV{~qWvbxEk5wzLcP_>9}=;wHa(hPSXQ3>Ec1frFU964jYKN-Bu z2TXX_L7rJZZM2^gc^A@@^WO}@IVCpT3JxeI>tI%-oa`;+kAXDxAZ(~48wPEF5}U}U z$ixtX8bqTM+j#Z*PAM6RaIQhj7`@5KzV-b!jH=62 z0TM0bO968A9X{FvwG5#KAv}pebr@*2jC`2DkQTDWh&C-UU%!>?93flVO_L2V%t&Zd z7$gUguyU9Z%IHzS*>`Lxe(cd3JcP`^7PG61S)h(Trhvx6|EB>YewoK?Q9^2N&-@EAf1CY(KrAp;20u&y}D`Y5C(eF7wiShOu2Pc z+-e;{CG$WdL=eh3>u=K%3~Vt)vT5w-3Iwa-QtlwyK;Jq&3+aa_p+H&?7bs>kacoHt zBU*^28SzrYWF3y{9bl6x<1@)nHknc92UEk4G04{;&_<}DVFjE|r5ydB@08wV%7mLL z1N1?_NF~?odrkb=0vTBm!QhH%BR8O_A)5XMSv$Z*6)c^AExCg#gwPfYnc44~g@qNS z4D1=-$sn|)moM~Vfw#md0jy3MOHyWo#c^_kT=2OKMaMrZVWj@a&glb04_S$RG|?R{ z^%l}u$bHk#itTT{QxwOJaLyXde;{)VI3BsT9q#fktc4E z|LX-DC;*7XfdCc+|8L+52vEEblqryKg^^j(l>eQ&^8Iuf^3JH*+wKg$1HMguq4C=@ zvg=vmSJ?(S*7K-tlIeg;)CDV@oqXv&Y<0 zB^3pUO`@v2pz6W{E_cI1kXGdir<9s~Q!Bz!B~^|eP0s=Kj?#@1C-@=OqCDEReh=lu z?G}kr&wZzQ9G#Yl-w1(j`1S;Q=9gaei~8=={<@vUf6o8mcYjT28@^+92^0Rdz*Z@M|6JpO$`MA8cFKu`%@yec~ zVuBEGzP*r?nC$WSZt%I&3Zu-ig>~Po58-AY-oQhmdr;n5dej@Q%AxLw^A=-@&)5}u_oPs|`1^KNo7Y*>8 z%?bPX<7VOOZB9nhBu*D|-+g^wxGWMd9Wt%ov?+4a)@&F_Ya|F_%xumbRlL^S1)Si& zWx=MRKR%_f9N)`;bd}!K=LOR)y}Gj4guUngfQb2@(47AdA^=hlrk4ce3WSl;tp5Wd z=6^tZMR-}5RFR(Whj82{gDnl5KM`?k5(%=*y+A6fSza3?_edc41V`Q|^Ux~+>nG_4)wW)a4dSb|Kw7tV_6H9&-59xt9HDp1pUf`&cIe8Fg~mQnxETK3jKmR zU2v|uRNUgaG3$)^0;kThU-+eHzC&X`6?ENCUsKt!ypnb2Y_r8b-JjQ{-f;irJX$e?E$CERxp(CMQ!>W zL>B}AAm?LKrew=&Gepk*U}R;_{p9d5W2E z#ct8e8@1-;Q30G%BL@6r-BibwH0Y*23l4=WnN%!0E9;ziUCOGLeb%~+-i;GtqR-a zGn7oJRG(;8-LF)NB>}-Sp^YhUPAE8rxHtsG4O;{cmq><*n6xzvChR)57-}~U0O*iZ zHJ}{>bTp$3vJRV<7Q^o*_DWpRW3!fUY;@JJ>>A>lBd{(?%p>{;VEL0wKs%(`T~JIb zWZDiyWY9Q7IQ?`!5P&*B#l`z1ls05}7*PTN9xk*6rRG(!mtNspQMPZ#F^kN9vdg_Rzl%LF#!o5cno7AQ}`NU-r> zTZW<+tp(iLEot`k%LZceF;`IF2S=}C+I{> z=D=*PL2NgyDTLh%Bw53k%<81PE;yADN05k=I~H`9n%ECNz?k{rDK%eyA(TAJ7F7mZ z0@zte$G}Qj3{mZ9EGpOdxV>?=GHGlyIZ4 z7huygr8jvDR2K+tZ!N zkaA?R);V4b!U9C-yXq89sm(6auFA;xqIwl$b@>XvZe4sS=H)B46x-Quh302{)* zj*`4CS|rbU|NZiL4DaT2EJHChk?Qp9z^YDrKD{H00PZ*B-+v6 z0cyWSXswPx1k)KgT*Bb2#ob)!(AK4?V@~35v@qB<2L{JwI9X+H_8t1`Hb6308YE?- zj(Qx+8TjR1$Rd1oR8{TWb41Wjtn&jiyw2lj0**SnTmnii%&7KZuVdmCJz zje$s-xgriFvJrK_>6FE|wp)Ld&bx%V_7no$cpyvdq;82338OIiK_7-?n63crMnaaC zV*)=4b<|}pAGi$ALu6iz;F=2>Pf7`J+pO6r7YoVgmA&P`fiRirq}vm;ZoO_zmcve- z*D;95sBJHESvf0b`lC!{Lp3mvpB3|b`q+R02%XCao&*at^Y2>LL-M_6M(7((#z>drT+YHY@&u$BSoaE@QgL{3aEe!*=6FbG=x!pdSDtMNH@%r zFQ7TL_gCMLEn(JpZ&H-664kUtS1v(v-}SKZTz2#N^-7!SBvvw$z8*AXwkgxWUY#l7 z-TdJ;SuWU0^bH_eB9Fh@2Go+JR$|ztsTrVOs|oS4lk5`4`m-0uDfjamY|1e~$q~g- zy1;}&dq~qV?1ovw^L;C&pxv`$5oF=cEor8q7?>W1aU>-1$He0|_I4+*!ED%6U%(urWe z$9r#f7c=*CAcu@J>UQ|k0y*Va2D{ZFmD1yp-L9J`q?C$HEK*VRW1Nu~%js+~p;LF{#N&dEnn=seo| zoe(w&b%?@{OouR9<^;;6IEG-kH6v*CSiUqMMbuW|M04QcHTNWt0BA)CSVu*+{l`X= zhJt^H#5RKq*avWDiDYUu>TX}7wH#0Zf_k)O@`NkbcKVC?r%#oH#7w zH#3pIT!N(wK<&o^edm!0oAg=B)cgA}(vBS0i#Q!ku+dP)kJ_MgpQ9D+#|Z*EvISjM zfM68voDk%j6i$1H)Zj;X?Fq-!?+^P>+WmFl}GMKX`$w2(jvY`vt7C>+M1zF}N4mZ%2FxE=|~_YORpj#!UQv;iMtR`9#OKxI)P7&3K0 zvBPn@EZ5-a8N+U~5lShX~dgin1)E(LoTtSx2t^lYD?3 zTkNLOn0&Ul->-&=$InKUTS@34W?H?L)~t(xFf0XDznZ047dx|7bR2#MD%u?nfPdL3 z#p1N)^p17fP@U0R!UA>ryj6&Qh1lx84alYIuv%Byb$!axbK9I>p$(99t0?$4IX?um zPD;{%DBOwY(BGI4P}tG^XaM%dI*>EsmD0(CVu-tfq)1oj2iQN*R3`SSxjk;qGJ#~P z$+{}#KpUZ20chQ&R#1KX#L(1nVcTSDARxFsWKv?xUEv@jf?1iW*f!!hSa<53*E`R; zPf^62GfWXmi11N}S8Ce=nkj@7M{+BWA$lqeq24$03s&xzIZhOSR3`yNf~m$n1b9(4 z#sKCs112p?`-0`3`PkTpv|Bm;pa z+O22^BIqvP6i|eXG@*Uh!l>dArV}%r0XBG>7xT~HdlV_HMuZac`G*CrG*@3N&k{4s zg1%utCtY`Y)K$&^%2&uSY6qm#lbtAw{2gpBUk`$ZfK7pC2OQya-avXly4at=PQ4@2 zlqya3CgRT+yUMdh@g8D2v|q=;{Y|eve55xg{onYG;*z6|L<07Ml~u@{kcHiE7Msmu^%XMX6h zj3o0>7XgD>Cuu|Vyb(OkaGERB56%ciBq*l4on{)~?QqRw+P*! zP*V|e*?1s`W9u-olYq}h95-%a^3?-#2A3&Uwg#3UncFX7=m|h{>WB8^o~sYlDcrgoF{PIY4=E6cat$x4-FD z1M07=H%mm`95>Yeuw>Ohl+c&qixCtOQ)E(9UkU@NUnL99%$wLX1J5mLAeGk~hcknd zAOxHg8f%0&h8Z<|LAM6usbAfau)}&L0|cshj&wm>fKpt@&!T62@tJiQG*e*8RI}<$Sm7QP`AIIea^_=1kH&Y%sTVx{PIGG z7IXrE;6~^*LqKyCECl^~6QXK#HMv6Df4(i0*Xsl|k|4X5virM<9SJcqXqt5A>I>6%W~XyF$4OL8{r(h;EhXEB%kfaT z^3I2l;zQMvS@At34&-(FX_|%X#Xuax+dPH>{?g@d+|kj!id$DnPw3U*=;mOGxQ(TP z25Xdr!cxPYl+Q_2HPMZ=CU0Kp(on%(OM!HSwE$d#jNwzN@g*243_C(#jyZ_P8A9O5 zJVinVzO+}-9Bz4{Kvqx2G1rG|w^Iw0MN%%#iTug37RbwS+XCHmJ1)l&&-Ozj z$b?4BRRc8!k>K0_yMn8fHQN!ZiBwDBA(yR57a=MJbCKBX42}EMMXLl5wj~;vLR?~7 z+?A)i`&x=?Vf3ERx6veI<^Zh5%M%5t8WAt#!2M^R)C}{y366!;nCF;Xq7;%z;`{@3WOO=syC;Yu3B{e0!zq~xB&4%Ss zrfob;*~qQbbK8mu+i~f<{rn&G&KRLmISRp*0hkuQdqj_(HjLAE4$PKKe~>t0!_oV_ z>9QLapUJM2>D(GE$3bMhIreHWATLBc*;#ngT8EiXlnOm$MtKj|>H_y036ubtrb$<_ z)I4Q4UO-wW?a;Zvl#d%?A5|Q>D(!wb93A;A?p;iX*G!<0#N<#FAas?58G5iz&DO zz#mA6=)x;g_m8ig;ZP(?ocu+G`3lsd5tkN z7%q7A4syyKp>(T%GlDLp8oQ)`bj%Q9D?f`Qa?4DVjJiStsXGF{FU_8@6Nd-0Qo_0w zhk%f5tvMtgk5;QNb3Ad(y!9nIMBFccWDNxSv?}+!(Mdt~1&q{DCOiP7NYCCx^T^R- zU%1_&)F{qJ4XCI2rv^kVOccSFW{Zd(=m5H+I+ZY@amo7iG{gM5Z)dZAw&V!einy!mJCl)#J# zO(Ah>{7kBy9Wsn{F~JTDqJgO~(*ojOh-p0Ew|6{BS~`Fu_VL^d0q7pKP2kTgc4jd8PBAfX$@%T%P{s5Z|ro zKR}h6TkL>z^~+^13QY^ZS7(^&7EMZ@8t0gT*18!lN9OxE$e>n(48bDKwvxa@c!gx{$&T|VCJT_PNIkf&L%(3owl5)-bugM4u2v*yz zJywwLQP!4>Q*}a<0!Pr6^nK@_5 z$*@uQSo;uaVBmx+(%){w&{P=DmtHf**8B^p^q4wesk@yB3zTw!^b|RvS0H0*aEAn; z;psVa2d1Jq)ETF`mH(aH&GGR!2L_q}0x327vmvj&!F=bTR{*r1~=P;Sf!ed{&9B{3JUc|VI z@G{5Y))O&TL>~!+>Y!P7?A|EaQQmNEbP+i#j%HSAjP|tvk34}buXV>Y*VY924Ffiv zA>|P*NVk+!-Ht(o%2DRG?Z(6UQ=#Y#ZL{aO9VNqQw=jjS!p-k!fu+E!`Ga}*8^#FnN$HcMWkK~_ZN zNJ6zRUClL0G~Lo~%-Hi}y$Qm{YIWyt!>MWaWyksG`LPwJjRt^gK_rz2Quzq zuRxDZHujjL94?g53ZJc$r1Me^5~Tys*zM<#E{B;a5}#;c_z59?^s;mZyso0O0RoM_ zhUf|v`%X}S<}RHeM2>48R?|W8Bdqw6*jboW^d;bop?+@EZQ->^+8tw{EEApEHF)?_ z|K=6W4T0!Z@p`5m&*o=HB&D2CI}(lH+UcXPZa*PWQV*a7Uve&P^!5(SF+hO}K2&s@ zJNZzMlTM9$-K8dNZ7It$f8om1YO}(hUF=F>Hg`ei0#SGi?be}r)^ao$pyj*Bep7}q zWo^$9nE~G-IK9*+M*j2*ibo37mvc61S+qqhE?G1k3CUPN{BlpXc3qMc>hq25TI%x0 zAgDxe^7?;^lG&-Eo+TaVm8I5tA_u$M(oTvbu6=dy zTBOBFbgleP2W1M?YF~1|aUcQ+#7%ALy!mW8XTdx-(C zj~9oR{qX&h6As^?)qSV5_qoHIh7@Kbf?HfDu5hTsVKmzduh*XIwSfGy^xe7I1tu|N z$g#_Q7p-`sCoG$eA;HU-dCVWm>_1=r(T*^OyvJn3;3mcCCt z8WS^uT3Hmt(KemLAP%w*S$6vPmiCh=&zqD@$+7LF$vPxv!yCY-OVj)2>73qlf{ zmc0r5n;gs?VE*f)O{FfkVm-CTJy`?816&zzxx2u`f5pJYWO81t(84$tUevI50$Gqb zPjqTRvRvkoL_Q6rohFTNRfjEB%<@}rQe6JxM0UeK+X!`7#HZQq<2h}2^+O-nLk40w z?8_cqd7CCUZA&x0K@M+rih^yX*R@)#@#)QC`B6JE#~18o&E(8CLI!}uX21^Pc#>Ay zH=q+lqmP}<67~LsonL5otjuKU5Y-KAQnhuQ>nx7DK8hZ_#1ILlj2!-HD5dPPIT1u1 z>>WN_2*B$bqUM3W`}W z8KUk!XL$?KRCA_dWRkFEnz;mhoJhn40cvLeKT$Vm9NryZDpW}~U0cf!XJD>6Ehm>=3K@h6&N&Ap;!w(5loFVLkM16p^=QD@wOEFRRjBI=MVE&S9*aL#EaQ(wAZDLUyGo->4b412D zZD~k%9gZ_*lLTuNR7PcC4M&KHEVZ#cmRteLqOwpEX!i}|^DrW|HX-%2REOx+s@JEJ z6E@0BY`LdY(4v)kjN#)P#^B-~+9SfHBdz44=c`P429GX!%8AqyjhIwXp~XdKOC01z zqF58^-iq|>OabIGgK?p z7Z+-A$h~AYOI#wTA^Vo#tRVnUnwJA@t*d|fV5VHEzpZO1<-pB7V)3tw90{}I4&x{i zh`}umOTHmcV&6G!f0Uc2Xr(`$J-mkiyYwe$jNx>8wWCzl#q)WjYrTV!^^@GY3-TQH zN{{=6Y=QZX4W-p5OYn!)^(&gEAYR(xq?(;e0dYWzHvp6&H7AK=MHRl-MOxj$GzeI= z@xv*8co^I&Vs8?o9kO6&@DfALUS*jJRK_C1kF&c&SwvRs1Z)M_K`ZP7!HWh=>(RZ6 z-tIF*^Gcb#9rM?$D<%x`&0-CHu%mm)E-T=Pq+iR8Yt%T`5-R*Ov}NSLIo9i03AhN3 z{Jt$=wiV|#nzrIAmTE`z9i=e=uVjJlN;Odidblp_R|$*Z zIB{XM*!i6cGxuK~VqiE3FwWuhqzoBLV9`&pdV(pMcD-t#ssk44?GN?|_DUb}socXD z6+R4UVB+Mmn~*R4%XFjesAP0AYatw}xxl3Jtw8pMj2$Uf?%qws^MvR?@J&q6mw-3r z@AN-IvygGj!rE3sM0rFH&*THBgFp%KobPtohnm&Wc%X%xf>SeoW_ep^bx8%)MxC-* z33&)7Zu{Mg0cc$L)<^CCp}j&&{CA%Z|9n4I!b4)m?}^`IN+yFkCBQ5Rf4FTe5vcA7 z?@Lx)=}s86GhaUlD^VTAm&oHYcSQx>AuWEEdleySAw4a|$k?J_ruZV0Xl@k%0ZK2m2%;6X4RU471+vH( zjW0ZKCA9j=2^OzK=5AO(9(w|1(ni2$@W>wYAhpLDNAg4dD&B=#X}MPZl+ct^(&jrV z$2&Df9;;aQV2DNo7AQ{0l@o37D!?Yd75{;Tp=**-NHv}RtKl;LYvMrs_snDxCKpaZ z0wElogu^6U0Ri!BE+8Cg2;mac1W^G|0nws$yOR(?K+u4o@od5+ml~B?JZeKYMAvO2 zV#U^v1w$+Sc#xcmIO->v_H2KRk~Obx;~v2gj~lqpKcUh$}h!{r4?8vy&6t zcWuR3r~x#b`pMMAR<(G}td!WnfYhzcK8E-jV5Cwq3CLh?l*ws~WOhNJCWFn;v<-52 zlBNn@Ewd%!UbKa&%l`}^-Uv7Z7TzBmAa2q>5jvUgVZCAsn%)LgyPK(k_s38G~U&;Ddszb~5FEvL3^1K-MLO zACokh`FWtE1O4j{#$?s9PoVi4Cv_+Nt8)fDji@OOAF%=X)3V#!=w3+k9f&;=b_>g9 zlAH!$Q}$oTAIDa+(f~3|zOi}V!|KxCoCSi)t+i3c3r{5%>Q&{(-(_4Wo`rs8-aJLH z<8Cs%vEE15yWJ=0Ld}YUo<$v-7A^L9sHbehUC`7sUG#dJL@$1#&6&eHB6cI2q?=;c z_Tx9R38#^^#GG{r`+w3=^8VKyqumt!5u3O0+);nG(env+IBOa${%kR~b3JEjTSzH)^ zhbXAl9`jKTVRhZals(5a1@AmI($1`%%vlPMhr%8wRzf$LHaX7Xb*dXxt<`;V?_zg; z|NQl~+`lx%7kR`G4$K7Ya9MgP`y5i}2s99;yX1c4NiplL)188))vSI?>0!^*fB@z) zf0OCPgpVOqdQbSV@~8Q-;FS0ce}DhR&F+o9)6(xW*|1&h#qy`y%e;Mn8NSn z)uaeXHa(CX>!EdG?emj6X4zpR!x=B-T?7QYiE)UUeD1S6F0x@{2Xj5k(Pz@`|893; z0sB2KJ9Sz1bIp(c1*{b`A6+^<-SA~F=M@(l*=j# z5$?)WpDEr|)7tu4G{uil&yxsEP>}u^tDjn27u|1I)ftA1Q_ov6lB9=O@Weopf5+?O z&V;*q<{49U#%#K;+>!WbwN~$_kr0PT=+|Vf;^=crlH4FkNcGNWIN+HGu4up!!p7-Pd!Vhwp(RUn52D0bRJn!Salb3OdtW`& zaxzt3^ha59NFWg>MEE)gTLBe-i+z)H5|0BmN?XL|h%qQR)~1}LfduBLB%548{S=g)oy|&Y+pqjQ z=wZU@1kQc0&cgoyR+MemN%y`Tp)e+t*8y{--*TEbSg@3Y4+xyN_fJ*(-wk5St`$=9 zS)b;l+>pIU8J1vZW#V`qYt!gD_-o?&TFL52E?=KsB@BaRQg0HD!b$)e+8Mc|e+l4f zuBw~)6b4%OhVNTnJ>;TY$UQP!yDa=%=%f)oyY37~&yR{I!B%+#T0zRd$n!Q+By z`Cqvf!^H_C$zxh==#|9oW;65H`1WmChC`&(W|M72{ZK~YW8$cY%++E?Vv(%gb}WmW zA>a8tql~1}x7HZ$q37wq{p1ZN_OC%V_PPygDv`(lO?m;bXjbJpLLtN69z)4eg42B4 zo03piEi^Eg6rGuMhA5qwa)^X73oAVs4`_^%NLQ~2rMxbj!oOQb)WpZ70DOpdjlz)p zfV88d(Cd-)CaHwZ3%b2}r#7LDA=W$~@47FTImnWPV^2~8`_1LN-dN1j7NL*ouJn@H zsX%_W;$NFfzp$2o`1ZrlXO&K>)Qea^Oc93F2@yHX3ZZb#R9pc8el`2+$iYJlYy%! z{{;yDcEuS}J*--p@R(!Ue}MV41Ku6rWu==jK;^4*b2HqJnUcZ}Mg${%ll%_h1>~6d zhgsHt0sV!ejIP9du3l;SxaUiKYNB}fH*WcD{zCg)Z*i%E7U`ifZZJIGY#xQ)M|7@v zo}1;2ZIme@5fedNVsPNvZfW+E;IcjoNNAV{l;;+gzVqA5@dH}LxCWizQB(lk2BX*f ziQzzV%M6_-B-cAbx@onlpl?-^t;tigLe#;9Ze(m#CM3?)4bN3(o%$f*)i($>Luazz z1yD7i$R_8JxA}d_&_?7Zat^h2UDa2Wv1#~sx#D}PSqmE2eu`C;G9wR$yzd*AdvwiY z6|n`ewcGw5kwVy-qITxURt~@~UuDr^uk>UliC`{>Y@6YdFnm+^^D28~JwU~;t5mkoN>0qI%Z2jy1Ir8sSaP6C|IE4B=wC<7WY$sf!j_8{ zsb(SJ24}h9s_TN-2xf;87gF~)FIIbWd<$#_wEmsZii8)xPg81}#QVgh6Qv2o;$idp z>6Op8toz;YTe^H>^!Ki)XUI!++0l^Eg;-$x7BI1MJ?SYYtX?JG?Dg|2JpoCdIJ)8> z?d@pC7O<4smcO_m+)p11`y+3|Hlty)nbZsnUD%t>Io7zzG8pj<_sM;+5bQiX6G2l+ zQa|J!TFR`^{I0PS|3BJNFU6PERBY^|kZ|IgxIIi?!`DN#moE#59sh$|zA?s{u!>W= zaz*LxCDEycQVNiGIq^-ji))E55w>VfNeO7aLd_ZKoxk&6j(r91I>D-YN$du3_${mf8yIB} z3R1k!Hmc{W^=c<$mwAn;U0hklOJmkMBWdU$IwT(-@=xJhoYDNY?r+@M?1FJu=Cz4W zHz@$y^vd&`FQxYdTF@rC2Vn;w zOE^>I=!^Z?w4$pBd!zFn&T!SVg_lx0hji0GkR%xgc%aA979UnaUuQZSP)rC-18j-U zq0o1fY070%O@wV3{}5k3VS_9>(`=0dOSzv~Is3&xxu{3dEV;lg_XJ~ALO#=x_%co} zaIGC(jfoE@Wi-DlzGt6n9NlK{u(qbH*3=Lfd+}ajH63y*YIA>CRMh&(PTy7WJ_~YI zs$`gQ(QrFa+t{Cyi@tqy*m6NPIZe69C`<~~6PzsgeieIL^)3+jTiMo_8T~>wkq$na z<6l1i+aTF^8sn+Sqt|QlM2%bZw}OZorUsngUgs#4qD7Mv7<2e8@^W+BKR#4xk7TSR zey(?X%Vj|4h8RCj{J6xEF2YSFW!11ro?5gfF;smGoMC{6*gsnH>Hm}0Y1?f$WidkK zl$kgzajc^rR6bW~o-r-S4UH>Gz=@)QlDCAcy&^3!i+`rVzSMHjlk?(=Gn#7n0!4#n zr;PncA{Ljle99Tb)~Oysn(j@_UeD>gE)^&X!F2Q&@H4PQd*XV=YT}oSPoNJ8&Fzgf1ayFp z7arDyl~CnHRHaYrex~q`{I7pbF)B!XEiJ%=Ojk!Dz=MOyoo0a%c-|WGdkTt&&E58@qU}Z7B zb4Qg+_<7Ltf+RgDsEpI+QF@$K$kcN0uZnMsbvpK!l8G%`RWAVrLmVtQ7of?QcohTX)?&rWearf|6{pae~MB7R9tCc6rd;v#!l zOG|?DY2fEH!66vK?`)Xu6OTxhUH88@=somMoI&^v`V;-vG$TS0#?WY%_UOp7hs8wf z2qWDvW%Y7ynwBhJ@@#SaB4laZ!u3DAUXP8@6HxqQ$*rpJ+R9#X8Za|n>+t= zKa|mv1%o#T6x|H<5%%q(W_xa%E}wtDvr-l2%vda6u%lhJLNJG4odaGfjs@sL6YALC>j37zvR?btbwS z@c+$mJVQ%?>5LyNh}?&_^z%C3VOyYty)4dhcDP5}7Tmg5x&_+l%D78EZU%V9S|2Z` zUOMD;z>)Mb*skrZ%+!17H8VRY5z}uS!LNK19beCf1H+B2l&N7sIE){$yqxT2=o7Yk47-e(&y71WP+tQ}(ltmzf+~ONf-)GDIJiZcWNVUr`DGA^sqT;`KrK%DmOU za6YHV10k1-cGTpw@ZKL>pRlu5(>F8j77~wpztj=FYREpbdf%}`Qf`*m1#Hvy&kRuI z`#U|2OO4H;D)(ovfCqKuduCOafgO}_%K_sThMJ+(S?8l0YBOpFDOkMXwB2*#ZRQEV z(^B-CiUb;WPiYAL+oQrWpxMKRn1%Hc5q(BOAT%&I&aEc6lJ(WXn?WV~j3iDQeMwzU zv1I0QV&cJw#ysbCj&yOD+QPa5GZQD*ax;KW)<`GcLFVum*1{`grAVf6JLST(z<~~g zICRTJ+uCvoi_W7~qt9dCg zT^XdvLq<77h0$x@Y3SamqK#4Gp^^?z68{-bpmE9_qM>*fcl1vXav5vOuGSjuy^xY( zK2l@>9xsVh^^If!s9{zzNvH6gzhhK2of~O134}9c-4z^ugSLOLxceore#~pOu3y(% z73^SR;XVjt?Ry^F5mer;BWs5bZ?!ezbqvVfoq+hRn|<$hd~Q0;X^=&xp8Er_I2K>?f)U3o+8x2+1x>RXsg72otil0?7C&9^uu0G+t{!&pa}>y422Kr9*Ez= zfva+$vH6~Qx*u?abhC&P_cX37Zj1#MmXdmEb3OR?3IPwAfnhmw^Tim?CUDnd->TF- z&8S&2OL1T~TBhF*-=`U#56)s}Cc1`B z`Lf=aBJ83H(H=uzOE4UMhY^^_Tr#SHmg4Hcis<5jIrll< zLh|Ik563qHnIk?6Yuwx3I~TApvcxN0Bpq(%nWF`8OBjiC%xAM0erH(=j0J2MszC`V zIQ5e5_=@n8uJu-kW2jv3tIWvPZxy;#QatPJsV#3s2f6N=BVd4xW$+zB8VP$OXgV0` zqCiDqkkU8+bMP$&^+y{7o1f^1hj4W@7a>-^t+`~Tp&%YHrVvFoHk`2Haok)3!T!mX!MlS&q zG7asX9woP22>Mo5h;U^<`@~SPg<`xw-bCk?0u*O1ev*i;5odbS+_6V9n7C$?^tI7; zK6GadcL$(els^M~=>=XP?Gf(9g*(HK^&xcS%w7QHX>}eDAA#1uC8$OVMSE~R2AuNBwd-K0EIv)=yrmVy137S;J#vB^ zVeAgvWT=+@l~Flfw;L--E0^_5Mskjtox4~{oR?xeb4;1JXqFY_SRYxn_DJe(EyL^( zz4G$y`Cp0BY_@uFl6a)&F-bpak0A%l+GOq3VR!FkBSU^zS1zIXb8pY;iUfg!gI;Ny zOqxjhaG==ygmUB)?`@R*se^(*_@30gQ!<6$vp%$U4Hw<7A@$Zl4pO{Q?U#0oNm`wz zBgU^~*d>kHoi^!FT@EAyOZid*G&-yXkTmFl>|$Iqp6jebv^eRY#{6oWj?JYXEm5=en!+xYs9pi?X}~$+hz^^o)l)v zPFWWY$+k3AL~L^QAs>RaQON=H=eHLFdu2wrjbK#Aj>oS8_qfixQ=ck3#i=1qeb6+k zXQO9(j{D{B2UFvwMf>n13UDnXUXcVcZ+;OVR2qHwvN8qki=2^NhnU@09F)5nITs2`ZB_`JZi2V+bFv}DBRG1r?>w5^gD z6Ka#O57UoIH?o7lxeLk?XEXNdy|9z5E1F##v6!DTjO?>wo~t-&Gqly;7y8cPf`O> z;K>}y(^y-EUDw8%j>N%4C?WbUrz1ZcAD|M$-MFi-31fanL~D84HoQM}OcutvW-`;A zZ{cf`g6NU;jm0>pim_ycR8fgv~6NSgLsggr;+o zwuYp8Z<&A|lB{sUk{*CaXAxt#*Hz!$%^E^p@HTVW`^LyHaQl?+^>v4~F;$I1|D}od zR`Z*ox*!&PWWC~Ur3@qf7a)8F_3LG27_`vML}D#tOeGSxFGPVBr``jqeMJf9f%USm z;;pJ!)iI<3dYD`;b$Sw$HbMoWq6p~_tUlZTKjJ5y!k5!rC|?Ty=_|W9Q;Iyc6g(w0 z>a+NXUr9nj`177%*GOlIJJ?n4?~~oZ0Tj>7Y-7CKbDax!f;;4NSH@FdvH2$i;q6bR zKD9AYq_6p^Wo*ook7Wl(vW%kMUGY9d>O(pJo3DJhJuSTpT&z`nCOQ0=C$p|3lHo0( zwIdecr>6BwI#~nc;Ur1w$xw%Q6tJ=NlkEusZ)grRt07BTX$&nD&r#o zx}A{y8g39jYF%7S46fD?;(!~1D=_P@q&EZj9X(YCaQ=dANN~N&&h7U+l@;1tD8F&B zX|dM*!a*4MRy?(nUu6ag5hI#O47@kszTh;rKHSO3akT?o@W3{JKC1nL(4&c>9$+|P zuIxfGB4ac7l7s&d7uOuWtce)nxwF@DbPVvzc=tnHiW3K+eT?kblYSgx3as7&mJIh` z;o9@ql(>H#>+f3(78GVtvk{43HB}$0G~}%(Csfp!tt5%TB(whx22=RsjjBhByOiQM zNApP9xE7H01cDR@kLIB-YLqJ8%&!HLJp1P+wTlHDe@y~{Kce|-=x3v(eK0}*9@9kW za9bzq=YZlj#*N;<^XFRX%V0QoSo@uuXzz#xqvwdGWyBtbOFm1+XN1>Qs@f(0rX<_9 z8>9emBB_nYPb1~71;U;d9CZ8aRa#hc3KrIle~r*PFY%t+A;7?hZpB0e$H-chce7F? z%^R!sY9ikWHON7+W8{$t0BW`iKA`05)bZsnr}OqoT3ld0-uw*0N`uAw+Av* zpwHB{Eqr_bp*HfcMe@(7^sNdW2npwrOt=Ru=Bb3n1w-=+1nzt;uiFPKkMK5``yj>c z=LN z$)9*UF193wSa!#l`o18eCU2W->AC_*c*CjXb5nSD zS4sa{kXxN)@5Vtb$5oA~V*2ekOmZ0T5ZAh9$P7`><>!2~CI=b_ za25!~FFgdH4ZkuJWC|j4Gi(|4rHkM{Kvhcek>^{9UxJ(QiHv!;QxOy13pdVq$g44e zPTLMt6@Mc;1DCEu+29rrCx~J7LOkG!q#PyK3ea0a<=f_j+~B~F8Mf|Qf*Mkw38o@u zah~4R*61M(HzI~WQ9eLJDxoo7r0z(9rS$?250 zsTZa4<{Pmuvz)O)X2^^krfvIjc_-BmWaDE%14q=r_zwPR5fDG^Y6sS)?Xxt1K6+dv z;I;t?4(fD;bY=7Lje+*2R`z$Ya1cki@O%_32GYFzy!s%iT@ zsryg47m`n$aRCy*rI)%U=GphXyxWH|!JQ44iJa9V`wdi58wqHU^T-pXyd6zl(#!5-7_Ssy_u(Q@=_YmG&#gfNT+p z6o(88brN&mQrag#hq7o?i(>#%f@ud44lGTqOG3nFPM2mdqdanL*P)| z)tq66KnZnp!STTgjHZT?8k4A}tQVh&i{M-%{wU9wN#u>1vs)S|?qd1na&FwZCE7bq zztPGT^F{bG_-Nar%!@2^Mv(N`+(tASr%8$sghbpm0sUB8eReoyEhs~W$Pnajw39Bf zGoR-;cab_5&Di~;8G0(v-;Jy>$*fd53CJY)9lB{jb&_*a@RSk*>$pOk1E8o_mXuI!_Ue)Lq5z@RiuKDOSl zvG~`$)_uj$_~wEk&30tG$Eiz@;;R8eS&Huf`U&kL8pB={w-@mTQS9Zc6HoZ3ygAdK1w6j?D?uMIHpMUXg-)dQjPAjO-mHqrnMR3+ zLz?mlP^Q6jm_!U@T}wWEjn}GY;9M;m5T@ z2)-U`fcz!`0C6e;08mQ<1QY-W00;mGRhUu$000000002CsRIB-03ZN#Wpi{db97;J zX=5)SWpi|MUvq3}ZfA37Z**TxVRB<=Uokmf zGB7eRE^2URRa6ZC2LV`wVB%kdU;$W!V0Cy4009K`0RR956aWAKq_}ldTiezLiaQjC zU3fZ!DO;!f#7f=fw|Vxd@Y4=ybfw-6j!pe=4ypgr`o=RSJwz2EnZ z_x^lqXOFe^Tzl*>f75<*aF z^#AuqUXrlTP+HNDkdp#Q$XH0pSxEmiPQrVOkMbAF{~6>Yq+}G7RMfYd0MdVt|FcU< zMovNbuU8}t3R6I^dfzpCNxwjAhp5QP4v+&Z>P@NG1rQSZuhslTi5>-A5o_@6xw_nuK zn>-|BS>k=A>Cq7DdO7gtsds;%G+ztPuv$)Sx1W6BFg+>HQ9EuGkM*!CbSyljY#tDG zF)fq+;cEP*RLnTlT}r}dWivYje{yoJ%HC{sO0Wu$lAn07SXjTJ7$=l+Yi zTL$^SwAi-b!|T4eXF7IH(OrHHuZh%p*w?_valW?y;Q1fb|7Q~A|M!9c!&U>D{skO+ z3*Cz~0ssOPg)LQvepAg3T^h|EpUL_#`q8)BJ1pw8+UuEe9}P90UUs*nM=@o6F&W?I zyq&Fbx@;nA8_E6Dk9Kx>ZBA5Md!OY1dvZ)r#L?HQ?^U9IJaqcBNMQnyz2!5Po^W{p25)u&D#o0UG}Y z!Nq?U#l#un%qCQ5MfKmHL|Mbc+%+rq#S9+%H4*v`-{5dV&hV4w=bec*9hg|fBslA| zu4mv{tM05^w_emYg=YVIV|4S!L_+^iYEPGMz=5%z9uH^u;lY#A?YY7>r7f=14*nsv zSiJ3)x}thWo9l3_Iz!B9Sm2TVdGg|kmtBeC$IDk#D139e?{Lw#<|=aaUU7RmlNQ7L z1`+73hBN<-ssGQ!ra`MgyTvr~e{dDwLP6P`PF-r;@E+3h2&rwfi(kY%m+JMOxfgLN zr2fxaXruJ^eLG(kPgKt%BBCPId~i;v&n@rv9adX3u9ma)a_l*!&Q}Lwe7k%s=t9F6 z9!TYGZ1fQPetWcNQC;m9;1O1|Q#|vzqhFK(q`kx~=rAH6UOJj6RFT1CYLG5SCk;HQxdVe+?&tzW^D>Xo338ZUC$D{Pc>7q90N9TE#3M!Y~XJe0( zYOQ(nb?U*2*O|x%vHYry{3+6tadTMTt3ee{LTSZr)B3h@DhvSBS>gWyBp<=1E@eHK9%`KZXvZ_RjxSxp zUq<{pL$S*y^5b>MAS3vFKGsno|Fe1o+|558zaX=6?`Eqzy*2Dx12`}wYM`Geo<|}^1M*>-(A`bZg)t|%L7XJP*;+OF)osg{QbuX4>n z{+>)~Qx&*pN-7RBIm5&M-WwE_CZzJsg0?WnfDFm%%DAx0>cL&D_?Pt^fEX z^_OSle--{b)jXlC+ghXXPaUfHpIE})I;S@HpNh*Pk7NJSl<)CS!`O=>x1wZRX-BMu zTj=8DUruf+_Af3UpKRpaixKl;!>8Xm`||rorlH%IyFT2RY%q-zX!z9svHmjWvT(Jn zk>o5wsr~y0`-vfX_lphXFm0-L4s0Uv&?|rJqpJgu9e-3&c+qanXR~X*uiL#=^nexO zz3>IJEpic7qY%!Vsq}CXSDH=X-C#j8 zP~461vo{vy$JO?xmQGu)RFv|>l&ZbCqc_M{)>`vzBd_}PJAn1^^We3CENNG5iN?&U zb%p4h-rxSv=)_DeyQ|-Zk7!iR#eS#WZIb`8{jF!b(r{e-3hBk;x9*F8!2hA-Jf{EQ zicbDtjQuO6+OcI`UjL=W;>k7_zMF`W1I;&9kT2#}Th>}n@2B>Qheina(Y$)^VccKn z(Nnypp^8Ztb&on2ar|=fg`8NYrasvQKUOyhh+RJFd>_c`I@4SG%qLmEzTZvqFKeiU zo;tJCswoFO$c3A&mhOAmx=fE4+@J$76KHVg(V5^MlT(B zF+K!MJ#@vZitN8yuVAnt@@p}=Q=9j)iP`ns5I4&km+A(K0o8av3-KL(K&Y~uh+|EE zi<5oZOvKR9<*GmN#axvcM`sz0)xvgTS@xLc)v+caC)?}XeATo|y=r$g zm1@eO0sO}k=?Y92sqX*emOkb`>}R6xuKxcb_FqNsSJQ|Ai2Wb3zfDFLiY3*&FzR(N z7w~%!>U8ATZv$dCwk$2;w2T~YoznY*U-oI?aJFkigO6>j=z79RkewagCbIl_hgYbE zwZ__vG@qTuqkylMOZLZy*_$oT@C_Z}t+8!on_6-me(LWCp+8fVnpd)>MCSfHY~t*E z4@yTESM!b8Mp`g^2oK}na9p012@e?7cDUlbuC+QfEY94s|Cd`C^^Uwdg{7qhQ&4|TUycb@c^ypF?}Cn!L=UXfZlRM z{pK`5k-0)=3Wyj+vhFUTFbms0oHcR0mAi}c3p>-(v5JB2&}?E;Y``KQ9?C!*%a-Z|K`b)|!|t9|lNwdIqB=u7EegB!Kp5&jZB^L+ zX;%Kt>Jh>J@yfqT`9GU8x9tIz;WQOG3D0nQPEo1bqP2f-w+j+7V4>DY(@-6&ypDTI zGUL6bgiE%L)dwWdm%0X5FL`3TAv|u&OAAlya@@SM=U1pcO;%;{UE^(YUl%ly@Nlvz zU;ClqqA2=M@L|G=WU)R~>!Wyk0}8)as8ysCsv|VZev=)c9BQ%v`W7UJ)-`E#Q zkU3$(-n)fB5%96v5EvUfKk6dc;R;mwG?ceZVV$`ZM4JSK7=YWW(TRzMlDewR4C`c+ z_G*TPq-=;TeloE|`>3LuksLF(=Ii8c^0_{} z$BffeeVGx*WaxE5uvkY?(0r=4mFVcW$s_~?bfRQ)Euu{UM~up4x5hrCG}$a zCoBHjtmm=b5)#A3-mgv*`;WU^mTxz(@l2acA!WiFg|enoPwCdZo;CPiK|1^M!j(J> zns+PpjMOW9ll3;~T41ulE}F4Mh87s0ewOxYhDiGHtY|{H%i##q!f2Xk*rB$5#$~*M9N_oQjQae4=+2 zT8SF)3Y2%ZMxIXIFj8*AC9s@7ZfH2PRw5M&CDz8Okqv)8CllzGQexmkNcPdf?l>{` zv!rAiH29Yk6*MtBuURXeTa%Uvlq#_ctUf>%SPZ;z-n z-K&mgOmPzKfrwqXJPBEf_|*o_;jHd#>&NF$UoYWgZcZH!iN0>4FR=^}Zy6F39$LG4 zO|7Sk|00M~lL8R>A9i4?X~5`X*ajt`EbvHk&-jLa885Af(fEwOf zcZ&i0?-SH%nU}jlf_1#=cHCD5te|i8>h^6cb{7yyN^2cY?);w2is@eCRD9)vlLAXa%~;cPL4u^WMAYA-rbPv zxUyuR3E5HS*+O^H;hDDgC%HRwiO5{PNS&6wxchQ#t?v?uc4@lY7%5)3!{frz;Kgfa z;qScVlx8c9eOQ>GNc+s!SI>J(p5fLVmT&o=8WQb(>@I4xMg@b^L#1>wL3O}chL9fh zOZ!G;id-@a5RLkCM4YIUU7|UoH3U^f_K{VnGo#IO;8l@lo_D+GNtkuo6DT3e#g~-m z>IZBJ)MT80?-SZ|nnCY#dg6G`W@-0#2DLyWnQ6iyrY_=na!Q#b{{+F(<`bJS}eyCoAk$oLQN9cpTwyR2~rD;3+y9t;MKr@osyvHLpym6#w#t^Z^K`t7Epx z!pLSSv?7ux&k9#8PFJ{%{@bqj*99~wihx9BG7&H`%j{JJw-VKInP0hcpB;L8o=VSy zT&pAvapYwI>vDniOGkk-OT)3;C$|SNeMg~ckj21zI(e&iX`vfpKy;`c-L6-XeMb^DwU8s%K%k?%KUTL zsE7+)49bnk+E_a+jR?)j^fl>_e!G$2_Qcr^!4rSJ)wBmPKAGR}VO*YoiAAGAQ|bNc z4uYL}h{t{2!O*-O!mgsvR#36UlE;I^bxEob|E%Imgf|H?hrqAJAdvYEh)qXvoO7S9}*G*+U|HNP&oJ&(vlu2+*)fW0QC5f!=Oc^6wpwKYTf_RhM)Waa!Vv zG}oVQg746mT^ZXG6fZm-OfOCD?U>>^Bs(V8w$-e*ub(u3Mc(X`$9B~eNEQ3 zG#(3Je0#$5P$8Bdg|cWx`mNi&?H0?dVkw$RRo6qC&Q;~lVc3c8hWXdojeR$D#`g>l z3r|-oo6k?*8g_Mf@XDGTb1vR9IX4#g>f<10KSJ9?8}j|JbzR9Dcz>AJEom4KXSOp< znOz0F(|8HOV)~B6`3o@!RCQ)EZ2GoazI$30HXVLTLG@_?Q1uje>Mg0PrMTE8(T+vw z0S(I>Jr~Jp*O3=?`TIFpSVq?I#8QwYnj1~7Z&YB-4==me9q%Y@eN<)jeT>zHg+V{m zlGM?>M6X=D;D8SP_Pse4?qc{gNCei69uHWJDTvOHA+%Sm(T)UT_4mc*D(w%(3OPf<;LkgX~`GC2yd6Qqbt6roV0%W#)V zt4iaqC@Z32SxRTGeoW~H6hS488D)+TGA#*D91U$j2QvVhOMuyZF)?RR9@q58cCx$_) zu$U;p$riy;Gf+xmNk6o(Idh7T|G;V!ra!C%2`>rzJ25ekDbhLH-`?-vaw-79(1iAM>NIK zi>JZv$u`R*d+A!TjHqU z@O-P9*^SYK+b=GXg+tN2{eaZ6b%uj8NTD_? zMlO)n=RK>YXOT*%t;JuMBlLn;Exf5cc@0qii*1 z9PgOqhqFa~wfTFCRP)gUp3(Qm_PX<|Gz&DK6pw;gysTB5ICr*F4Nn4{GPe&&ZE=Fu zD6Pdpr%;tJSR^a2rs4!D1XJJR3oMdjiJo+b)-quu@qsNPZomL6zgdSYQ8aA_$Y{Yc$k+@Cu~gNPNkom zH4((pULh|@F_E08Ur?~`A?;IwNLb)uTVUo-i!UonnuW6PDN~A+tTa39I1W8b4>R+^ z5|T@x2k6qy*u(yzV{1*3MPw3M8X-r)4%lque(l~+ZTX&(J()Mb0;wC^%uX4NZ7Nc% z*oWMA%M~XpI>dx!)oMdNOL4PRC&*(E?(NspR3Hi1^EF}3mqido$xu?-Q8f*vX3lJf z)gWfM#|z}fUW#iz^P>Ijz8?9Xz4KbFh3gPMdlX>6BBh3{@^L!Y;K=r=+QQ?<3GR`L z(Ko|?5Aqzu+Ex=TRu+HDJFB4^+$Xh3Z9CrRQ&U?=X&g_~jr7}0w-TIP0*z)Ygp`5D zeFxaJ%T(x3rDwOk7vEIDE2}=+_HE0vr`Mp_Bg7M>LnN31DYyi5`Agjwm4^*djxpFwZwydO|wEJ>E*=wLi0i|YBm~%G??q%B-WPY zQSIoe4g)OXE+_X*k~+QS)_(O>xAY>@M zgCZqr!L?X#z@<{T9RVwMD{C!=Rf>e1iek(`Rq67s(n`(QEbhz>uJ-->6l<|m0*Z3= z0{5#OzG0J{>?rU=1!|nJa_)sS3Qaw%`^t`<6r!pPYMOYcWUrH;e)66ja$u)u}oml>NMKHW&8Rg-E!ZD%iwZ=r$n!emILb$eDO(6eT74ITxy3 zb4)E=IApwNc34b-7BAD+k0RF2D^50}_2jST{ph@@76dvJl3{CM)CQTaLf$9(Yw;5> zQ%Zi(C-sN#k1o|LGxxsR+4g-pJUIzdld?Ho-aOiADf{u0>2IXbACXfOsBdDy;@|{H z&^uLg@jcx#-(kOkQ5M4%W&?eHnpPE@&mmK;X4LK)W6+>8ua ztUku4q_s$8(?}+9(g5_j1Rau*;B~9B`?R1rlcp-#oW=(W%kB9As~qw7ftnRHSaWJ` z?IjsqML(0+CjpgTUi|S4uT*E)Vqs`oYaD1&TaYzpVW_J<`gUSa(M_rIaa4LQENw-X z!{1y$2u#)v?z};DUYpn8-BgQv_e~q$jxjG+>8Gv5$`H`T;|($120c(;scdQG4mvso zT*S~*^`3IkP6J)Lg*CWgug?6{(05y?mpRMQzW>F94|~m5wbRoe=5qIU5&b1~93lgr z^j4F6NfIzlfL=f)=1_wJ8H#3uD>>vWNJXsH?CCA3QbpU8;JfQW@8z%z0_wCPAJZ?K z_)4r&;$pQ>Fgx13nMk9dN6W{77LS6u6ze~I&8OCUqeO_wAN+Hu(J4K>RddEp{ZIv! zo1PnLAs(GUgw)f%P0#h-y{c(io1z_l==@r;}%bgMU8EcY7n3CMmp)n$1!06;E7pBjV zp!$$OXI#3By`*vc!;^O`V_8I6+LvWKaSZaa?p=)f67u z8G9hnF7L#>aVAp2f`&Ru3NkXyotao~CaiNe>aS6Mi=F`m)Xf!@zz2a#T?@No0A#(_ zc+QD1u(dQiR|PdnuQWV3@dl5C-7V&n%At5$#a?j4vNsnHzB_(*s59LmbBLG+uw+zC z?MIC8L^Ltv<6d6`_b6Pnc;Xt?hhOo4XP+rdeK|c(`P`D!H(Xqale%_<8sGm-`36|va6Fc_y) zMinGEmDEUA8fOcqM(gu=EO$J4Y~kkb!NKw%nz53-D~gL}Q&TLvCO@i=z?;y$#V$r8 zVTOgWpHfF6GK<~&fFs!ogz;?Y1Z__mtf8bpTfo& zjYPR=V;5vS4gQzmsN(QufZQ4@&*hIC7-2nq^5}M=9R!8GP zn6nmls?RET39$~DYHQN*!H*X=RgKoaQfw3$ei8|~8IZP`b8Xd-U6e+STtb}qjLGwB zfk2v2vJR`D`1`Ic4>__74ajJm3FPAKwGz~PZ^hDS8h{d$-0o=`mpzP*JYVJ3CUv@t z$deu|8Tq5rZix6UZ}HmYk|0N>o96{_S<4IHQ&9CdP}pG;8X5fFmKJ>=0`cIMc~&_WQ%F|TJ3_jZv-y^ZGPx8a0H(l= z#fs|Wm(e?5GDPhT!Q&9WE_9eM^s((n>35Wt75iz-3^iHI@j7h51oV{9p-MbKxIstG z<*jAEZ$je;1;wxz-@AH8T4)B24b9R)wni)*Ak+78O?GA}Mi(FJcTN>tAi*YqJPcUk zSeoT%<8(BWrJHB{dQP-4nKyzBEvb}{7|z_BTgRQ6Wme^>(|2H8bNscn_koPfZpBF! zpVa+mrCIC4ZskICq!x*8a?^}zRRbJJfZda<-tNj!S zmAO%BewnJH)J<{EugEe&{{+uO~#N4ZyGwu@MCa{jvU&cY^hjKlnutI~jO2 zz8`*}jGeeYbG81}@aqk4$0ByM>9@JUwc%zYUVo{w!yc51XGj>2D68;Ifr98Xln!ZJQ|$@F9vR z8&@oFMg*k+cHSY%cCL87AJ!;%ZrjO8wfv@HO|H; z4r{hy$jxJ+ZfIAZ$Fl;{bQKJ6U{vB(b;Ml3g$0jbN!93Bjz7&_nSD%}QdTFAG+Z=a z!f?)N)x&#;-o3`2R=v5`KPfe|cbAZHHW9MNmNP@QU}?)e4a%U0 zcViajS9)8(Uyc!r-Ebd@v7R!t`X@Z`ZNQh)ifXVA=m|xf(DnuhF13pDSRyg*ubg|; zTKt8nC$q?Iz3r}u=Cx^&QoNg0sw+iga7^pt@-9=gvtZ1`1evv{x_fkQ=*vA%!^tOg zqouv6ep+!hSKz3}lVACdul|H)yTM2O438ghDe6m{H&hzi7k+6r>o4!GZRs6bHrewG zEa6T+zV`iqbov)bUiR#Ru`fSKz3iG=xhDWxZ-B?OH@$7#cEw$q&m5v-ip$%I#ZbM+ z`4!r;A&U-IE`F4#Dkhm%<8kEJ4}CF7N5j9%W{85doODMw1*k4Wj^Zo`8k!$VPF=OU zjI#+*4S}^CN{cO-ucl<(n%JFtR!*n5EJ`Q8o;W3=IVy#|JH;Yi-m$m~<7{qi1=X?9 zgj)5Rd9kRj!+fmFNs8QA%`h%IxfnEca88NdEEA7QEV%thV}g^N$67ba84|8U4bqu+ z$)#9j)>mUKgTPF_avt&~zYc>UEMKN93_3K(OX#S$Mx1YfSMk<}Mvqd(D!#6?ns|(j zNC;c-xME}B%h56vPAHq6gy&RP-MWHqB6K;^Qo2;LA%=s*TM5c3zyu=)1T=AJ>lb_} z;iDIqXYxfR?aWDdT7lqJ=x8!usAb735qm`P9OKJ}M<3mgG=<6-^ZhO;;_$tNc<`vu zJ|~+d`4%qLST1HmBlC`9@W~ls0u0Q*ZUM&LUHcqYe{OEk({f>Y$0#klSH9+sEV1?R z6Pc;6Z^JJCEdHsY@+gLOr(y3qdUH&)^RMXZ@1It;Cf2SVT~%s*nki`194`9yCE~~K z_b+#plq#P+wRrNdHFNRe{9bYTcrTm>P~a=t2oRZ2O8o1&=?lvvYgrFi^8972o7=r( z{NaMGqh^~p)CAV)-OlT<8H8q%2H1(&vCp;{xIYIBrWQUnTw{Jj^bEFq~Dh9_Eg_+-0mL+1MB?(t)F9h z@gD>_E>GKzy_YHD3yP}KR3Xqj=FAFj6xli@7%oiLQn}`ClqSUt*wvoZCBfDv$T8E{ z0xaDv6?Isn<~_?G1Hsr@&B?@heX$^}YvJ-oZ%<4)o2~FJ3C@TOmXzul6w7jY=iRXl%*2eu^6oFVwTpBRTd8&ECEG6B%e) z1B zeGh!^yk7Ka(7hDj^pU5E@ZGMiJN_=+Mlo>n(kak=if#t5)_d~BbV@dG1{l4aL&Y=1 zND60q8vA4C!EZ$B@~g5K3EJ34ltmzpWWg^jck4ssx?N}?A9?Z(6Ez)p@}0?h$W@S4 zPo)g|Ycr$@I+k&>A9G4ZDol^!1dusDz9kBNQf=ZIn#6+bK62k`kY4dDN1k+T{c~@t_7V_LV2TI8=wjJ}k#O%g_}nzw>+}tbQW6 z4LOWuv_%|eOp8vCZ?q$_)I+w{j#X~_r!zHpN(Ifh?&+F*Cb=k^2}2QpUN^w4-f#NRAjC6k#ZO8r zDx1#n(Ml9+e$_$S%Ahm3Yrnn-d+RK7xp>|vt7ou82M0(8N(*2HJM&ew+w?-lC2SZB zu*psn!SdM#`{MA~I-zRzd{Nk!Iu!1$pBPhUi07- zx|@H#39y1mex%^hmIwKe3n$;9*59@Ou83O_muD`geSAYzHsU<E;X*}`dl`P~KaC?+o8 z@e6K&<+0!vv%FWY|G-5 z7_1iYn)%xS6e>z@$FF~^Ax~6htFbJo=A+DD-0^o-7o#V&ZuvMK_0`#ie!Y!LzlSdG z!!FMhrnKtr&eav=W;8+H&o$v96^`Th1$c3LF`?l!u|w1aKFNATr;4gO1<)NJ1d~cz z;Ra?8ftY+Sq~N0wW%sG=@Qetw&YN2)4X{4S;tF`~yhVFm2yiyoVH>phs_H4<;-_@m zgt(NzbvY@-GU(O6fYX8)Dx5L&Yz*Tzcqk8fYo}|(M=~ZM@taYADurxJ^+>QDfD&Hw^ zKaJ)Ezx;Xzm2nTx6&(O;|tpxS$uy7P$B!CnB54 zDXU04_MZN#sG4>*S7od@%al^MdB@>*gLIdE3^r^Wm9sI(jHnkACQC9<9Km_8S?=Qbx$ zxd3;vUY4o^eK^+`C-h^tqIhg1CdDUB)%(eKOOt1YTVuaUzCK*aYcF1U7bLa4cAv9& zi&8J-HKc;Y5c0MZOVkxn_am1e%?;ZV)?VqH(8xtql2ewTo9-?m zBBZ#z@p&e1_uMI=EV(mW(uo9|-MX)|`LwMmHld+|;)8((bJm`MrblTGR3dvSm#B*j z*K*MPM%Yf~45Y)=*g-&!l)a z$%IngR!kr0PLtzIA-7x~NYR*;f>!jC3j=)mZZq)8X;}BGifZ3pspz83(y-B^iJ0M* z%iX29<^A=4QmYJVcfe3wYo7aou#mTL*V`o9x^t3>mqSk{jiHs(3;DBL;K#W_%i%Wx zC0>4TV{;EmeDh55pd+y|@zoo?CI8;Z9|1Hi?-FZ>`<2PTm?@%dkubtB|`D^2{ zzeFRjE~RcNE0<|PGJmUy=PHey1zp#?KmJxZ_FG*!Ve0qg@6RI@$e9j#I6byv^MAZR zY*9V%niZ>YJ-zwq@V?xyYvC}sX7`y818X1yA)(G)K^5r?(dSJzF9DeFC};xBwQVca zM6=$F7bUx`KecH!^~guF?+eJ1=5vFlfEH{#b+}M7j)%ys69S<5GumC6bd}p21H=j5 z)zHTI*jvF^HAF3o**YxKymcs)qS;(J+`F2W1i<8hNIV=3tYIIS!t1 z)*UUfEmuj%OiG2DcKio5!?pgF7;C&?(UNnwLwn+h6&b^FiS(IzNw31kp74a2AI%)o zPt}8&DGej0kPT596S3DyGKv8WUryO`F-BRdr=NPW>Sw&%3Pw5sV&2Id@tu4CqG)(y zOiBw|FJ$5^Y=nM|d~U;Cwg2V~>|RvypjlJslU5eslzE2@4~WV~exg>9--mqTGLvPh z7jtv@@a8dk*+I*f4GGF^DiwQVU~9bb1rvJ4bowFat3vI&_f{NC&+Rb4t0=aHO$pm! z6?;qRvCS|*@U^$EM+_JK;PmrPYU;6-rK50xKUT7qxT@!gAm$JZHMx%aytY|8kRmI! z!|poK$1p{Oy_3~j&l{C%<^qx8nQVHht21YtM>}Jn4dkgZF#w_NHnaOWRL7brJ+#WG zQWT*R9^w8(F_BIQk{A$*!M@tT`fMM%esD9Tt>arqgvdi+tYWJ3Nl^5Asu{UgJWJ{0 zxgbw`DL}~IP}aUF&}2w!TfreQmc0D!0_f#CvoauWo|!9B%C>4w5s%?*RVCLx_HNy&;P+y#ij3RD6QY=%fcD{+bHu+XcT z36v&bGRRMlESob@9 zINoU@M9ARolRq>M(VQOMHYCP3z2s}%_WWNIB0gK1#dS`^Pt9CGS$gla&XmBwaE6SV z?|{c`CEVHJUjRWszQ53n)FS$RPRH4EE6?#CK7BKlyxDn#M}GbBG%|Mj`^|R;trhRq zds9u4T0;wD#w(XeQnibA5g9{&_qzWWHo=Jl3R>JE`&yoDOf9}T(&DX?i7myPk1zLE zu9P!>yM*ZlLsi@x4E6IJ!o@lx+|-jp*3z;SoA>ln<+4Q)?FY;{W;yYdqMc{*qIs(# z^313)1{D`}eMM<2e7#_7E16m1b zTNaxPHcY6du3>TtbCN`p>gkb+USYo;PuBv!W{czeh3Qaqm}NmRnP#W~+g(w4isM`W zT=9?=s;kGw3UbUXrvV|@y3%bp^5K3+WIs(Jo0^6$AYfQ0FN;nfSddMO&pe$gx}egt zT{*%BbTXq~;w2`BX22Mi_H8`%WnV$A(Na+urum;7(j>u$6C*>}hbbR5n1)#gNqe4U zf{aS&f^KKIm!3R{2E3RZE?!oO_qf*+5xZjpb90C+JF4E zp$Ae}ZtRuWg?(iYT{lM@ua$=YGb|}S{#K{%_=m#DPt7lvZCYj60EjE#HH97P_eMb`z$Lw=q{lF?$LP^e6(QUvT?VRD}oDGkZUdi4q) z(%L@(Wr-}%oMP3B5C#~sh{P16an61gFO+YtT6IpFc2CQg@a?E8?rkV2ZOAUMrc0_c zAp=!Wq6*3Ic2?rKx&FvbPTy^?W*uqzc@keyT83mau$rYt%{k^p_0vd1p;J!SKv1rK zMa4~L)Lj=7#rKr7Ao$3AJy-3LFkMMu_27dQ7M@7?PO`#mlj_l2Awpjm?H#UmWVedw zN;)geCsn(8g#=5~2{{z(9*u((N>M7a80xF(fwt~>>`2p|9ibUqiu5~ga}xw5e3=KI{+OG3`iFC0=cKx^r{EIax#=fE?r*ENt(~;O!wKOJy(WBEF3nwo zWQABdU{g;|ZP+&UPv_>be|XJD_&B-c+q{Tm^lCHJq<0ur&%ow5VL%;gpk&=2;W>|D zZ2w-&R~G!Jh%xZ&edrL(tEUwR8hYTU8{ChnH~pe9UiQ5~O)1T0ap8Q-_j#BS;V_7! z)T#eKOTNYAiQf6q?BPPc*uYQ$X;7m^LwJ6UDbGlbLzY)*S{Q0B zaKL6)9~8G)n!PQduFV%g>&-ruy{Riv({5I2FJH2-11JQ!i8|^xr}}@MR>pFiJ9X2W$5!l{Hh&jQ zrSEW5RFLs9M9r|@?7qyYV|e|r*}VF-hiT~Q_f5~w${N1g!+Zty2A_Yzon9EBFK%ql zUiHtfrQcq628l;D(X1UZZwIqiN@nP?by=}jtmLbs&nWm? zi+)pB556|Q)|ls0_rgb8oVtT1+Jc1ZI+C3YjIu6$ZG?PIY}!aN09@|&#Mxf1CM5-( zdbP(&&g{j<`BrT!wz>utrsAD3>nxKMGzmdx^1$5sPkd$>j0Q>}JUqoEC0=HOhKdGq zTjrt#;wI27)(l&5!Ib70D*}zDIV%LMs~eiwjsnn5>}89$M{fwlSZ<2YhfmuyKSg38 z<9ij%YiTU{C{KGzWg;0#0wOFhZ@dXhf4C!xT|fp)Bw7Ci)|#Orp2JWZMIA_q9&2Kh}r7MHYGf zo#H(#@Hpog5D@bytKJJ~YWC=_@O8D8-E9$gI7ZTx7P@rpR#|JHHRR)yp@RbC*wk{T zR4aZ;L#d58swi{_JdMrUJuP)`{O)g^H=WkJW-~aQQI^OaB5h*P83sPi)v}UFYpj=I z7kq0&>Ql)MA@Ungpv;A4NTWxMsiJrU3l7OBI_~SHOfV!QOfnh0_egi*A@x(LMl+VoQ~1n8wAXZV3bn!pnlp#w#mj&jRhp89@QY;GQp z7#VXtvIK!-afr~B6YWAlN${wIiR%2~LM*ZMerh$>?+wi%SAT)=6oY?d9=*Nh-oCMk zvm1yGx$?a}e*fBBExg}u;oe7j=QXN_YEAT7-%9@u-2S8)$5D-YFm`oT-F!kb&4x}> zT+>Ns4qqq@p~L^ydw@BLF|}}AYnBAS~SHB@GES7o2ES9H7{PFdzZfeWq_Pwp0GQle_XQMQEsQ$l zIt0#hRleJrhrC-CtOc5?8MD5$^i6FOuLWe|uwfdMiB~1q%Dj3TFJE88!A)xW;YR_b zdr9OrJ;rzHO*Ma#6-X5zWIn)=%`%Kmc<@WciyvD;6?p*PQEEvVQJNA|fJ!P@RX!3VNz;sn30z*B!rPm5M(=HYtwz(laehV&q1!``ES#Q z_!-P{)g*HjU%IlPVJHa*5EUiCf`~scV_stR#xT?f#L++`JLomKeKP5JyG zYm78uhd9$DS6)4bbne-byC&$p%lo28n46jT?YRgIN_8*E$aBDVdK%C-qjglAuN6OU z7+1`H=v}l}jQMb<{H0X1(=(yNqRHnvO#L$GHCp+-P>sJ4u&^ zPr6F>@?GUeA1+K1c)jMqUZzssb62;o5^W&Yb<@t<)l}_#TkTqHtnQt57|~#!OV61rk^{0;Wi@Y_nA&Hu89+5abJXmgekSEUaV9qdp3i8J{c6@bN6Avh8VHYFxw++c2PIO zejr-*+uM(?G{;#C-^eC=8mg7zE!=!(_?@mxKgyR2ZzX%LA?_%j{!I#5*Dn49B%ZLw z<}q3)pw2{5wc$F=iboqu*X-hy-^AthtF{@9@l_ddhwDi>>D>cc$mk}_KL#X)%gpkB zeZKvUx9|LxDW@3ABk7*DRqL`d?Z-rV?_&-1#gJ47ofM^`FKASHM$xsc>3T8!{{EgV z4b3j9ph-01hZ~Haj1hHl5&d*!N=CSQW_1xyU34yuLd$mlEx$3mQ%MkmDDgFhI9B&s z&+K@*?>C9v&6o5syaA}HmNa}?@aBdQrNTP2^Gbn$fi~x90pGCP);Wwn)p9AhW<%}$ z%5l$C>-qNUub*&uSA5O^a2u(KU`mCWKFHE0#M&y6S4YDyCfM`&?qt?&PNObm$V~fy zd3I=!2XP;T=|ilT%z@^xde>)6<04fLh87w*-QzI3mg`115eEcrd&~OhS3HC+&QNj? zD+f-t9P_++Pmdy_xDszPw%x@vsKYRIUyhysoj~*M?0vl3#bGioT zP1-EkzfiU~+L#9ybZmyq(ojx~RHXp3Yr?mF+P5J@Zljg-^lK8TppOvqSAU;G@oN)fHr1C5Y!E-b{S8|f?* zwD5+o*QK7MamkMoeo4sp@5?T-C&4*|lY3t{p1_hnl;SNj_ng9SALx!8t<=81jO=jfvC*LEdKTu|GsB_LOLHLq zdD>$v?8n&dH}B2B`~~k!QN{l2CgP7;r3Ayjq=p_eUnO-_#~04ox)ZHmgm6?}guvR`e|0!gEG?i#Q~;;lr)a}7pd1!LIG)07zBh|}UI zM(le%Pfdi4pKeZN*_FBOV9VjN2jX6x1tNQFPE+5*JM)TigXz=ieCNAz9Z237?k?TC zf|l_C+L z6P{x2?`hzd9c&;BXPS9LAOD)iK#K)Svc!e2Y$A###ZMMaR9at4N$Dfwi^TO7$(D`P z`LrYG@htZ|zDfUmz~P4jR3Ey)=15k9NTgN?(={VXdDvc1O%Ln04>f<;3hZpTeYF<} z+;G(2&oVSq`KRJ}_}$IuUTjq#epbm1mCiFQH=q{{x!2GZL<50(4W^DiDD2V9vo7P> zs#blPKr=r1K@hGr>6q zN{@CzAz>Y^Vb@cNbJAQac|N)U7~4)h18G|Z(NsfEIo6oj|7sSwUD9x}I^ZJ=N=yW+ zsEK^K&%kYaM#Vzkit6~UZKA4ai>jQ+)sz<_lI_A$J)b??E#EbcXFM5TK$HqdL2hyl zsg`f&raP@V9&G`#4-E9MapfsFZyjuW61{E-a8@AyZ5yt02djJi3*+bwtM`!Jx)h*s zx5=)=w7xc(kE{!r(sjG7bh-#;O%p+XSokS@ZdmYU=kIp(R2xh?McwN@gjM6UO!W|7GLW^g@|Wn-(2pNj3R@=6H_F^Y+NmMEoUWyeWRJ?DY#n;P zD+W3B$=iQLSIx938hh>Z`k)EFB>ss!3ud(sYE^c&gm&IK4qC2+NqPa*gM3rAEZw%kk<*tA*~*}#ijLa^kT$$0(UeK`o=@E+u0fUg$d z626vI!3nibbO2I9dXkh zGQ%<2qx&8_6^4=@{m1us)F`{{?0BX%sH|?dOr*EgXW{^`@f2-mE5CtRwhC_9@{C z*q@wMFdEhk;NQx1UKEBFa_(}5HYt`bj^bLsS~d=UoS<-rf3Oi+>IqhDsM=){mVQRX zaYnUJ(XGj)b+AmjF>>B8Dq1o)``)eOf~V?Jivq1d!Iv`e4oER4TR&pNBQv%d+Rdc* zgZio(_Rbq2tGG>D@yzx(nU?qb3w%=NBT`D=vyD6lg?(k%!*|GxM@gA^bY+d>g9plD z4}xbsc8<^PU6a}0o}@pi`4Zy&F8P&Us5$tm2?txr=plT|8?uIo&TrzmPJ{jQ0bkzm z3MDJ&$XV9A8q`@{;~TM@E7sL%3L-F`<<3Wr)nZfSMy;>3-6PgbSD;go{`UB+E{ zKeF<12i&&Zbg3T#uSOraUWjom>~72G1#UkH4DE4;I=(CmJ=ot^C4%y=N`7#4iOF_VQg~9`l`pLOez9Fw)%Z%jm;0s2**3)!!?~1qlC4A^EuLS)k2wi*TOBdZ z&MC7vq=*Qz*QFN!D-s@ra=J3Dj6VTFG~0d9KV~*Xk)Oy?Ro4Ix3nHmN59r@k&07!lBTw9Mm45@m6kC5*5xI^J|8okgKC$H$c^puh@Zku9oz;} zTT>OUOAT+&jE@NjGb3u`~w(h^RSKrd&%p7C7XQ#PV1|{Wom)Z?`9krEbje*g> zw8@M$M*Fscyuv-Bo$LLU`pE9B9mgVea?;3LytWAOVs5#3y5G;kqNzjF!G~Oy2E{cGE6h~#R@5Un z>#@k=m3(GOfm_sNd-Sr5q;Ck}{++!0-&)l|^-g=|*>6OXhaFqKKS^}~xfo(CoXtY~ z?CX=sb^h?uEAdFnyhLcXI3g+EB6Ad@Nig{MBPR9|=&N5z_^W?vOIX?!>TH@?pqNoH z%L>zhQuH)$Lwo_?^ly+k)=0&swY$S3YGUn`kDr0aF@o?8)Ewz;FQ!j@IIpVy2Vl~D zrqdHsH}xq}U|Q|uB41?+%mMz9I7t&vo_7yWgpBowt1o99X)c0e#FtgE)t?Ak8U8)H z1{I0QhE{anz=@^1h=l6JK`dKO7~-{Xfs}hrTtIh7+rIivx#S4>1Bb8*n^Rq?{(D$q zmejD`L?|1mS6QXKD8*x<5!-P6%(+-_Bd%AaBPFVFwX%+0P*3H*G0w#|SnrBCUk+MW zwz3xl5YWny%VFY!w-~Xd*+nrS--mHS!Yqy3wqU0mY%7Mac!1cc3Ga3u&AbwWlA_L( zZXA#oSIWPi0QVknIG%Wy_eBci^~U2xm1B$_fV5RNmdNzLEn#3?*RnDF#iPx6&Xe{= z+N?n zXG+fz6BD~vz8CNVu5US&E(c%Vc<&q)WLZ1dK2Wpgv45x&6di_ciYht${fphqVyw1+ zdVs(M$&ep~Ob;)u0Z|+ylL#M$vum^rB$YVsqUiEKr7V2oiy!TJ=bxf?i*|!Rc0YW* z9zMmfChA}d+CFs1WrpF>qTI`@7mvZO9SBWy(5^NRLNcMpXThp5&st`4BHOT9nT0z| zy#aAHNRx?zj2G8$IGcrG~L`NO_ds#2Z|{Zi}s9r7=EY>x_may`*E zM}5BS&eVyV6A1Cis%mbj+kxc@};5aJw(og zacCyNu&EHt`xQ3*{sm#ylvoAR8t~s{j#`q{ z{x;%Jue%*(`{3hw7m3x;?sH!EXla)+#^X?moGN zSOBc2)b+$ZBLjnj6N|G9SC7Dxn9{-V9AP7%`atr^pWZydG6WP3}ZQFOxK# z=ap~`K7c)iWB;?rndm>l9owAo-8SXb`d0oDtLxTR1ZuChuC)Rh$ngCb?*Hn%lQZVF zKzZa;PHO>1_`yqBEG{K}r3<6J)fb0^uo;)??18-BN?A8iu5>95&V!V{pGMg|kMhh+ z2W9Gx`A;lnx^Ax6%aS&++bQQ6#d-}W%&M*44Ac~yw!k=^emUlhGOI;|act@#gK-;p3n z+J6+uU~lT()5V7|m9t~6gk@tLpXZD*i{y+b@?kp`sGqagIzPI!g3LHq7AJ?=)Cs_G zj_Jgm|I1?OfZK=KT(OQ4++eM3{YuFdTx5jeeyRcv@M;$Y_8X*=?Ys&`{pZ!cciGH! zvz3MLcb{}z@im-@?2J>x-T&|${uo! zVrJ8-=)Nbk)7^6g5?H2rxQwsQuNxWEaEDaTnToCWu%g{Bnlk)Qa3TMqx6c#eHuSc} zrrjLv2wOczz-}@`a9e+3V}Wue+S+IkFB^^NJU6g#c>F3-rAGu5EY7@rvxCasy_DX< z(?su-#rP!b6eg0Xl_t1)_i+^)Nry^GJa~v%Fw!EAYKyGbmLb&IWZea^$S>hA-JSu8 z{uX2Fk^{Gtq<)YhQy{v*1tegtc5x3`;2N!FVUJr74M|mbsJYZo)++?H)=3pMEaT8h z6=OviBS-n8ivC#EM&0Uq=o|jsXzt!*KXPT{8V|eGrTW79`Qx|(<~?}BQDvoJ~D@>2(Ga5q{9Q?{8IJ?XAi!4_02FSD^E~x}G#iiHe&noW_Li=RbbN;P2`#)`J7x%pI$N)^@esw_6X`bQ{<-f~&J_UGkDgj;ElV zgIEUvDH(&v=F5M4A?imwzfS;sp`8VeD>LA4pF|u3wVKy}Pox-JOZosy7t(M^8y+UDKx|Uir zwr>+dR;rRRFwNeq08iGABP^E4%&!rae-JBY<*`SrAo_YR7RQ}#bL+PaicXzGw{IE6 z70r`nFp*gJ@dCjW zabDb_XH%msOsvVEUCm)ws1u%Do;lTIZx0LN08qBE?9(We_cIPToh2BQbV}~7i*+GI z{?#hdHzqC^-UQFY*!L1|UfmShXvh5*R{5S?WX->6Pvk4?vpHO=H0O0N{{XJ!gcOa# zG^Z9dHW-UsG|3bGx3tj_uhQ|KQRb7YzLX`kQPvT9Lsu}N!D0Eh?XUfJ&2pj*(0J^m zQ0d+dS&jch{j@E^s1p>`L+E@xIl3PO3*ESw>&-Ivdhn{i(Y^fZ!ZB`cYG){ox%^IG z$4-)e>CMBUFx1o|(eH=MZTets?tJzpdpklhvALLjAd@MUM!S%K- zbk?XvZPDnFUpd z>mJQ7SXtlRVj7nhIff>Cc|>vu(-7yp_4|!Hvc=&}vz8y%q#;ri>BC~B-e&i+m|Z; zL%M#er4romHK$3hT)x4p8|mFs^rvHTN5}p~!{1|s7vR2oQ{eXS*Ygde*$IyJ^=K3$iKyWqRh4J^#b1J-#2P)Y)I(EP?dRM$?mhzz(*@J3uY7JPmbhVmf7th}y!>*_xjR_yD#OO{S| z(Ji*;3pBI4Y9e>w#VZv|-?BErn+$)=1af665_MvWEUsMoa91kOTrSN`UvAUMf^Vn^7q?FOC$_^1ex#%FY z@Q7}9bApZ`_hcxA|CgH2meWDgOeq-!lfmKgbnYAxV;XruFaVGds&RBN?V4JB+UZm9;a zke?cq3wg}=@?^(P7DN*Y;}hs$ z2~nmlD6suJ9N|+cZd&$T7Y09>->b7CRfMGkp%s%S8Grlo=(=}tDq&52NgzT>K3D#z z>iXj9hG;)T&Ka+@hPBvUV zvgV9e5A9Nl4*4>?L3b$BM9wzU7U7ZzD8Fq-pYS5OUUd*`rEUf-D#R3?1LG(a7+K0B z^I`C!|6t$3XZ#YqP2F+Juy*GK(9m92DHRBP2C%BIJt&vM+9b7Ye9OKhW~J3& zrt5mK+y(qm)b?LJec$~zQbNyU4ct_|VAIJwGPBjmMtI{)1EBlDR-otdM#jK<>@*0h zXR0vS+G|;k$k_LgjNI9rt!j9}BNz1mnkivvl5zdn|E*M+XX%^l%kYlc=o>2PfjGtP z-%l6gzbb3KA-EJWv8QpN%5*KV;5XPyaj;nb?TUPR6s_|#MmWag01nLI)i;J{T5Q&l zXYZQ$fVR&EecFxBe)u8bEMtaNY`(wc}SUf7+c zSrtSNkamW9PwYs6MMpN6x;i>cYN?Tqam_RONN?Fp42;smn*bJ~YXxvDQ8SYg;r4lv z$R43(Mdi+0(@{Ot#dpWMj2_{76Rr46Qf?*Mb$E1+Oy7}(hE?2Y!#Su1dd0;v0#O6LVYLosjk0rd2MbV!bxG^@9`yT-nA_mw#l}?{@31Y6x?- zRfk~edkKkEey@%Oef50n`f=0GUAZ9pZE4a4t4jm?%FdNtjk|iG)n)8< zZ_>9uEgR^s=MX3wr3A`f;JJh)x zA#8n}=@n47w0(8?bX@&du~Eb8%0Z>J!@HV6IhX3S7JMOYoBmG80W(wd+VqEqrRbE8 zSPdK7xMPSAAuHat-cpl4!=!P;EhxZ_zCmN+BHv}HooRVuNy25u0u%F@`l||*nCQLo zWaGj?-u$J|gsIF*3cU8%Y_x%9 z2a8D6pnSw_QnHPdw@z0ID-8q9EdE+;uUZ|8%xlusxiH8t_7fdNJyA^WHx)V*fE~YE z%9PA{AEppE`#Mb=-Q)gZ{*1w+(Z^Zy?u6mDRX`Jeh2iBM%OrTu8|OQEWK2#;%d&&6UW zj+qdSfx#qt1G%6g>;h3|YCZ+A(l(YLp^11wBu+gD(b>Sia&gulCklSf+psrd!v^#sTbY_c74PllX85#0hA#exz&W4>w> zmaeRvI+Ebr8?WsRc0F{@ReTOmG*!lf$9t_iCjZ%i4T?gZ6)^?lRj}!1!K~p#iyy|x z+c?IhcS#-0wTJ@oYH}b5`77nmNX=zgx`}0C+t2(pBZQO?i}kTd2^nG6uubam)KP3$C_H6^O5}$B>dILDgr!Xa1?o!l9`}s;I zQ+W^Jh~M?H!?>;I>&i*?g|}F@?7Bqj84#g1=UuL+twr0g=NFcswVM_LpLa*4;%+Ld zAHwpc*uDG<_>Y@Y-Yj~(W~#V7N^1&jD_8ROr?;HbG_8e)dycUFJEz0R;%#!sTZ9;c z2K&%0JnbYgrT#pK^3p>tg7&U4*Oo@1| zifwuBJ^S%=cT&KswVOoyGp1Dj=>rbwlGq0)V1iXu?eQ`mP@u%aK>Kpn*5vYHZ!I>1 z(U6_4p+g49A&N8a&?Mp43Ee=K!=|ucJ>(uj=##npzfZ;>7dfwoZZw#Th8v|49UL~iDPE6AJ6L@AfE@Q9P5JKZsT^%CP%cDBXidqD%sW|Ij&BSU%XQht zSH{J3|BW%6f%dSqe-;Tw|ER;yj?7S}OT^E$k7*uDuSQ%K1sq9hVJob&)A)H>SG|4| zIvVS%mdjmTr#B$~g;4k;o@C}fZnTcJ7xj^s#p|1tk=`EN&l(q3n4?4hVnV5Yu+xex zD2BconkN47d8m=B=@Y)ggIgH2>SwiO_)bJR$zC!FdTZu1Mrp`1oj|rq zuHG2Tak7Kw5DVW)x+pgi?ic^IV8BOLu}r?m@NVWk^UTX8$%b_BU0Z#ejlZYxBZ=3t zcC}H$#`jx?nm;fTju3u64GMF-9x7=gZ) z(&~ahi**jG4xs2mkWF*{=LPorfAUm*a6-vBe6c|ThVmHoT35S`80+>rPixZKTKz>N zT^{jxlGgTwj$J@1WHnula`i;YbUp^GEXwjT~n$KC$ z3q-N^OGcsE+NMr*iPWU1!;|B6BSoDI7Lk7Vxa0K)L*9%(VVm=4H*`~R-}qReOiAH* z%S`P5&gFU#5kc;r1v5nX%4iQ&mQ21K?{&SemzT;!`<@4F0X#R$kfr64bu4agu|*j> zmgWVu&O2)J0pC1IJ`4$VX`qHU9JGg>6uI zHlZ^p)Lyf5zt%vWfgJZ=U~=Lj8r0<@dM%D6m8GE@R*fx!wX2wgo*Sf5(jP9DmRW50 zE$T71Eu;C9G2OY)@qgz&x(A%@g~)u?M2K{vQ*!P);kJJY`snLK=CUmuIPaYjk*4AhjU;BkSol_z@2;V`L{@*j2Ebl<8 zCnZl;?i5uH`h6h7Xzu#BJ3wqW6y~YQ*EId&ZIjaw-mP-FV@F*=x>H{F8yu+)u8eoO&$f>%Xk^} zHrrQxrRX`_FtYG7I&Aen6rx~X>NFYW|Jt$zV&dxy%iWVp9CIzl1XUCtc!c|agw=a5 z5v7#J3$+bY?oFwhKwD0h{8fXkTex#K;r^5!WGr`TQ?jR0b67~%71nN7=P?PbLdUc3 zhl65hXS#erBrrVucppfVnKo>X0Q~Qq$>j}2MvyJeFho6AZ!-7W@D@7dVnnMS#CrBy zB}zZ1`BvSez}9imUUjR^ApS(oi5tK0*bJ$0%{y7soXS#9-2H)2XYk25oGjl95j6(& z)SUJxER2y0dkDk_?b(Nlosie57<9@)t5&?AU1^Y)z&jd61IjY>b!DUKAGY}F@aVzv zKe54zL|C*w&gTiGiC^i%<>$hRBZQ()lMG>JtceN)%#$@?^ynY_#izCp|D*JrFMlCV ze0gZrq%0+SM5s(r<7t3xs3*pAe4+&0`?aoOo#C^>%v(4K{kKT5(ok0^omVo!{I2M1 zob%9&oFJcFVXb;6`Gq&?$*zLB%~?S>hcV`b zmK?de$9{p+>`lFpIw~SZg~O`nQFX4rOnIEIA#f?m+umsRN|;i4G1?5gF>*ntAHN+{ zz)x|0=Ty^!9^LsJlg`x`t+n6>#w2T`s9|6Gzc$fHN&aN}K%vd(lNnXGR=GJVH-4+C zV}Ja4hgR?N@S@;H^Qc$g+6{eF6VD&V7IzUJc`y4ZQ!vPOMy302lU+za%p`5i&J5qRUiLZ3s`& zUyyijRdFTCX?ve8k*ZJdKdf zlQy<}+e6V72=UtWOyjLNS<~R%7N?5ZDDuw+A4Vd*o636%-ja2L0J($LVymqD>1cGluy?PTiJzT?%=vln(G*INfMx=SvD_^YDd85i9gQ5~M>P$Oq znl?^bUk^qKUkftjVzh(60=)PAMN0dA_+J_AdV`kh-g<)jv6Fc_HL%`Uw`LjGAr$j) zN`4{{AJj>j{<_FsTybT=(3(uKdFR!dUCYM^^*JZFKxoy=;leBQg(!C*qMAZf6nj70 zSs%kT0z)DzjFrh zt;rH}%BnRSH2wk}We9hST}`b!p%g|pkG|AdO=xht=J(n1O`4CN)9lrUL4$^~2S9pI zv@)=6!N0kH@cmKI zIHv<+|D95f>Ui?eMp|8+%RWirpRsR?Y;vwt1e?sQW<}+@{r!?v8Lx&k#0tOaVr%aZ z`jN6{BF^th{S!>Y$4@T@v$ z{}(Z5er(dAPJ(+ZtfR^)niE%{+ z$PSmIbE_xDr_e}fRQI5P8wba=S8f-de;gaX)} z`hnif_oeyU6!#%1;tqwAEvkvU4LY?@CvI*2rnLRGA{e$QhbjacJ8wWH${9K5h4TOH zr@^;OCLe%}RXs!)4HNkhFSY&O_(Li1BH>dZTgvc^15QwL(O0(1$E`Su%c-G!R2CwF z>NvxjK598+jVgI(#*^f!AaC*9-A+%J`VJ87#I5cQBT}UzP*q ziBD{O+hn@m^(guC^Cn9$=ZH7fGr!q0U)65}wD;=J^vN_1k7Q8{A|N*!mG`^2o%G(l ztwbsrR+au>UWwJPL{=r|L}(kXoI#`OuGdoxlj{ka7W{#`Ho{YND{{)-@(*lBytn6x zT`4)Tm!qfz-wO?hK%?%8CL3eB(a8bX#qX5XhA`aUc~lNUvA0Bh-i|P`u3qlH3!AOw z$|jhzn@qA~gm(V!)I8ZNd{~G_8Na+M??5CEtZ;r{Qd85X7{>meKYN*HgAh9az|E5b z1o1ihZPzq22i4q7^%PXO7(ZKfS864w;ZmIusv*D*Yc-cEJ8}2ne5JfhEms6R*$o~8 zn|gmCYkTW_<9TqPRnD<}aySQ6BM73?OL>sHk#Hkke(^T6{|JR)`K;FvDST5E+YrHH z12BB@TIs5i49~cd_oq4JvQeW zlGlHt2Rl4AL5sqAr!-tBF>Kzah!@r2Srno&(CLYNt?Xup zMDl!ghHKDM^_|V@^mSK=Ps6wBT0C?Pe#61M6fKz;`zy$?ziMWnE=!NXCr*p8B==JW zcJJ1^JAN`ul-m8VzFL`7t#Ul~ZHh)+1{d%_#b+?GhxUZ#W~Tp^I)Go`v~xi$G`Ofq z1?r#02wZg=p0Xcwb5&6;80k;ST52A;ROc4#7N){!sH=GyD)ClXr5PrZl~o3s(hx@~ z{)3LKBWhPq9yn{4im@U={k8@d8pew_pV(<${fIgZUk&RSew=)2}Kb$!>(!K$L7qRqhA zi(ShAr8fV=)i<1tSJ@W`ca$DaPP5ty*(Y^3vo^=F!TV>_LM7sz^oj#1q=y?V7+%Xqmyr&q^fwtfp4`Nxbk{>$ z4;i&LAvu9>z^z17m&^_QR@Wn&M`FuKJwo{X<4D=>@>qcdFfJvf_I3pmI}DP)t~bdELWWWhfOB zjOw3SVa7zxw1duu#rU#c4_S|iK5!8=v+(;a9?A14ic3+hHY|+!@bbM3$@jiPDn_nA z{|5yp7!EpfMIu)Cdu8YGTBUwn9Rn^SA$hjrbfT~mkOrhaPS_rZiC8w#Nc^enPlKt;%Q7e zJskJ9=x$FO8jhegc#|uSp24TSG}TX_vq|gff8sWrgEz+~#2x#i5q^jRu+|sCw zQ3RMzFPR~Fhe>bD|COOwB6?>?A_?S{#^9H_MjPY*F(J7l%sSK$@mj{DwEPGJIr+{| z(BQR{jIXK2_+JMfc9saoPZrta->{~^)>L3G7>T)#PoG~Imd+8AzpkoSqZHn}QxVkK z7N9so*c|y;S3CWKnZInT5|wN6Ek7?i%8IEL6xB97Ik=k}k+x}9l>W8LQkQGMeLlx> zi+gk)jmxhNh>o&rEijfJQ)y3F*fT`R%zv30G(KSO+#ki6J?^rDk?-c1X)UranDS3s zOv$;of!o`g{p%uMjbz}oLslV(H=bi8AlXP&{p8k(!UFB&N{j(6E*Qm>c})bt^PM8J z3!*Bp&yi`tnmsWlpr}vN44_KmQFRXOo1W0DxOhgbdv6eksQ#&LCLyEW=;G>@k@^nG zCwypQE%Y~0 zWlZGH#irGD`cGJhVrPtm@)V?SzbE*S_f+9A1FdSTpK`u7I*M*#f6}9N0C6=eMgVRY zt77Q({r3YMXC`@Z-KT+LaH(~R39pp>Ldo)r)5b~wAO4B!{5$W&=^Es0jxgX2JB$Yi z%~dX!Bwc6pt@U90B1RT*K(lqQX#E=_rjpb68O!M-fK^c?P4mW>BuC3dZ-MYpK)9=O zZFRC`jQXaJ8*^dJg)}x%(40ZJNPuY;Y|WNK1RDF^9mod8LIpO0ek?gX{3nVYS58=_ z_xK}J5sV*48-8?~ZQG`9`KXr|0iAwtSt_DXq;jjkkqaQ%2GMi*JN^Z=dj5}JeX zR%asAWX5%o}QsjE9=>E)KQz4zfMzJ;l=aNA26-Y3PW z|5@oE8ozy0W2v6D)J*EHJYIUhx#4Wt8+j!ksR1r1`a^f@;_YL7f4G9tCBZoq1kBm^ zpC%aHb33%obp7dlJvdKHqz0()QViUvWiYJ+ci&c-w*LC|KPG3N+C=flh%QngTye zE(6sn4hP8sEr`&C>i-dPp6Q6Stl)#V5q1={vBvxl2 ztRg2$BE4pgXfhmJ;GK1U7o#@xLg~e1Dx0 zeTD3+ZaFKV?>hr6;N#yDCCz7qA*~Ri^g=~SGW(#)Ls?#C^I`kwr>?lJ-jECw;GC^L zlS;gR2mOt#OzISvox3%&F;`pn-Xf)mEwq7BA*1Eu`D0XIl(9RV5TM+`HcDO!2ob*R zq6!??@;cbDB4p6vbo=bhP#RN}z;tYYqAv@z9T~y2K2T9v?U@ZRPpGlA)VV?VwQ-7K zVi^DQV?fR$GAie7kOm=GAMG4nLIb)#`Y%gLP)*doc;yjyW^_BqO1hxs@l&C3pwDQJ zk4EQ&-Im4JqC{M4TKBC4d8g&>)hJLAL+vaHYSdcLu>pEEr2Y8&*^TH!J-3V&`FsB= zTNnKX*nu;g&Re^SJe2S)1!tPE-%rZgGAyff(vx}HVyi8_E{;9ZCIUI4nR@XVeL#W2 zF6owC7e#{`CK?&4@@+eG$HaAsjZsyZa%#ZH9LK>)wB1gkHGNKU*-K<~#%is>(v_ zi7ht^=7*Z`DG@G$or1Oq=(oWg_^@eca_Kii2ta;Q-;l*T<72wyN1qw@vIrxcOK?r` zN3~%4&_AbtvkLN~)OkeDeTbeSl-GOrNQduu#0K7YLq7}s_hH99!3CraeB*q^O%BYO zvTCYZwgys7O3zrb!pPiQty4hpvEAn9XH5l(rtkmxsrlLOzwdo5joY0EG7wSu#A`Pm=k2V*yJqsoeFA_gV z41@{w;*yv{zTk=pWhA<^E%f{LXQ=4%*s|7D6$mc*{-l6OU=(-WNe;m6h0`EgFYKKC zb`=2PF%|u3@)1_wSlHeqp7_bW`=Fu0N1oD|q(yAMtvR}f%i#rH`5XITR#qO0NO2Yz zte#;k<PTL{^K*YiIabQs`OwdDqD2s$)#~ti za%bHK=^hZ7VP}MU`X4SdWR- P#zmdy)X`)doZUN7v??5u}{|;uvk}`c( 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

`); //incident['columnheader'] - markers_list.push(one_marker) - }) +// function pop_Fotos(layer) { +// var popupContent = [] +// var popupContent = ('{ + console.log(create_icon(incident['Image_Link'])) + console.log(incident["Image_Link"]) + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + //var one_marker=L.Marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(`

${incident['Description']}

`)//"Bago"

`); //incident['columnheader'] + var one_marker=L.circleMarker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon("https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium")}).bindPopup(`

${incident['Description']}

`)//"Bago"`); //incident['columnheader'] + //var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(popupContent) + //var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(popupContent) + markers_list.push(one_marker) + + }) + return L.layerGroup(markers_list) +}; + +function createIncidentMarkers(data){ + // console.log(data); + var markersArray=[] + for (var i = 0; i < data.length; i++) { + markersArray.push(L.marker([data[i].latitude, data[i].longitude]).bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

")); + // L.marker(heatArray[i]) + // ; + } + return L.layerGroup(markersArray); +} +function createHeatLayer(data){ + var heatArray=[] + for (var i=0; i{ - console.log(data) - createMap(createMarkers(data)) -}) +function buildPlot() { + /* data route */ + const url = "/api/Myanmar_Records"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + // Grab values from the data json object to build the plots + var event_type = data.map(one_event=>one_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + } + + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], [layout]); + }) +} - \ No newline at end of file +buildPlot(); + +// d3.csv('../static/images.csv').then(photo_data=>{ +d3.csv(photo_csv).then(photo_data=>{ + // d3.csv('../data.csv').then(incident_data=>{ + d3.csv(incident_csv).then(incident_data=>{ + // console.log(photo_data) + createMap({'Images': createPhotoMarkers(photo_data), + 'Incidents': createIncidentMarkers(incident_data), + 'Heatlayer': createHeatLayer(incident_data)}) + }) +}); \ No newline at end of file diff --git a/Myanmar_dashboard/static/js/app.js b/Myanmar_dashboard/static/js/app.js index e62f4ee..763d680 100644 --- a/Myanmar_dashboard/static/js/app.js +++ b/Myanmar_dashboard/static/js/app.js @@ -1,34 +1,120 @@ -function buildPlot() { - /* data route */ - const url = "/api/pals"; - d3.json(url).then(function(response) { - - console.log(response); - - const data = response; - - const layout = { - scope: "usa", - title: "Pet Pals", - showlegend: false, - height: 600, - // width: 980, - geo: { - scope: "usa", - projection: { - type: "albers usa" - }, - showland: true, - landcolor: "rgb(217, 217, 217)", - subunitwidth: 1, - countrywidth: 1, - subunitcolor: "rgb(255,255,255)", - countrycolor: "rgb(255,255,255)" - } - }; - - Plotly.newPlot("plot", data, layout); - }); -} + function buildPlot() { + /* data route */ + const url = "http://localhost:5000/api/Myanmar_Records"; + d3.json(url).then(function(response) { + + console.log(response); + + const data = response; + + // Grab values from the data json object to build the plots + var event_type = data.map(one_event=>one_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + + } + + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], layout); + }) +} + buildPlot(); + +// function buildMetadata(sample) { +// d3.json("samples.json").then((data) => { +// var metadata= data.metadata; +// var resultsarray= metadata.filter(sampleobject => +// sampleobject.id == sample); +// var result= resultsarray[0] +// var panel = d3.select("#sample-metadata"); +// panel.html(""); +// Object.entries(result).forEach(([key, value]) => { +// panel.append("h6").text(`${key}: ${value}`); +// }); + + +// function buildChart() { +// /* data route */ +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then(function(response) { + +// console.log(response); + +// const data = response; + +// // Grab values from the data json object to build the plots +// var sub_event_type = data.map(one_event=>one_event['sub_event_type']); +// var event_date = data.map(one_event=>one_event['event_date']); + +// var trace2 = { +// type: "bar", +// name: 'Myanmar_Fatalities', +// x: event_date, +// y: sub_event_type, +// orientation: 'h', +// // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], +// // width: 1 + +// } + +// // Define the plot layout +// var layout = { +// title: "what is happening in Myanmar", +// xaxis: { title: "Date" }, +// yaxis: { title: "Events" } +// }; +// Plotly.newPlot("chart", [trace2], layout); +// }) +// } + +// buildChart(); + +// // This function is called when a dropdown menu item is selected +// function init() { +// // Grab a reference to the dropdown select element +// var selector = d3.select("#selDataset"); + +// // Use the list of sample names to populate the select options +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then((data) => { +// var sampleDates = data.dates; +// sampleDates.forEach((sample) => { +// selector +// .append("option") +// .text(sample) +// .property("value", sample); +// }); + +// // Use the first sample from the list to build the initial plots +// const firstSample = sampleNames[0]; +// buildCharts(firstSample); +// buildMetadata(firstSample); +// }); +// } + +// function optionChanged(newSample) { +// // Fetch new data each time a new sample is selected +// buildCharts(newSample); +// buildMetadata(newSample); +// } + + +// // Initialize the dashboard +// init(); \ No newline at end of file diff --git a/Myanmar_dashboard/templates/index.html b/Myanmar_dashboard/templates/index.html index 6ea6d37..87f8399 100644 --- a/Myanmar_dashboard/templates/index.html +++ b/Myanmar_dashboard/templates/index.html @@ -1,306 +1,190 @@ - + + Myanmar - - - + + - - - + + + + + + + - - -
-
- -
-
- - -
    -

    Human Rights Abuses Report Form

    -

    လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

    -
    -
    -
    - - - -
    -
    -
    - -
    - - + +
    + +
    +
    +

    What is happening in Myanmar?

    +

    A dashboard looking at the 2021 Spring Revolution

    + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +

    Human Rights Abuses Report Form

    +

    လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

    +
    +
    +
    + + + +
    - -
    - -
    - -
    - -
    - -
    - -
    - -
    - - -
    Max file size: 20MB
    -
    - -
    -
    - + + +
    + +
    -
- -
- - - -
-
- - -
- + +
+ + + + + + +
+
-
-
--> - -
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - + + \ No newline at end of file diff --git a/Myanmar_dashboard/templates/index_test.html b/Myanmar_dashboard/templates/index_test.html deleted file mode 100644 index 3a5cd58..0000000 --- a/Myanmar_dashboard/templates/index_test.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - Myanmar - - - - - - - - - - - - -
-
- - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Myanmar_data.csv b/test/Myanmar_data.csv deleted file mode 100644 index 308da06..0000000 --- a/test/Myanmar_data.csv +++ /dev/null @@ -1,794 +0,0 @@ -event_date,event_type,sub_event_type,actor1,actor2,location,latitude,longitude,notes,fatalities -9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 -9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 -9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nam Jin,25.472,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 -8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lanmadaw,16.7795,96.142,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 -7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taze,22.944,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 -6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 -6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 -5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 -5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 -4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 -4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 -4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 -3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 -3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 -3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 -3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 -2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 -2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 -2-Apr-21,Riots,Mob violence,Rioters (Myanmar),Military Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 -31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 -31-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 -31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 -30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 -30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 -30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 -29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 -29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 -29-Mar-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 -28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 -27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 -26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 -26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dala,16.7586,96.143,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 -25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 -25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 -24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 -24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 -24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 -22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 -22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pyigyitagon,21.902,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 -20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 -20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 -19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Moe Bye,19.7444,97.093,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 -18-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 -17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 -17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Moe Bye,19.7444,97.093,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 -16-Mar-21,Riots,Mob violence,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.028,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 -16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myin Ka Bar,21.152,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 -15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 -13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 -13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 -12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 -12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Thaketa,16.793,96.203,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lanmadaw,16.7795,96.142,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 -11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.938,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 -10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 -10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 -10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tada-U,21.819,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 -9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 -9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hinthada,17.6494,95.457,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pinlon,20.991,97.532,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 -7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 -5-Mar-21,Riots,Mob violence,Rioters (Myanmar),Rioters (Myanmar),Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thaketa,16.793,96.203,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 -4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),Civilians (Myanmar),Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 -3-Mar-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 -2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 -2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Falam,22.911,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 -26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 -26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 -25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Rioters (Myanmar),Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 -25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 -25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 -25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 -24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 -24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 -23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 -22-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 -22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 -21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 -21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 -20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 -20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 -19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 -18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 -17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 -16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 -16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Poke Ba Thi Ri,19.806,96.183,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 -15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Pyigyitagon,21.902,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 -15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 -14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 -14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 -14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 -13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),Protesters (Myanmar),Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Rioters (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),Civilians (Myanmar),Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 -11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 -11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Civilians (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Military Forces of Myanmar (2021-),Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 -7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Police Forces of Myanmar (2021-),Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 -1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 -1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),Civilians (Myanmar),Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 diff --git a/test/static/HeatMap/Assets/css/style.css b/test/static/HeatMap/Assets/css/style.css deleted file mode 100644 index db25abd..0000000 --- a/test/static/HeatMap/Assets/css/style.css +++ /dev/null @@ -1,12 +0,0 @@ -#mapid, -body, -html { - height: 100%; - width: 50%; -} -#mapheat, -body, -html { - height: 100%; - width: 50%; -} \ No newline at end of file diff --git a/test/static/HeatMap/Assets/data.csv b/test/static/HeatMap/Assets/data.csv deleted file mode 100644 index 715ec33..0000000 --- a/test/static/HeatMap/Assets/data.csv +++ /dev/null @@ -1,1334 +0,0 @@ -event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities -9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 -9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 -9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 -8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 -7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 -6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 -6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 -5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 -5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 -4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 -4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 -4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 -3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 -3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 -3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 -3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 -2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 -2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 -2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 -31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 -31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 -31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 -30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 -30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 -30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 -29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 -29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 -29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 -28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 -27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 -26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 -26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 -25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 -25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 -24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 -24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 -24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 -22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 -22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 -20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 -20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 -19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 -18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 -17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 -17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 -16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 -16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 -15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 -13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 -13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 -12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 -12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 -11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 -10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 -10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 -10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 -9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 -9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 -7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 -5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 -4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 -3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 -2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 -2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 -26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 -26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 -25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 -25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 -25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 -25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 -24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 -24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 -23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 -22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 -22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 -21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 -21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 -20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 -20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 -19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 -18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 -17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 -16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 -16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 -15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 -15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 -14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 -14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 -14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 -13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 -11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 -11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 -7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 -1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 -1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 -30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 -29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 -27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 -25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 -24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 -23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 -23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 -22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 -21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 -19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 -18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 -17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 -16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 -15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 -9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 -26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 -22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 -20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 -20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 -14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 -10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 -4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 -2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 -29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 -28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 -27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 -27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 -25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 -25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 -22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 -19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 -17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 -14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 -12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 -11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 -11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 -11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 -10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 -7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 -7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 -4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 -3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 -1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 -25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 -24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 -21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 -20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 -18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 -17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 -16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 -16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 -15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 -13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 -11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 -9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 -8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 -7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 -3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 -30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 -29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 -28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 -27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 -26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 -24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 -22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 -21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 -19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 -16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 -15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 -10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 -9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 -9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 -8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 -7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 -6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 -2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 -26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 -16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 -14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 -13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 -12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 -11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 -7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 -4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 -4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 -3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 -30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 -29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 -27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 -27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 -25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 -24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 -19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 -18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 -8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 -6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 -4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 -30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 -29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 -20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 -12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 -9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 -3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 -1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 -29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 -29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 -27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 -26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 -24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 -23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 -22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 -21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 -19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 -17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 -16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 -13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 -12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 -11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 -7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 -6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 -5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 -3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 -31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 -31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 -29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 -29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 -28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 -25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 -25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 -22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 -22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 -21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 -20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 -18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 -17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 -16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 -15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 -13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 -12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 -11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 -10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 -10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 -10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 -8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 -6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 -5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 -3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 -2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 -24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 -23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 -22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 -20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 -19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 -18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 -18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 -17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 -16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 -14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 -12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 -11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 -10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 -10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 -8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 -6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 -3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 -1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 -1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 -31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 -30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 -29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 -24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 -24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 -20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 -16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 -14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 -12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 -11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 -9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 -7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 -5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 -4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 -2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 -28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 -28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 -21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 -19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 -17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 -16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 -14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 -14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 -13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 -4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 -2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 -29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 -28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 -23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 -22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 -21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 -19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 -13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 -10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 -9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 -4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 -4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 -2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 -30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 -30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 -27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 -27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 -27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 -25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 -25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 -24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 -22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 -21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 -21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 -20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 -15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 -13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 -12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 -7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 -2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 -1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 -1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 -23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 -22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 -17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 -17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 -15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 -13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 -12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 -12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 -2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 -31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 -26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 -25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 -24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 -24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 -23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 -21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 -19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 -18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 -15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 -7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 -6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 -5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 -1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 -31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 -30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 -28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 -27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 -23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 -23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 -11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 -3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 -2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 -2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 -1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 -27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 -26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 -24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 -23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 -23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 -21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 -14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 -5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 -1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 -29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 -23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 -22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 -22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 -19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 -17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 -16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 -15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 -15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 -15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 -11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 -11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 -10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 -10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 -9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 -8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 -8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 -4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 -3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 -2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 -21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 -19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 -15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 -11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 -7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 -7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 -5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 -3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 -2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 -30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 -26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 -26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 -25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 -24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 -21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 -21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 -20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 -19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 -19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 -18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 -16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 -15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 -15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 -14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 -13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 -11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 -9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 -9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 -21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 -19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 -18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 -17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 -14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 -8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 -1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 -28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 -26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 -22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 -20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 -27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 -26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 -25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 -19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 -17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 -13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 -11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 -2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 -27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 -18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 -17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 -13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 -9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 -8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 -30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 -28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 -26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 -16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 -16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 -15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 -15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 -11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 -10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 -6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 -5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 -1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 -28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 -12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 -11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 -7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 -5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 -3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 -28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 -25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 -12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 -8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 -3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 -26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 -25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 -24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 -20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 -11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 -10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 -9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 -8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 -3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 -28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 -27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 -26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 -26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 -25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 -31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 -30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 -27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 -25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 -19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 -18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 -16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 -16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 -15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 -14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 -14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 -12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 -12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 -23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 -18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 -15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 -13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 -13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 -12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/test/static/HeatMap/Assets/index.html b/test/static/HeatMap/Assets/index.html deleted file mode 100644 index 21107bb..0000000 --- a/test/static/HeatMap/Assets/index.html +++ /dev/null @@ -1,24 +0,0 @@ - - - Myanmar HeatMap - " type="image/x-icon"> - - - - - - -
-
- - - - - - - \ No newline at end of file diff --git a/test/static/HeatMap/Assets/js/config.js b/test/static/HeatMap/Assets/js/config.js deleted file mode 100644 index 48f51f5..0000000 --- a/test/static/HeatMap/Assets/js/config.js +++ /dev/null @@ -1 +0,0 @@ -const API_KEY = 'pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg' \ No newline at end of file diff --git a/test/static/HeatMap/Assets/js/leaflet-heat.js b/test/static/HeatMap/Assets/js/leaflet-heat.js deleted file mode 100644 index 891f63d..0000000 --- a/test/static/HeatMap/Assets/js/leaflet-heat.js +++ /dev/null @@ -1,112 +0,0 @@ -/* - (c) 2014, Vladimir Agafonkin - simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas - https://github.com/mourner/simpleheat -*/ -!(function() { - - - function t(i) { - return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); - }t.prototype = { defaultRadius: 25, - defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, - data: function(t, i) { - return this._data = t, this; - }, - max: function(t) { - return this._max = t, this; - }, - add: function(t) { - return this._data.push(t), this; - }, - clear: function() { - return this._data = [], this; - }, - radius: function(t, i) { - i = i || 15; var a = this._circle = document.createElement("canvas"), - s = a.getContext("2d"), - e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; - }, - gradient: function(t) { - var i = document.createElement("canvas"), - a = i.getContext("2d"), - s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; - }, - draw: function(t) { - this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; - }, - _colorize: function(t, i) { - for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); - } }, window.simpleheat = t; -}()), /* - (c) 2014, Vladimir Agafonkin - Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. - https://github.com/Leaflet/Leaflet.heat -*/ -L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { - this._latlngs = t, L.setOptions(this, i); -}, - setLatLngs: function(t) { - return this._latlngs = t, this.redraw(); - }, - addLatLng: function(t) { - return this._latlngs.push(t), this.redraw(); - }, - setOptions: function(t) { - return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); - }, - redraw: function() { - return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; - }, - onAdd: function(t) { - this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); - }, - onRemove: function(t) { - t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); - }, - addTo: function(t) { - return t.addLayer(this), this; - }, - _initCanvas: function() { - var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), - i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); - }, - _updateOptions: function() { - this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); - }, - _reset: function() { - var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); - }, - _redraw: function() { - var t, - i, - a, - s, - e, - n, - h, - o, - r, - d = [], - _ = this._heat._r, - l = this._map.getSize(), - m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), - c = void 0 === this.options.max ? 1 : this.options.max, - u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, - f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), - g = _ / 2, - p = [], - v = this._map._getMapPanePos(), - w = v.x % g, - y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { - if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { - e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; - } - } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; - }, - _animateZoom: function(t) { - var i = this._map.getZoomScale(t.zoom), - a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; - } }), L.heatLayer = function(t, i) { - return new L.HeatLayer(t, i); - }; diff --git a/test/static/HeatMap/Assets/js/map.js b/test/static/HeatMap/Assets/js/map.js deleted file mode 100644 index 21f66f1..0000000 --- a/test/static/HeatMap/Assets/js/map.js +++ /dev/null @@ -1,71 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -var myIcon = L.icon({ - iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", - iconSize: [20, 20], - iconAnchor: [22, 94], -}); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - - for (var i = 0; i < data.length; i++) { - - heatArray.push([data[i].latitude, data[i].longitude]); - } - console.log(heatArray); - - var heat = L.heatLayer(heatArray, { - radius: 20, - blur: 15, - maxZoom: 10, - max:4, - gradient:{ - 0.0:'green', - 0.5:'yellow', - 1.0:'red' - } - }).addTo(myMap); - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/test/static/HeatMap/Assets/js/marker.js b/test/static/HeatMap/Assets/js/marker.js deleted file mode 100644 index b342332..0000000 --- a/test/static/HeatMap/Assets/js/marker.js +++ /dev/null @@ -1,58 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -// var myIcon = L.icon({ -// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", -// iconSize: [20, 20], -// iconAnchor: [22, 94], -// }); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - for (var i = 0; i < data.length; i++) { - heatArray.push([data[i].latitude, data[i].longitude]); - L.marker(heatArray[i]) - .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); - } - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg b/test/static/Media/Bago/Bago1_Tweet_April_4_2021_Man_dragged_by_motorcycle.jpg deleted file mode 100644 index 34be98b004a2a12586c65e6fb0713d694a6809bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 48131 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 Zy7XJD^f7}(3LWUpkFh}EA>ltO{{z;a&BFiy diff --git a/test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg b/test/static/Media/Bago/Bago2_residents_flee_junta_raids_April_9_2021.jpg deleted file mode 100644 index f0c05b492e98839b69feb8483339b624c057236f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106815 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 XHZM+=YyjCP5X% diff --git a/test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg b/test/static/Media/Kachin/Kachin1_state_April_19_2021.jpg deleted file mode 100644 index 6062a32999f3f89f0a91166e5c950d6728f78622..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 179121 zcmb4~Q*b6sw64F{$wU*|wr$(C&53Q>wryi#+Y^1U?d1G>SDmVJdscT}biG}xdeyq> zx1Ro4|Jeilk`|W|2Y`S803iPjz|R&y1ON#R0SN&P2?+rS1qBHW`wJEp1_l-l5efbm z1{x+N2HNl6*mz_F*f=D(zkd_b5|WTpP*GE15zsNxQ8JQIQc?a-5)ddTC|GD%R9IM4 zO6=d*l>guHGXy|}2Au~R00SWgfFgr{A%pz<1>gVxU?Be!fd3m{;1Hl707$6+MC|`n z{$CLQ0{Wj0`LhXt2Ll0s{sQ~;U!CN43McR7jFZvS6@Mx=1OLf)^SOENFcnw~gstwg zq&j{IN14*z_n=pTQegc$f}iY6P_i=fAyVTWW-V)#OSC0=j{X(qepLO(N(fs+EeL25 zU9{H=UJ3Fbz{q+NQ95zLe5>jyR1~F*ZmT&KavoFJpC*wY)po>DwSK}5kC-5_xsqW< zenbJ;!W^heva_tyRsPn~i}Cc3=0F}v*JD(0_Uk)kw%Y+-zA;P1MuB&X$lHKD;y9OK z1}F2`g1WMvZQ)t{L1JllbSyo=i%aL2ryfFm|BK&OCABKe*Hv+ba#aPLJ1e;H>4dwP z<`G>mF>f+n*$hiILJiSLD=E=ej}tu>-clTs0GR-kQ+`-6n^n78FyGwZiOf zuZSSsC4Z9i^WC+jODwY1%-XKR9I`510yF(gn*<=1E!3qLV+c)YkGc^ntte|k1e4N- zY-GNACndc1Z}A*qnn{{{l`-?6yqZ~I)u-m;?WNUsSLorT&)<*1m(-#DWXNFp%YSxZ z{gOV{_o{bljqCjQ?5!fG&hG~h8+cPFmAR|%z|Q4sJJM5c0DkcU;87Yi&`0Fn3OV)s zD)Fs(`kdnkW7^E)3Yo7>U;yUj^;x&f>Hu)rLjBey`Y{Q(pp z7~4#PxEcjf{s7WpTNv3&8uh)5&vX=Z@WkeXmWqn`eGK4iEtS@J5H5a0_ZKPm5X5qa15Rjoc-+k0KoPvZP8{IAxWw|DAr zeWZ%4T0j3nwa{NZ!P!n6cl=@A3;*7yBJ&8G1$gcIQ%jQL@4t+(jo3d&k zp=8*|C?(S(RvLtj0%Gw@qn%rm0`4dBEGJ4o6aKc9uB0hnItKHRkAKnTXtEdamWC5^5;OZOx9b{TM-id(w`lgs$NtMXk4mq%x_xXCot()=YHGtoUm>p_ z<-|YmVfk3cIj<6iPLrdcm%ktOxI?HJ`}6N^+1unN|J%&phevd(BRWM5STTn!jWy8V z>2Y3yV64_#qx-APw{ZIkhF)n^BVh{YJ#V z;$+4kT(XcYb6D0n4Grc5gZ+gPq$L=~jO0cbyX$%E@AM_jkmSN{HB^4#Is=(qicQ<` zUtoBP$QHp^D=<&R42K@_C2r2N7)xit$|>y*ng7#2{CtO#7y_4P{rtyThyCHVo3cb- zOJ9On#kn%?%dzy!u?Gx`L0ci7S%rLO2me{`(=?6pOsK@(sTGlE8JO4(>#jQ6&wtLa1D!VW15^wC*~iKD`rZU+`aQZ=wnN zwqU(7sf#3Uan(!kEz{0~xu&k?6xitPI8p+oQ*=j$81Y*@aH(b);(%6|c@3ej*wrBx zD8`6jts22*?%1AsQp-7)0zTbf9idh=Yg6)|Hd_ThT>P9`5`Ec81ZGXBeCaV1ZdHZ! z%7^CjV<6vdmEeD^-QF#}{{bk~$Czbp-+eOFNQ|9bA0Hh@+E8 z=bD+8czB*Sjz7|I{QfmRmr$vQHD|~q>=8wHEhTuuM29b&X(m|u_}C2#NlEOKbsO=g z1wAOn7MmDP0~8rw%N%SeZBPtJP3m~l`m_8YbDaIDn!gV+kA4YJat?{8NwOk;XR&7T zPB%%HlD@JA3%Vyu?RJT9DrwqqDO|tI=L)$z$E5&ojhc>I5w_#fV5TJKpw$)sjHFo#C-id<+d znrs7=ix3jt%7(PPH)vOhkP;9Cg&?MHevnDs?LSRk5c>5*;d7-N4AL zS$Ia4RBi5BQ1`Ho2?Oq{Zr2$?mL@ir=1TChS^*WXOa^;?#kxY2#zY`xy9>;Eb@(D} zNip!}W4t4cA=U909}B%;^gnTKK9gsE|%u90jzeA0D2_WY4@mvV-|5N)= zNJElc$8$&x`{Fr2PyefQZ97K3@y{UoDW5IYyl1zFNv`B`N4joARU=Jx209%{rhyYH zA|z!id7J$#QghEdRtSIRTR6*~MSAgD4t(e@jN`Z0*l9P&xOoC2zyW(a zd+P_k*&bRJCRk}CV0up898G)e@6%95n)r^bJtD~XXg>b_WA>K%AW%HrNs!C-vcLS= z;5*0SCsbdHhl;;OS9?5}nQzg^osd^)zFD=#tqI!#8u^xPEmL{UJEnrIsT(X zRu;^*au<`-gG=_nk(n7%@(W3Q_}3W)`Em9qfjLh=)Iuzi=1Qj42$WdUO}eUqH2@;? z5`JQjRPS~{>8MvYCVhph91X`B8mSaFO7O7S6FTl*%3ko8j4^yhR=DCESIKk2hY&n%e1>})9 z`_!og8+(Ww&*kuXshCkkYT?S~2S8PumAuO%>qAYb6CqTYrJ)@RK|i{May)emmz%;>SCp|E07Mg{O)kn{5R4(2e$xF= zb2FV?QsCJq5y(6BSo)UMaa{o5_cBk!9b&R1iKTaAuT&Rwvm=8^oHWGd-kP6iP7;Hu zncNZci`K$&x;lhI#_Bn6L|~xR>(EC#VQTX%I8x6GaV!cHVjP`Wk{m7GHcYdpG`^dQYYP9GP+EeA!X( zLE81xTH@L?e>6HT${e#+F!$HZ^3MLJY&r~GaRtuWqf$rISntVn{B5^={^3s-W6=6C zW|Q_^qD*kup81f`?52oCug+ES$=$#>WTW*yDL}lva`5+^RPT?FfxumVp`XD#KYxDt zxR{#yRJ_k>X%k4Eb^rWlHg5Zq_uJ;D7hmj6-XMR<2Kzd6-#;d+)Xl}dJS3f$ar{jZXA1i`^*YMc#R#&f%WPWRp}k9pUlza{$_z6wVbPf_`6Te6|x!h zgjUuSzL~&80&?K^n$r|@&izKhwQNCo3+XAAt)7aDf7I# z#r2M`_EYcAdb-oH_l4y4HCX)IVPNo*PGA!_`mP2(TVjQu-6!K3rDXG7u(jVJxx}+> zilD93SA1Sve(r3Gs=Yqx)k4#YTO+O&lde=&l#XGDW0(x(=*k#b8Z%H5AbG&8Xx~R7 zO%(93jaUvLzBP%yyf?=0tKW_UA1S?8x+4Zp39A(-MTM(6-`YYiB`4N5l;0A_bUw;J zOwD5YWiN^p{rdy96VGu->bo{@Qoktm_HaX#Z{}bDc$CrV#p0nc;-kVoNR`;Wsv>(5 z=66;JoLVL3K>vMA_wGOc4R!UYA8Y5{xntw)lBnZlk^7=~!Zrdtr}{Go{I+wDp!3Zi z^ZfxJR$s+<`s#2C_QJhg&E;PW*przo9Z+DL8#_&JZ{qFH=$ES9nF@2PJ_&Un_Ziq)7@xW zS>2c<5TP%N{SMZ;qI6pfxZsrZbXoo73dUA7sVwJnk^Gn0A$#fZq@VqL(Ok>w>Ig5fE(4H?x7>-O+eeW<~i%uOR>&}6E)iAByk zUk~?)#9_CjHAhh}4ZfDhGu!#n^Az&JJbOnU_9&3}ULW>&|0c4ZmlOG7kmKu+z4A0A zQ+WJXr&#NDUqLw6JaC+$Qct~fs$gO0h^i7(o$gUp^_p2VcgoxSt?=wGbom4V-R3$k z#fJ@jf59P^?~5*6%#!%6an{Fu7yr16YN6}5LCx&*MIEtJY(Vjn)Jn31eF(WDDH?SD zs)iCKM=^QgD{d~8q$1N1)ay&6CaoP)ESE_x=zf2HBR)w&+-y6QhRaa2<1;)xzie{Z z&+-0z^X6hh_$E-F&2WsqFx&iusrcE-Pe%K}Nh)K06Op!@ZMH#4M)R;mZ3_iW56r# z%fBbW5WoF0rt@mQEwz)qa?ns7?X+g1rL}CN6`B16Sss&TC9vL4^^U0L_lkp&ztCqA z>tr9gkaj|aGzD+x?yi@@AdsK6+3N$F4f}ZVPUk=87eBYU;pf~>*FT||`gF{Po&mdj zT-t}vmiiYH+j@l3tzc<~Zf*u*=e(M~Q1m-b4?dBPERLW%g?zk(blA><)yzhcGp?M* zr+m$NHzs6Gfuw}l^|$%Pit-AmM@}j{eId!tsfY0| z%;csIv7hg|H5cjR{m-@sMdMx;ffj{C%lspr!fcTzQsJ?y38Vs&XOQ-riG_9O%mrL- z&i3o{1t(Z;Tt6&`ZeR`c`UHRoHE(+eLqe~!8{5}bJVl|l2euynGwvO3`lk4v}r zJNQF}e(VDq?=joKe-1lz4+Nga*Hm??GonZb%H25y7+yqH$UWpYGPLHhab=g`YXUHC zg)^QbJ5kV-%S<&z0`r6%k$Lz@b3kEpE|hlz~w_NGEk^KXTc0xStW zbTCRjZ?K#DtsT{i%gn=SoZ<`V|6W@2Eqz#t0lQ#_Pm}*S0AD|V*{AHH7y7W<4 zed!qJ8kpyU_OC1??kgL)T=fhL?ku}@aYzFO8B8{v;Z(@|Bh(7Ox zJyFi^bakI^H+%CbLe#v>LfHqpx9MG(%L_-=ejV765(utl-*Y7(>v0Q z{)E}a$Kb(to$x!VSbjcB%W7J2talT5oC`;iDn%t$I)8ND$S1g+AGrFKV{{dM%Zq{K z%jo=i6q(}b+NsT^K;goios^*g2qlo;3?F&z72hXQH5RcTl6(d*PZ^S`maA0;8084p zD3Wp~CRMFuBf>BTSF+Xm;;#{-aw?WP3gVmzFi3JOy%Zw z$`y2LUn}b#sUPYi(e8?K3CixnEqE=Ndduf?a^!eWG!JWy8Sd)b4;-ysHZ#fd#}`g} zRz9j6efTVMv~Gnx)Lvk|^jb*chTpO>C7g1Eh;+RqgPNJ$C0pW!2_rjNdTJX97M;SI z=434;ZysKls>J8j?avh)pPF-bn6Eo4vSuP{=sh?kKO&$0^QJ_lFP|+!ve2m5g6`NgePJ8`OyZfushVi+f z!wt_z^cWTCJxngyl-@lvjk206(?vKr2ze!IJAi|#B`8-!rtW5!q|iqO%}#ozTY1Bl zl+Hxfo0g(I4D;|^8_X+!Zu}Bp+GUy(zVx?|EmNW-%ZuJdfHi-)w33j`+y-|7LHIpJ z{cyueCOmCAy|tzyKVuov^0#s~S&j=ujk>o^wX{Y-zxTQvw!^q&5zn0M zpiF`BDc^+hd3DbbFfp<|C88V5y#Nn|cPA6=;R@Fl!ThT_d>7S_P{EVDl;F3mEL&Qm z;fkI`)qKsW51y$H`(Bm$v0Fbk8D=^&WpUtgm{-jyA3v=s=2*I(<*&NVNuz))iO_?Z zuPfMxM2FgRKl$ynC#v}#XzaqjFS1w87vyuzj!~_hZ0I(da|(GY4>pVxz8NY9{H1m6 z@!nib{sLdZQ1bpHd<*YAQJMpFMBVKjFGvfCy8@Oivd^weEj^4}k3rTpzu9@A&*K%q z_W0vt|3;qNOOHh~`~b=>|FF>F@+aV(j|3U!RLY(14V@FO6Uvz9O)@v0WH~d1Eo%q8 zh8U5xUxH`+0AOy~N}7Gftjy?)_|+~XDiJ$$=O0fe$9k(tD<6rP{BYmi-&s*9yL+6> zF{G4q^w#Ba8!2)kgvz?83^(Lgl2eP+-de32i_l6H+Rv22hQ37lDK2+gE+JjI-y>X` zC$4SiyaA0t71r#btM0sEHie5z+6Hic^E2P`v(C~irW{rdn;(_j62lS9;;8f(!H|@Z=2v}V@`QVZRnR@TAaWTl*Xvp7|lFc+ZSTg$< z<0QVzYMp%a7`$@8zzPOg@XYDUB)P$vmnB^pS2O zPxq4CrQ+g6I}I$$YS5@J(Zo((o+g!_)y6VXrV4jW(3~W@vvpo*f~q?9{l1M=kpR~d zvwPlkpqaG+Ayt2m{{esa?*$`IzxXBT6h5Xs{3OF#Vhkk8v<8Tewm#_fZ`665Q-7$_|yOEjfj|VwNK(L%bw|d8(0l zw>IozYPIE=PbrUnEZvB3p%(ip$PfIf5)?1JNa%8-^i z9Q3($!BS;$mq`-PWI~$0BSz~n@wr9DIsvg+>qd$Dc_hYj)8#CR5$32D)J*|$ zf_BACQ*_3ga62%J)MCbB|4XEZ2u`RK3_fiQp1cgVF`U&86o+QW8E~P#|uX0DV#zdVwv3$!p8)yvyi4Q4j z^9gcxPTJJ8O?))k46}~QcG*ZC_7dig8<-!}pX}Q{q-^P|T0=31iAhL3`Q)Qqv~j6M z6JJaoTbB-K8XUL|QSm%Dgr`-J&~mErY?AygZ^W;nnbLxWmAB)8Ey$5+*#g98L0*6z>zi zHu0vyqV=pZ=8CBcVz$;wR0E3>Tb(nrjo1%81J+Ii1(&}EsV3VN1K1#S=8FbRO?jO3 z?|RIC^NUsRtW2V43WB}KN2`>3mQ~iN9uFMo(+uXLJ;lj<4E@=>s&A_t((4h=T(o-P zhhb04r<-tS7)7P~a>cR+{bH*iSrgt`wxdcde?JwFA)E~I1cR`8Xs!ZZJuOFIPAu-zgRRDqUxeqPZA{e#D7ZNtdNSMEGmAaeMCjCw z7M}{IH>>PW624*}#{*d7>phg*7gJmlwyT%GDhf;6R-xrIe|5A*wUsj4wPXn?Pmv~i zfjnA^6xGVv0)dwqx?4FZA_C~TI?GLJg~sCwCgxS6mvwvf!d=@#iz4!yL^dc>PQUH- z=QCqv8jj27mfs$X# zr2Dnj(rV?@D*JNeXVpW{#;GWb7vmdDsUeCRS0u?{I>?;szaT{Z$&f%tRVN6!oJW|> z){95E6G6+C3DQo|on&bHu*lDr{Dli&IohHuSXuCEpjsNuhda3t1wl7^aRlZcFAMRx z6m+Y321pb_6gdU@FB+Gb<%}uimZE-@v{p0@G#_D#05>_QW3{0=Nz_s`i6AXetmpA% z$=Wbu`~3+t_~y)|GtPe_R=n4$S_~CYs)92R`hhbQv3VDnjCj-G==5|d^d1g9x9HnO zqyq7Hf|ZaaOXtNZTY>KuNqfMyx?FAIGxmcyI(hRV3OG~lKJ-{4x8PR#VDe|jni@BB z?5N^gjT4P#@pSp=betHMC~R{BYaKqy3mn@NZxt~Sdrv~0My2HsEmCPTZ_0m)XM;FH ztjt~**~*1z{4=yCYmA4L(6D7M+^vLLL_ix z()w7^s!ZureHIk*v>@6AVp_n1Xk{LncR11qURe100)5cz4p0o$rYf-_nZ z4*J9wIdUiAnuQEYJG2F+g?5V;%zafuL&}ETq3SdUxV~x*#PY&n+L{%LefkC7XyqLJ zJz9G&RTc2%ys3+=p;8+*ZE2MzJ(N(meUzfG^w}vt-R713((NsoaxJE9G_br|#duSt z-`b1lB%+fj(wNmPUUG@6?De4H^%?P1M4XGm^~Kv1%IzsDcBws9=H1A(wgVRPx;cZA zg?HS+C*Y3YisTD`g*0bYsr9lfxu5`)?Rrup&5o;pG(O42S;6@R9W-(cNAAzq!5sNC z>u-zS$Z@6OVm(yy1mv%sM1d|6LAO=zn(1iSnZVM0*edEwkPng6($r!RiPK_DSZN}v z$Iz%U82-lcw89ytyL9_mnZ<=oGj1^YQrxdt`n*YwKJH3Y;e$WixAJw5)x+T@+~VOY+7_w0f! zGWB9ivOMdl<))QZK2OoGxBv!8H|nb=ihfpL1cBBO*hAib_ZH@%q=D^o3{xC&P?*Hc z21%wEZ84%|y%FlZ)uB?yM*bonco2?C1!qJORGdPNLJBmq>LHj@$nn<>i?@N!JCNE9oIQ`Fy z_h?M1trKcwZy-BKn!J%RHYg4+F9NHmRHJAwpnXjk0@7vR8A3@uLJSP;d9;_+Lt%E( zV@;Aml}!TO!>yM~8dClA4-VAf$B`e4@ctp?l_MUvP0^%tu78dbyBMKx1~#>;CCyo} z?E~gze`zljxs`^vAUxu+M!;?Vb4%LSGYiAy3tH= z1m!q)e981F$d`&rE~8lB@AmO>OR(oWauytr{2>OOQRY(^5zwMnwH z#$Kx;Y;I8nDFk$)5QZQqkc8urwM(5bGKX5wA>54BaCD&Z)Y)uKN>ZVzqfVqW7ecgV zJIk6Bd~aDhuGA-sY#339hSFNo>r3-h3>{O$ignu?L zA5}EBFph;Ut%AYoZt{)n^C_BbN{&9dtm`mbfjpHEsvr$C_bLf-r%gVelObFIfm;9p zyE4SyuSpp^>cV4=miN}~6sO1xvIhJLzNmU*b8Z+8Fj%K+azy z7A9o`YOIU1a3$obfKDi`n8nu9(VGlH4v11y6+7PhFQ?!!tlh4p>TWO^Y|7~m- zWYHTJwlkhRMxe1)DN8C`lnNs}WmE}ONNT^L(}qHmUQ%~#rCLJPfwL)SY83Zmf@xT* z*{t15R78cUlr%E94@Se2%yoThU?Snf_dHu7O*=_|f;EcdOq;_*66Bn(#onPx8C|4) zmXVFjG@?w-ELYKKqN;+2Vprs}DC0aGaQ8{RRGt;fKHh^_#ls|W9rvg(Th@_*kWO>p zC`ImU0i&j;9l;xqMKt#lPxdY1BW}bz<1+NHx`j=IQ;lE`oxhFYu3VE=pQIR7Rc+VChw>l8xPBY2*>Q1#SwMa-QEuuvYU%pXl%&589VN^w{y-k!;OWfZU?hvEd zow`rd?TBG|PT4TBXw7l@o)v$kTM3&6?QxEN+@-3bavHb(>D} z)fOa={mBAL3O-aDZai&EVz6)9PgNB;dzkMzlS;_MOSu}RWzC~E#f@bN zX9uDJpiU~2q`oWO_8hUb=9xgnuRgWq+_KQ>W={Ka^#I4I;%_!p`yarlj8}P@nkX#K z>BG~Vhbm9Kn1GI##w9V##7nYWo6Qx~xH+1-zs`~#salX4=^Zd@);~2uDFRE(6wyOZ zi<6H_x#OY^;yNjt^3@hLrkvcv(_f&+{z$_6o;F9ucY8u%yw{`g%|+ba+hM5mayw7d zaBg;6{*Frr8g5x>D^XmnnEGq#>V-T`=w5)-WMln~6)5;`d^lYsZtcYwFijY z{!yN68F|Ft*h&MjbHN!3?gY0;3hx5C@Or5s_L=jroJ8j)=Rt zw*qrZDZ=nF?7qC;NEM%EIrKz8d;^Y_ZynpaeuK%_%`Xp?xY*VFlP7%pg5X>8)|bmy~X*^ze7Lm3B3V% zEmBvvo{*SjLl`X$9hWdoNwxKi=o%KP##4Fb=XRsPuh_D|sTni{vwOY(YSf8}^~v)%beD9XB;ZBb0NhPWV z>rU21t3V7E16fwCjT&L(03ITUT zcF!^wYt5?wDKVQ8g9cB)~L26Tdv4vro*{IJkN45y5$kL+rVTF0u z$I{h{1(QLwAtRgE#Jn;sdoOMN(@2Yib%`e+>j=Y7nfS}hcjolw< zd4r#Nh)i?;TMB87D)ZrPMz)*zpgonem*9Gh5*a^g`fE{6SL*d%6xU9iJSHNaUE{)F zjNJi8V^of!;+uX)k7mQ9l28HX<o+glJwz8PHeZb*}$n`giIa^R{^0khsjQI>QR#yElAW2{_MPs!zNf+$G_AZz## z|B!6nGS=QvlfO~FHjUmiV)Rfq&+J1WHaGh zSqIrfv+83p_VTs`;$o_tKCVxsn&PpGp=x~+K4b6hWI=`94 zlW-Ey|3;FyAgR-C)O~0A0c7S_)sm3^?u$3!l!lS2Y8HY+I~9YJZ8EE!U*A}|RhWzn z+;ExfP1OLW#8ztLe4#tQp^uU|S0FrOuzk4l+baEVSuProWtxLNKQXS<0{sC%Q6CMZ z0U?O1U%zwNvG8$+A2@-K`&3Oq^gDv~oGwCZ zye8G8#=ed=hCm1i(j^bPjHx@1C!?>|Jp~$A8mFbfl(CkVYj5XyZ3C^)Vh~qOPpCpzUsy4nJra&A_cRga1 zfv6(Nu|?ktz~09?_cVlJst*e#rw!DlqH%sVmTCLZHwHr)>!7Z|YZy(MYemzvqNj4s zG$Q6EzP6ZU;s}0dAbY$kx9JB5DCFZw12@aeWlMc5u=Og!6DGNnk5<&<)5UL3mizBq z&SL9%GPsWpKfj|teGQIH6mb5q7Z`{EnK+|H%2+AIxPAb^k@=GPZ*F#Hh&?5kYiPE+ zT7(ZQr~Pj}dfw4gL#i}wLo?g!dJn^^aG+dyG4ITRy+~q+8%=fC_U_qon2O86}a=G@mn&!$qgs-e(DYA)+P+L zPJr_-dOO-)oH|bKtpt;lrhNzNzMAemWptUec6`^Ivf7j&V5>YSv@TsQ(dfNNt}vd$ z6x-{jUW%Irk=LP98Mva2zOtYvN>txk3q4*c?^e2)y!73$MGS_>Vj&-O=v*|m^?2nG z(?|eSsYw1lZ%x3?wfNNqWa&`tMQ#_sg`i7m24@$ z$}7!huE#}ZzUM?l)9WXdxK%w)HH5kgR##m1IAyND(HxYxu3u1nI2eAxqw(UlvMGi* zWe5tKyN^T2r~h~*o}?HHp(n3)e!DZtQ64roL$a-v93!Y!5W6C4a@xsYj={uZ|6bdt z^I-Xy%JA_+@gDF5D)IRe~No%99EwJ?{I;#$Ir)qUK_9AKeGxbP_Jq zlWvB*Zyb9H7Z-52b{bqqKaG+K^N1|W*pTng%2?qUI|%D#%M~i2E=NfCbiL z5!5(i;TL(9r;T{2^083Awq#Hwbn_>hM@_MjJuOOhHTR25tTW#qOeqqFcHJ>k8L4g9 zBr6qw!70Wk-DSK)VHwtM{Gkb6ocFS%ut5z#hkiVl1p{n6fa)#ySG9#BmvS6@dk*m> zMDC~wuD^kPdJ>?|l?doo%T9JaeqVv$6g|SfRdDe-9EMJ+$y*>4emb2u6D8E;LMEwj zZZqi4YGl725_y%Exu0SM4Rjo(Ej)a zu((esjMlT=D?^r=kj{+ml1S4pXWaZI+VD68PhpYLJxb8+ENIQH>Uj#1AW% z`CfEQ&o4ANTTu%%qmlWed`1A7>9MO7>#X`z$_S~r|Ik<2h;WaT$L6+A zN{3Uh51t`szzB?k-Ynj$`ZNQbqYb_FH&PX7QkNr14;m%jtHQrIpP1T7_9wEVEr6+9 z4Pb8v4^(5b9lALVrCXJ^p2-$BEnmKZo#nURQq-T328^!tN#|3tdr06YaA7sI1Vd3f z>94CL9eCu*r`DeG!-{6DfV&S1HE2r4P-7&!^|`O0*w#EO*|sJ%^sCdEZErWnKGtLu zqE+Nvv$|%OF|UJR<$+L53VAi=oDg*2efrqwN0t&%RAc3zOnjMILamL{-rUQi;F-~> z(Def*rF&W4yo(onYwf5`I1FSUdh_YUQ)09hMJw0|LCizjC9F#G zxI&bYkE26~`D7`ZvyX+j4}_jZt%N8waH~+AcI;lBx|cVO==||BLoKN8TX4N=)lQZD zJ&5H8urVOuG)fqp1L+UJcGp~L*(>Yfq0jJv9+kP2ES~wR-meq84Iq_5F|2X7i)?yT zKexm{wGfUk=dJH2aa#?td|y@Lx7)l(L|s?Qr`c339RZC4Gnp}QmshA`NS>>aP-;SX}9K~?c424)++vBv~ulQ ziweUeR&J*R&x|#WFAisEG{3w^mJDWa{ORcF5JBR*-#SpVYohD9y3rN3TqRaD69Ow& z#uz<7n}vM_$S;f9u4=ad89@EIXv-z7(onm-|Ig_FgGUV>z3A(8_aDwy_R-mSPv>`${dg_0>S<5$_;P>S*J=G9 zNT=NS-)AFF%YLE#2WZ~22@e6WvyLHKvnM1HC%<56O&9BjqjIXgsZ+V}?k|Uw^IggE ztbTRtyYv3^SQ+i@e`aq8)A|I<-1~Q(&i)<1FX7KP3Z6)T(v?nSsg~WZ61HN`O~&EZC^8xdj-Sm4|YmbOs$KSPKG^Vx+NtnQcf zF}=p8Q|W-Yn375T*@JOg8AqAo{l?r)=TgMn7e(oNPb+Hy7&EW6Z`bsl$nzp zTd{95^4<t;qFMnz9 z=i?jV#+R*XeDqg2K`nL`rv+SEp`@|xR8ABvaKQ>GyuRZpQpdr*(P>8ahcCa5b;g_M z;eES+9PKSnxcR2@*sq_mtB-djfHEG{3o=Zc9`yN**Uc7pbOU4F%L+>(k2)~Dd<06r z&bOHSiC%(4e`A>}X0?*z6f$G5DO({oYm7pX6g_=t!+@JBt>95#5 z&oOS^8M216C=(`Yzd-dtf)hHionj}oVlh2?yGy${HA=6JCi%BR#4lm z`u9efZRg#}&IDmaI9|e1oACo-$hnb^k34>-uL!Ix@|VS3hROmVy83zYF8K2x={*W} zl#k?Wem&v3yK@T3uZ6A1qlsAE%PLIQs~}OHsx#nXnV*uE+~lwb-|t)vZwaU1%i<2mM?RULs=_ik!LsO8UAOtSH1MR%WJ zozf62ZeUB8e@BJ-ZYQ{^!+pO|p-xcgxqV`yNd=#xpKcmN@~d zI~_(9#_^XKF>#cro0d7c+B#y-_&qE(=nki7dew6FFD;(2*C=bq;b`~vgS1_nAd{Vu z;-MU}2xor)7&9V_MO}Eos!X&S^cL|{YPAaTI`2jF%prg#V^C8r^i6fUtS=OUax=Km z@9l{1Kk7G+JSst%<9ZJUB(E!ihgFS-4ctpr)${_&qiPG(sFBr7q<URpzC+8j$gN(P`L5c|80r zRJW*nX>@S?A|0ChKLB<>iND9}qVF^vav}=Oe;|vvjKE|DdQEYdA>&n5UfB>BnkiIa z(yw?y?S?oVTctpCL*l}n&&E7}jG?OpqTzHnOZDX21sJ!@v8FoPLCb>AH|i*=s0B9m zA%|1-5X`>1?PlwJndJS7qhTR2koxRC= zT-bR9CXQKXUy1>4Jmh@7{N<)=uObxy(wmL3*F1y?^r{FecSg>SiGAf*jIZ@RUmt9Q zA8h+)l|U~oR-Q1%o?0rTg)n}P_MDa) z{l-H65&&nFmBXH>HO5c{!8~N|dF_NVN?cEcdR7bN04gg0*cCjMgLxghAaoqI@#G3U z7>o%gGOk{sI=GjS58`2*l0>dxmK^F9lyCYDA zXU_^y)+pF~rzGP+lG75VLE@ z?9E)*D&%Y5C%-g5V6wVN*EJoo=X#PniU9AB-!Cq~DNK(kjyEH0-Vm$NNrKq{;& znreO0Q7?_t(YUFw;dhjkB%XUN1_}_bkI`>3u5xbBpucSzZDS`nIE~$FY9|qt`81Ke0+DO z#zb$T<8jsLE;2#i3wxjBtLw5jR@Axpj0{Fa!(&l9PMK2J*FS6QYU0V^4ijUY5^ivAI zZ6eWYQ8F~0ay)LQRM^{!8AleIFCLRB-aKxJ{+KDQPvttQsgqP1c$bq!?$w7l zVXhA^d$FTZnb}iD?PD)*8uYVaoMc}Z3)>#Y^#*KWCE}Omcsj3N>yZ|9R+>AHXq~R_ zy-cB9nCFp;CDj~KbVKsA4(=G50_I?=s#9#cw_5^jb?mt#i9`1d8MB^%rFv%_m>T-`x=khamT;yHD_}*mE&M5~jRR@lZdbXp3 z^H24icaE)(xDLfz>NY+Q-lp^?$-Ka06$D%gC_aX%jLi!vO57V=n9C%4)cfEl(cPwlmsH%1rSMY<0y& z7*4=Jy9=;{{9KRh3g=psU<#4gBQ~5*`s+H)bCq4H?X3~}3m(Jvr;^N!)$b|CljCtn zW#WUA;>ohSSgs$qoJ8-oaI6 zbK9Ll(6)NjYKoHi4mZGUjzJ38en9P<+4j7vc_`h{V|MMj>A8ckZL)lpmNkQ5=9e?Q zvyJTzGo3%O`or@;-BaXPwLE^oVeP+9VzhqhzAlYbn-n+jSJxH$wRsE)*H5{V6nS@V znj>^rBQwrVKVC4D?y1Lsm0VCZY%{%-dSa}=%*zpFVq&p9<5Qv;ff|S9t17yc zk?92adkS(WA6=J@^ETxYaxgtDdm_6DoTCAra4~r}mdem<931cXX6b0%g54+6+fyfA zpOfyiY8LE}F(l$?`i0`?__}!)17fVeK5fzOwd?0H|6o5_`QX$sX_<14 z+^$;mi`yzMOVZQI7b8*QO7=+_zP-BZM)ps5t+M|B=>Gt-`l~ZxT67`V5FIj(#P?ya zs&dTmQ*hL(m8?c=tQ(L*!K>zKsVA2(QkUc&H_~~u&Og&Q(!e?&!2bZVtooq;0E0*F zOFucf%1b7+bLq-bYJMzzHgXQDJnJe{4-c5P0W#{u$dKd* z3tqwK&*~8IU-eDCVrO?cg+1VIupNr74!S?5_mlWxpQ_eztPY%8Q7CrMyEO!)c91|g zKTEGGIG;u1OA!`oP7mO>Sf^|s_VX8hH6-15=u|J{`h5JApZ1fSr?HnEqPA@8E95wR zBpH;8ZJ!yrGB{=d^sU_&5mvN#>gFlj>fdP|Leb+lWhnbIu%x*Ji)>VUUq#ZhR!B+K9oc8iF{Ak~}zgYhOrf&0W^_15KeS#1N z4l6^y`(70-oP)JdM~(%2l;g<;x>1qmpGRgqpm4Xbi{J5BJsDS^Kc2see4Y&9c{YBM zy3gtAKE`v`0l{9|zQvdYv;P3d4qA{bqtEMUvdwy{uW2^Wbak5s1GL81HuV1hshzWn z1w>EATAsZzSajumSM>tS&Xkr-yD!}4l+TN28G{z%g=b#J+fTm?jX5#+{ku(&uy=}( zFR3is2AH53QP}R8Dx+dc?YSJ81d@izO{gH=Bo$j_8P_Pm=ABJ^+T)Yg9;0LCS$~t;qD2_NmrGS4L2!2S$sjR7Ybqk!nq_{HQqiej)RIvx6o%$CrqDRS@)G zKu;l8jS&9;y`PTfl7dx#CUZqA#~kNT8%~l%D(=%&7DCo;g7?+Wc);%~vb9f>CFywV z%ABq*Q$x%VWm*BVC?| zhZy^i7*uu2hK7~a5ao^GZGdlM2k>y^+pOjCavYz?>3660$emGoIYrPg41cZk<5npb`D2qb>w&;BZ>46$l6EaDVjj8>w@-fg`rEiF8?2 z{EJn)yN-|%8h%??4!J+%;V5S##`8TtB|BgJSc57r!H1ly=_maxL7e zI|^afDei-&Vy1YV)TaVL!ua^~qNOd%D?n*%ZBQgOCA(!~+L4>*)Agq*6BTd|V+Z}j zc891_ld@la+*@IB2koS6v49L0Vi9#5vT@f|dRbgD&~ae&KW>PqdIp7sD5^ZKa=dk1U|4w6 zWzOyWi5q1uWP7(y!9-epy;NEjELJL_Ip_1Ac*s;|jTww#N{k;kaCPx5navu^Tgd&_i76~W(* z$HSJOW~c4F;x|P;qT0!L?)LhO6=q>X+Egzj&xR+D$a-9z(xsd$ZQd`VSvTEPdzTx@ zPB%c5qUVX4Hi?oiT>Bu^h~#W3tNplF<80Z@pXcFg$e$h1f_=ZNAJyBTw9vaFTx~^0 zmzR>VMH2Y&YqBBl_#-(hy1G$$2o;T`K%8J(XmM8Dn&*@LMQW-|UYRaG zVSNHtNBRb47|aMD=Djm7vOgc~ew$A>3-}-XCqA%CR^hhCKF{h^F~~a3Fdvhh$nnW9 zO~bHv=$))e%js{Wi3s>Lw+N`+Dn7F<6Mf0D4c~{{S4P$NvDV=hSWAF{m1-yJtYqsK;D>RZMta zQHpT66g6(WBN74me_SKU43i$u`M9mq+~PO;eZz;~ug(Bd%i`K4^U)+eY|Ts1kUTo>BPzmW#ZNE+R3 zC8wN}MtO&MzGzNb1@FsBsw(S4$5fNV9Gb@5aHf2R>V;8R4-vO(Dgo_XJ1jnZXj@^E zrq%t?SEj#t$bN4VKJS@C?YiLq0E3ZZQd_L@2gXw3yd82Ysv3Au@(UBz+cRNRK-6c+ zM>wdvmiRx049`whBC1BLX?qr>0`xz&bb4=D{*OY3KAUmJ=YRFlwN`!Gzsdbpf1!u= z=NXd&E&#ZpdZMGuN%2~%j>lmBt?H_Er~6jZ95+i5JoVAT{in+Euan=C+c!sSVlhA& zPnhKKyKB;rn{yrH?S%R(*ctwo-6zxP5Ugg0#;1}r!U!^mnWICSAZ~X{dUx)`w%gOBb-}I$>=@T++uB<^nZHZldA7Lx&2s$4cJl)7 z)-sWSy9|CPeq-c2`0!=pgxF(JZt#zd%-G?xD@V4S6!zSIT$Q3@Gduk{jI{*0+rtNk z!Dab5RGeeuKWwbfoRjmC2=X199dm}o)>Jp0HW_PrGz3kk*%-3T)Vjy9g?d`+*CX`- z)*qfTb(j4f$nXyQiloh$6uz4z98!!^PtSbQ;+Sl3)j6;{5=9=A%P6r_HC z>@fvE>_6i)7y|h^F&DWDu9sdCN z?Y0RVMfrEqf4#aJb~f77e(`=YC*4A-1=MmGfloksJ>l%HW6814^g8T*r$UBqD?amV z?*nIf-gld2tD?HKDBmYIKYfK>_C5TK9O6=lTajEBZI_Zd`<3mk7$WAq6YCo%i~W!J zJs_tk>4QKv#i7J)u=GvGu-=2_`DVg>W1WEg2KC>0x32M63>cmF82r(8$VFluzCN&P z(6bWOpl{l=yT{u&_F7HpfU0Hclo4kt2Gi|mqM=2oGjEM3JM)}Z{Iq7UncFA;Sxe^1 zKu7W?F_@wE4pTB3{A)Tn#yyb7wxA79mUr_l)@j`n{C>6n0N8X!$FhEGeRd&`@3ub_ z8#~i_e_UVK>#x}#zw}Ob@xXnIAKT~^--hd->%0dx&9Jr>&#Kq)avi%??CI&XLEgvx zDZ$_I-|(&c9B#%vS;pazD5A*v2jtE9Z03xTag$w{CKoj%x5p^Kfj;d%lgoygx4iE= z{(H~fPh9w6BNelWVho3EHhl7YzB&qRfP&V)h@L|^^E~qQ)^TBGO7)9HsD40{reyOk z@(Vm_uB`+ypT`o4(+W#GJ>0L6ld<76pGp)DVRE{$^K`tBSj*UUUf6pNj(4cnq1YMZ&GKxgIv7xP7d2eh9eiYeWd84}Qhhk1eo23R zx5QUrsqTt<6W2c7HH5szlJP5!kN*HitOq@e3^6})Gs&lsu044ldODjYO`dU+@&Z>8 zc67_ZmnTtmocv@QT2IHZC$ZIAkH%G57K$vEQ-#@3l_4qlYu^0R?|zy=>36FQMPeA4%K2pR&Kc{bzo=>-Zn6 z8UC>1Hhn9X@Gp&F(0tzu;e0F^x%{6!g+L75{{S=o-TVGK{{XRBmj@!aYfN`6y>=VC zKeTcJFKr0-j>Zj6S0lfk==gnVSl(*ml?iXcUECG7SlByPtg(VaAnyGpP};ToaFf&(RShZ)pJABL?q}~ zKl^!ntJ;#@{q^5j{c?Bte&7E9&r#SRMd(g{v;BMb-V>?}?>qiKU&7;l{{ZbL5&ArS zUzJ{%Z|~3O-x~Q#V;=E3Acf9`1qVM_(ZIM^4BThL=j-|J`8hW04@`)gvP-Ni!2!Yn zn$Ns4RmWd*bJdkVg6^@R%<@N({`ID&`B2$~=s25{h`T z9z3&rTAoR^+2d^Xucq1IK3SfyQ^MToH*>zp&7Eo@^+jGv=O$@KNSS8S&mkEyvkB&y zBsAe)CV!*^VB{#qe!*b4?b|Z;ud!8AHQ(ZC?~%lMA@otbb4ruijN9LRV>e^cfq{F& z`*+l@vOk76J!6J!)c*iI`o$Q3Omn|q_I}9YQ&X}P7Fontn#-WTj2`n$DT^{N4AThI z?VDjF;2ExU)&rlsS1X=Do2GU#kGA)bPbMOXt7t~OVww{H-8l{6qc+KiowbUw;ncI= z{A$kG_WuBni2*fLEsZ$7eVWSv=pCoYVA0BLLWr~p>1?LaeYo@n{!ToVMJ4%GbMjlK zI(0|rXOBVTQJjB*{{Vvf=Od2OGZhr%13@<55=YBaq)Kucndj+mf1adrQ##ON<%+DHUM-BnreKAMe0p2V&dU4ik52u2`{^3!Qh8f$Nbc!c6i0YlCLav&X6H2+sPz!##D<;TQ%EvOI4l9)V|k6D&kq zrM$tTBL+L+ez9M?6i{3TGmT6ArnmqmjP0B??*g|@H&D*6{{X5IS@mhiB9W=1kd#&i$e@Hyeh2;?iEV+X{7zzL;e+1!&ESEuY4t9wY4p`^O)M5W|xolHzdK zwc$Ch9(_3D^gMuM{Ddc%C=7BkMaNHf;7Xau;8Tv`I8j)9oLKdXJ1KTx zG}n@dsX*)9Xb7I!`8OVsF(&&_TU9O4y(2%kt@6v%C&B!EdK9N|lN|WtVuP^5wmOXa ze?0j3LS^{U3Y=XRkN9$=?+5Z^f5;D^@>)bOghZ{#;`Ylg5FB4F4mg{l>ytv*^H@fo zlMv0TWPV>G#5`0QGOK4P{J4yKVqwtno2nsPfcC^~{{XLjWRTIg(C~!YU_LJ+g;Zhh zx+_&(HCd-)jJk)JoUZ;k(k)T*@p0xfuKq-hp*Z+=881stFbuq)6}jrv;;Xp@QxClB z8GT=itB^zTlee6JPfvRMKHITqgb8L$`>%=7@lVU?yjBcZUAXsFrMxzIB2B%t)pul(?)-)0tgLwx zB7;0`mw zoT2j1$I^yitR6@(j6LJoR7ryhr;($^NSM26$7+4o{e^bQ@h41f60ScEzE_1nYQJdb z#-^+r$Y>Q+Bvpe2-rb|FdDqFu`;_&5 zD*^QKc;I;Bkm1W&a8X%j*?-2j{(uQ^%)~8>hm) zY*@)~$+jl1CjO)LB+4qT0Hqdj_DqDG+4cOHND9x4fh0-k!)&LbI%81!!Tl4~NchLx zKZ*}p8tz|TRc%b`t2d7+{X+auBU6!8=|i0Rcfg}vb$vQT4bfrLk(vJ8a7U~0(@b?f zc2x+I&kJ`}>m%^wuO66Z@f2l}th?fFDHed~=@zLU^n)yhdf={WYgh zyMMn$ekQtrTbr*zuzm*a_6z^>6wFUnwUzZ_s#hE+zCsNOL!Hpcjt zZ-^b!kQoldgI~y7P|U|3thpPq)6N#V(4NVqHtK&IK2S#?vTUaaR>Gl(p1DD`JtQhq zvI^m4&o|`vc8)_`Gf5#!nRvxSr;bS7!{S z-FTpSEhH*Sch^*x8wsCKJLMaSX#8&^={{WNK4;@whhW4`bi+}u<2<-2o8q^i*}iT3 zF~Bo`ax#>2cJLJhg1M*1r&_Q1AL5bZ zJ2#)=D36o(hf>^`<35Y@^+G?gS$fCg{9qUsmyZyyV~X7btngFkKHDY&)BUgGC_@dH z<1o#aCf&1Zlt5bZUZoZ@PSBD&E!x^;@}-{{+coG~jn@s;Ut0MW@;!BE!;#W+>U=z6 z8FvIL?$wsV5WI-Uj;MCn_)OVfuFn$n|}uh!gIWA<)Caojf*QxvCc0Zyot|?IcLR66!Eh6 zi~H@9Cp@Q1l>EGt+T_pUE7~;ZG66Bsta(w?@c#gQ#&ixU;3KwX*pHnYsB_*;yM*X` zQmGiWY)57-{bGA}uBX1TT^wo=PRZkWJmmteI}8oD+tn5NGrpbZ7nq^%#_Kq-Zy`G3 z&4J`lc6zdEr3wZW;mqRjWs~VF(aJ;>NG=%no+5BWm#TE5ZzjJI9kRVLBq-|KIw7R# zD$Lv@WAA0{N5_*HE6OP(D$g{R+sG{Kl?Fq1YNvOicv5TQrcqh4Cf{up<^x9LGS`p^ z3^SQEaU=n`JtapJvT-=m>U@_=OOUUdV!jGuz9Hazq(7JIC?*kVR_n**-ZvCFsQ z9XuYoo-b9Kb1Ms;aqb8%UW+yDRoKsE`*VS3P|;G)G96>ND#2|;dQmgRO;9y+?bx%2 zp!}kzn|4Mdfx{Ear{=O+d8>f@VSYap+;REs)F7v;ot-T566A&nOjq|i0h(8`$g;86PL{%?%1eY-ow%Psoa^Jk#KHqR?^LC&1z9#>w4iJ-Jcb0d`O)sm{fYmO3o}7@v9YiNl~(tMP|2( zwS93cjg|BVx|cu#b~PBCu|_*K#%pg9one+r%cnZh~}R-HnDT7HQ`r z<2G`#6m95}>U#_fSb0}h)|f`Di@Vcq>(~K$6GrO2q~-f%R~{&?AuIxwo3krTUX0DI zR+^$x#8GBvt7T>DkH$L&%22L++YJYe-DrzHl)Aus!HU80kG{HITaMX0@55bXUPO%@ zdoq_;^a>YVlU2?a{Dydp@d1Sq|DHz0)w{{TM{V!JZZC5Mcx#+tI=iRnx3YfkX0uvvVH zdqh>qCqozb9~@^3mE?SlGE{YbOiNlb_$s=achy=Z3BeMn_v<@8+8drGVCyRawo{EL^xGgG?M~x$qGDXN(=cLHTz@JQwPT#etkB!3yI7q zj_q7#(>VNN<{I}|ca%On<#EtAjq-ec$J(!9e<)u{y$-!L%ZPfZIz~gh@$~eXpsuW_ zUSLtE8N6UJIFIY@7b!uFRt@Yh8yj>or?mB)y^AkxB_(pUIMXag4M1KtxR+qvD-8z9 zPnxJ%q#20HEmfPzK(iArp5C1r=~?mBmDx(;oNIbz+dtc{lMsAJ#bDWBSRn5-Tq7U) z3yo6#dLLNihWO@(q%3i89Pb~{YAr27HVd%RwH+=F^QjzB+jzSPI-zr_ww@m#7%)r4 zEt?m_7xGczFA53vLvE^9WcD>+N+^o~W|vrfgsS%I(5t^dzlMH)wrW{w^kr&u3C|j? zQu{lQR?yUv{c#|r82IVZoMG~1ZJ{kESOuQis2z@A>OcN!$_;kTJ1-|B9#pp+y^&UP zb<;U1iyd6yagWD(P56$egU5~WoAoC4)DA^F<6cMUsM<&X&myIijHr|0)MndF8}Yx) zYH>0N_^9Cwt>iC0@OmsZNF8oT?N4TtqhXHBB*}y2J$-T~OzxeSl_49kOl_8Kp>dA* zl43v7BOK=dsJwOo_@kiz03k8tLYsJWZu&b8#-J_bw<~VG-I>yErBlWn7R`gIZQmE) zEhFQkIS%Vqt2`7lc)Sm)aob(hrZKqTiQ+1e`t+}<7$!D;lMi&FF-N^i+Gkm#V1D!e z07Mm|Zp%e}QNv#z32alo?KC+>bqnrF+h97=1JgrjI4haos0P7qN)!r_>|mu{iqUD?BQGp!y0~!KP6<{D$^Ujx~hnwP*>E` zVBv_L$sMWJqndUE7hwid(;-ZM{7L-D)KAO+FXIz@GgifALFaESu2h>P9U==^2UuPv93s>~PSy=JV0d!nwYMizuiOw%TzGjW}TjTo%o$Gtty zXh`%hRH68?w?r`5r^7Y*kKVl}9%gZ6?D8j+bU0~WDlVl%bst1UJdB;I&9>BOSPVYO zScZ#N$0NH?cKZ78u4p^-tHt>ie=i{>3f3PbLNc`|w^eM4GYYB6Umq+iculVV*ukRLVA|L>}`0#kxYI+xGtC?0hUJ!6r(uTz}Xj zqWxy$88*b*$y>*NxSI#}g|!ppX(R#HVp-2ZZ`}2vplq+l53ud77xPeeHY&#-`!81G z$&1hXVdIv@extIkOixa=#WL!2@?C~iHVC~BFS=c`zUQx!Zz0fHD@}W}7K>iW;*E+p zEG~18*O!zRw2-3GU9W+T3cOa-RtVYtk;pu&xF?X`Z#uHH?e9~!uwSi&cA(^H)KI66 z*?opWlw8^P=B(C}&WiJ5++sg8{{T)E)qu)Pd`in)xYjeR7mr%Xs~$rxasL1!zx6|` z=lW7`uIjEjpMB`BH0+h*FHWkaBr>l{l%J7SC3D2NF_j+`?NBb5vp#CGcOQo$(=)`L zp_)K4c$xj=rJ*PB@*6H|VaE!S4c2=zCwYRQm2edRd;pU)SgL23t4gAn9XyIdwUNV2 zsiUx5qm`v5sNI*c%=q0-#m{gRD>2q3Sy>-aj$0GR(@!BDNt|VRQC6Lo}zmH}K`%5JSLnxL6GcJJ0tY}aF^A7Ngd z(tM1sVv`KzC0(GZD9zR@Da$rZwjM6XY52SXf5RzWLZ?DZySKM+aU7$7*qe07t(4<0 zO$S=CQK$CI8^+To=G0us^ORqV6boy$l zwxOLitlLwZDfXsH&Z@pOK-m~eYA0%YmmLEQfkMd1qX6lOirA; zvi&{2;ykzNe{npUHI|7D zEvmegZT>V4=`2&w+q*BSix_ilAjxhWW1duCDe)=TkGyV+JC7KzYU|@}M-bS&XL((R z9HfvamK6jZ*ByJx9B|m1_UAkc+bdx|Zfyeb97&|+IP3&LJdQOw;PN$c>J6!om|&-@ zIY?tE2+3;J&%<9xDu-8LROC;np*VtDoci5os1pZCrT6sLVG+?j&eRZ(u zN59s0mvW<#PVb7LtE!Mki-RL}@lgMW-KYX@oPmI>RhIZh25%6)=)Qo0v z`3>Ef+2iM{8aF~=v++2ZcA%Y<9EC<&;l7-Uvd9U( ztlH<)Pu!f(v#eaGK(Rezx8okN76DzR&9;Q= zT>E*xXxxWdqD+A?QIe`rgp`ufjx!?#nk@bJIX{YW8$VNdtb9td>pM}Ap84nv{fhQ& z{XtM@LaG;`cHNV7)3SnMU!nOlW!&u>-a$iYT+99>dSb{tq4{b;CuY zFU+4p3;90i?e_t&*;yefPM&t7OQ&+n*9-puBanMe$T3&$UHr5GREEzUN#t z)H$Npe(^geZ+gD6PSgQB6rC6jh}T!pJdEd@x8rL%SC>%<8ayEMSS*kyA=AgmNJE2T zT1#Y?UDk&$^Ah}(GBm&T#rU+>p3g4Y4R!F5#BrH z8H&_&zF8UUS}>T+TdqNLBeld$0R7#YHfdzilmlF!A=1stQ%HFb{7M*dWZY+N+?AR! z*;yMMdj@P4^)Pik<2PvhXs`)tPlQ+(J>@5|F!8LdQ$uyq9JTw87atu_vTCW2EobGl zr-hQUZZd<{h1_p1BF(Pa!Fa60Xf95h)zA^gVl$I*ITgtJJp{#YLk(~Q?maQzp~+$} zI|Lq?59F;oS_bj)rSkFgzi#6n(3r)VspKy1zY*nJkye@plcg1dsOWq%j6Va#TPH53 zPm6MEf!mJUn9x=Mr;9Mk)bXR06lYpvj)mw9{M}(z8U7qZ^qhHQ{p0u2ZPO=_pV)qj zhVjfZhis?qnUzcA<}uM!P}Y=^fj@gXV=^MO-n@64wkH%RX0MLj_?w$YHgCq8SfaT! zbDg;r*SgrIOSTl5u6{MH-yZ02d(R(FoTA-%0%H@}{nQq8M)s*zTcd_uujYXC=z zp?esICZ;plh%2!0^f?k%%5i-{a0=hIk?;EFja!eZZT*=8cE6Ei7aQY-h+Wg)^`U++ z4C#2NXhm(d0A6La;H^5&nSpS)SpYKICoprl%O8+@aiXl3N0$ykMtfsGm;$+{se;}w?UWxS)Qv%B zLfBY@cW<{1yKS~kjk8FWGj6>wPmUVuc@MWK(Uz#)&`kD~_fVw^n(c&wrb~v%=2PA`5XgB0~%KX8?LIdIXZDG}O9sJayTK8*Zc` zKg0}vE~UEf)*82X^lD|%A26@6%|Bz`uerWGj) zLf&eedKOfZ4DFO&YU9T~-;UELJ}_)@yLNo@0N|UP=?bUXt}PP{Y1_XcU(GrfU(UO0 z$^QTn!GceZ(@sA&_BjfzodJj5YM9g5f30va!&5>N(EYy3-S#@@b>Ullg8Vc6Ct8{g z%{63a@Sl=T(C9M%0PMqT*Es1$EgqWJU5Q$FF>1wJu-7KFP= znd$q>r+7HODX5WEO)XcO{HZNiDzO=4Vv?Mebf4j#ymH*gD`oMNb#))ot0lH*%9@L^26+}T{7v9 zJ2^%1moMA+w*6$)Tlw9M zFUBkEQxF|aQG8-*8y4Q%=6pKQNH|V`c4g!D_bc&oqsVz3m#0Bnv_ZEW*JNG0RQIv% z4`%57m}y1TaehLrsS3%89~k1U=T=c^vSIlsPmARYm@tFTaV)q&(Hj|oKl-Qn829x9 zUe}9m)qrf0F3QPH`ib=+w!1Qf{XENJuB`kd+;xf@?dHtW zZaR)nT4%GAS}9$&WF0KEqw!g=NGWOQJ{^34jt=^Lw&bHB3fduQRlY8*vmn1HsGBide~@1@XIld=LIFc4VfNaRs?Q;e8=+k=6nuXghaU}DGIZTp zJy1U2>YCtfMHO(qjIJGKpBoY48m?HQFCzRErO-eI#wixo;0V*BzQB@AqUiKX(_@kh@y>7kPQ0vHH*KQ@j@2>C>oZeS}mf73o zmgAQbT9e04g$H0KNHukNV|zsXaymebvdlM)c1A^BhUYu>I_YS=?dY>&RaiXLf%LEO z#eJ}UZHUF|7xYkX+327wJ+ltmUfI;O4@WMbme>=qjDult}~UdryLM^;*RrWz_3bidG(ypMg0+j1E9g>*PR;x};HjK)Z^=p|^ipN)t0EhVbGu&^nkz!r_ zGq+r%dZ|6KZROQ_M%9CCsC{jK;9q&ECf~V7^QW)kgQx!hK!Qm0^HNh>CsgBn@!zL^ z&|bm#ur5ewz`tzaR%$I%)}vjkeO)i@xlDy^D;p)JL{f8< z`_3{@syZ)h{{Yn!yz9izM4Y5TOm;!vQNHdR9*>W&MOCuHrIU7(nzD|79piLN*WYg3-;qnFyJ1Cavr&{v}oO52xU|kRJFJa*gDF4&*~S^k!fPK`6euEJ{*Luaidas z4dGOmkaA|wsyV_!VW-Q<*&v)kdn?{Dp3ytX!CxF1iYlPNOAbCdBA_M=}Z0}pJy0gK2<<>VIDRc6Ib%(NhQ&*{HidQQeUZ3Ajl z>|6At4CF6N#1%2vHuJ>gp61(Ob;hWk3Q@5TjMqmO@#6T`C0XN5NE~@DEhebHc~Law z){6C=M7Wew9#<|@NpSfFP-NrRps0Lw=BC`qGLue6t!ag^+o4JxyuFJt>#da;gDrp8U(?+Y9%BF@Ii^p1K`%$4|vcc-N2{ z5H&D2#*LzmK-b8pBILLvm+!AJ?_^=dVK$pk(lIZLn3||}p~wE75#sH451 zfEI6_CYy~K?+(&n1?J7!INWYK;>m*Z6O)nR3A|auPwEhJ%!9OU`|=G}5oU&L{!UG7 z)!K%Heli&|T3wL<6_0B_@sB`f>?j0+aXN3~euWikv*R&asC*J-pxemQ3yK?rG{V??S2 ze(^tF@1qTul}LhZj=f@b#8*>F>IRNKBlBFnlEGxtUAc`(E?!!?T2g?OHocN`_It%Ycyb9e#mKu!)8JXnUYl zB=p5pswg4&#MY2T3`~LKV;{u_^5nT54o4uP&@zD&@$ji=s;@u%rPs-x3a)Y0``0N> zvyj^2a$5O4TEn`^|quIY97W+>zh!suuOsOPE|*gFxVGz zxDP?9iUo~n<0{eh!vRtWqks1h*OX(^BpNTPrgG4#R)3ITr1e{f)KH4e%thE z?s~pckF&;Ou1xC+Pg&<4mE#|%NH-+%8Z_oNcinN9+k><&UK*al=EbrTRLUJ$yBXK8 z{XF?2$iO{cyohRtL{sH*RsFrxuAhx0qd4e1W=Y$l0$XxNc#BBqO4#ufocP~~Vctun z9ezdI%Q~L~zd^n|ZY>teH;zS|u7na;uOG$B?YdJ+(MP^OQ-Oy=0=6r3 zZcApzBY}3n#yC{H8{(*NsF-#IJWs!mp*7T-Fqv+^lJ!&VHdQ9=i4iGEA~P0GAXREn zmx@>#Vtd9#P!}CDc1SIU+p9u^$(Zk>Q6Tt=UNyyNu1>NA+6r`sSqc+t6QpG~t@ znaVUYb?F*ri#jVR>Jmf8$ba9*Z~YupG$O+pfB}PK^UB>Y^)_DB-e>#e$(wp3*vD;$ z<4!}(3f?X%yI2{};F`8C9=%Uq$zG-M&myU1WgzrM*o5M-%UM$w#=)i;dH|+F;x9r% zu<8%wS}fBL`!xBJj(X19YOa4(g7uf5Z6ERpt6AGdqx@v6+YY~iq=rG#jZHk8al6Mo z;b4rE7{HvA2}P(1eoD0xS-W-LW3^oD3~!b}JXUnrQ9H`5MsZJ+YZV%MzToo5lZq8j z(&oA_m|XDtMGKy=V^a?&S1vK>u+yxW*fdz;Obk|BLa#>Rca?)6{-Q=1C{i{5Q!fOV4zUd0S33$*=GLyvZi%r0TIb|IOVAf-`6RA=6qT@VUElhh9h(w_lkZDPa7tS z+OD$b_T+T52P;Av_EMiv?B0IE4^xXRJ+?$HDKIxX6hssDLy~a!)a{cYjX3J~oMGOD z+R(OF&57|6A={GA(omuDC}yvx=ox^`e^}K6FQulE?IfRy^rlad!hDeIqkc|Xf6cpesRlXMjaUW^uWs&H zccItc$e$b259f!HhiXobWD)`l~L)=s8*T;%y_YKg$sQ zKgLgM*B-q9HBLDr4?{Z`^*aP+J};W~A*aBr1t|RysH}?)It5f3;(wFstN#EkXYy4! zt2RxJFIyE|tE%S17gaC4uuD+-0Bz8-HZH)=;%Q#azDC!qQspa3g+{0+R>!L9O<2@8 z#57uQ{{UtCJ7QbOVP31wxMR=)pB0;G66&?MD%!9E)2CUe4XC1ws};}QR=VO%DS=*D z5Bz-p08Nx7kr(30)@o%)>~hcKs=IVjY>G8mbzCXxjOtA(+0R>QG1uWn>8jY@76p{< zq&M~Bx2C6jgzHr~=VZj}OdiBkXRVI7&IKRyE5vQaf_2F40(9tP8z}|_0_Xq405K5& z0RsXA1q1>C0|fv80000100I#M5(E$+Aq5jKF+d_RK~OVM6(d4n6ku_Ik^kBN2mu2D z0Y3rr`*hhw&-R7>hPUY)GsCU8p~WdG zb=g!)Q}~4@Y@Ngy(JGccl|u@xX3`Sn{G~NR7RuhH5$rA#Zshk2b)*^f^}+i`<2FOj8iOXH0jJrbpzaPxP2qaC1Pk1x}xvwD-DM) zt7^t!xy;!S1{Vy&k^MvU2Sypz)C(H#>A?9+7BUms>_uNn6s6*b>^CbJiR6o0-4_=b zIb$%SR3so>Os*eUuWT%PgIpCx*yTp0uWdz9(8A==%&4ih#)kb+%8$G(N2;YZtV6A& zO2RNUkXTPsp8o*yxQi{RKfHjQmleY~tmY}^vwq=VYVztVb#84%UvSqZ{v^z8>=f1l zmDOkU+{nT~ZJ8TwdSqnbeZSh{7+ zxxK<^W+s}%Va*ptTu0LTM`XduZN+ffSJb$!B}V35`cL%J0btp4)i&DL`V-W^VM#o~ zu{8OV%T^YrGMHHE7FCh*nNYF7g+j2b$qJ~uWO0`<8L9ne>px&na9sZUy431Nz zc{B7A;x~y6ROUi(*BS#AiWFrioS1h-vX~Wa%H=C{ zc2bz>P@zH5I)aS{U7;3`q^;GZZk^ks88xf2B^PE)+R%W7-3Fk*f^dZQ zh)r^oHJve-MGT`U$=&)iij;DUr8~Y<;iUqqzb5{X*rV=KlL`tDYOs{i3bJ-U^hzBW zPkOkkmFjvdK|+NYp81El7ZRm>qKMD3ruoPzSE`Rh$|Sm*qD9O5? zpmiExrWwra6O5f3C{UpE167K}VOA>;Vhz(d&qS+H+gx-QOI6DB>XL}aX`LrJJE-eN zP0dlHF@Z%}eWk-NAk`Q{FqeaN>gGQs^&zTuYm2$aH+sBh1>?l#DI-v9;t0;HOc(K)w zCx04LsUCd!6ZCPM`RD0l$2|x-=j~_g<3wc|=OOhmtaOYh&NYvzo`^*c1S$FeIs+*B zBh($d_|YA6(i{0xr?#+%H6EQ$R zQ6e%>1VVBD+5iXv0s#R(0nTk1tIjdi7K|eZ{ESFSN5!@?V<1#9>9cLN5g$tVYjON+ zl#T7-T9}i8(l-qE$|-+>t_0%Md}(w}QF*~*rn!;w#-OM8sltUQY9}KURB0UqE z?QC5Li_S5f9+^ihui0M-AuG_&Xlg{DsQ&<|LgcKEib=&UX z@HGOdJ}NwK@H$#F+!G~YCQA6G%F*BJ3HhXg2IUHW7LpE0Z`h6SdmyH$DsHREH(hd0 zGua(f(w!))`Beo}@PA55TB-UKKgfhSWtyB+Y5xE!V06fo)g$7mHtm*v1l00Z>--t( z-^3nY$hBGI{4>kQtA{6$@^d9sZgNpx(P|z@P;Zq5dXvHAN04>#3iFh9$49Ie#XmFn z__TE{=N(aHj9M_8ycQAiN5cZ5MWR)u1vD~>KWB{|GpQC5;3n^{IF4~zT35J33GFq291 zlw($=(dx0(@S$^R;xD6~r5~a*f(6#_R!~YCI4SqihHAcY(pJ^Jj&iVi_%8`1$#3daXltDM8 zkS;A%GF8TE<LVnsk%WvDKy?Ix1@Ie3j{&MM+HpS7lVOla%2&>8W;EEN1%j{%)(*otUKp2d361y0jxyxMNb8p;SMB%-lZ&8FUpwN3IWjqLKCQ_6WbD%2$8 zO`FZ))hX0Bqk0oolXA(jWtDpQClqcKX5(>Pc3Dl9eA;00vDVn1>{_C7uO)Tbs=JqB zx1w&1#MxRbuOyNzAd51J;7vPMQB_9onsJkNM;S>ZBWfK#qm^Z8Ck;03saGdAUkrTc zlXa8g+epi4=&HB#?dw^tnI)Wy*EUMhZnWBdS@@@-1g$rgPek`lFh7BGtG>w22>$>Q zNx#0e(IotDqDk#|A>_K3!O0&Y>5I*uRFi4!_13U?#uJR%F`lUCf<85r+HDu(u6mci z?-@m+(UQh~nD}DRY3iF!Gn{s-Ps<&P<5_O*T?)wBdL*2fx~Hl!symSx#gK-F@kTL> z;?%bF#wH z|Jncu0RaF8KLX1E(4ZZVX=$r+j`rNAw<|>RbX)kQmST%MZ0@PFx|&gQs_3VG1+uXq z#i1C>Aji+=3#BLi+w5v}PBhI68d=xhBCVCPU zJVx5}3u>LbAVX!PWTLb5Kn5Dlv!a(lol7)TZ+*Cha<~fdN{g38l*ef81ag|pX=$pe ze#+xZ0Iy=N^F@G3)9Rf#hzuDg!pe@sH?(QI(-p8{{U@OOwh!CK5EXDO*U!O zQrN4(Q6pO?MXaiAZf2G#;hEk!*mO<9B!fDHPictU)}-vSVw^?*PN}$&O-CzTy2W?m zKeo&C04F@^bm*dnm>R6MahDfR}Ld^kM|DU6k*R2 zh-PED9m5IHcQp5UCQLZMi>j&2xQ);sJ1aCd1R8(J-DdkE*|M3{7&7i6 z>Y`ld9g&_>a#MS)L5tNX?lS65oGd0_;WxCJkHV^dWXBEK6*#VY_bm#L+GHl=EpTzl zPlk$WEivsKSJ@Vh{{RWsXcnGS3_#Jeof8`T(k!aPKjCF^BK*KQrs4}h6v;ejHQ!tS0^&3Vt!5RpNQdvW6N#b<>>ZTir)vx#2gl{7H%LM4(+%p7;1r zKituzpzh=XolUYInic84C05r*y?YPxn&^i6H%A0dtZ=Dix;X~eh|?%5Ww!zp7!dfpqCr@f`Mmsui?!f&g`8}f@wpo?g=R}`NWm~`^t95(0i*=2#? z7H3Lnb3>!*h9P}YNfu1?VXfcySlz3f4OZ}0d|xc>(HgM~UYOkqoFzkHv+%2cNYJ9} zT1oeU+O4HOH6wc>+_gFhyie|&+X6eU8UnkLebM*mvf_WXZl~GMqYWGbd!WIT@(O7K z$)8nks+j|h5T&A#sc=;`hr6j#8rk^2pLF0|CU4PB92m7+tsoan1=n|MKXQW`O(OL> z`EspG>Napev;fn{O=K4h`VZYZep4Q1H&x;P0CpjEn2w0jH(s;2-OBZF*2TG6)aLzG z`k*^kVY1pb(w*8yBTcH5TpZvkH2^H832nY}3oa?cGouk>@EYm%u+FPoZDtt!4%@;QU=Y?^@|tk~?OznPc?tmPrR7sDXxxU( zCia2Uw_3jI)tonby#mh$CU-RKu?0lpVZ0OIo-WZoa#Vsssj%mLyjFM+RMQ1kT2Bz3 z$^};43dK&Jk^!&anLjY63`=%ivi@rCoB5_UEPh=ULnnfpEe#`W(;gn@;>=UZcnu_d zk#)W)HdQ{b4uMcI@|%Z7>J?r)szXHwyn${eR10T8^-v!Ne5g(Ba)uZ#E!O`4 z(TVuCjV#1mbvN{Nn-#Ur-h$^EaGTz8?0*a>z|+V28Bo0;cOCNnfCi;j_EgOyp+g%3 zHUqw%fachQKNE-F7Q`Nwf+@$uvtF zFMLmwDj-Q@#OoUc+F{f-(&0uU!8^N@S)kB=%J#m0vh{5cIw-`6zjUu!K`j}iU;Kn0 zM;F~{=J=+EcW36X$ZLf?*fZu)YvL`VV0BJC;jrkk$XTSOhq1*T%E0T&bwmi&(y0x} zx9(LP5UJq#FYY$49hOmF5UK_|KbJ<3CxjbRyQ*}+Jha_nInNE^N9v!Y_l1YsVmRT8 z=GSE4=K>wvs`QoGV~B8ucm|b7jTEw@atp#o1z>Qzj$3P~44GA+}M1 zX#-ePuoCWw$%wLPfLP;5JKbfvG(mCq#H}#9LBCY%-0)D%+4&*cVNb_~juY_%_iM(Z z#Bi;I+SjabKoNbMhz>d~2(XRyqyP+Ac&omj_a?g!4ySv^RBDr?CZB&Q1lh>g zyWU&_t@T9WJv9E7{&Z0mi?AxN$&ijD2;-0Nsl=p4(wW(o)xFdkA3y_BWrg@wX@)Q3 z{QLSNZPg63M#m~`b3q@@7kqqzj9ff7 zw{Z(IP6PgmuKpjq5hRh|h--jrd)HLEHUsqvTYM+or_r1HZ?lt`wxKbu#O(V^R1+@* zNTjBih}B1;U1qG8;t&!ueN+eyRbp$(WDuhaOd(Esw19vu)WGC_g<;w4;G0+Wr@EjA zQsdofycYY0$g#LiV-BTF1II;@m*2SUd=sVElshpqW|equu}-O#VTzjBZS_(iuGD`5 zsrZ;;bVir>Zi&0zbm)nX{Zp-o=Y0?*rMk}wz|l+);kkEK1Otqf&>4Q6+A5>rsHQf;nqi#YnEC#D9W5o>`H%)hDT5AK#bU*@` zzYwPFKJ!*~nb}e^Ia5Bl;JbG<*Zqkq9aDTAj4{y4kfEq1vWd*kI zPy8k!%r3-1)Os0d|=E<2uPSvAb)^MlM+2TOrd02&&xwfbeq#$0x9eqk+ zb8g)^MAu90rlku}ho)^)tG6vC>7k8lSS_xl2Gb{^oHIB_TU;t1BKG6vo(qF4erhos z`&@^W6xB|bLYRH-&J%`s=F8Q%G>yPV7atTC38syHN+SI2~+CsS_lwA-|0>@<~pmPZE3Ro07 z$r`f9-FLjx!=0wG)o3C%)mVVxa=CvTCc2}-?FqbYshGFTLu8AgEzF!ME{#<8PRqOn zjg=$a0_mQ##_9ODb$~Q%_mxkY{nnH{OPI|>C*n93@29?!<7N1-dQ5)&46#td6(xToLR=)1nK8%_+?d zmuhO&L!3j6&k@3O_dt%R)c*kE-;lQx&6XoX5HINbRwnMr{Q3HDi-9JK4y#yv-84Gm zyyW+LIt3pz00GQ4%AY_CJGyj)*5R@EpB5qg5sN)D4-#beffrQbOIXRfSN*Tz8sqM{ zQ;66;gH`a}DR|^3IMW=WUHF<^=7u2D8BN7!cN9;f7X{j4HAaU*t|=g=IgJ$2J|2KI zMA!qyr7^C6=E0XA=7{HGp9gId$#ElNN&${FIwG`tIqf!k#lA|cSU+VweVqatF|*wT zRvv4PEUO?B;F~}_L;9v+z0Pxel6&m^!pRpp{-H^P1KiQaf}$b1xblC(*0DFb$_t&* z-&ISc*0gGg_D@thOZbJ7Iw^CaO{|Z(v!zZQw>%-JYRf~NZPBcUa^Q|07#8-=R9o?1 zlA6kk9kdi4>0`GOWqDU*D_O3z1==`~0_~OA;lR=qy~3ly(yQpI!!+`&&{R_6$Z0@m z{;pogaqbzjx)lNe8+AgqknaT!d5yoyyHDnn;3uRjIMe#0IC9>mO3Nj?iTyWGwCN~X z8^W`U?u9d%WPQ=?PwcRqNCJG7fj(;Y;Y|@bLYEo0w1eEkJ7z=)6p%XZoXSaXy<0cM zWOH#o9fH5BCzVzvEle7cfdRz+>A{$cxV@1aYFDew$H;ZQs^kX`XJs`swd3fZM`z4# zh{JO&tnRZxERT^^ai(=bhRH(Zu1#phbv#OEYU2HbY84e!mj;K_CDHy&sCl-YFi3h?1!!c6>r^%V6(_S$jjG zq_{etXzk{yXf6kRmjogBf5l#VuSJg3dJR<5^;EQ;&ErG2pdIj?AJ3no2#PFY&D)7qY<7mAyC;ZZ@v%? z#Dl+I*$PWbZ4|m!XzPlq0ShwcyZf*I0Of8G5Zbxg6T3!XM8(^xaRa(;gRA|MMkt(J zBXxHWOQI&~M7r`JP5x^;rZuFd=!aw+M_m=$>qevA@LsGJ73(0ka~4#KPL@n)CQ0yF zk2(bI%-^1zt6~zZhfq7SR2$m?Jn9pyDb`^YVxFQkSp`R*c~yr9ijgKgnhPu~}N8o=a?dZY>nOM{BA44Pm03+}G z^7ID{LSt`Jwpn-83X5s{%lBRG(2}ppmYE09f%t>p?z_;&oz^8rVaL(<#+?Ia(I|Cl zvUKWNeHdVp9U6J3c7h`3!Al3LjDa$+c?5n)E{6YuruXdi6UDpRSJ0!8fU>^615XxKdlwE)Xo%c=cFxk$l)*JZQ zQplZkvWCLd`y zEV49)qlU~fTsqkX2LbuCDXcEQCM{Pd_!q2jb)na?^^wp@#dZs3!2baB7A7}(vpp`j zZ@K~{zA~C>IlaSgHBOj(5Q{^HfEQk@OT2F?w_gy8)2E8;q6@fE(P7>QKNQ0-?c>om z5J@8C8t{W3#Hkwit;s!8vNPnpScb*I89^H>7ckGXHBjRWj(&;5r?gca(l40&)8@tf z6({&r4}n?k&Y$HzmdS`?&BT6%MlK_riHT(-hBK*J$%R%Z1&~y?6D3AY{tG3Wza@Sl z*oIm%gkAJeiKgMH;}WRXHp#epIjGd(`ywLCE1W#kweq)jDoao0-3MaQ*J?o7Hj;JM zb(%_PamcnUcU3#0+)7>fg2Z-$3<0O3@Sl^>h3EEI-<1vr7-2M8DqZ2Lm~E7veQ?LoA4P7ZK$wEqB<*7jyMx^800D2m{4?a&oK8rxL* zWv7;e99&5sc;O!KbS+DpV-dV8NwAVtMeipI zS#Zl+Hz9XPgRfL`9XDL~sit{_p$?5{SIywnEE9?B@H&+&B+0piX7`W>D-1o|T?Jn& zi(nC~bV0W*rAwL()Yw?7v{Iq~F%Yx2yKuZk&g<-+_fBp^gwcxD5-t`=iD<1ajRWL3nf9-IMp_0OwO0G=97zpr4vD;(S-E+k>K@x-k<-&Oz?(y;%-D zHbSoQ^=*f=UH<^hSFLOM#lmB2V2O{37iw>jmsoDRorwFa#P}>N+&imS=o5Y=cR}!0 zY2_$@YhNQLCmbuzwBhcb({~W&%^+ z?-@-lyIXR<5a1*{Ikw}UKm$^|8V8{MMCUvM;=9@@S70qwGPBXBx4ZBGw}$BEf0`oW zq19|{xlAmB{IY}dLV^erZd8WII@xT~(EZik8}AL3CL`j}4!|_d>ewcx>mfHJbJ2Hf ziKa(RPz1-C2IX3o**AIlDAC`l(m77o%^eqb6-`mW-B!`Av#Cr|cAJf5T zA5ganW)@GGSJhqlM@2PDbkS1bMjuT|rM@Y$-3^O%vdYn+*G8{W=ay+wbFOhfvtw0J zbUGu=Q;Ph%ulsh>O{+S`ME5W_mqM0Oc?AObKa~vH`wsqHLz>p0NjPRLY~Ll?#Ie3p z(HA@d=Y7_PF0rzk)A`Yz8Z0{UgB$+T=HFE9WNiz*lTqfcPv(VSa+*-eM0}O=EyqMI zvsB{>SPyAnXYPwZj5Zi9KG9YqU!t>`jNJ`q>ahfuInB8~kHb9b4L*iDhe{#0FM<_L z7GH|N-@ZSdUY9r9!87IPzjavHs$SXu0BXx_ofWm&AH-v3#P(R6_iB9y{{YF4_VhCn zsB2BfD7~7r^QhSnu!ja#E4s&{@mRV;U?1m_Wo(t0keJrHFI3>rPYYYdiLY}*qf1_Y zbq2^(Ds1bzj7C^Y9#l1scM`qFAA3NcKelMr_Fk!_z-t?HQX5dW@Tw1z649@D5r>Fc zJ*(=oIzabzS|1f)R>{WQR}O?g?@iEc&jDARqJ7&dkZofsMI#tYa-`5N7H<3no~%cE zLVKzJ2xcLA%i_)8+tA?H4kp&QR{*QJOnIui&gh5^6NpF2FjyQhl&3o8<|Rc?R)l&5 zi2&TL=>x$AfG4WixO8WUmJVF29}50tF%W1^a*#i|-3E~(Bp z#Qhc~KEyku-@9e+_$|W|qY~Z-<|5j{^^U6#ak>>2hkl4f+r6%{IQ6=(1*BdoCf+DF5>ExY zsdc|9eEL5Vhr3OG&zGn0zlefNQ0{-0M1m;pn^>kl{{R!Rl=f|?@bm}!Iu%|W@LzC! z5-zE=P_J(U9UT>~7oSIMjcgWc)fam^4@H_fom0!*>fELO0619x0EysI-{;HIhllNB zI#2WDs05Cy)`o_mNT{kCs;Qt#1*A+ZBdQ_+2;7nGk)riDLBqvHBV8M>R`Ouja-B1W z8gQUT=Giu(9aSxLR)P>_7%g_^{3Bdf*LB_&*2^!Nf^3b|!7kxcT;NWr#}5u&y?>&Y z3ZL&qo8YSU!~^k8h(wG*4vM9BfpGTs{{WOS7>l}50fGTW2&Z*oOSa`UF~C045bT3` zN9oZuz#UCagmD9Ru`57H=!khHt#c~Dt~y-{UAlv)E0x{|?o+DLd#aX(hVYC8YYh{m zl*10lDQF3;xbjUj&k4g0PXP*Qn2-v6#8qyH3%H;J7b`=GiF1D~)V~uDQVo!EGhvyGV-RZMr@v3`kQEjDsSeyr40e} zRMSD)6^P{;83V-;67AEAhN2g%baP3B3!&zB*Xaq;1-#{TI=64Cb#mXoih1nb9M-{m zihH{tF&(8^6-(U_?6m?~1pN^(*xZyuZOV1UP8uM|^ib~W#VPDQ$&W@Z0PpwOn9$6O z2ToCI$c>s+O};)2oz!|x2jVY+@1m`l@J^2OW@B7D5$vG#Awj)S;D9hZ7i;*hSA;&O zGYnING#-m>b-A^JO1Ap&u`4$tyEAo#_*Q!tcaNc%V{(fdMHpg$2#||g8(3(mE~VWO z?>G;2RadNSBTzE+Z07+$#_nwCbW~km84C z3~yG23Y-}VtTxo|6{*u<^;g&4DaTX1I?G?0?=<X1%3F|ge?E;(!0dD(- zoj=MI5=>rp`Yo>)-BS^JLZz@>Gjv+XE;lRHlGDnDzqD`=PgFqyeeQqCWs8h|EV5yY zNZ~p|nCKfyknx7vVWl;=n6kr__ur!J0G898q{I#rp3m(OZbE}@6HBJBEEA!ijsF0` zkZNbW`gAGM(&~0rlPacvalPjLsrhOR6aN4Sy}U86i*R@HPH-LD2~MuXvliqhNbhB* zc?s0s^!S8mBeWBjrwDhko^}GkK@P)j0>G+-_G08W+9=ELnr+|*MO)_-``aMagGn+u zOzjx$Pw=Wl2+#!4Fx~8ksQGG~+Z{HtGQ-{_uu~Lh9QLYvtZ^l319n=^*<^x^a5xCc zF1LcLYEKGr8cn%QEvT_bK*&5eS496O$Ng)doGCo-e!XxlU0XS8ap+qyGTU zrUqti(yV{!-}F<2=3+N!DyHFI#41E~yR?+=WO8*vUsE>pnX^u)K{YI-97`Juc!V0< zL0K1UBV5(!#QanI7`sezYdckR=CWGvW}Ow<+V?26@erxh^c~>6WnsIa*svZWbyb{p zx(zK1GjZ;&`O@NUn!qS>m%3mhNckhKW9Ec{NF4r%3Na(X#48(sY&KL;Xj}zT%VVmu zR|$}55oMt$%*ugoC3nBV5^9YnR5h8KDOynzW3-<3{%ZJchU!6)W!elUV+&q1Rbt7HXN1Yk(cg8J%$c3j zsFsa^PA9O_p~M+cc51r%VFVm~sV`OnJh@ zJO2PRRyX(xqvTb|rhBbU$OnscL^Xo2B%Olo9`a{!R8UKr5Ezw5f)A*RS_Ri|liiw8 zXc(Aq>#Cqub-t)}P1`T)=AEd`U{N^G%|KqOyVqsi026gcu-O?DkE!%SY@{f06!lQi z3Nad7(Zz^T9VBSd6|#-h0mR=#eYTHh^-+N4VS&*JuMlcZA=AkhHbLSo^jYI2uvkH0T3T5kozbf!}pD}#39+?sB^#_5QdL5NNrr8aVGi&%Tt4%_m&t7 z39o1lX%d{{I-jZ)0(=m2jDBsEuX`+@NtrGiaIo?4Yj0`)0L&)W+F`$tGWn()Tta2q zvxQNmxArtt;ejz>2wYTK!jkA)Ebwn-X&2d5s&E_VI;tr>p4`Hu>R4obP<23lQlLIT zIw0&^M?e>=x{Xb!YoevLZ&0aW3}H8eb#~MZ?vK2hajPzNm{nWNHLQkVQahnuWN^KP zH>Lin?mbs#)0R0*!+9m6MFIxtvx|M9OK&eF8;V`g5YJZMx-HnO(<^|9!--RgZi>cb z0Wsi!Z_ibi6|dwf+z*hli?Hre1yCV*{`K;0xU5QwgNo#a7fA~_sV~JP7 z4Xa2grwmMYuB-x=I}P0lRpHif_-5WK3fx?$yGFF-gl6)wF*X`xcV=L(?hv`uqB4V>3giDIRsNfzphi+mPA9VK@_cF5Is z?aHLz^8ShsXnb6N7LKVQ_bji?e7ZEzqgEN4mXa4vE@k-c)I7HQY3Ed(50z zpg3|io|1rQuTn>EU5lGf?_Ak0i>GZ1LuzlcK*@eXZX@!c4L$h2~W zVqfm?x2YQ3Ufq1u;tE~&{{Sez3cvu^Kg7mlH_fLc;7S{5x;mb1nrzk+rfFgF>Wf_dn)#}Y_4y#i zuz(PzTz3d|*qxin?oHu#pa#yzrt0p@P^M9b&l0m@mFiiBdAfq!+$e|JqBSh7ld6K< z^jGpy&f0wsQb4&!4XkmV6Y%Y@)=_Rp&XRRm z@^TRcf}PZfYyln%Xt#L^ovE}f%IHcX?y3Ug>VvT35?cf&#CCqk+<2y5Nfrl5UBgUW zHLhS16LeQ&Pv6A{)!o_4B%k*yfJxmrk(XrLh2A6unapi5Hsi*8@-xCR^6E0^71E1#!*fm9V9xK*IbVMn_hULl^tYb??$CZIgVrTSB z7%RJid@}psSUlo6^V zU#|#O0UV%U)6A#RUMGQ~W^LeE13&|K3s4$^TLTMI$}uHT;)%o*Fj&Uw_TjD3Mj$-Y zvocL#{E-Bbd5rAaC^BQblggd zB;Ku-Bc23k!PKdJP8y1e!~pj$VQb`rje>T*K{Q>d(V17>Gs<&`jmRjx`B_WgG$)V5 z5?_dXknH_qT#Mf8G+2I!wZ}t$os|t~YxJq8RSthIZi@%8W1SN)CNxaKdwbYopj6>u zyAizwoE8|u!NsAX*&^i+S%`cJVf-6$Ufn^7g0S(haL;e0Jri($5%_Xq&8sP0rYj2@ z$q=v^hl7hCk;pnMKGO~37BnGYmNCy1>Mp+y${b&o038=+*&fjQG-mH7vk|zAm+5h^ zU9aKVTpV)&d#5rS(p{ml#39zD4%0#taWI+Q7o;YPKw9&7E3={WR~6G}<#u=sB)ZuL zvZ}{!AS$dX>zxXr;}NcHqf0DIJT^SDpedMab85B4lbq})7f85ns(!=@IYcXM1o09el`)z6LBtC?714PI)B11rXYEgaWP<3q<*TQ{hgG| zH6G2zgWl+wMi`HX{nu?t!*H8>De>8vc4e0k`8F0pLyd)3znah5RNrNq6`nh{4K`I% zRBIcm>U)VD)LX)lhD%3P-6xefB6AG5oPSa&_b%BC)t&d z%zG*TP}ZuRLz@}}eFlOPW+rw&vp)tkq9Rx4U^>!WSW|;!WOI<3n-218`IQ^G#z$1FF&5I(*&BOI{ z*o~3HG91ziWNw^s3_IaP^FCxMC=T)c)ml2hPx8u1vKWxp7*iVXR&wkeJc67tNqpYfKZLcb$+-$J>#++oun%OLN-#_1rbYJ5MhmW)mh&~k?lN6^|O>%d&N?9U7>U_q=G+W zTqD*AS(}wOG=TC?A=(2A2p$UuJ8~Ick3dKs%gqZOr2KepizX#Jy5BR#N9?S0CBu5mOT`fyA$%KQeB8P zfe3bo=2d0V&(#dXIoeqQ^PK4QcHPH7n&-5?jM^a3=QN*`sF@mv1p|ww&MU`7Rvs+z zWp+~m5^Q#Yzz>nj%>aO?PI{=U>5Yc_BK(rfo_G@eCo8vy-sP-$dV7Rs%8Xl@^SkUXqJFB{IBI zjle1&E#k<*Cslu%btKy|7575+LiL8Bz(i6DJ)oP2%tJxlVBuaVnwD5;*+HB9Nx;n! zYo@a93>)j>gcF(_bVFv5#^?hC^$WU7cVln&RbkQvT?2B+52enLSvq^VE+ClSKot0#jESoOTjkmNT`D9CseUPd|jgUA(@$Dwa zinLJYjTI&{by1bgMb_wNMVk%HcTE+rv32GGo9TX3xD(={rjf$z#%?)9f?U??9H?3? z6qyh#z3x=ihzGdqtjBvF(MBUGZ`B82oWISHbtDbRLec`MxADNw_9VAn^yyIo+A?2pZxx8Z53C<#w9iFH)O^&`fu~Wtpav!ZlXW)vNWC z)82UDQ2fOW2b#V&Y2r3nTq)i{6K@32!2{}?T+th&4)IwCg%&S5tfkNJ&>$^+ii@5( zTsu{i7;p|AYuy){C!5K3ys2}5A65Oi{O9xt27_L~r=QVDHFj?;t8kf^;s!ogKXol3 zf}(#hQ;C#lO;Q?vo2LsH)4^2tI}+M#3bUZ8E*~YVm8ylWg_nK9!2;g*GL3FMVSVKb z6Lp?X-54WVaD=hnJ0ffr$^J*dHO6UM@8r8TG?sfq_D8jcHYW|u_Jao zV7q@0K$mzF-pV1aHdWGNgliI0gLN8sr!=1Nm6FrdOtZ3$DbR#_FatzHSyxFL8V-rQ zmuS~>QksKF8)}yNy2@BDoNcXWkrKFH}Qa!-5X{Rxmg2{{S{ksezc6q|V4S zj1DJM$c#3k{?XRhezhk?Af)K+!B|ap zFgTR!8ld(=+cID*N?;ES7kRhQK`@Ts>9X}$l4sh~C^?T*M`1WS!;>5t*^U(Zy;I^` z*|$XxvG!GN6>;F0;OAAf)^?CTIQ^4L3_lE(`6$J3#LMpQ8!uYyHo)8?*kNtncB?yT zw>M6E@Q-$kuGtp0cWBF^fnFwQH6n2`c_!il+}doZ!ywPNQ)z?BsA3&FmT+DaBaCpybMd2?%8IqUg=geM(NrcS<|6jqZ*rB zbyv5F^>J5KgxItd4Yei@lHlsH{{WDn5Pba?SF*CqAgzxI9?&V(JJ-0oX;4M?AgHSo zL$ahW7asorPKmJ5P}7YR<*V8QbQ_B4t+`r#lhs63)yosJc#o=eB$^BxeN$R6i17QO zTKbDNChb_X;o>>YGIk2&VYl6F%42XJsJ!ZY)$rU^Y!r>uhe#>bvZ45RUJ$5e3tHZr zs<9xT9PFCJukH}uiNvr_JjqjtdnRbnYa&^W%5`$X!2B_sIfCufw+|D=ras6>XzE0! z%Y&-mSyO_>SG=!S%ozBU=;$G9|y2byNUNE4wX2 zDd?c#mX8%n8%wn?sKUZksf7Jm6&6qH!5x{}n13|)bL&>7f zkGDiiSSt9B?45@H09V6QFy`KMS-bke-gZ*v5@%HoE>U%zW`Baq0d7`S-3X3RmjIgK zB<`!G6M&H@_Pc#l7#GkT6psGtrnQ2d3@*`>89M>i6YkkaPqU$?-r-OPl6?X`>bGY3LD&Ywg}sRJ7>^{s^}U3#YnDA-C1JzM{#mX6T1~Rs9*1he+V7 zNGIf(298$5_@`sy0y9P%UH2**t^8A>{>98hCgGN6@sE;>OgY@f=((hZ&vcv0Wmn{l zl~@^LTCX8Av$}4j&Nk5qHMHziOm&Emu0iug(3?Pb^6QGrz_c3>YUoiwy#tGkqMLOLKHgq(h6uwPMs-#tcJw*&J+KN8(|( zK@lf_jvM3>%^GYDu&Qfs?*VmC9!TXX7~A-&A5C8gR%5It<5UmgC&3T|HB*#uwF>&j zqg9|GUB4wPb|Zh>zr54(L&UVOFMO&xQ;-%mo71}CpuH-FSOj^iQhS0*jQ$lOqYPdsN?o}gI z2Hp#>!j`n^?c9m{LBF#IHMntov;kq^7ij4>+hs;2-YnPt>X0ZpXDCec^k$L@rHu}b z6p%}fh|9}=D*jKP7x#kJ6&Q^ejh~Whu&Lv^gusQ#>b3M|0YeD$Tmiby@og-t!XP#; z{MiyQZX52ZgNq&YpV?9P{0sj8`50jgJSO&xl1On~o*#TPJ*+ydPfm&}C;7U{`$ep^ z(FnS*L(^-kw7peV&1Z3MFuUhmy$YK&lxBRwE-fzVsqDj=?WHnh&CohlNh-3~cf^2? zI9Kxu%>d5k=%2a(It1BUzwaXM_3pI|=F8O(d_p@l)^ebmQUG^1UE?68$)Vml_@V0q z`~s%qggbESX(bNUM$yq07Mm+s2H}eKggaK|_bRYK<~RgsjWPpG)?j~R*J5RRUI;O$ zSh5_(Vm@YVDXqk7vdJ~aP%|7y}uD61aY32gUWC%HTjb&8kwUrHbDg`ffper2T zP_XKrs<8+egxXa>L&cGE%moYw&-z0fV&rTuZv|2R0F*!k-&IrX!abz;?1;SXgklL( z+K~q7*@@~^-3n?0ZmGN3G@BJe?k9BYHurYv(SQC>Fcnis-FA(?04eVsPxw+}6A?Nb z=DTW)fKjHGUuP`1dh1C|?b=2odyn^r3qNvsMb+ih5Au#%yQ&p3sq1tG4|x9oB?A@4 zq@(J^_P>b{EzoTV8qT_Xg1ZGzW&JHXd=kA+Z(5f5; zitdH1v`PL2+IL+Ufg2##7P;G)PH!L}Dm3t@q=km&+bXG*1&X z?0PICFSE271)9psr}Pb+WBPF%WafZ|gdLaoQ){a@Oe!RS!k4wbE3B?KX4ch1p2Of! zslgbj&YvZh70rCdD2->@*$Rxn;WDoj=S}*lZs?20f&h>Y3xm3(lcLgNTcK)7ZCI?+ zMbn}l-xIIR3Ms30kf*=kbn;&5@LRbEg>YlRXs8Tu@|w!+vE2Z7TQ@5%0dYdC7ew+Lt={Ty=)#j4=(aq9 zyP;U=uYx1GfN!uYq|`?%sYCT$dZ7&YDzMxQ^R%dSgL}6^8;0-B69d_Y0Of#Z@1ozy zRhWgPG3I`Wt*Olia4ehIhSm9GsdHR-%t=#nA}^{9)v}ySxB9O|6t z??TGjS?q)NUb28WDo?D%cXTJ>_MkILiy#jUSE~;)FNop%gl+Ri;R#}zsCT_KMTQy= zaJ2l^a}Ax*ZYikicHDV|48@VRMUla(E_|0}{LZ-^2+d6|wZ>E#h!12N2gODcq*LAa zrDvJ(LYX~O50b314^-$E9pvIPS=0{rcN)hQWrsp>*9G>C;iynxU zkU}v965=IV=T-Wqk*6gZ-8V&;S#PSaw&iwjyR_)77vVD_iIn>W-5PEQy_Mkbpb2)U zPn7`%7u7u%f~n>QPt{8yt@o5U^TL`5@Cck740lhvr~Iq_5##e>1bayT0NPdFO53HC zkI{FB$pF#_PI+s4FfOEFfYH%LCJ`Lc5T()LtYrrC{V$+yV9LA&+!OGW9gC*Z=#>o; z@1Rv;=5mI&4-9-oe|g9972m183x71wU=hl?wu<)I8P4YDuFyC{x6XU3Jo93<({prN zc~BKz)WWL?^sxIep-rrAE)Bj*5rDU}+W!DWMMkv8K4X9pYjA@=6FbT}vWwev=HIm1 z)>0irciP)|r@8Gk$bhNFwCMq1+Pz5w^+n;%7x|#cn|Y$)lf+$C;AfiQIry!tw(#M9 zrm9oLo)xR5J6T z?54A<$_*r!`zQ=gXIVFeh~~M>d-UNJVzR$IIurmA)ivyXPjwgp^1IR-uIK^wRu2iBXjulq`_m?(Y z{nrCpRrc9&(OkmJO3`8t_d%kyujCYonblBQ1@4RBbh;t5PVRD?XEU^owqDzv@(M8R z%xI~_d;2}WD!f+#!)E9Z((}%WFtBT$h#$mb3=#0^rjv;8dlKpehx!=ZL@v(lrtWh3c_scewSLq#f4ebXt?-gA7tuXs8|*u#A{%lw2&QO;fKce-~(@3=%!)x;*Z< z1ELV(^vAH|sCjfwGY>i-fAS9W4SKJ7SFM)2V6#nQr`Z<0l}trSql<(c*X*YS_;Eho zgQAx@F+KxiVWO36!@(D}mX+C%>Ciqc=CQDG17;>tA@A17Ty{YAMJRmh7d0JO1>MPVWCW^ z%wrp*3#{1BO>1+GLaE>`;8D7P2)gsSY3fvqu}Jgj=yOG-7ZOcE%Epv3k~Anq$BKgO zEUaV2cXizgZ?Rvh;8W(W-6KT(bQwaD0Q(CoL7#M}fvR)NN3+RQVo5I6O3O)G0=uBd zMVOL!=&V>6H&XC%9q}k&0Dq^9)9#eU>sDjnk7U_9E@`k;5h0gVmk?3Bm1T5SMUlQ` z1FW3Cy4);|An=^bNTnLFJzmZmEW`&}Hp{$V@~FkP4+sF^(o|my7wA+?4Acv#JqJmmDUy8#6Yxiy`tWyDnG$>wo%ET54`s94ZM0H3wuy z5Qj#)AYXqZ`j`*9;I=N^H@0|jZkbepFKGV&*dlax#Z>4gWaAXRd$5b{;ThT!9M=$`fPg>mNk;03#+*X##`q1sHHu$x#0QBxSK}0@hWv z{T7;PQ^QM-hY8GX7FdBO;nP!q_6Cc!#j}2?_-xA7G6L$ev^$|e#zPOgs;)p`(3BkQ zJ{zVMOF^2X>*eXUrJ3Uo+8qA?Sl2YQca$~cIQy!O$%ww1Wazk7c8L04a{!>$ys&#t zot2>ZFIk5wx5Z^N{{Z87I;>15Y*1miSsp@jaZ0AnYPeK9)ZVDvpws5KBSy;PEeKxH zmVfOFGo@zCH&$j%zvU9<)~^;9S%{EiWw(N@o?~PPuLI=)w*nncZ#=nWgtg_YsD?y{{RnFlQa(T z{S-uUw`rA&fsW8HA4If37 z**fg9z|(XpzkyoMqW=KbeHIyaa!f|@sKc$pOvpOVY$rIjq0k{2Lb)zkt-`28Ia=jF zId|kP29mxdCe6^O!^02pI-vY#5r*V2+TQ5DilY)4CuI4Z3NN;bHnbxyb{oE9%qeyz z79c-F<}_i)AYEc&9qs5p>C!Y_vDAcK%QOpmFxxf_f~1u07Y$ZU8>n;%R_5xAKng4b ztoI0q9l?csw%n+Bj}?+fiVZLw)fM}pvV(Am0M3m~Xzz3A??TFd%F(UyPOQi~w^d7t ztCil$s>O6Fngbf&{*mmSe@|RpVKobN~PZKhtu>YbL5l zsT<#916+KH6+F`-Zh#y5I-9I9=6w#2CF=x$sW+sctM^w_BpGVIm!MU0gN3O_8x_nk z1h;Ss0}l!B{I^}oIyi;>x$r0hWEX<9){*9{uPM%K{M2F~!YT;F1VD7I+Yi0%E8m1M zYXQ4iSBaN@6@-5gYMe=fqW;@S_#CNrE2`n+_D(o`k7y^ovZb$(%kO1IGmb7FR{gh4 zb_e1bBiMbEVgl2(`^uC22zEzN7aFSC%3M3m{gg57E#q|!VWqkl-C6AWtuGNzJ|D6e z)eg~|jTL^w^&aE7@F?6!)pS{P%hBr0|0>7A&< z?M9a&$+Ut1*k%XCddVJlP8An~9qn~oDq8AFZ>-2Q0BW02EpO#Rv&O>t!ldE$jQ9;m z10eMu)KPeFRTDGsE#6fD=^YlBu932 zSWTFArEHyuW00{N-G|8reASbmSQOz@s~{fp z*`2me#QZoUMVlIx>gNH?+1eF@4$wii$OjiTqinfW&*iQNb|bJYGSUr^c*{EJ9!dj< zJ_Gkcaq%3@@Zkc&E-syUo|pQjWW;s()8w*tRZj@k@a?E@gebTF0IsE_A~p%LOL0Ai zeuWZSO}%4PjN~`j;w(_3y4x2W&gB;AUw6T8LS`Yuj6-(F)2Tz5 z-dz z;oJBq1|7lvoK90ioI`z;nbrPX6*yCchwzkcJjKdmj7l+M`YWe2TM;`XHh!vcUz>$T z;qcpp-E$`ZYjpW6@9i8uN*gM1vmbS5%FU3rZ)Lx#pd6#TR)7tV`32DnSz*2+{{ZS3 z-3yh4H@PXd-4`^%Hp9Qbi)->aaGQwT9sN5gY$H*s_VfjIniGZ@mpIuRGdBK# z2H`gpwS~SN-;#Y86q9>9yt0?axlNN}6SH=-yj&pG;;>@$Y)W%Om_6X+=CUgKF7T-N zqFU!VHeRu`Ki)(-YV=qNxkc`X_G$K2cnvs>_J-)Y5}#}E3bLnA_#p>xg$@iBtx{bZ|GZJCLNC~d#{RAhl>F;zyVAYl!;%=HB# z+>}l$&LiEhUgLNQU!sgVFL~(VW8Cb-={~jE{3@2&yY*DYXMGWmWnyl+t=1FzNBXS- zEE6i~eF8lWFdWh@3S$8+ey7C@SLi#b&Y4$q%8+id`Pmko3T`EZUFhf0PeKu1BkSlc zdCl(rt0RMgxbRkA^!SsTPao*IlC&!`qrqgkP95A#z*?Np4H(vnb0kYbVto;=??xmVDuFNkPSW-YOquU@~=b9IsTIa#<0VmItaWLsPXO`R*OL5pOB6V;0 zMjawzRfO|o)&_>SaICZ~S2?*<;f%WxsYEs~o5@4Bb#LU2k$eDp9TThzB21mr3q-hm zQ!sFzFvB%_j-@y{n!XUR16@P$JI*_FSe=oYexYHv4<9o`O)6XXklMBfRqL?uaZkeN zD0X;-zki~?am@ zlxu%!@U>HwwQw%IRuB=&_0O%`1bZ<{cndwx3m^9UWlx5i(GsoF=_hUefyh^8S)bdrXufo+8g^4*`mEYeh@Q}Z@%(~;vvG!nMsJ$En>GPcf(xGQU;80j#v^X8ibwlJzKSut+SEX$ zjfLKy6>P2Ht1Tg@2X|-L3)MVT)GW8<#Hwm;EndiK7?^c3_hhOYh~V8^VMAmzXcd?b zQ>askCN#RK<)4&lvSn{od3pkAXj3KU=!14fwG0#m%9|!?v82TNsf5^lP<}0%bPE;) zHDTd2%Z*U;^dg>Dy$Az`@phF5>4=KJpS8&R(|i zx+{8J2*RPMtr6F%EYdXLQ`*KS-8uM}q&eC(6N8B{%TQyQDdhf$S!DniQgIqws-kVE z(Px|Q3Ak@0vk*p_DlsFpl4wj}aH-C^b45X}gOuv1!o>m64u7@f!t7Y;F(L->D+>wC zE~IN5BGyy`y_by-MB?|EjTTte>f>Ikq9wUX{7W3;Q%z%)iB=WPj((3)KI^zoP}RxZ zI))uRpt&(5577rS!P@ElKB|6UQ?Hsd0@yG>D=VR}r|u8|vhU`r*5gt=*6O`mA-hhf zRO$0kgxOPxC`<+F!2uHDnE^ZWUTX4ejGvO9Wx6JYHqa$LOvb?()!#*EwvoEadm%a^ zge%=$H*2dEDcCb?O+0_o7<(~O?_X7#=xV*Cy0qOypCz8A_=sKgvxkcA{a1BV=G%Yi z*>_^-PbFI3i{0MnUaJTX6`vF_TM|dY1 z-dY>aBrfRJa*a|DZX6y}QxT%d(x>MraIFc{_oC=l3*2*GM))ayi(e$^5H=-U-|j+* zKbu5dh)IQLU^}dn`HE>b@$_sHbt&^?AzZ2guuYPnNZiO>;UxxxE=EezWp%(-zo5@3 z`Wp84m~5Mf-5e+V5>uZ3<=oea_*7hwJgL{Xm|erO8$sfy0cH9 zPIm6lsbsVBqt5FqVGRd@0k1NM`4yl-WG2BU#a78Ye#&ous)Ew!8-A*zgyP|?BFOeo zNN6$#(Pi<4T{)ZH5%mbj%nVGYyS-1{HNn`0xPqaf9uQEi-WG(=&vvB%gg7=KccT@W z)w_Bk9^aTokqWn5ttJ+QsjO^fJFfG*AvC(~J8++1SnUj>Rh!S~v?O&#_6UFE=IW=N z^j@rKxkfX*uUcoIPKXJ+sl;#%;3D{j4HHSSa7}N`RTIK-)cOYjIp*?g6;4up2V^7B zWaLmpdJY-a4F3S48a0*K=^CLi=+;WQ@Ym70)A}^@RNnAcGOsh>oV?Kd!EhQ7ka{(K zs@n6Z^krZ^Yd9_NKoh2&5e^d7RvD4If6}_Vs|fK|Sy2xeO2lx#x;R&XPN8OqTqq3_ zzfiAU80An}dL4?>4X39mrtbHf(F{yG_!Js&$jdhW04nte+ovkqglS_tIlf)`uGW?` z4~OK7ugSOFc7e`dJwA)F!W50fUCGRVAk@h}HA#tqzwVsKIer!0GrS>FgFgQNL6X+L(h}IHYVhIS|@)7rCPOewD`Yf=8b5YSo zYP@t;#g2rkiD&yTXRl}4rJ-$d5C9ALDYFgH|M&&GlIFm9US>-A^e zJtp3Q?UQjF;wD0J@1cWOvt@Ts#S8&i;;7 zhs|7}5d(s##4`TUq}Dy(MV4=(bDb6Jng}A~8CTI*gE}FT(F#KNlgYDaED_Z}SLHX9 z*75mDSSJ>c8|``tLr9Le;%iSh~(E zjn7Lg)>*7Rt0j~?qaQVKW}x=*sTWQ(+q!u}6AA?PvuLRwh=B??y*L7Gf>aYsS;Z_!2wV)}&c~{ryh;<;_O%_5AU)f(@Ku((lL2zxm z#bwRpk7mK8)ySWsz0RQm>jj;&#H)TI6oc%~br9e`G8ld8w6ZQ_QhUue4p?r$AmO&} z2aXnk`c9!yh$1a6-3gHW96wZQX*@YmNgtab_Lzs+*#U}L{-h?m49ID{DE36SeGqBIE_C-s zt9GB7XtiF|e0`8+BWQ2F+l4r67@{oZ73|D;tBd{9T=$UJwe%{|2|}4xzf>CS`l@i{ z-wZ2K-@3kQs&Q}{_O|`i7+5C{nOJyOK%7@xkd75yraOjnvpNo{aJ1oEQuVs~qr*`; zH3EEzqUgY32} zsKj#vw}7*1tfHp_&g(d+@~_=HAm+(yO_6h54dr@~PA1Q8Mx%0It)QVir>w=`mitO-& zF~i=>R^Tcd6!K7h7zN*T+u&i$@xle-cc`nBVZ?J}9fWD~MzF^ZdM=EYVZY)xR5ud5 zOg(J|ltv~kO>Ts4hz|g6r%-@&95JeJXRE@SF{|Q&rPdz_R5ofQ5nv9pvh_G)wSK2? z5z5eiFjN@poGW%?#o>4GzxP*x1s$aYWL2;I6g8x|Mj;t>Sv>p|go#n;yj$$5!UVOk zCzYU9BgPl3pOV1@3zAefmD(8XG8$cLsyr#13 zwbbC6P?oIrTNGAiiCv}~J-hO=o1GJg1}Dui&ymDxRW#7!%61{DmiL<%{&hf8NZ2EZ zh`@0Va64|RJ}YWBD?3P2L!IPjeHZgrw?Lr74=yNB=GD>Chbw7DBUQ?R z_OrzbfyDz#aWp~rfYSsN+6WV+NzQ!e5p0tisNFz>GZ`Ep#zgX+4SQSEMb~&W-XEb( z7?^_*$4D{sQxQBSwxC_r7df~??n*S82;2Oq#`Tzw_FZ^ZmN@WG2NWDZ*Y2qj=SAc9 zQ;8g?k4A+_3uSi%OD&2y(63s+4Bcr-(#h^~qZblC+7Kn=_yviDCHM}z9)86LcoD3d zCr5{(_6sSNtnx~0nr3aM?2B~f5o;PNjnyxCT}FXlUW*oq%+fSk)cLY+bT*s3+7law z*^O}>q;yWj(0d^8n%?u9anWco9r9In3}yYhpv*%6X#p07gL_+*2MpE}yC;cIbqT|# zr&&~l=)1QnTG^e7bu!cc0Moz1rH_thWtGM5@kfOiV^xWyS`puXH1s{@Rtd$B)-Xus zS7`G?wGr&8(bG%%jf$@pX(Gdv>cKC3MJC_CwH^UU7nPRH_dr;H-eW4O7}f9t_f{8K zL8tDe$cdQ#im?7ln~xP#!!%4THO3Y0$a*6JWgcR2HID+wPQ}!w=cdaoJ~OT|&-VJ2WbYE}Ct;phS75)I!SO?vS|fMnr_;IZ4xnF)6fwyRg+Rmpgs}G=kyNV1Z~BjRLC} zTV(T8lWvf%BKoQv+&%V-?5}}MhUnqpf`x4{;GG)yA=)vowZy{8=r8shhiYC1*;lHM z6{4^zH05Memei@lmiem1T4@(Tdr0Cev{c_ol}T}T7GAbni5ejoX5SeilZ%Y2tUjuXLYe<5~`U~K3iHI0Dh6*E!lQJ^N* zR33k;GeJOM%YQ1aNms#f9@G@$NgXLf$ULJ@$$H!(28!lgKP8ua&|$wJLuKRLXh5=6 z$m*T=i1nt!qPSWj%ug<O zg_IqNHCW1VrKR2%Rbjk&Cs~KA>Ym%>xR0{X)$oMo8zSJ-DyqzVP!`1KL=->-bSfkV z9VH2IF8L~&z)s2Dst-gQ_A^dysu^n1_FV9#&5_kcEqHA3LAY&mM^&sY@r7&i1!`4* zw&+iqktGyES_`_a=mX$9W0pjaX>oZ=))aZz){4Z96GN>3+ zH%lsL1_X3hrR?8=Q(D}(OuC#->xpr`va;r9K(=7tl-C>^Z9k&L9@U7S9Thq}CmFaw z*F~Yxc`DGF_Hq+(UpQk}Q5R98ztPcMp?__@Ftl5rHF8xrQabLhC(T*VoYFv(Vm3k8 zuWO@E=q+};BG-*MSy(FBX$$-=v1E2m2EkHXC1Bw+j>rn!;lNS}t5JOunC%YdMM!Ug zKFsQ*+o@9KHRok4XpP);SAwk5<16AkDKk_+x6y5-u7j!#3)T0)S}dXMbTG}7-Yr#AbFKdXb!SJ4hJijeThCNw z&R6X`KZP8Hw&6sTp=*MNz(DCM;#OKmqvIMm+NS!~fG#YA4^;6`>~#p6=)GiB!ph<~SZo6zH~5osP3-Ow z7bY%VEQ8yI(B4pKY1YIb1{p4cm0~{;z&*m;px4ta-ZfXk9!^j7j>98dwq2eR*@%11 zyjz71!*B!T^GvEGtrHqAR^jtj9zKif{*C_tqCe5B0Y7z~%Vl6Cd?Q5L7+y#?VTpEz z6EjjI%4zLdTfMGOX;KzJAyV^E;YrG}V7{MwWF3iwLEp2wI_d2QSC!d-M2n`it|y5< zMDEaOs;#$KrB2)_(-WaZq-7{}Hu6RoOSoCwTi|qAaSkm!>a!SBwV8Hud5NXI$yb5e-807aYwlY2Li=@TgSZi}Z>Gb?=-8v)hG zzq1bWP3z`p(U+$ZjdE}~59uZmz7cJ|pbw0#V7tP5nh zc7^?>7lnuHj5+=aoI?EGOVxLdw^_AbtbG<^2Vf2SQ*jxCid*jhgyEdp%T-tvHwBho z+5_TdQiJ~h4~g00ebb@S%}ShB(BxdlwaWhhbxru&6TDHSREh#g@js6T8F{?G);x$fHm_Az9Ym$cnP8 z-$Z?mP=~q>kg1JVlIGWd&;LdrwP5-RWy>=?(neSk*=#VL00V=@0y8slB7C#;R%Y)rBjG%1qycb zW&0r8!sWxg;Jsu7*9(VzAzDBhnN=9ES#ZpAFpHc+5qn7}`m#84oeQ+a&gk+9)LN2@ zYMJP#4jMmRomL}XZOvRKNS97qL@B~FyL3PB;%gquzhnj@V5;nbbLtXpUn(GmPkq|B zuls74X5w$)oYt2+6zpA~Q;PTamE9E&Wz7)p1qTE0&%>%J4O{|*UBM2`*;|>!dq`>n zzmT8|!gbgzCI?nr^DY(w2h}~V?#kEtZnpl5{{W>{94I1}F6;UQm{ND$8l4Urh*4kV z1QhB?r0ueSAsTU7LH1l0SbMq@P9_kM%5zyv6a?V8 z!{JV>G`DcnO~0EbVCmHvGD?6i;*RZJs7xEGL#M!k2-G$SJ1|>^65#6`HS_tU2HNe(MYuP3+Q9XhDr6bKspo1(6JG zcM!c`b1LQ9D!V*JvvJSKO%4vbiT#s|9KQ|!0Lo~@Yin@KTd3(|V+4#Y9_uEtn1d(` z3<@c&-q4$PCU%V=NF}>;9!TLdW{TO$_3aPB+Pz9){4@`Ec<5H93IqsoQ1d+WTzYSH zWp$VR11P8$RXEv0D|tRacL5tm+@RJ1Oij(2u`wNZ{s5l*QI*=EhAaRS!B%0vw9Zk9Iz4mw;wxg$(W;WcNy7s%a78xag@iS1to+D=X%k-AspC z*_DauBFWfv8nz3Cn*M6ic=UR+NsFd{8a6LQ;LW~jtUzj>=qk;HK$+i#tRr-39?k97 zMQ@hs3ubs)RDVS+*O^dQu3agn359&GR(1NV$|5svB?vHnsnxJCzVgX4?-BM#V4rCo z)c%RSxvgNnP_p8H*<@sHgJkCJv9CWm2_hD4V=#s@{~C7~A3YdWjI@lezGWi$gM zaH@VQktB`otPOD(=c6IPhsF;KzB5aLuJ}BiS z&ey|)W`Q2yvVUe^XkRJJ{{X18-<3^gw6}EV6IqFgi1#~4xkn5R&D(BP6P)&9wXK?* z+}=yII88r@_lMPXj=&JtWX;}1(ZK|v9 zD#xNdq!-1D&~3oPyGh*w=+?niiGTx!w7L=O%g0A*5u-VqluIy)I$e6~NjxVRB2A$J zNpiAtl(D3Z)@(fcN|s3Gb?{cX8>>k@5DwSwoEwwHPQ6wmyU;`#*)uieYWV0?;``kQ zb#6wH4*0_Lt)Q<}i%IxUYn?tR-3kDI!h%Ik(L^lH@LLx+s-*SdYaA&RKlDbxcrMZB z^0fj5Z91Wei{#yhqNi)JeHdZQg@n@$r|N}T4Q{owHrRUuXHW6tWPKyr+(>bP{78^19w7?@)$K86j2e;mpR;r_< zrpc5`geN%ETGNy)kfRaJO~XCbjdzsd2HYmLFCWQA5#8gWBjfCPI0hTbxf4)8r{llWe0Pr)IvI4K(&8lOiqxSS9if>xkfw7ama<1P>?GAiy=|F zv{cgMNq8P9uQB5(&H{A2s25QC`5E;{Lc5%Q+M3Z0l`$w5+n6fw zJQbjHLR>?*a8459-ga5@6Uufg-0VC*X7+_|S@}iNT>jA-MJ-vxM3cg-L~eEqATIc} zS%@lS&FX=BohN9rA)c@p%HXPCJzC{J!gE2^%M%pI*iR~^w3hCwst>b2b+?jrrGr%J zFYcmPLB!rl6-BsP6fw_r+98?XjtU~GUG(`c`=7%z5P$g?urY94{>Kr#=t2}p3)T`* z073w?2Myy@b#Sh!FtJ|{MZAKh)wl=v_^E^$RYomz#?6S6)g1^b;;=2MY~j%(LW@KT zY=f|yRBOu3H0&L!6t+4YRph781u+nV?(2D=aOFdUyTZ!*Au<#QIYOY%Ng8sdsc_h; zs6RPUb8edL;cVzcI}0r8)vl?oY4Mc@L!z^QcY=~nRk7hnpA`VdFjcc+byd|!;YBv_ zL}CDkYXnDoe?C^oc9P#EE_87rRqbr3Ge6I&g5hmtZwSIQTAdLc)*Wwj9AHAquMmwE z!w^&HXvBA25y}|?X+Y{pLK&wDZmOC%mA99s%awli$o62r@~+YP@S9Z6g3S&wva_MP z025jti9Q;th7Kv6>asQA7IfWFP%PTD>#;D}QN(T_dv}FRL9Qvo3x(eecO_Q(LC|sX zPj)HI@UK;dPgDVMCw~=DX(wr3u$bX$ZnFI4TuSwtanAt;y}*X*J&>}CZRj9LRRLtm zBKN4C>h)QVvr@xwacjm$$@vxDdBX!VjY^E297fCgZFd$`ekPnP=x2Ef7%ge&>1OgjuZrIX4IZYXbtitz|8bQOhq40qTC)H+QK43F zGKPVZb!G$2e#)FjfH-A%VJK22J?$1qQ2fgy8hRC*0~Mc@(vBPF zJ;0~=D-#Km2JM3f!FG6tU$K}!bTEw4HM(mFYw6Pe0CWj(4&gTS5{)>H!=I|OM~&3o zFd6y6rsm0^z&UIdgQ5@HbaI*f7p#44_=oD9*}U|<*RA!4K#{VH#QaE&2a01cB4rw8 zLA{YX_#sJiXQh@=D>^6)D_qYmD9n!((S-K4_aGzMY0A5lxWVv2&`0GrSwo-jlAyN^ zJ;ACp;o?VKLKY|Pujq!l2SBW4!CgrZvyfVx$?n7=_eEbo6~UDNXtE2e#4T;GLVxjn zLfEGc=v%m+il!2I1zdntyvE9V3R%7Wp*hYKFYJKHwy0>v&WJJh;Hp|fx7Tz=;Q6e< zs0P2R57k2;Rmv>_Bz+SP%&0dStqXiqG63AGS$d~Og1U;nYMU=u+3+j0z;$i}&|N3NVY;D1wOSVqk*%Odv^8C&ZgwBOvI2f6La04q3PC5LwT$YbVXiuEt#}_K zTx~oq?n|OTl-AyLE0C(N39V?CYN zA?Iq>c9(qp@ z1(SPIWnpdMdcoQ@e}!M3RIriavpB%n!Ck-(VLp4)AvRnYDU77O-0Zzv2d=0~JXLgC za;(wvRN^)x+SyCAJyjmB6A$7G)lALG-d5_9XMNU@(P~%3iMa?Ga-W)|&G{=V^wZHs z;Q;RT^rugGqEN5B(PB2B4TQ>Rducnhdb{65(nU@G00BlGhWAb}93b5sbWmd5R%-y8 z?5;+oMN}Pax-ESy(l7T%JDgdqExAXtsL!zwj+kxK_$NzXZ_3Qtu)J=&Oea*|s9)PZ znox@?L@Mh6yESf$>2OkV@zqrw(aydJl3<-Itx^1icau#ZxNw}uvK)G&hY&b&1+$?D z3~W=?s+Y83>>I+%ULT2&RS*yuWx=l24c2RTssslZ5#!>FccBd` z8>*uFpln+ThqRF045J2HH$1HgS&AdwL_U0i&vzf>A}q34&$4w?i*aOoY-167DsZsP zJf=*D^lAciA~@y6bw@kLRMr+8PA;ls1GriAL}B-~TO(9bi(Jg9!@Qc=Ps6$* zvU;n*P3(ys0YTKCJyZliicxLA=(0#zwMG#ag?-gpw^g7HSbe*ut27NfP~50~=IUNy zMjJ&AgIX0jbP^GVK)fc>(BaVrVddO-BTg*gom#SoFz8e{q3s$V>U@@HY5-qAu`98H z0-7BDOSN*54Rij>v@dJhX4ylcF4)B#H6u7B2Y^lR>Yl05MZ4dXybgx-q(Pbx( zG-dWf4Xh*buF=OA6I&e`dMEcnrvY_Sd= z5T&|LDbn*UBfadd&kgn>(wl^8FWJQJ)f)ylY^ukGHJx?py-^u=Dc|(WhacpiYcm|# zdec9bMMdGfB1jr?oW{2h6RZoYjm4%TH{E7&DcOh38ZF9jbH*9)LAa0|;Juk{k)pYV z?>elusWFZv@13?@t=efOO3czcksX;4^IvhgrUo7u+j6%YT}{V8figT05MH7H_>PFZ zvs;ClpyAR6==RY&cq*O^U|9_ova=da$XaJbdpR(;frQ~hyh5hR37!;QgK^Pvord_O z$g_=A6>G9^wZTG?Ax5`Uks(?K^F(_H2YQp6irkUx=&Cq|cq(swLd??NG}pFioWr3{ zY|I~`aj2@KqpwwxerrU>mY05t^6nuQVb<4pC@~AVAxnSZTSaT36AOdsHd&<3ixBjW zHF93))Adt{n7GWWCq#rR*+f4O17Qf^Vh476a@1{??h|Y7nTDg;kW6lbndhQ{;MS^Y zsOt*1VwWB^O_xDIqgh4RhDIOV7aD_pysGbqgZ#Rw-Q3X{CiW!MJIdOQ@n`O=U@XlF z!+vbN(>6t&r9}6qK%)$Z-gr+qu6A9yO~n_Bm5o5}TfOsN+N=G^@q}ra*Y1f8ZE#}h z8pgC8Zl?Z9?upS?_>Fzp)pn(=?8kMj-3GKr^6Avw-O`B}u}+-;QYsjje2J*jG0tP4($@XcL3U`llrknKt04U;M-aE}ran9FWuoIfudFmE$GinuBN2On~rjmN_y(@NtG-=8KkE_LHKSel{4+JU0 zBbiAn=Kft1TFH*{j3U=f57hpt_)ZTV8Wlv2%40=Ifri~fbe^j;wSz&jfXMJr*G;Zg z9veHMxxX=6hFZ=jx&ZrlCrA#&J#;~!2l6&u&^(m1pAwx!=^;sFiuQVPom_aYS2t0G zpA+9ZFIeJa_tZ$Y3GD&EyWQ1f4#+N#YZX$l4{q6YuAhO3;PL@2dv62vLC%_X#Ab@O zz&_6_D@W{{^79%Hi;IgKbPXyyPbpOC2n<-OpWOzS2d*@Cl5^@SGR z`Y9%UB}|4C-qFLw8g126rytYYtIq0(a8EdnCXp}=;b>|4lxs1={{Vi9hX|>Jd8P+J zpheNt#ph(~pHK3;fxi@>Lt0E_Y-l-7be`64HxQ_6J6uiHBYQ?OVM9~9SGmJk#9s5f z6TMztki%%m-CfaC$F@$5*$&aMy_0Lphj?k-Ii#}*jnT6ebyYtf2sOUQ&;&ad7ZLF4 zvdS6q^iITSF8ErDbaY%o78dT0)T0s)DYab~7FV(~2a-Ch(=leLVVL#_+6s(5>4y%UDzMP*tKza{RJ#$k z4CUPUEaqHQj%~UsoC%&5VDVo1q1zb)y5f$8)>N45%F9@IvS|UVb8VSF3mLP7?taMj zIOI3oc8EAM2ZbPQAoN)v)UTk^lshm(;Gt?5F01bo@f~I}l-0{{Zo= zR;t%s=m>jF_nK7>y0y_kv#yX87M{8YS8+PFop5L#$+M+H9*3F8y*@?3N( zV*OQj7q?U$hh}1Z3d8(HzQg=N^RnSd{{SjpMH8;!HlJsr^_hGS4{-BTv(~(yAfx{P z7}2|;Am2n9ZSN+uwi@Vk?F$j4)@~1q8LC-H4pMa*DCPIE*f1lWeUC&f9e0}<1>(NfaR({;C1Q{r~Lnih7r zGixI8{{W2fs{5z8jt^smJCK9JW}z#;TR3=B(b@F{7O{chrU&kygy8|-Lb0&q9MU0Y zvE6ctej5liUN}ZT2(Y%c`^Y(>2UK^JkeeVe97|_J^8Wy;Y_~IPi_OmVy53fC26Y@P zJ4j}gAF`Y>1oE0E#Z!l>?3Tz>~I^GCs@vv=&nrmUSi$=;ZON*KR z0II3@;Jd0Njt-|qRvR#{)fT{ZA=**J#kacIN4H?w`cI0=+Rw>Tga%$TKspWgKsXk) zRx+?2=uV#L(FZi!!Bpmk)xgm?p4dDg+ps%_wQ}A<9gvkx<9-kTN^x}1-PB<=hEBVb z_dWw+!ft$3ppYyjHkSZfqGWBV-c>Pq(67V2m~w6)Da0)f_f}{ZvUIe7NQDfCJA0^T zfxjp>1`j0{Ogek#^i^4Aj+RuAZ=yY<7LCDEh}cD>WO3WsJf}19Ob!g*5NK$9Qd8JT zW(5RF7?qr(lpOp{(+s0jJZ&2%5w78Syez}oDb=6-Q35A|n^T%P19jbdx}i4Ut;8x! zmvXHDw$L?R)m>HCg;U#F|UHwY5h?cezn|e5opbcYWYC_0BmyNqZRm{i2T|k zL^c?7`YAs(dFqRRB@9NjrN`Rc8h{9pC1^ob)0sud#j$G}t2kUjv^Se+)n%MST*xYH zpk;T_G?){zhunCg%r95YYps4;tif(uvZ~?`Aqp7|_m!$2r-BT0pK^_q7lPf2xmqq- zY*VuzG;5R4sBM<8V^r2M38wB$qSYODN3?Xe?y`XqcDqHDrL5RH^h}vGhz?jVmc!!$<=zf@NwZr7Mrf< za6GKG3XoyK{wSM`7FQ9QbX*(=@L6F~Py=*LA`^gs#N4T}0ckrYL;)u<0&?<$EFH8U z+()oqYoDUF6R|qI7K26on^^|VQO5ppTs*D@Rpm0XByQ5>*DO z{161sRZHqTMxjy(Wjz$P6B3;j7+8XlzUjgU(Fl&ww<*pqhg}RgEq3yRxYA9QU^=eh zwyKv5r*2h2upvW$38BJUxmZkw_J34q%I;Jc)n&Qd9m0=dCU*&ZMDfd=wMiKXl0MgLGVR56xF4*nBLow7jjUTlZ}M5^F4Bvv8jc~z zHi4>ZNT$26U_E~`Hh2m`sP(UkEuuPbf z9z9l3Q-ZT-MqT3x^4auH$vBTCHzsVF{o;#{lEV*;uDgY=X}qW6Vo(DF$5ea6Lp@d)0w94t0W2HjQNB8?WdSKQimSpYVf-DhE|TIF|+k>sA{ z2R-}B4ttAqUGN0RRrlT1R>=?JVxi#G7m;aI4(bvIiscCMS6~;hl~xO(x;dp824>-D z=ABl`$*Q&!fjwT1|EBl^IMya~{g;6M+zG_I( zc6tX7AiZQU;N4lKi0(f6Av@tUMf9pmU<0zDU57>7ON0oJaLGU)lr3%lk~HdtFU{Jv33-%cKkQ z;I_o&-WwwGA+7nQhS{(BbU?xE$xbEry`??)#&Fmqj;QDgW8Hqyqv(Yr!pK+Tvl6WT z00cuFn|VTD`KLI=AX}=V4&1EBHhdIl5RH{W?{=uv)6}aHs>5uKg?iRW+Un69O3Y&t z!CL+tse@MNT$}2hBpN>$o1v`ON_4b1D8gYqUKBG4 z%<(os__)jmdQr+;{pv)19N}T8#dC<-7j#e65C9`-C{<(Vtau+owWNivZZuT8x^=o} zaTJ5U>aM`fzKiIkvb)5Ud7YIzC~N`ZoiIYD4)`EUAJH7Ln*2tl!&};P7xP!QigsbL zskoOGR8$5pyE>=9Bw08Uy z>*jA=lVb`D_vJa2Vg_s?umuG&d?zU_E*R3QJAObd1Fy(b*?NH2CFx{6;bHFs{ zo!Qykq66ycsKjx7uHvL=`X_1{tZH`ayGqip6_kJUn}>;{?B$WVYh>y@mD&#Sy31m- zU3QaRAK5@47*OFHSqA~$*65B9XSF=tJ3UR%tk>cZjf(Et`lB$|LLfc9$W3vy6Mjl= zBarOkm479c&e>Gw9|TB=UbVotaT+MYCY_}RADpU#rbdM~-c&$0M-bZo07c3zAcbox zu-xIyDeYZP#uI?fU34BWonyU|ol`~aWt0SKH&*(oe{p3hl{byTmXJ=}5SFz0T~kA; zMZt|Dso74W-3sg-453CFW5sSfy)uoVo62n$y1bmoIlg6gh9iE+wXZ#+wX$_r@lM$g zKr&TWcwx@=o4Of<@Z@Hn8Cgr+;Rr*IK??Blra&&)Fuoh8)pQ?JUL1PaTFT_DfaPJl z-sCPCqYp(^E2)hYuhmnD6>Ly$72m=T`kn1Yh{e4Pr@T-#3b($f)bd9P0<<3#D*`-K zKql9SBZiBnjYiLvXgG6eLkaCMv1;s_jtTgcM2H$vuE_C6b!gJc_D$O`SgrSjeG`Fl zEo)-x(nj!&h{{wqRew2B#?{qGX^vqUn`xUYl04Jd{{YgL&x*ssV{dX?n?ujb=&$6q zS1Ro^onZ$LCDltTWS=B%!vrV7{Sh%jp93^|Iloe(SCdz^NuNg#5nZIfnn^Ih=f`@{8Ft`?>hwcb%_MDCg~1o*D)3qbIR#Ba!>k-s(E z1M;dx{6eV9o#KQ6D*ff219~BA$H{VUDwZD+x~-DOd%;y1VK}DAt2fDfFi7tw{L^;u!Q)dNvO{^H*Md?uP=yr;e zH2u~{g$=msy7;Xc%rWhhDVk$l%42oq9h@{0iOM-y=-?6)Ny7T3=A+G8XTeX&7Pvy* z5E?&Xu=_F{9p=3`!1}X)4v5igMjc#_YlJL;!)+(sn<_C2Tz3xHXUNqjJALU_KEjGB=54M2#wJ9lpPcYPYKRt%VD1- zn?;qy3#+^ZRj;vM{;eI+aCutDQ6O>EQK8sMEijueY#ysI2I}@f%xt~Zltfg}BgGeE zKQ`f-H==zEzr6mbph=NolG?mA`727?9#of9r zJIj@_s0;c8pA=(7!tFFcx;Ac`8U!?|RUp}5+yi;}qdKUqv%O0Uy``RczH%;C{l(+b27 z0JYu$m0%3pRZ#$s8=xPEaQZ*|ArB5}XxSLIr_C7%w`ZHDHKaMGL9&f}mLT^?i=h*9 zd^`JdKgiYznE3bz9!btZnxJRjlvm z>JXP|vbcDz+3&9QZ@g7Z8ETCbVh}i4NGaW(DHVS#n%CdOLx_%14T3jak-el9sD%;q zUa%N!Kt$o+?wUgaphj&IT3dFD$2=z;-KRwNG2*DQVydDD`lm+SQ)&v`<+xT%4r|!v zvuzc!x0Kl$ZjS5rT|GQ{B2~?ko-KVn7gEDdC`g`3Kml|CQf{=mF#zmSoNvk^$Aott zif+5NLsV>wOaV4jwA~nLGw62rvOS)^L~yY)I9+H;d!&eoP?@0NdcAi<%5P@vL_&wL zj61oSCc6+f6ARgUc2_4$ErnXAfqQD5Vku&!ut{4L-Gk6B(A?cFpX2dI0?E|(> zVS^B@-P_RML6u`mmw3c4!?P0cB>C*HP7{lBl;-1@e$Ltxs?AZ0aJ!&{V-qJ23pg$C zxLI7&3L>65tg1_+$$PzJMsUL0x38dLVh9Z~6qJAZ{(}d?b7$fGg_ezVpRhvoK zL*U{;fRDbjHkFWgrt7Zg95V-gsn@zP3Xtem7lk0G5aZ&Z&Nk*Y{ z(`9P~d(Mjad{$SgPRrHGs5G=4NeT_xi(6G94fP9B8cyshNKTxs*)`HYsuP**P0yk2kzf^5939n`{{SRmr}Rd)fpt}n zyZf(MoTfkxXs}ZAmvhi8N4!9BvvwYfoA9g^;-3XWNe%g;T+urs3t_6x1IY?oHwP(M zjG;JR2;A2QV)_5D#Qhv9HM6X>a;83=(7v#xIPNas3>!YwXVCi zA5~@&-Pd(!6_wYk@|7TXtk(At@<`INL`;PA* z#ojVGK*pw_4V^;7V})36>&FP;<57yvydfT~ z+ci-3u;$CU3>RoJPUN8H*`YiM+Eq=N8p?(XrWZOv9?IyZB{lSot-=#0rwS)7>ii-O zheRxCl~sV-(V1Cf)0kOd{%Z0(3N#WNy>2KNoU`>tX*hdbI}(UG5&EET&R`-}W@XOV z$hh6x@};hGO#IN(s`q~Bl*S;`9mhr7AxPOsS4Wg)&O!~9)2(DFSCChaq4fRLR{XoJ z3iW{;;lW9K@Iowf+jV7oE!Qh$l*mTSE>u3unlXEI4`f3MZ)!%jl<|JSF2;3(Yw~PbYO*iGF(@7Oj#E_Inxd& zWZIkx)Pwb2y`EuI(^D6!u|$zd5p@$D2xQQ$`l4l7Lcfx-cZ%5oi6W%dvXHu=RF#yF z(Z$MXE-r71meSsMS)JM+phl@J*sC=IMK0)^aNOqK$gItCAIQ-;gE0D`4UZ&E7U-Q= zl5}$HF8mm`Ekh3j4-xGh=f`;rOj)(S-c}_zgxa7D)I4@h>ZxuZFD{<2u?cIN%A^7j z-P);$BXw{bdMZdw)E&|GjHuD8V2#s90>}d0G*s@dXw`LFRj)#(09J7eG^q^*-wF`$ z7K5y5=H_h9mqQW@T#kfns&NE#L)|lVEtov1uHNb$rl-+X6+n-w zGYvg=T&shL;=No1-q;T!i-Tq~UD6%ZRQLnkLAWk0aOk2yc-G3!aphLQn|0nQTn9@m zt`ztyfDfl-X$wHDZxrT{CvK=a3a4~U?HEF|cq_phquKXX@~o{gud1C4-DPp=*J`M& z(>}{ThsTdbb4s03S7zDUjEX%wDRjh?q zM@4vBEoFY`&Mk59Dz44#J}S+{Hr-vAgW}l<4+ECmCIgJX9q{VEyH&4BZ>|*e-2ms8 zgYl+A1Q0DkYL2LaGV+Bw z{)?)lNh+Z0?tu1&t7?_gW<=;yqzU`g+>LT#*| z_BgepTP(6cQedpF3|*PkQqu={S-wkfJQSB%64xMqg;|h(i#{y7-DWH|W3fC`Ej<9v%eU-{?hId^0D!P!;LX#KKW(9|tRZp6) zR*|t+vaPNW!m30ngdk?5HdingRbH+3nuaDBuLlx9JC21}`BA)K@`l4;psH1@5j?E7 zcFG;z-C3j!mBbGe9EpI0amppy?6_3KDHriU&apwwj7IKSs-(2V)p%Lz2vz2!SgWQw zLw7w85IU#`5@)9fWmmd}M5!PKrmVM6GQV%xQtQdN14VNxJ7NO9JIW%kaL=;fZm6t= zi-2_nA6n{zs_v{qTaFRcv7!`V_LxPT>F*|D;2Fav?K-rlv`;@ZNHFiZbz%!_vx_TT zbF?UPLwuFQg#fF_Sr%s+iZtC~)?iu{yWR-ZBdjYUu~0}-pj@bs&=G)tGm7s3ug<$I zx+*bVT;7P%!F8N{QOYU%r(*saNzUEW=-|C^5O{8huWx}ew^AiMl*yXDiTIdJ(Zyzw z;Iamhvh{)&RSkl7RgP}GTs6tg#WOt@94yvB-`sB~*A4Mhf(hMgL$x_GH+SLluqBKj_=xOh?(V?JkUZ|k< zzDd=pELW#dj(& zu^sG~chPGq)>Pb;g4eR*#H$>L#g@JZ)2h-_OCf%Vz}a38MKcyw)e0D6-f|hMKIqW~ zVbaieP9{y(Ta(cWn`d-akl94)n&<$vRLSh7{S$+x+=TI^(Z#}XtbJE$Np2>voj)|v zFVq!~5O*B-AR3E-M-a3F3D|g|A<{o&ebs0vDV;V(mb(qglGvq6zaESCLVsl>9jA2$ z&mQ=<%@QI;sF4SSb9k_X+N5l?5T%ciuqwd#A_bq-Q)TTg=v6wz?5$$DtNA1DtGaxY zhZ3rDlmi7eTQQ+kw>um%yJP5vw79QW;11z6(O|l#Ww=*dq3(skxbzn_;zp{*7^taP zx~h|?GU->k5oKwVaCap%10XFWHG_uVOx2aiV{gk!E#Z>A}F2jUg z<8z`cY$>V_-B zrtgU9(PxL^@vu@|rKwF`0F>8QpGFvE!n@$~R}_Y6E@xU)wr#T&gafWpd?I z&qZ@3U9@-=IHX^7->JJ@SV0Q%UF|h+-m5f*g0hktfM7wmpcnhwqYjwaTteu509jaB zUKK67lR>%TlzREOMQ{L z&Fb*EDll^4d*@T&sygi`*Cgz;iPcG!BIRZ(8?dUboFHsliEF22?)Qf10U@e`-Pu!( z_GF9n@bMk7FJ(cM$( za1#)nIo$EThKRJCjkS6+2Y*vRXDX?%k)-7uJZkqHakKtebtC7aMQ&@9C}JL zxM+-D#a=?4f)MM-SRuXQ)DcHESb(%Lor3)wDhbld&kF94uW+&jH!AQQvY;wzr1e?e z(tK7&1ODVistYWreAB@Ts*OK&7*Q(c#>h#7)n@Ll@LRRq{)!dPimJ!;RLPHYl~aKY z9H%+HE4r;APU_!HRwJ<@Xfk032+gWBPm%+*C-Vgc7JIb^;N@IC6I?F~uKtTJS+<-Y zvYY)C$>>vh+EfE%3AFqAc`U*w(9jlFEbKQ^qOv=5Q(?*32C^RZ&B`61fIdnL72&F? z-U+ydON5)95g1LwGtn}q0h|&OuSkI_)y*igM`&a&&kkEwu1#hU%Fw3~!WAIqLRExw zWt!ma z^jS<@W>%7~m0HbK8IFi{l6=qsQWeS#3iUJU707g>LFeOD(`+W`X0 z1Uk|X*;uF!Eq=(%{^(J*gr>Qu(+j++?7YItA`v#JWHYH&KQ&DNp*b708?3N-M(&># zEX8|W#>$7fe6?9FrhaOz)?vCg9hT>1a0|It`>JtBsubmOO0&I(%U04B zlB{y9XB*_QF>Y1hc`GedlbIz7zH1|co6ifq^jd|Ie3ZXM0(}NfWKFfQV|~(Pc2h0d zc2Lt^9_=VQ2-D-D+!a%m^hEj`bxy=2h{HOn+~KE~Q>r(F8z-vOekIqJHs3W14WqkI zPG%tDm1t9Sw3TZGc|0P}0P3@wD}2#~K=V5%_HP)J>J*zP-D~2r%iX|G18|2$UCgO0 zG|x6c#|Q=ytcxeOu-(&CEYBmAOMkWm2wmc?CCI9H)T*ko)Ris zT~>Qki)6O?tJ*X|Vh6IZCCw9X)l+XG>D7pkuCkR?CjS5=4M5JK6xOh*(ee*Mgtlx~ zcPj3#sm&59)5TvbXajGUvrakgqi^@$gpjS#{p)f0Ff{smI=04uxj`PYTZPPM`+5JFB{<Nl!oPQ2O@ZH{N*>-=5?jGs)Rn~7M>b%v8&3IU@JHtYEy=9gbv&wcYHC@fB(b)ClCPu0{{X70s;a90RaI3000315g{=_QDJd` zk)g4{5Yh1A@gV=&00;pA00BQC9$e5;YvNH%zlcqU-0E?HDE^2?suTJnTW43p6lESg zlJtSWKcZ5l(-HbdMpCR=-TPdl!}&|Pt+r&ovz$BL;-`$yz=u3O?fDDHR1GgS_BN_FU>z65mh zT@Vy9!y->n^oMjFX)1m>r5-~o7|$>FT9OzRRtRPh^P@(Q@0_& z(wkS*MKIbSzBl&}N}t59nkAip0=J1`Zq*#V`1SPxa?UQ!Vku1nsZSXdax;5>`Y>QA z0#9yXvh-@V)0i%w%D!UNiNgn&q}P80>*@;@ZnvWbyuj$sWN?xI`7DH4g%*Aox)D!i zAMOBBmv-JXMlR0ZBvd)>8lx54p#Ed2W^f-Qs;2fWHgqLV;3X=z4=W+>K)jAWD=)Jb zJTF&sl-$~zdLl@U3(eeYO-ox(xT5NLb!}HLtQyDi5VWxci*sem*QfX*K$fzN{E*cy z(@m&|91wZmOq{m}T(2!sL%O7QBn_GeN2+8Qjx>zKM8Au zC|ns`90si&4^)vksChhbHQ>NIeqc~vNA11*5tA1N2rTeF+WChClYBb;sPeY?sDThi{S~vk7U#hwdWo%@O-!eT@-mcVEP#Mm6{HKozZS zfUke~DJz!5vE+%QZSi>>!%L-6ebs!yt7PQ9$z1qf>i%hz#WtlrqQ!(!fH}*ZmmIDz z1tC{tx2x_6mZje&79Q1|A-a~UkK^ts#}L0&o8s)P2aX{u8>$vW7`w98_&=C67*!g3 zM|`zzT9LXl1e?GpentQaYTK{WWYSj;UkI@4_Ssm;B%&>6egh6#oF& zA4Wg$M}@&@RQG3zaRD2|u&DLXF(|C$SLgojbKt_6`h&YI_f;r1C4Z!{6*OKe!9D_f ze+g}k=w~-#x5TG2Naxv!ecZcvnoHWx50pHmMC-u)M}|hs=<<%&*#7`z4i(%i-G@SuX`%o}NjKqtG0f3Jg}MI#!f+#}f$;+nwryj_ z5zO`IKR6Xv=HJ)mZqvQHOijwszw_yV1)5v8j$k9(`utC;EgDi5u~$ zMM;9iN^q~ZZ@GO5T~fdL5koSR{yqj-n<2noxqrBqAL=>eJ8!f3d=je^4YP0DdXvR6 z%DY(=APVIBM{{Xf-64W1P zSzu5(^dKNDiW=)-W)0kjwLk-A>mHkqMOAHzdOX7bU3_|f1S{@{(_zr5sNvaf09xx$_1Y9;t0;tY&8D>Dvv;< z{-4Yje21{h+KoG#fH((l`NVBD>#lze_x!_9^)UVjxKLQPTARv zNQQ+dy2#RZ_4%ElKxg0n#*55XzlctNN*-VSpwq0g z^py*{Us!mlbJ$zW-~RvrBF#^4{r$&A-p{}AqA4wEtIsgG(ECR7`2PSM%rpN0fASVs zICK91<8UezdpiA8Hx&7n#-4nCm*>C`L_CgP?2Vrz&-kx)tYB4*6UTq|_5J~}xrX&i zCGqZd8BO`V{{Z|py$wgW8(zdVTnHNkSi((p<^0RQT4S^<6n=_}v|E*V@fv|mhyA5t zb6}sb@hSmW9hqbt@^z=wLs*3ht1s>t1-sb?4jm@ROak!cYUlfgdwmx31W*~&kXQ|L zy)WRD_7-lu`guIdIl>lpKaiY-2OfEY3zrZ@{*YQX4}?rq*guk9=W}rQ<_7E*wtWjF zAlWDf6Jy95$Xcr9I%|YDfIwOv2jONrO}+?N0CZlbpsY_n5k^JY?sg(p;*DS$E+0{` zda>IE=U-!jSDttZe&r{~T2wo125~kyR}1-zbzVu&wr~t^C`S&xw4ZQr9Q~~64`J$4 zM_-r*TNJeq55D44Jao0p8!nPqSE@@z3xU11_5wq&8n7K7=BB!(d|s1xem*dUyZA2$ zEU-ASAJY!w@I0ZijovTfV|}LEvVBcaDAuU_#10Y|J%qOyC2##BS?48p>$zySH7MIJ z)LhrsvKozehy$o_EV?}0q;j^>*d*1}dH9)aEp;2MtD(yGa@?i6HoZ<5b+(@n{7Ytbai39W zbUM@iAT}JpGu%7blDi(O#3RagUe>~OkA4rG{{XIBsEQ8=ft{{RM^wFu5+eb@K? z3_MP`Qx6neH7gW;6BdqFf+ZstxBO5pV1r8dKyD77+B*EiKK*dh$n!B?KBm!isuG7#tp6>PV*#-3KySD8sc%O#ks676T9 zMN8+TBYr|Jx)H~p`OKhF!4>Q=POzOpQnrJG^EpB>Id>u&7;Gwa9gB`NtuMZPjjXN^z87OcLahy>%6@G000J0|nX-0qAGg`Fp zz_$|-RaE{5{{Uf_>My6RKXF`bhmjKLJGX00$$y=ov;2Dp6x01@4?+U-sD_!)2nZoh-}W8NzFSJX7ObT*-6E<&Ey zIF@8^orDUk$c5{t>OPWe-qiQ?0Q-AO={v}sT2uw={)~82OO^T}1WRN5h($WlT|es)$m0~SC0>`*ZHA4{ST`AXryw^jcDY!x0zTK6x|%T;C1lX?CaI*ql$^Xh1^7|Y@Z z>Xl`+6sHn7KA7I2Yk?B|ORIRe*hbT73=n#oG=~Rjdt-gfFQ4rG;__K!+96;RTb0W{ zOjl9Q7w}9%8U!ZssHT1q&RWvEyhp#~xssfc7uT|2>jL|m%kk7DB)7}|01zk}Uc5d( z1iu#02uQVKN8f*l5e2cQgyw_Tv)s;SYx;uR-*S)?Jd-n7#3@hD;y>RAnsz=!=(*E` zx5{aIfNo7CK0;t)Z1M3c+u$Cj7-CcI0dwKuMQU^ha~_(2+Kw(OR9U@)1l%m|xT3vm zSZJshMSlcxEBD3B01jN)2U4X8++`KpC){$O3?AmX_<|aqD?d`)3Kk6g&M89&ulTWm z(u{cD%nyaYqdbqqFF;(F2RS-DdAIQt>esPU^u?mRW87LsMe2`4R-)S>ox6!$L|M1- z6Gz}&w-KQC@h+Qg7p7Qk3L|b~+p>^_L$aFBh&*(Y`8>?rS64I31CcyU@iEYD6zvJR z0_qui4mh=_{{SiJPcZwkT6nr+S6GQpAiGh1KG-kODElrhVlh8U0=)78T591NsoOll zsiCOZQWnrO`7Y(0vhNe|pK}XwG$cxH99#&R?r~eU+)r0@IDA7qu&McB+Jj@nar{Qq z0k`;cnuQvU@DZdJ0m$~pTXj&-_Dji}MSh}W zL8En1;e+T-{>Tkhl`AWVTJanX*WdLW64)Eu8PCMQ2nyHmpN7Gf!*~1%jVp^l`%7_Z zEoR?A$!9-@%2 zTAm|-3rjzO94s7*TNpBz{{Tbzh#KTjVIL$m@_$6EKK-8w&5>fP^*ZIDnOn!{3Qq!q zehAMU)2fypcsue)^;GwL^9l}NS_jM=npIn+!BDynQrNf9)AcNrCc)pDhMNr7Idbo| z>0Ko&S{{}E0FW$U?512kD0Nl8nR`RZ+*BAH8rU_(%2wbnzbRgi z0^y=oC2@`!RJ0c2k`^+)@Rt9;&JdiN@GV? zC%TkM72coI^h?`D+bdVXa;B9We~pGO>%Z*(02k(d(Uv5()qVc}f8)Y5&PV=F@J3+} z0Kz~$zl6{|4L+rl2Ow>-O2KUCsRxq?jQF7e`k~Y zVq^hdu?bTe=JcoUJMe;znN)odtnk=&e&QB2srfkAr8#!JG4gD%JYR`^?~^?+ z2%ETRg$B(+QRN$H7KM-B_YhKC#FpgW3xSuTMu02m$03$(DNG=y{{T6467A6QJW9Z9 z-v^`ODp4psU<3sc?o!!Yh1@@;a4EI&{{WjPApAdvGO-ll9)2zqDmL0IbN-{H89-mc z6FaH8KLidP@C8})MybPIQA*ruRNAYEi*2lap}WDrJ-x-h2G0k~Rb2Nwfj~5dso{e( z6C-Dj*%)DGGoCh7?`-5uF0OD8;%oC`vaj*bVo5Fn{-Xgb8f8&Y&0CW5Uj$7;&MJH`vzx02PpTE!j zKgXPsHGL~itgm@y{rdj^*nn(zYWjc*lfmIBW$Y2^2vJQb%MtShzvG|>{{Uz4$G`Ey zHNNuc^^jTEFYo*wVnTbT{U6~ZF*XuIMSm=1d-;~5y>GH5DfJY%K%5Rw*i@xtz0zS)q_XoCg?YIk4%|S z8W_GMl(4M@*YNCja@wGL@fL0M2r21h1mF!+8%4H<(L~3;gZiW9+F;Z2MM?tH7 z%0b~vQ}!~vt>EwCD?uhHSsJpfqdz2fyzuw%jn#&fGUCg&gzM%FsD<9&he zT}=V-GwPs{CQTv>n1)pIduE)h`}O(|X6-YE*j)T4R0MaF+FtZ9g-f0buLZ zL2w$3zmMFiu(gW>dQEvZbc}h93T^6%db3o15pctMRNpoI#I*U!^A{=DDaV@fg~!Oj z@~VN`owsglp^ugY0@NIR#ihlaKEDj1St(XN5p*@RbbDpk>3#7>>KKZnD*lKl;8oy2 z_7o_`11Yh1--v8f-U0=PI$7ViL=2 zZPj)%TJ1f+{ZH}#0C%_f%l5zKPViUT7@OmYV>rRK z{ux!Ty81BL4GG_m^*Um}FZT%L$PbVA`u_kOzY6~V8)fDG8UFwe&-lH4>b{@z`fum_ zKj?UsHb$-$@A!*%=xz4j@a`R2>nr7^JNpuhQR;)(ip^*uDBR>|uD;QFCj()I#JCTC z44`N8)9j4gbq~oJxiQrJCOR*4ZDnD4Fv^SF-8z`U8SVE z2uP>|?)#O6Q@2I?fcFct!6nG5z`gkQEnu8cTs6q-3S-FC#cwX%@`~XG2flar`aj1W;*9JpC?YBHY4>}rOU zQqIAW{Oc^;*?0c{keOJxr4MLtQY$R+{{S4rQ4~{lLEs9soIY7XRK=kcB0|9F;~18l zCPrYiVO9&li0kPTtNLZrim_L>zEGoq!UqO>tB}7H*yMYaNC*80;?PL7x!2}-<;OG{ zZRj5Q;wrm^EwQ8+@~!XDEl{jo$~*kPHt;m{^DRy#SMK1}mj~uuG;E2_#I(v>`1zQC zqeZ4V10D+~TP=mb4g!>?<$uBcIluQmz&x;hqDLU6@1?)-=0Ate`hTBFJpIF)--npc zpjw*Rg!RM^^)dBsgQv{2Bk)7)+-+Jh)xMxUiGBY7xAFcd)+GKvxsFw}`IQx7y1XWS z99}nL>@WN;A^?Jemp^at{{Vq@^uLl*)Uf{mzT+U@6donD^Gu>Z>aX=P1v3N7YY7S* z;J+w4iygW(@f9N&9*;2@pa=f|7}SB$dNPsL4+yW^!m`!2nt$ID(F`>G#Nt!hCN(>u z{jNTFOSkPTBw-o8vQqFUs{Y^!0nqQ-0SUff=gekGoNE0TP)M{JQQ`m*rHX;00Q7Pl!480eE?C!SNH*XO{{ZVI`{E8lq9xG9z05&*R&BvhglQ;V{{Z4e z=C%Oi<`N>nk{a;MK1pH_X&3N7*Dg`iHHekd*ZY(sgX8}IsK~V_@e-R4P7hOd;?kUc zAS$#t4f=pfW{`5Cxp$?Z@fM6+O%(MuQhPsWI;k^VL}_3hqrZu0DQ_G>5WQ=bGjQD; zBDklSb8qQiR|2YB zWx<>Vr+)-*RgQT+;Ar|2jrxBu5F~gUe&KRMH>k8_B(gRaG+XNqBb5USvBUjJ(^mq! zU-ts5Vcjd{G=q$NYxrEWKB8(?{QuUvbwY&>*7?%k#K>Gm*FQ%1~EW*+e$R2dCghwMnAQ zfd#F~UULWVnNk~UKSaC%&YB-l7kCqdDKw*~4MsL^KMBVd$hyCnD}qoD9}qG-D|l4! zph*KA9Uk0bDtpKm8s-9Syb5LP(t`M$V=Nxw!D3Kt%V=9cJ`H1_!iCB*FiZYFiLptm zW%!>_QkqhJ8M^7JpWMU)5jKfyW}=dxA6-L1cgi2!uXi9@8r=AnJ7Cp1g?W+9#x&Wr zk6SM#O(a{AoVoD=K|)_hh}GQwA*4aVoy{%pnQ~Ci5KA<=IZAar^NkSlEc_6?irLSn z!r%;Ek0cmFnLqC3W|rGU=ztFhc!vv4pV|z7`Q`BhW!i@?WEI87L1++zYVGqn(v|rC z0KTOG>1akHrqMrWD9i%-3S_5kjIuJnHFxAL<Nt+mn|@a*g@bF#BJKMC%K6z*6>fsv_Y#Y^ihV&!yaA#ea%6fwfA0E+ zKhldQ)D=cx$Qm0OAcpRoWPX!n0rj1dwb7gYGu&->{{WZyCoBvX^8LRtLX$?(EU8Fa zEUqu_;$xM6`F_8`b4wpk2cRwwU*NR>>5Icnss7jmI~!gfFr?F6XO1vipW($h*8M&s zhQW=|Ifk;;zL)wvPhV-Gy}{6`Q00BWZHNWuK5WST`GO=J5FK^-)oyz15iad$@<=4e2`I)@icP^v?acL~8n;n=~G+S1W znREk@Jiicu4ecxUI0|QYeZ_9GhxmzJlQTd!TA3GB%-!k!2ba3q^fD*dM3Nag%|E-8sI7Tf2f9^YSem3KyeSu1hH-KK3RBg z%<&pYPTBmkqo#l_GntKMJT5inj031}0*)(u*Tf2J;VUzrv3}sl0jPBN{KaAeQBD5< z#K!@tr_}FJcYet63cU-j{{Ui*&nP%NO9snmF0?8OKNjBO1p~_>u|O?Ob8M@QO1At! z8MSFL*VIYI5o>OJ)FjaPE>`)B*8xM3z5NRas$MV2#&WL|W6!n<#fRJP`~**skm*vO_pG~y`O)&f(K+BGg5rs z6WJJ2Qy1|d-xiBNd$AN6ybF^^R}0YRuG~wagJrEQF~9XjZ&Cx%%w7kipnuFzqq$}r zXYLG1u?we|`LntQ<|HH9-RDxvu0pT#6*Bfe;CaQNaZE)}Q>! zUkS_q00v6=*1ztf#ZjdsR3f%gOT=(Y7VZM1NYuO2NDyzSUEGZD_ z;dS!|r@E|u7b)3JF#W>Wo{!j$>TC_ayM)<$ZPOCKEvk#^kIV#ixeMSIFfW)G7aVG$ z`@Nu2H7@s2diXM0Q_lYYv$s!%kEL%StGeP&QM3u?lw=ws_^p}0On9}oFDfx z;kdLA*$Mdl!-uOHzxGBVI^7>qkrX#>FW;g(_`E`(^Xl{NDi=1muZgq=CLeOG-h-EW zBOtDi=torfevqHI=8iw~M}-Eq?mildS3^v#a+m6kQO&b#*UEr7s-cxMQ@fP;xp{Rp zbu4mk?G<_UfS9c&@1%a;FxwjQS3lHHPZ3m}RZQvlmQ`LL7~e1vSQiI15|FQG91i)}eXh~+ zdyFco3TAWk859Ms3-QLruql}@&XB%65xoG~e-K>J8ji0~MDVr>mmMBos8ZCvHdVF) zpD%OnbT8DbqFes}Mnq8VhFS027*3QvJ|W~B`94`g5Q_Y?eq%AZ0{Gm8$Q@4o;i*~S za=xHb9%cT2WE^Q@;p?esw->f=1lvbTw-DX$!5yu>U+}_H)8RW-4 zORop#{l#j7o_rCfs8TTM8|mfa)A*Mi$f04{L(PB86lDW}ej)@@ ztS{*d&<~0K0Key=@QUAG%(l+J=kq<{P(x5Yg8;Pr%PN+u{{UC`BE}Uxzy1E<)!l8S z{{Y?2q@eu_t;potaYS8UJV&~@X}+#uXQ2(18HcLIpDl$QoChWjGeZ4{Tv(#ar2++4 ze{sFAsYi)wXlHM-D3+X2)76^UaaNas0+lv_KX>yK8dt)1=w~ZqfVXg{F=OQv(1*Tf z7L>(yz6nHkKxkO1CORu3jw_n%mqsF;aC`jEzP+u~i9|q1crm>BsnG)mWT9XFZ1xk%v2G zj&22ln*(m53~Ar{_YJ5Kx5zjn4yA*T$N6UzF8v1(ajY4A+xUBe?diC0uiG|(n*RV! zGn-vU53q*HpEW;U?hhG?VFdC9&s9-%)8c35InZ`n@i}n-vd@wS*))$0@$oncV&?fi z;huL7>w>YifqVA*Lm0R~EE=jl*<)>Jw7TLi2G}2>yvn6Uw}{ohogGDI#255L#qq){ zN?=wea7|k%rz&2cHrIFNFKzP8kEzA}0zSn2MN8<_!pE@8zsdpmgcqz z9{JF6`Gd9Wkv)JhHdn1UuwnCArk^-HT5-C*rJC88Ri2`hL2)|0%FWQ^@?xtOX#V1` ztn~Cs6DcjP;D02yW*gN!A4x6w<(`Z4@d6Yj4lV&>4oX+S6{(F8f2ao%!58b_S(gKB zTHgNvQLtMx{$N^U#o_}?Z3e1Qs?G>>HGVE$hs4*^#kVU+)>Y8(`h!o&dH9P0oB}Z# zE4Q8oamFa|2c43iYl#5LOcK-wgZU=0vp|!`e#-6skXBGyeH8$K9sd9h6J>BGKGL+= zrEqi9A16Sh)_DzTEOLqmXEmc#>#4c}1emU^7oo&a&e>-Eppt8l+4TA;i6+%tt8yRQ zV5af1xBV!WT#l_50Rq@PCyDcQd7NLHiK=A;D=C03dk+JXKzue=%Q!BPIQ-OAL2y=H z3_c^;nV=IknR+sz74ORJv0A%!{KAGUp|ueg4ErO1xxp6wLRJvRl5c>= z$Ltd+_q%q4EVV84Yko< zxpErj$H)ELHe9rFEHUJ_xvsY8KP!cE@$fxVRBrwT<=wg!_)?R=1T^>krto+Rht%X^ zilY<6q61oS>wLocQ^L9Xl)`)(ulE9IyGXwjzfrq*c>ba75{3Qe}E0G@Au+^b=QU$}Rr0F>@E)=u3cKpIdgFE4{fKistx zJaRy2N=|<)TxmRCmLbDLu8+$(Av9o09LAPkvW{ISfz5gck5C|mkxJ_78y9l#1ki?2 zul!)1%sor2>&npQc?IY04HdSQ&$J3$4lf{sGhJ+d5RlFhZS-V1O$>FFeg2`WmvmPPK(@BuSioGnRN%kxZXS07#6XO&IdNn0EzML`>Hg*r zKAgVH*1vPR1eAu4@ShNZU*!&h+#WqcvtFi5#i;_@_UQ+zx0L9QT)j=F{x=%P2c^zN4f@tCZozi8S3)%5_fELjaWQnHk5zBl;wGciZq~<(&5xjl@qr|gV@{t5q z`G-I4fL0yJ@KkL!kmP;aIJy;~YQNv^7MDu-PT#8gmA&tj^DMgivc72IJ&Xqn$n(@F zv0(hbl`FG&*Br~ib=POyXKOKS{-8=FR#iOTa+C{7QTw<#U<%g;T^&p9(3$jll}>0m zj(Ca44s`W6T$idnU(`yKTCYRJlt#y8gYkryluiCiH!gu(?X z@QMqLMZ{UL+@hL)g`5&eeH3*r3LMfi%{T=)(;ielfby~7rYfJqFXN~`XneJkqsW78 zpkmp6r3E#BnRR>t>aK2Sfos9`BN53HY88s!4{@TC4k5DFQ?6pD(M5;D@i7+T(QXkb zE=Xc%S#H!_3A!;vaBr7k+ykL_y&?dIfpwRWZ3HV4jwRT2^B1oJSI4+{H=uVO{<#Gb z*^n0N)K(R88GQ+ICk+szqi zZTcLKh_uvZtn;Z6{4i5=V0()pFQw>nsY%kP1B_yupvt?50I$@PrtGCUPCJDu{Ft|z zuJz*Jn~h+%Jwt1xIZyd;EqoGo{v)DUt$yK{SBp!y<*aR^6j@>I?B-#hx=L5n0yZIQ z*An5D#s0{xTZOFm8PZsceh+flekp!@K_d0-`VDtcMy9GRIO20dNa@gR_)Isp)>?#& zT->VC=s@W~;PV2Yatq&xO_ReN@EZWGfea@AiC zFd<>i0Q;2Zgl-WoU@BI`fOBQ64r{|J_=O^79?wL6H?FUB@{-}ZOH1itXP!}Ke4PIP z#m9lY6$gPzJ=fG8D-)cK*MQJIZa$3W_4Pd91*-ip^2U|?FrglJ z@fc?R03k(1w7-x1P4VShPW27gC-DXU0PH*riWAD$`GP4*t%UM>$RG^i{U;Me30tev za|H(p0s3O`78;%#0HNj_dKMvQEh}m8l^6hx9UdXn;qOqfpbizE`3n+(N!z-=>NHXu za{GU|V^Z&zQ;-PLU4Ucu&&1#{{ZXwf)giHmTHbYwoI(TCsANQii&=b zSVIS7Mi#hnMFk4eT}tp%Nv%wtIe#Wf@7yVp-v^Ta0CD(9xqta7aeNp3!s_fR>lo$( zFVp1y;nl&AarGIB+7%*sAk?=o7%~jg+u%T|hc@j6@dV3;-48-6(ch9hWpbEw3Z9-m zh{#ERV>(mRp&0fwJcw{MDHxgfs(XCKX-jJHG{jt&r_2{C(fBRM~k40?vs^PY%Zv$(Do0(Q>`bv@IRT|h*$pQXv)8Cv;OWYONWQI zH;CbV{6I)PJl}DCGlIbbcMjsMA=wUJGmeg9hvrj}3@1+?nAy7@o_$o{4nqgW)KYxE zzlg9pc)p*uTN*f3~M>T(=E@0mlto8M>0^$a5+ROG+W7U@=@ z&*B$TTu^+UQ0qpYKA$8O@xX`cWf+}mE7kKZpabv~7x>LUYpFQ0$i1Q;+m#NrIE0_@ z>`+3sZS+OqfIA*vak=VohQy|;((%0!&1Rs#Fw8_ zj^5^Y=8MJhO;#wE@0X`V;ZNjUH z{VC#2r>NHsHHW|v#DXh|Jj_Kx;lDrXZ5G&a#x<*y3a5zpHdkZE;Rb8Lceze5-0lxS zPyzW29*?O)`WH5uKuY|W+(6db*I#77THX9sRTN9|`xu3nwL+7Qf0A;s(l%`B;XqQi zoX31_D>Knv$d#hrNkDaxT=}IpI+kei)Yd-QCf2GM9OA>h~bAExQOJs+6c0OmqH9J=N$Uqfa5 z!hju~s3fV@$-`|vc-&}e6-^X9Ar>$S+i;StTLzB*0Nng&I*o)7(e3vdY!0i*zxa%W zN|(%Cb|@a>)(&*-@dXv@hvRa-e%GR;w!N67xBptW4SrFVhRC z8V{*0b-=jKN7To|h2`UAx8_AV>$o-px>s*_WW5ru2W~>da%^x;L-)JWDm&;lA=IaA zxJW^T(a1fBd3B2N_>}4iRK^)gJ#BXg+QYfXiozOE;Q9PivWD3MT^z=UC%@Q^AM;Y- zG+YHgnPQpWf(wQRD}C`fVdxF4g0?gi`eAaEP*m)8l=d2Jxe@?T)0OiIHq>a8sZLp` z^HQq2G}&H>KxNR?d`qd`y$^}$SAG*vnoO^$N~;_MVbA12YW|F>`+%>x)8<*@9R3Dp zyYx|wGcbS@{7@-(Ivh)N+*bY}^`?u%?iw2a9Hs|7A=tzekIFlb=!&iCE?NTEjc;Dl zhmS_pN+cp&u=D4 z$e)&yj$VE)5+4uNQgPt3hXvsC$w2&U=u zM{J;n{{R@;IvqRqM90s0QA%n6to$J|G-J$((KSuljpIc_Z`vQ>7da4^)q;vakcH*- z^2=L)6PRCE=sSw6y1M?*$WD;rmb92Pg?oZ5Rb>8m<}!@pxu>0g!cL15{{VLjppIAe zKqA|ed)Jgv0mgXnqV{&tXw|*mg-THjwa>2m$)ZQbFXXMgU@ zn6Ahp)+jdZz{C+R4t(TFaV&>!S_E+OuZRT2$Z7W}Ou3D?ke)aEq0%H``H8e6P=pM` zN4LuW@Dd29>7mo##PK@BzFohF5ae<7e=ta~z>lgShg!(aW4z%h%a@p9Y;u1{t@7ye z1!eM#3aLF9#H`YbKXUlHP8aF|ghwgSHzjOBujHE4Qx`biByIYG+ACfmL^|~MJHg%b z#)C77{?p;vJD%Z7f;3Oz46U!P;x8Z{!)0MsT|f)1{{S$o3#&;Ct{P3d>tl>Bkm5NOP<~x{ivxLgfqC^cw zAmP`y5a@0xmOSdyL)_|uKAw;tmctsOe6aD;)7%p1tfnMda@dlu)yuNYEfwqE^8zVc zi!0@DQpwZ&7_J~z@8{ABBL&kp;&G>i$rzf^!vqq8qjXnL%3rF_!}j7_4rIN)rrOR? zPy~xDynVi6NTSdV$Fxe5oG9AekCcC?F@(Ec{fH_Q+dIFBgml5jusbZb=lmowvad#H+$(14=X9qZ}}bUkPkX!YstSdAJIC#5tUuapRSU?uXSfh>p0 zZQ=gV__!CmJM3-wWhe>SaQNm~w@xsFEv~>ED&Tv2AhcIi;qepZm@j?QP%0>)b-@5F zPbsm*Hj^z)22CN|5Y z1AMY6@FC>(eWbW(XjjM5Sz2cJ^IQT%ioZA_fTL(J^kpn+f&P@S+_VD+%RVU)Mu&>* zPy{o`dA?-;EwDedY^>fRh{e2Ln4?FXr|~U;Xyw{51hx(;60DA;T7xRU2XC0Gw&ej4 za0BAc)OLXRJ;iIgYIHmh6|UfV^(@n(iO2l+0^vD3_W}j{N7NwGW=TI%nhCux%A#ew zrDIk1EDJGqEHGl5yWM_n0);U7%C5(hQ!Bu!W#In+nNuLLr>=-M8Yw^1iSFncb}fL1 z337Uv&Gr6GR9!@Efffd6SzhXK%6F9TB9{T#xA6>yJ!;9`jEX4o%G{SeFWg#z<_pqY z1D}=~(CqUSIAx`M5q4=b<&yXnr1io6rShkh{YDZ)y1OPFy03#K*)U|C90+Hle@(mDixAMQGU zo{|2d+Jb6^KYI-YoDNiKQ-Xt6#3`ZUV*QLdRWU(+;m8$&%L?8TXP+4i4zWtlmOHHK z)##N2v)6CgELNMAQlOv(Ob;>;_V~WGfAtlCKpB34$^QVzQ_0vr)U}Jsrk@ZqPNS*H zkoUC}W2Yd+@hX9@JX8&wAurUr>7QZM#4C!Y`US<4@5%d?I$NMjZAjZ8h(k%Wtz z03p{>=zH{%j7-Pl;XA?=Qs6h?u>=dz@1NYE3s(IIs!iDF_=2Pj>`HkE1`2G4C(q(v z0MJq4#B#_iATb9R?b5#yssZ^~;sI#qNh?azOJ7r_h9N(2Nm`<~5LbzUzbAT4xmxm7@pD>d~SO2bW)oT*+#h_({qx@w9m|JjybF!BvVG_&L1Qmz}LPYn_7JFJ5Y2>73<~>kJie_ z+T%NlFq%h?UzQctY0Z4a#Cug9NJueDd3;060HLh9m7$J4m>D;3_c85@Hhd4@iiI|> zN`rL{CE{4ERhFn1To*?Dztm2(UJw4T4nV!DI(wcP8Hj+>ojiCz4R;N4e9PH>W`3bl zx-1a{x)tx{b%?7F@nc7vEnspc)Z+$R^p)Be8NZp^2ru!NL#P6hi9?aeZ<&U6#4@i9 z8@>eeUH!Ba9^&x5M7(m^sb=yNU~)}R@P1-N>F65!gBZF=OptUL`SC75Ge?)QKZdcv zHvu^HBQ3*Yw-FaT$uqfaw97a1FQUUk4FceyvQmYY_Wi<3Q2uEAGbO=7pd$8bbqxih zs&~|}vGQy1mdtxV%lU$8mzH!T!6y0=+Y0%gsIP?O6>pK1LZ&rK;E5Zfemr+C2;af! zi-x)(aFlfhy;Mr3hY7dy01YcCGT68voDBR!qQ@5OF4Y~C0Ix5}bH1Kq{Xh{{f$5EF zc!~st=`{JMs%6do$%wbRKZK@eA>$(McApj2MDW>c%(h?RNPJW{<#V+o2z=u#T82rVhJUFE(*xT$*M0cB2KMWCXQ;ogf z)CXRpN6G3C5?HBc%-*kl{{Rykmo6$IOSn;`Z~hXEhC-LB67j2)Q$ z$wn0IofBv>(1<{!yeIz5G^6?gS%4^_6YUbqfp_?Sa>;?EhqKJRQLpMi%UxE}<(5FX zxsF2=0p1OaC=m_Cxp0_aEq3&gSk6P&sZ2hhSZzBdn|0AM$L3Rc>;lW?myzlR+_*f& z9V5j%OTf#TfZdm{yq|E?AT*7jARsHniymQx3zV&)?Wsl>M&kS?maC)aAh7b^@%m$X zOJO_paika+FpIK3i29V}0k4uM%R4Ur01#G%h5G6XVE`ej`HF6B^GL$1;v+s_dTqhV z=a&xIa3U=2{D^N$*)Ks?mORQ!Kd~Bo_0N;;eOyZTU>%M(aPmPO(ZTwa4bK7J)OoDF zSba+dBm9v_DxZM(f@}W(FbHvl!0YondNzb;r59%i2dR+QN=m1^*NPz*(63kf_o)}`-MNSWIscogX95#!02~V-xV|jJqiG6b^ zx8gPiIG^N%lV^Ivtg>y(ShL9*2aHgrx@f(^@kiU-+@SC!q6MWQ*kM2q?xhg5(9}(U zXs6^yS)p<9dzDtg#0{Q^BgaOY_9BEHegfqoq@h2OQ*1rToOT}&dMy>XoiWSz^#J0; zQ$8S^jbg3-qqRD}9|SgPwhNZ;V73a7hxCu!FbAFHqJ^W95+1vPsno^F?*kKcCvnmknQQGx0 zKDK`>WJ3+5$JUHHn76@ull4XAAv6evKU#q$eG^~yXyl#bSij&&;toL65k zlnL4tx8xE4R@*@ZK~>trKxxvZ2*Ic3@~MiK`h(X>gg@btj+Ii1$L3;)ay2ACO>X=j zaKfVF>GK$cn3B-b@?nUhk=A>OOuE)Z)6+M%i)AACfd2qd!*PugrT7+XYkp#_4nZ!P zfWKrmb^{kMu+?QogS6%RLs1@Fu3Op^WpT|T z@v{T{$8Q5b{{T|1m^%(-P|J9{KAgzfzCNI#;8{4YlToDplH#45JpQ9v2N(h+^OWPm z2~F+)0I5y3Dt{35Z)olF9ErKr9=@3z5FX+PK%*J!+y)+yAN*sarNn2z`-l+vQ?Hb8 zA$kLpG6z-_i*!#Z)Knr{%fta;vUi|^Xr;aL5eBNZx**bk)eTf`=|oDiOkfm3sL5scI$9o!4^s z<%5NMMOpe39-o8&D<}&;xpo~G)8OJZ*Rl(KqYWgxDCttNV#9sST7v-YFLx!Kw0uia zu}Hdm^%JU<&X0&b%Pp4&a5+f5Z6)bp2OcB-8)sf>{e&hhpWr?x0zVc)3#K(ue=x(K zWj)20t{n*K@i={zIMC2;V6k!==pqYb`2yiv|j*>p_V#0>66{%Q2DSsJe*?0XC zn(aLq1lVJ5pP0%KGYfuZ={zU<{{Xm!T@5v#PxU*+`la&th!LFYzMJRxm&dLlZ^lqQ z!2V-<(9#Z!yA>cfFZQAa!y~5%u22_BCoh_5EoU}#e$w{swHKm$DRKGOkgKG za{WMSB0N9qV2Tzab}KL(N$Yj|M84R?E}RAah9nK}Hqb{R!Ia@?)3+~2TD##3kgg`* z$uJx`ar=pbU9P@Hb6M6@{v|96!c*7(03q`GQ-44Fmgu2Zir(cJxC4tN1$e8G1$RUz zSKA(<^TERWl4M;l8o%v|K?6y(`iBiV1K5_@J3E|otu$qui0G_Z;qQ~7`x20|J3h!3 zeG>dlbsiQ)sppKE4S9%P5jjN>T)lsT<1zjV(#Oq8L57Iu&9h9qGW@%#ZD4BKVG&bG zi-V;HxHvT^4L;yV&cK%D4j8e9!$TlE34+*HAt|nEYW6Wu+9=@0fSX#|RTEBbG3V@G zgYy!QE!)S`ePloP3tMRFcK)VNXam^?gtEVb6eRn0z91!%$>k$Uy7!y=vKO&uP6J=_ zNbU)+`4sk1`laroVL~W^=ZC>KJ8sk9m^U~i3kJFvC;-6qDWxk}pz|(D9sz%3HAfH| z1X`h37z06>v}rF&K(l;KJ#GhanUR2ajBV2p>H&KL!x%^hYXAmav0Poe3@tPs;}@~L zq4WCjD{ymf;%N~>ZPh@6xIT@z0k~<&E1M1I9$*SujL2$Ns5^_`LzMpjFnLPkck?Jc zpxi+R-?wpWQ*y*1w5wpM;-P__#56TyEycAfqH`r{tV{3Tm?|}3Pmu!@9da%vru9!R zsm>Fpxc3c?rAmD7@hru3R8YXafDe-3&_p?@^95oBmHz-z(9r?LB?@V2zm{T&u8^@x zEX8k>-O@U%d z^+x{ykjD>CF!;aKEui%y18U2$IhMx9{%lnCBIe*c=-GOF#gG~sUSGLdOF?D%ABdNF zbV`1r5eCK(w6%8(&2Z)UE?bp!g1g|30k8dVWlhxY)IvO&{Y&btrijXl*zcw}z`?7s zT7|-0cTT;tbmXz~3r=Qy!jIyoLS-;xt|L9l;#|~ zSIl%{(xSdtB_Bnp_RLb=ZOVO1R$UM1fYIkFP@z1H{l@9WEfpC6sPg$F1gm)jXrSo7 z^o?Jdm35OBD4e;{A(Ejr|- zmgxsAv$VVno2?88F#4b9%y^@+Dc*cX_#>{PY=SANYujh{2@ZCL=}6qFZ5y{2IraI} zSHx4Ca5%Q_=5mdDZ*fD+?X#TWXt!~wJZiK9LaGfdgNPBhc z%frCu@t3!H59pU>TIAyCRaSk#ivtVtmk87vWxk^cYP!iCBxy}bdV?rwFGWqA&rosI zxQH3+EknmddgKeRd;|r8x**g#{(c}9-*2y&h${a8%7-+(1*|)SnDdGu+{s2i2#cxDazq)|7cBOetQ@u*CfNNfhKoi4p$aCptA-TW)qlB8PoZM<%vGtW zj%DrBMVw)USJ0}WN_gUKuqFQFtvJ`J{{RUAq?+n<8n2k2v;qJ;JAJQWTvs7IT19va z{{Rd|@$LtJ8Ix(J3G}Qul~CY`G3iG)Do}7sOIW^OuB)C`^2I{un2YFxf&9l&hanvn zJb?~{S)g_E2gwxhM<);gGm;98I$zWP6j>7dw~EpmNbVZ-a)#rFay*qd9S0FR!?z>M8=@HyW=dNdN)SlA>QQ0V-5T%|%%iQL3cic#1)f2z`n> zbmEr30vo;g(j028@VkcKxq|L&H3&xZ-GE->JkiKQs1%^6Jn>MnD zv)ga(3stz|r`&z+On2^Vh0t%=1~i>h6{LHMM*>#jn3c2_x;U4JLY2*9->mB(pAqD8I|b6zI+yN;Wj1Zfts?)3%|HV8%$1LF~DUFZG1$^ zSC?N2L@eo?zF6`K+bFd|t$;TVNo`~WtLi2c?E^syWo{`& zdy9al3rqD8tT|}>NKOB*kY};2P@5)+U(H&2?{{T~WBy_Xn0FR0kRIqFF6c~J=i#Y!P3i*fm zxfsbQQOAJWj(nx*(X;#eW%KpJV6~{wf2q$|(BhACkc^hp)LN!jiHsQBVbA^&-YEcV zE?^H4U=J-V0Y8lK8=b3;UWODlzhj035_`n)MEhVvT(7>TFya zgvb2%D@RH4_=Qs2o-@d1k|N4uJddCqB4rd6{JoM(e(L-`G-Ioe9xj>5j1e$q7|ovLwK{VK9wjIM?yVbR7X`!8KMCkD1>kz600VJIj}s%p#!RGX}NLA%Cbz zvsvZriM`z}M{n6Y#=5}^)N0kReF5snik>J+3d5V^a<3hE_=8z1PN+TOzsx1#D_*{$ zKyi0x4D;G8ky5L*{{ZBqHw;1*v$fjy3ILO17)9wC2VXD^O6Z+MiC1trV0H>C0R}OchlUO=EW`_*Wl`F& z^q}AS(*P)el@d0AM8K+8PiOuy$OheAgcytxQ7M22XK;$6i8rV(djvAIO>IK~!RA$^ zWRBC@%&E%MIw~Dpo;fGPZ9yD?1CxS>Uvl}XON*ddearNZ3CR&^O(_H$F70|SpyGcd zFJPP)8UO^(}3<0GaB&j2e~vzV5_`S{ZD-J&k&cG;aZ{~Vd^j-PeAbjzDRfM zfZiQYe&s!A%X0mHM1 zzz=M!1FCp|;7uck!gk_Ai#{U9cMFuZv^SsZ@do*+0{t3~n)RK^wZ|2)Fh!??R8hd; za@mL%k;DWTesX_B#Z3gOuZUYqdZZG}?ZcU%FTWQZtJ|hrt#vqheZ)q}bx)A@66)w% zlhQr%cqb4xXweVmrTY+#_~Hw%5`Fr?@yC>wBKNj?J6~(_@pD{wQ zAS%X~ecect40sQA8Idgv-li%Sqed;#;&C zGPec-1sZp6h?RGzrcrHDnZXtj1-tGOGPEn#FZzI*jlBDYm=w4{#R!~N!50GT$3224b=9pxNbu_`3f9AueC}xCpL6 zz`Et?2336IuNaBj_i=zLc2YmLJpN@4MY@|~7{G9(VomEE4cD8SDlNxvxla4pF}(@G z_bcH(rX?3QueoithcwYR?D(3vHGF*#e7BQV1w@c}*^U%ZE8wS}X2QtsGkTfCQ_|&*oV`>aBdhKAboa?$64j z(SCYj!3bV~=={ylG;~KCU>%pz7d?KUyBf_p_=2O@G(QeTi385_%(0gK!5|9e;rBzP zP5EjiF=A`-mEwaMoAxr;-a~8R30W3T2c{pRSmEUaX<$;r(#At!pKT!{18IBYz;>vI zaq1exAo=ja?*?nL_~r>0d|$U@V#(0$5P@x&ydT^)QN&@Jl9NdIl}s2PZ}f)&+sPc_ zKy_CgZwaD4rwe23l+reaTi-;@(k>)O_!G)H}8M}X=oP|@Q!$Xr)fkVq| zz9!FPbXszACa+Iyo;Xn^)lP5!0A#buSv&Or zG3`Pk}f;a?r2MilH!~6^wMqIc~csYj_1$;umSE8^0mOyF0 z8P5V~Iabq5$WjZA&c-6AN z{zl4fN0!r}+c0Rp$i!XB(HR_GUgA+-J|!Kmu(mY8wHb9{oIJ`TA>nnt<84d@?eNO` zmlKP6h`?WuORI*%n8frxkM+%ht{04^@m(Z59*#AIvAf zwFG;AS2QUt-ac0mUbShWSBCtsRo$s&*?C)XPzBFX6?!hx)$8y}^45TV&`S4t&Yy-} z*&9?s%`RsK;}vkZX0|ob&>!aE=Pv7xvIg}>M@Yd@*3;;0A;9H4uystrfNvfW7_iu$ zOW(r@x1gx1m-19-W#DxQ2zGkCLE6gWAT?nXC>}?IzZBx&h<*aoc6%$iLMUJz5m+=s z-^5pMg3eioe2{r-CRg|=HdP1w5A%EeDl!BBa(hsxP>)lu>mh4lP$=KHmflNlJHi!t zona77~n}%>*z+66CBU0iyRu-OIY`gvzUbIUT{S{SkKuADr zIZ`dW^zrd1rEK_27s&0bpF(LHpI}-n`F>+fj*M7uA7)rhnCbY6inT-Esa#y`^DFQu zCgdn7URnezunTBMV6bEMnR<`(hv1cnv?H;4R*VNkbC#-J+GU<{Kmkye1t@k6Hl@x? zGhdY=lp@^+N82n0nNoDPoDeB^=}_21Y46(`gdMWtxHjaqFU74Yt(WsG zrVp4<@B@S^1auKGPO%3l3u!!hBj?0idU6=6?gjAw*MtY|THJG? z^2*@i0M!(OuDH0}TswK0E+$#va0Nuyn)!x<2a;`tI+u$bE~VJHTJZ5J0y>z)7Z5!l z2yoD|gwd1Vp>Sm}sj-ct~EgN*?^X_$;{nFe03|CXV zi^X+iJ6^wr4A1^cF!fLHj*f_oC|6F0s8p?-J|`UxSEyjzux_OVTKuqreI^pN?ZP-H z5Oam@CWgpUptE%Qfo~ob2)iobvWC2nC~bIRRgyI&v>?FUjIU^R{{To`v{bl%>Ml#j z(<&_xYm*bl4Id9_E4&wcJ+<*G=p9G(51#%8-`p|Dz`T9SLjc9rW`|1m_Z1qU=%`pT zI>ixc5W_>j*#)e*EBba@ji~H>jHHW5v-(uEt2&kX5{>Q0+jd=1WH9m&U72<~xQB^d znQ$TwdiXApIfbP!m8XBc+t?`z*MRWPad@U4UZI@MhcJ~Wxfpbo%Eeb#0s+@PyTo_gVh?We@%jBls=WnU$&1&5ZY6~Fz5f6t17ujQX^o&7mxxV4)={nY zIWI-MBiD?SidAipT4ta!?0^b*t>yI#knL4RqFf6+DSe>oO`kkQ0Xb(+n3uR{{{U%O zYU2y}n@YFrpH;r=f_#X^9&>WC@WFEf&97MPhHGW|iUAq?yz2Z_6U3WUDE z-JM3%y@0uoGfLBZj25YOaR{Cfouiij0GLE`;+(P6<<;YF`(@}0Df*Nnjs$>eTefbd zu4t{UAYd|DWj!gO^*T@o_#s?ntc`J2!Eg^D_+P8P)VD-@wO>(PE`oVd$!aC1#17&S zOnkLLZkQIoAjMFX;Uj?&l=lSaF3X{M;vBlziy#~ zM`*o?Y>UCPESTLn??QqjHyj?C?`TM|ckiAIorE4g)C% z534qxYA@A!?d{MLL4V6-bv9vg9vKqsk~JevOi1{x?2B3~a)|6%Olv&$^@iw;U!{D4KsPCB@*3fz%TN_ zAU2ZfcvwEGi?7^b;F|vcvI!mnXYP1g`C|3f!d6|<5m>^}FBNH~-`srhgS&kZRRN}C z3ss~>WvO(57tcsrpyMXydEoaV->0+Q`%L3`$)P<+T$MQ_&9SKfx3)(MUOA8K0?IBXBFqgLfl@CBY(^GQk~eVmJr^ zV0_ZKYUPWzC>}cO`H!j`Q;5_%uX*tbED%vSiaRja`b&_v{@6ysDU~ROoCDh!8kYEW zD$7qJZT}D*%zA}JTHcT-+q(~uD5$PZ->J&Y{qqgB`SHi;oZ)e! z`504GO(Ez9t|)05^fsrU!Pb@&3GOaWt#FWU|#En)n9%7EIz{^i>+ z&$3~oy}pRAQ%$5q_O`3$Bg%JzrXA100;=T(R7xEj2|@7;Cu%tYHQ9W3D#q6_B|>E~ zkQ#=`j071em*s2+6<5gwf*cpPvh6Xzbvu2~cKKoRO_#O`0b|d&2sCb;u>dP|fJbyO z!4Xi-6^m|lg4b%`sXq>5#b$7`)(Ci z4v`-9Lhu*WB5=2YpSTf@UU5*|z)~NhIgK4XP3xHq+`Wa_I0bFhg>GojoMUUM$6{9` zERZm-Ug1t9?Gvw<1-84G2vKdYLY1<_O+`~9s|wtwfaPUjHLX9CdW!a%zsnUcIZq!3 zbU+r@wo@Y2Egx`x*16Tiw$<)9Tu`fN@JeaM7FB%ga4B-SG0R&XolJ3H>2U9p0-9*ycCUc@}8#i+!+%Dg4e5!)>F9tS^B z@~0x|{7So?*BZn8N)VxsYE!vKc@%>zzNLbfO1B?+IEMVdp|0YK=0 zyJwV#njBGC-A*aeItsfZOSr_Q`0hbztQcZWxdDI5JVVCTLE+m)32B@YMO`zD#aH^)y1gMNT2Ro0Bz2g z4T8{>Ivp-I!CV1Q0&4vby*D;QV$#YOZfBX`MYSIs-*LGrI!nPmc76zpk=nMsOGT%L zgW!RaIz7IK6>j|bj>yIuU&L``J;e;$IwO9R^2M_)YC4g4A3FD{)Z+*;ZwGiWRkag2s$h0#eGtfL7bWAT10?KVtw@<}F#!VG;^=f^MEQXLB7B zjO=4rZ)VA4KgP=!uLN=w(ey^U%Y(rcv`udAHWt4G=e%LgR&hV^e6rc@?&8sH<{rR! zrytBMa=Tv>oYCo*JhZTj)#&ZwWw~yMSEEFAZX8V@)oC%2;EurV)J0YkxLr%F{(>ED zcl`u7;ynZqRUT}JsaKRs0*80GNEqQinO!WRJ=mZ}Hn}a$C8!L8&2UX;lcHb%*On-% zYfn7Pd?rfOI=*0B*QnR1`Hg_9;%nTsHTY*7UW`}CY04| z1GfsWa{=ZVHjM=X?i!$_A?SsuG;{iiNMD%v`C(5-T@cm)tzwpTa4cI5SoKGCB8#x% zHvmh5He9(j4w5Fl++Vg(fLm4VmgznTU<|I~m^5#ePcYJEv4!pl z4xKA+;#hRh?9};!F*+a7DJ?rq2~BN_enEOR)imAKZ)9cyjkV4vWVs_Pus_+nzmr-y`bM^O9giq7>$~Io?|rL z0paoK2R3LFSa|+o%Bzaef?HHuN5!Bj7N;lM{{XVOl@SW=dElzIxoY^7B=p|O@zdeV zVgXTXVU$SJPQfEY z6ri`ZBxs~5tGQt5Ckt@0AHvQMN?&f`4H{#F=($V)BgZ<4hHsy z30^f1ii6x31HXu*@Wtowl(J72qK?4f@li4&ggwlPn5GZR8;!RkVpKt> zj{c=dkIlY?#dW?h?cqyw{=Hs^7RSy8_Ht9e^%Vo^S>-6?Co|0qytxzykpx>tO@M*} z$_szTs0t}Larl35qdCccv=R+2rhSZnl_jNA3sklxKB4-MX?*f1hUFn|nUGV;+WIJI z2JThzK~A)H0`$6k%ka)!^7@z9!CbM0X+oJfCjkEdWVVJ!!{R2&g+TE*+U(f66-Z)$ zJWg}L8n-vOz-=4^8Gxip#>`cT0Fr_SXcDYxbv`5WU84Z!;siw;4w-)Z@O&XQFVx$k z?UpRp>I+BEbu+SzQYzp^+}mQ+W1eGbbo571t9xSCEICpNX>StvIpoAq&CB2@JA+l2 zO<0QRP@Nn`TvNZ>!~9^`J(A25(2t+^EA9(PShpooRuq*aM_#8)fehl|qQZ`t-7VV| z*=+D-`Qid`RVwi|a_sa@rTkfu)KS>feNgQOC~L|R#?rrZ?p7sSb3@}K51s&Ffi zO?_x_7jCZWlY0gU6o?Nt!OMG!a_hi|{11+yA!zN{IA8rDvy@`VbZC-wT&k~Y!HS?| z>akH9@>>W#^%amUB;q*&*3pQATk*g{gjkE)w5_%~NzcTrEpf*UFgz!5-=kEP)9x4` zC?QnGCM3KDs08MEV=IAmMOGGm6JedDtJ-dq)vzf8W4E{af_1xr9~x$9bAI+VWxK?9k-<{Y=B2Wxiv6TeidXE<&!Vo}pR+ zRYv|{xQ03(u6dOP!+Jq%w@yytJPP#`14Feb04_7UaoHU~fo0`E;?t9 z-TQ`k3h1*M6TK4D0nFqUhRwEHs-`NZ6J;sLLAon#&Y^0cFiJ-%)r)Of(vFCg9P}RG z73+vZMWcvLUxs8^IHORyV`i66H`F&-a3A7PX9A<$^WlR^CHNxOHEb60ukI*|ZMb08 zDU$5nTwb2KgM8h}HL7BOUSxF2+m+;$xy&IgqxI?*&~$RAwoxzQE?IPOA4b6GUnE0H z`kW10DHILEvcJa6FFZ@}!^0H%iOs17@irxKai?Uv`HSjri?UcpMk@tb`iLT-s!Hlu zYC82R=HI8>V-wlxUA_VS(t^+&+$75Me@IP*dVIwvcvfkfX%u_kWenJ;w&)1-L(WtL zx$`;i#xJzAhV5-|iSWs5U}0Da7X?;&R8k5TRTmzoGt1il08yvGiSZ(I&7s$``i1g` zgaWv*Ts;hXMc`l`O4sy89l_>z>4R26YuptQm^S-y8@MMq$-~5}U?X~=?}!RDI1NfS zmlq`0>5KFpJj<$0RxQnu#YZl~@S1_4wepvmo3L+$vL&FK$oxm8tzzrpiX%m!)8y z8+sx!l@}aJ(k65e=8kZl?}aFIEP@fZRZp<;v?E! zUCa2HC@trvqF0V_z3P?3n?^^GB$BqyulvIjE(V)dGs809}(u!7)p~ zF$W}Ux1;))rUhg$k4Hf{fS#SBeq~^%Q7L>%lvXd-sjgR|FkqJ0F@8=*65Ky@MMieu zvzm^e={8r|7Q(oW!>C^m&`M#g;86hA)C3m1W zbr{PVCQUluO!HYzzXYV2&Om~PKm9 zTP?3=)U*QGD5+{1TEj*xz+&pn=$3csU;!ZWDV1I=7Iz+;xn52mYK2iQ<-e)3%G0?Q&mGVcimb)PBKLj%({fSvmvO#saGo+-s zcozf}cM2UIR^z!;^mQErf)BpSMTH~dr07(1#t9Tm$Xe)z$0Jl5uLM;^uS|cyET)Hs zBb&Gi#1MY$wuA(uggyM<0o37>*C)u=A&g$xyCT%#X_WVa8GZ?sp= z`u7o*Ul0u%x@OB08*8hKsEZ=8(Eep914b84{{V0bqk-f<@(7B6r@r=B zLoMT`%Rx%9_$;>==@0G>Fz~>?jgL#{v3_<4Eq(yQ=MJN7^vqClAq@dqc?p3999%7O zQP|544=lA++r$`Nx?t3|OusSF9iXaBsM~Zd*-%t0G`G08T^=&vx(w;q4L%jW$}-Zr za{SlhBH+;A61zF7wXxhNXqKq!ljhDUIo8e(N0jsVQ(JN*nYvUwg}c~rHb8h@q2??9m5$NV(6_qh-@uOznE)km7xNO zO5zmcMQ4Yh3xUwbPfzvgDX$0tm{q8B+oV&-Du6IS@}aak?>BSm7K#hNxXsJO1TNlhdK-ha(BEr`r~6nj*+RvHtAR;<$t0B(9aMMyKTs4-yYpWIdt^hJx+>X0}`DqMVrYAz$Ct=g3x zGkl5;rH;Es*?#DlMTUg1EV=4_h9g=PpV1ZczK-IuHsBpbXgA@FPa2|;EyD8qne_IY zd_w65hpZt3&ZM-l@Eda2M%6rWQxbUyGX5?XidZA+8GcYI`n*F*^H5*iv$QR7eLDD- z>bqwv;308Ff;wMmN0|8u+4@Xtyg#a3o}jWXR_SX{e8kUuIeyWYj;B9x$++Rne9g-q z>%L;NW!p<2#8tEd@~E_`$7Ec^yuub}E-jZVCy@sqBsCgzkvCDr?R|KP1BaYZ2J1?3 zr{s;uaU1@k?T?lIqtfgspLs5*9WDEMhJ3`lex*jJbC$hSa3t?NEfvNWxtJ=@aZ!nO zdyNk`9~@+5S|x(D_ZMQHBmJT^&LO|3cB@JL=njx@y?w++2py2+a;H38L>Xp0hM=KsE zUwiq4hHLHQ<~AzG`(Dn{;+{EU8DM*0qnr$)RE7PwGVW1>#6*`3^L!B%7I76q)51LD zSeFyXL*x|(p}a6;389E8`GO@_&E|DkkU$a3ukse_rHilx6+kc`viR~Hkgcj~7e^Ag!qnf@*>@d`S(h_q7dHhPkI2>3B zWzkprma2|}ni@-SDG_#Wsv@^zoC=81I%A*7IhfY>a+m@<#Om*7a@%0Xq4g0`$7#>R zsn^EbMOC-JWlTqgbHe)_jcRtBE)pwy*7*sRtC}C+g_FzBJBL^>hrgFIGWypgtlDHbN2bd`FC-_YJ z4&SgPr3Jx!!@)OJT6C(v%a6Fli{H$%V#vff!77U@>I088xV=QsQKjG7oYF0CR@3-1 zlnhD!paQv%U10`}okM?8s>rxZwxLGlk*%GG4_v|!oG#BZx)+$ilxh=f-a6ei$(?ykD(#93JW|K%S16EGpj0erCe$7XC=21vIR2D|XJwVmBI>tDRd$2uKv< z4g=2r0K;JM2Cs2I5bQ^Jj3IA75!b{EwdWxFV%hBnQ5UaMDFhpg~ zQOQ1p^YIfocupS*ikfRvQt<0fC@6F{s9lAN1KeB-IT7{9+B$w9y4cg7xP<`}O#J*! z2)rSD5y0M4SL}@01ET(?WU!j1Rfh$j`ik%k{tJ|hj*Ae{$ClAW#j=~|kE)PRTjmHX zlHm~^zQPAl)yYpQC6ps_Ny zzsVI0T3SPE^+wc5q#jq9MNsnviY=k)Dn#@fV&8K0d~q_u2CsPcr`E`2aE7G*jm@Lft6wC}IPT;0PotxEy5O2bY?l>9&?WxKh*hH9C> z<~)C>BCun&eq$Se(b}52<*;R1*>*%#k!?FI){878FfED({gCA=a-I9WI@*#}15kLDYYbU(B}FOH?#WhN1TF8nh?!jcw=AkCguBeKBlpD`{gQdV3& zxVA1RnY!by^_76#AuHkmK}!Qq>KoKL4o{W_O27R6qR?W~fV3{7Di@ymAk<5X#N&hm zpCO1Lp|^eyG5G^k@6f|xQv*LFJUDb%WKo!pED9i=b}JT+m;rCr0(BgJGSwBG4+pqZ z(B+Thl*peUNnMr34%}!U4I{M9BJJsy6&4mNL0}#IM`AJ5H}Hz-o||4ZE!)UTS7nBV zMGs;NgXTX%2Eue3e;j`>VlCUoQohmTdzIrC8wKXylr;z^K=$z;y9YwR3%FGN=R_r2 ze$pbUdvC~h6Gb@c(8$rp`$q^5xb#Dvob<0zSeraQ;PFp+JsE59C{3Ei7?;#`MY!tf zMetJ?p`P;FYC5`EZZeNQakG)&KT`JTiSFzo@KUOTDPW_Tq*jC8%77mZIS(O@O4Cup z+;)f07Qa^&18mg}SlL3Jo<1c(dD^ai;%2L^YC5~J+w0OA6!Nl^x285{SZIt5N7CDO z<}1o$)F>ObVLB4&7VrqaVj%<@0App{`8-C+T5_dUVbaROZPb2P$bTtIwAgipVm&3> z$9EM*s(>Q7fP-o1gapSGU&IixdkmSTE#`q}Rn+L2rk#&3iJlvB;T9AQZp2HSFE0}K zSK28eU6t~GsjwVAh@wiE*qq?$iWIQuj>;_9CnR0aeh&fO&;hEbf3Vv}#vEbIC5 zB~b2d==4Dsc=2CwOArfN`<_lf&%CRUQ2zkb77TUA`j_vhB~87Tx_yw+K-NVne6G~> zAG4JQll{JC2Don6BQEq>2tbPlIVTJp+y;PL&~qqLj;W*OoKIZ?euzBEg9th|!D$C?b zcXz(NO^KxpMfOF)XtN@5zX&@1pboUHAiM3>c{`UJqY{AXD^XqvZUXxrNLNmKC2ca= zyOtozrm5yLX1q^Ju1kvP+G4vDvUJiGicFT@l2cOu0Q{LXbuIC4_(ckoM9i1t4$kA_ z%-MfrT(2n7dZ}tuR=4gbAYH(B?pC?L_u*fd)o|qte;vyh$t)M?l}PP>=>Uc}2%m-@ zbY1}&;C8+IN{vTt*wnZN9>e>NLh>V{+;5IBoqfhFM>DrCfwx=K7rw<87Z6pujOkSc zqN>?U8QPIZAoiP#vQWtT$aJ)JRKQ6+aD^Ypw<$y&?i#d`69v$YsDzhOy!( z)3>XrD(I&`l)b`%@7z`+c)tj^@PX<)`IS(lx0om8ZbU&xDTY$R!s+!E!tWhLZf_|D zCex!Sg0iLlzfpIOU>5%X6GX5D$o|imuZt%u+(KoPmdDR=xv-+hU0)aGUcM8N0YI)4 z@7pQ!3uksfv84MyQwqH=H}b(m(+W!ZQK*I$p+hYF%b=aL{^mvbr-=UBh!vf{2}}#T z;LmWyXHigeuaK#Xia$?Ahl1>MO=pU0GV}c7}PInxTxCg+C|(Fsp1FG zItEt>^8TR7gL`MhJ%GH_TN~Ul+`t6a8}N?^a0Nec^6k*HuZAj)#nXMZOE^3k0z_?R zUQBm`7#|W~x@keCG<}dlV|(A004*nm%BuYW5h+yP;I1PeKuWWuS$i=7@h`A4YCQRr zq@K8>4GaJ={{Yak(M$3h{-tSwXY~ogCked&09FV)cb$AsENndg0KOng15?BXRZmP8 zhEvKqg-mKzj}ZX2rvi#F2+CHRtS$qYemEkv2xm3&%8=DP5|K_jxF9KBeNJI4?&}H zJy9=Jcy2=404bf5XU`}>I%>0(EY_UA?F2bhVv_dv{0~ezPFRC3Gr)Q!1Hz}~Eh`;BC08RJNzU2& zKQjqk*!`i#;Z-*jnju}7u$FF{MT4|y3C9)YVj+M~%3cP=-4%E}LWT3Gwd!!8#Cd!} zy-7)jYd^MLe1eEdGS`^!M`T>1Iv?r=8}=1G59W2y`^%tQMHk67@`N_0m`hz8938o1 zge_<@I%BXG_ss6Eh#}@G&6gL@sUP8-wsPP`YJHuZv!l2cm?FYPFGOi9( zciJV{@lfF_p4SEIORh3J{YSy4NwxD1D($QumR>HD#K8Gc%Z`bS6c8e!;xtq* zPr$q-pm1$n{L4{6K%L5o=It2peWq6xM@HYcMO~Z&iCs@%$gb*MB_W%HIg7qArnT+y z6$d?I^AM7PpuBJc%v=iS{RE;d*8oGTFTu=~+kGF*?c`CPgc^+J;JJ2+cZcDZDO3ZZ zRxL|)Mb2a=fZ1bbfqlzLZKXe{TIfKOfue-uPjQ-ED*|&;@po`hi*P~jN2#F%`cLkAoPkD&QFLIE%ZH{{XUE4s^@%Lu<72ZNxy_0?Vk8;JWSuN2Y9CY-5r4 zYCps`fzbCU&ayhUD~RQNJiR}dOkLDn`-;oqUsHqqxBMX_C|$eygHvBepNELewq^L) z+%WABY_n!2+x^Ej9dA!XhGG0>QfpfKJjJwQ!^LnvABk*Q-#x)PZpMX2os@#^DOQ}! zMsgR+;s^}}SucJ8Nz1B%RAc1z4U`HH!Sw~jMq9DuoROf;zM~LXMKJKjw+GZtZRIQ{ zgP{Ka2xu1wVKAJ~7MJQGGV2{@J%CFpm-f`H1K@~2@}_AIKg9ZnwNAnWRT6@jFiCfk zSmRv%3`5T^`OIyF_PczsVUd=Ol>CHEF6?t9JbFCdiOLkga=sYRYll&AE&g3o6v%6@l28>4L@D|y9+|8R7jfAPgPfOs z;KRmyK2fEBt^WYRX-yt$g92OIyE#W?c}8WX?(>VXx0P-8E>bTqN6`(ob$7&YiX8(h z)V7)%9U_;7Pq+*#viJFhgUkwweq%FJv5oaH@Eselq*Ty)`j~%ZarG|BMTDxnmv=E6 zJch?rcF&nkU7I;3kOWYB3R^mw+5rD$DmW;NUFy(m5nqeJiiIZT)4t7oZN9MK-wU8XrKnJh8uJ z&x7U#scoRBf$k?4Yi#Z~MT8eu&*X(Iy}iC>oQ}Nf>tU$#c2V&J0%D4% zxC0o^(+E3sw!cia+pY&eN85iFsl%<7Vy9OI>?gA>J*D!4sh!+&&S}+V?jX zi+;j%35r8o{^NUUq+LDTtKwc+99CRf zoA=TifiNAW3US~#{)qYwibd@6EmC80V!PWN$xuOi{`Q}kg9v3bT&jJ4Ar&{z& z3JNh<$Af6?_btbg(q2knANL2f(DuMB%g96^n+zKnt24;P9l__eLRH2ovX2npE{!kZ z3(Hq)$rK>7muXbF@|d%3;V#9w`LU~1j+srZFt70*h#jk@bjiUtQQKSMkt?7Y@GqF( z7X=0V$5nh)VbNWY5lhpq*8WnI>J2<0=g|_JqY1xK$yuZS04O=J z!tH!O8TWWxqX#%Fsm+H$ml;T5>+Vxv;2-+ob7v8OwwC3DD;YeoTc(fw9nG3B6$NBU z=SX-e&SCk3ZrX!Fz9EsILa)F>(X~=8`(V1UIxU8-fgflyji)vpH;Kau(xzoB>9^a& zWvHQ3laVynaLG?3-^|MeG^D2@$DouRV6jiXQn&y#j-E+M63z;irD@jwA`{3RKh~n8 z9=97W(mY?pyAGZy>Y36B^J^uhx1qW&F3sAde`pm7xK=F{`C|zv<(v^4hN2!T zk|h&R9{r_k`9t`kp~(@`&A@COmCE~x)Zbm+ZZg`Aqr>8J4@LTy$c5{B^#ivOqZNB% z_P%3;wu3)H4)BG*gGeM-l@fSg86Qf!9ar2`9sBN~RdYfetjA|?PPlY<`J9ej9f!DP z0O-2EsOhjDn>|J%=jR_Xr{*?Eybljk%&HYk2e`rr9KYPLN6MRWs@n}tej;#&$lLgf z749lmt$*yO_@W;vEsQBHA0(n=c|F5-1Gg>;pPF^$FUxRfexkSqG44H{iXIng0;4jW zi2EM0o1@f5%X9w#!V-$>Uj8LKM@&!L4g{2-JcAb6zKFTV+B4vnCZlUz%c8ChN8Hql z8E#j>6a`nOXE5J~@i|vJ7Z98MKYkI`><3_X4;*xV3gs7kq9WfbISe&s&lrR~Fy}1_ z;jf6Kj$9cHhfdjVv^TbnhZ6T)<>C1vl`6t*Oi6aV{K~W;f_Q}^NvXEws|w*d_+i0k zMBDa-F(yzyj6q7g)mzkcV7Y9sFyc188GU)CE-RALR?!#;2FA}!qz@P{)Oq%D`H$`( zHiPAdw?8aSEDs4C*+KCFBBd>W_Z>n>NC)=|nczF>B^OX-ea-AR0R79$E3}DTP|&0D zmW3S0UsVd%lJP&BPh9d3`1+J$;}egRwAzeQAO`RKN(c+z_CN#Fhrd@4mUqN3BxsRq zqSp;etZ1Z8OjddD2&W;iSQz#yp8JEv-k!c#u4&*PZna7e=5Re&{?F85QXVcPt@4S~ zd{J2&h%(V%`7eZQ18Qi$MZc+Aguqc@ZK6=Qo(OKSY;j)WT<(RnE5K;mp5V=`t#J1B z9sA}F1JvBpH9UMpjH5Odoxqv~R}};?qObCnlY>#)!?RJ^2*Kd|642bgTmuS@1Ec=# zD2h9Qm2b=bpfOhJ_)08t+lGz(r|}L}{EJWSIE^+0ugh?1p&Y%TL~WvSjlS?@!l)7n z;92?q17m-kVyKgJat(Muvr9<1ga`+;w(Sib8!SM}Ir$+rF5l)9N`$JD(BwFhD zA0ARwt*GH#K@?KQ=cZ<|Xg!}W;8(46@hxjq)&3)cu9kTwIWq?r>f)#{^fdv7DO0~@ zB@{2C<^sx&NE8e4XC9?6E8xf67S%q5Fk<4|TU+WG#BgT5Bdf`(73_|S8Uy$jA7Y@* zzleQzU5ZrTMVyW!nw?YkwpRDt!8cBn>^xM!(h(s>g`a{~Fwm#uj_B+5{{XgQK-1<^3$O<) z_XUBbRQ}L52WjqW6deP$cP$Xzj3wD)^!V|r)AarL9Q5%si90> z?X79VD+|(#wo)oPQI^9Xnj_RQ-(x`dm!=g@+6x#$=CgtgZ_$QBXNQtgWrY$D3>w#P z%>@@{M?aZXqH5(T3l}H=Ao>&F64aHI^YbnWt?Z6j0kzC@EGTsNo>YK2gDmCqe$g8f zVsMsHP8uG`Vh1zAy+C1QJrS)z(QmQ~Qgo~LGF)-+_X?+qj}Xc#GWUNlSQVSQ`idxQ z96tgFh2Zf56|ldWThuVSadl7BnGSJ_znJ+#`YxYQ<9d$ioJLCY%CbxFd_n?=g>pTR zO_d*)(+LE_8-U*fWIv&+OMMZP#kYYXtAKfJHwLY2Pejd<$4ufLgRhuoR)7eDqqxEy zJPxO(0WI7UrXnIaTlgmNvlq-hqP`XSsOUdjQLv>wvW?l(97H=^r!uVE?SOQzYc38x z9zJ7S+l@0OuK?^2U6*}$npPSHQ|3IH^rsew(Y2!I1l7&$@f9F&t5UlWM_&=pDrhUH zuBp-g0B})Cg5x~DsGNjRAYCq{Fkw1v@J7c4-Tlfh4o^``Z%|Ve$_~-j)XK7p&Gjoq zZx^i#oL)X7<%+ZDUc9U5CSLVOpHlQl0Vw&ZmEt_FEG={>tmz5!{Xk?qekF}*Zmz5D zUlMUVMq26|!J<69yP{p?p>Obw@Msb*T>^H!u&t}YZ_-p3<`0-#M#yMRc&?W$ixRGy z-#0B!dKc-4epbS8!xg(irWH9a-7smSdg*KVW{NGZ z0`)1A>)<4^9fIECCK_sYXN+{Ny?}0hx(ZP${ZAPYo@-=WZm0g=;YTn~{ z{{RtOz~CH8@tr4MGjQxE0sTdSnw@7*VzKHr&Dc)hU{ssb70~6qO>lb>=1 zncW>y#%!?ZGN9<+r(wcS;d1?=t*K+eTb<*QeB2D9>u>CXfug<(_?)!@tfa1m!#8+F z2pK%zl+D2G<*ht%5YX4iyOu4{J1v!qtB#BB)(Do&1s>@6`i^qL3TnH8c3W1&oe}-n?*352rJ}eKZFYg7Dryw)1+k| z{fR;B_=gs)udenj$YQ>Glq`&ACsC{nG@E2-LxpwL%QD)5;s9J*ukCQc<%qR@$Zcfm zswkHUwu?Uq_`xjy08y-c$=|~jrjq=i#TNmo^8CgnLpF+qLfS0S=l=jD^KvISi^c%0 zKvKVRYNy;hZ1~&zjkwXat&;WL3@|^nJygE?L%HCtMUK zZ-x{mg3RVcIw9OJ?Uoy=T5V4~#oMfQA8x43{UY;t-3 z08tgNx^VnQ_OwAj*R23n{$ad0`}lyTd{Ei*7Y*A-^%siyefuDv1SOwRy@JqD0Qa5t zyug-Ql5zh4JD1Sr#n?ETfyZoNYKRoB9GH(#t4C__NBz`g2~cnn`VVpYMyFp9d;vq;ySL=YacJb~16!egh$xrK)7)4iq7ul^U_7F9 zH{hK?cV0FnW6P3P%FRz_hH%r?_wJ_gyoZ<>uwefHpTypQ#+pdx;mT~*JEc8?@eMUc zOioo?Be`#hd0X-vl-jkzCivG^+%-QEWDA}EH}xxs+#E$#8abDMzEj!Zi=zdj;tJcX z2o^2lW)xMN)K$B0Oz)Tnh6^pDRUd{TBz5Fvbd`(xVKOv|dwIy&RDRkN7abx2YK99d z^tfC3MpYjAOB7L|$D59h#qgn2u2pFJo0YV+NZ=QuL8?wGlZ=K)oTM>_+&ctw$Fthc z5x}Ok%75W7z`cQbQ^eErEIu16C%Jt8GnSn&9Y;6|VFU?vY%A^YyKzF<~=f?qqF7m}_m!FI0l^vAfN!|n1Bx~>%e z0JxhCv8g^J1G3R|{{WDbsLg*UERl`}!vhqW&f58wE3+1GdyRlABCALGmgq>wgZWC1 zg6NH4q6d}6$28$;A1L~B_cm)3m)*jo>!DkfhR1WSxR%&ZqxJsNbiIrVhdN3W{IX)0 z^BIFW4xc~m5tc%A2+q3?FY0$0cHAue>ldCmAUR~i31l~a z0&a}MlG>q9J;4QgK4%4Y#m7Od;K~I9EbHPAMP%|O5T^mh>I|p2`iZh!S1afJ%T4aj z`12Pu+NRIuSutqq5AZPMb?4M0yFy6bpsMS>@cECMbgVP_;khb{(UfGpjWozlxwP!} z9TGY(QR?Rv+xVK=JLIGnVk2oP7MH}eA&+Dah;ebW!6NdM9}&TcwtPndD%4O-Ez&*@ zGT>_09X$dqYY&l{M&dZ!i9#ir(ffwLvr)DCg@B>Q21{lkZ@hWA*ML(X+ig(VBEp_~ zDe-d+^fe)#Aa<>CvG^dMxuK%F$#ERKKL~zEozIxOLEo36TdG1Q(&1CJ0r}5U#%eXw?XkkMY5UI;H<{ju-88Pqna4_k0t z;~?P%BIgHRFx^9VSrAxIDTE+M@QvThN(yiaTnYyKPcYgP;$Qu69SI6w%P&Xx1Qv3BiVw1|qa8PJoJ;A$opf>M-hIM+6qwq%6i;L6ZQX~syPM)B2 z_?4+r?HtM~b~yCJkgAm>3md=a{YN6er++a47k6xj24z2zKX(c_$QFrT5pyaf8ry0= z_?Mt1XlzAEeG_Qg1(*VN^DZUAx%pzI4Yhb*5sFTgd`s(gaFUW{+}8IkLU8t#z^|V_ zL=^NKp%=nDu>c`?PNiX7VC5u--~(I`b$L<8`*ul<^vS{1j-%hcBk zYvqK>)H)}{P;ldzE2OdLN5r%{J`dWSYi~^dQ6Dm`LC4d8=T|LJ@3vpXeaifCdrG=AY zdZNw!CUEG&$H;$#Z@+PTGcDvXaNw1p4P>{>P%}xEc_RK1x3HTBqTvn@;ZSmE4lsHm z*15=No z5Tcd#!9>wYxIzk-(b1GJR2WNQgN2RpVu?zj-mLb@;ziV-%3UP80sI74XuJskg_G03 z_$FX@Jk(X}E)Y{%arlPYqx%RTb!|gwi^Z_xNzyi@sQMSEF~`DvB{Ms1m+<_{-dtbS zkgI^;ztlCrVeEw-LzZQpp~Ce#7_zS%?~?vc z=Vh>GnD?`J^sz0i7YA392&kHrlJfPm_Q6itn_Y7*I2{V`82nSCyims2C4>S9dgV11 zn2%DtrKuktOLhJ40q-A8#-X0%vyWOg>y-(HmWJ2zVIdz=~St}X*53Oxv_wZ zcX56~EA-T&{oGcyP+g~gJcfNrXWL&jv-DsV3eBdfsVfp4e_j>NYVN%V(I5TKsF@%O zzsVWf9Rrw9p$`i%g5P&JX3OoxpXzCgjcTSboDRJ)#C$*6HYT>GUZpwUfq<4O@%w^d zx2;yn@~3BG(*+x8NAgA8w&)~0Pc)m|SY>O-hTFYL&uz}oTm4^bO?E6fpYXw{zB znI43|WH+%Hps?XC6Qrm1n(TCM@<)xY(-&cMZ~L2RI>HByI4r##w}5}$OQULeNn4i3 zZ_MPJ@sZ)v+Bu;_26z*|pkYz189D_Ypbae*&NP6GT;bkZxtT(S`j2qQrYmWD99}cg_=ine4_qkJ z0Jg)QnTmX0cjjdrvz#tkJL&XAb~5bBUDA3%%C_pm#RQptABaGfJG$x{@YQAXV;#+i zuL3U6_^HGzw%}|JhFSrF^sOAbD&ece;Jp07Xw!to3oNk-!}Ey2RE7c6 zXO{Zq9!NI_8W7tq2tSfKfgDHRLHQmLH|AtkVjXZxYu-;OAqg zhY}U(i$b;8+3pLBUXCskT>cEDMbHy{*9bwfyGM28gDO$95BT{zm+>0Ef+p_=xr(dH z+(l7OaJw&0^XKkXjYFOi+=bTZcvX64K&wj^Q)&jy)WQ1T`(dNc<}+w4hTK$G*=>GE?w(DwYXPWPE-v{ogo3JFW8r)+<~2AvcrQX=Xc6UJ zR}O8fFKgi&?R6U}vvLO5N)-dylUF6qX~YO9Z1v(OR=aio0C3Li@~LobFLa9okx2+O zu^qF+2)YhOxQ%Gwa=vAFNlbl2Le#fVx+!<KApx7@f{(XYoF)HlQREOVxCMJvd+ zJf-Lh>2?Sx=mjb??=3aSDU?0o6r&A~3)V$&-&)+H06aB$A8FJYjd@K%qbL%$gmErY zLBLx8u1=905sW`=psR6MK1tLQ14{daNf4FlciJ{T!W9=oT%k)4mC1{L8xlgc#0{a`}}4!FDppQj}xU z;#W(`4xB_!R0Fcofz%!&LoNi>p9C=#YcAJjquLBwG#lw`*Z#mpuTS-20NH_b!2t}5 zgXRZM93%rfaqN9YHCHw28y#}meUI)P+qR5xjH~H8MO;~-?m1*}6SyQj1N&5RS?F<4 z^%ix%kN&|!NxcLdAFi8^=K{2dMFG(`+Z-Cda@&uG{UU%Z6cF@5pcnCw6(^Fmqs%TS zSXXt}ynoAy-{m7}QAt+m!5NMelHzrwyrKF9^*jTibe;0@y$M%0|V^MXP&_7tO1q!b-8T z?)!yV%p-zvz~wLVI3`VfnHGn*rM!GWS74)&n>#^rxL$i;k}8Z=1yf7M>KrX>1OE3p z_pU+e6G9uG+}hVlwX+>PuP}7MtB9Qup?fV?P9SqC3y(w)@k`(Q5!~<;dfySD6m`+_ z1t(WdDEa)$0D#`#9-sxD!}^KN)Zj;XJOd@yewN?A;s66xPDdjC(W17$<~Qasrbi&3 z(b6dw0gd2}s2-NfJdgp!aZLO}aifv`-sO3l#9udcXyQOvxl@)bshn2z6r zA0k8D^@I{};Q8@T@mEaRhzlIG#JxI2!^f?I&@ssEU>XrI@`KqD+eawl<|~z=fNiX) zRWv(O9ZtUG^C{J~eW(DS1`|bsxh%hB_&b)S=r}>VRF_4{kwoHRcQChKFlBYZO^=eF z?a~dL&T{?3YypK;>uzpLdJoz1M2;*T{vxTn!R8tlWkT~! z96p#VC_Ni~nSVO9ej)9b+II@@(c3sveOQA5CzZ+R{lm=*68#Zd0MPcZ%GTDu!T$j2 z67VQIQ{*KcVKk)8Iw5&d;X}!l5{||WKP)LpczNEVXi;2Q5S)5<{H4-xXdi`3B*ZSS z{uWVX2LmbSA_D7y$~!^WhCq8pul`3uz73^#7M;Pg+3Agfm=4g{a0RL;2M8R^m`J_1 z4n|SgTv)n^Kq-qKb1DpNfrO)kAg~D3ZA@(};U-Wiu@Su3?H&7vfLY$TV(1+KCz=|a zLsOpw$f_~bdd#Bxp5qil;(#)2Gt z%O<9;nWz()wUj}nporko5BtU@9>YH3hTZZ$Vd$*3&7*AUR}O_f{6fJJ*9uz~Tz@dW(;N@(ZCk+`Pg@G?4t!gCh*q^%e+WhPlwl-( z&pk-Kg~d+@RWN~E&xlCjpPaF^#27CLUTVd6ZY%U&DmzY&Rx4b+)ToFa2f5W+;bqrS zoaFC{`DYA|Zsux-RE65R9I)YG$~yRrfWxbQiO@5Y^S&aq0pk%^H4ak+lgSR(#HUqo z9YWl*ub5jN#;xJ;G}3Ksx2arX^1wReAb)dIZ&5ITH4XZlH}1(qYf$8BSc;soV%r0M z_l8=K+IsqnG)gM_mhvBm#8LoLp$}Vn{i8_{g8B6Wob;iWq!i-fqzJJnMwg4=mn%bC zEC$7`b6gW!t)1!qp*vrnXNZ6^Z1Lx8gK8kvBa535)m(7nT5`R|fkvj+@f4o6o)KJ) z+(u*_+S~}z0_5=g6NJI8$K&@YmJ$^HB6thXV1myj{{V3IsVn~g9_2__EA&GPT=QGmA6XelD6pN{{V9RL&*%4@SQT-pp%N~rokbI z2aX&}Xs==+jy~=IO^%qN_0j(TQBv?YkBB!NbU1IQIuo0Z;yac&Yx4m@gy{ZYGG9RM zD_QU%YA8~jM@5&+GSbtO%KKBv)Ka5Xe}uFMF-i~O8EvFjiu&2Y2&K0cZr2^ZPzMQv zPssvG-kbc&(!Ky|?TWeQvIk0UBQh5R-Vwpdypra`G!w+P$nbh1w->;dQBkpacK0ds zT5y(zhrZDY5g1Xmq~q8u!}AqYIq*jTzs(s1Bk@8BN$W4fS*R$S+mgM=u3aI35qotS%l`mQ!SW_d8^B7v*2hnB}J-+)Ed9cK+iPtAPF`;ktNT zd_xk(i!bH^!EsWUZrZ@~LY5<;j>Kp>Wpdpswem}r=Cu&ZCF3&g3wRlv!YGz`Hz=n* zArZijG4U#5t$|AUneD9q0Ia76OKzcR)&BsD+EAg|0+$|q8E~2gUzjMZ^spRygaGKl z0bfachC47AUX!4=7y~XAguE`)eA4;LO=Hy@SHyR;s+~u1V>O&51%RM3+O?F6DTsqw z?qVGb2VWDs9i~yKW0qdRCzh%ULg|ZrLb^P~>S-mUXt`m5tl!KPP#YBLHJLOQ1W06a zhv6v3oJL*(k0Y@2dbXmRX|7>xY4mp)GA$pqOYlpW00#b<`H(`?S>nz7#-V${D&;pZ zqrvwJ7S24p?FC>P33p5@L-V<&I$5P8@>mEIiT7U zsks|z5Q%d)o(MSQ!ekpXW8uBQcSszVNCORDrViG}n+{BTuG|~}!V9dZ2S_{-$m$KA z%K4o2=sdoOX0hK$;=!b0bbMDaq#daL00>Iv{=LTvk0)ts0=y&zx0!i9pruNUYvpBw zL1`X*#d}-_lq{%cs{`8`#H3_=fW7i{=r;^BAD?@$M(7 zm3ts&QfZ5Z)7)`E@OYNt28$n7Jx|Q!6>B4HJJ|3}VPQNJknS1K5bz-thfO-0LxQ;XCR2%U_}5rJA71h zR*QCeAtC1oa|IMDQ2-ZyMd9|!!c9A0q-`%<3hGjp@OSkD+}P3L;jvKS&H9y_C;{Kh z?KYDy>-&P;%4hj~L2HLc!GH2wirZ1&%u9Qz%jyX}$vg8Cnz;EqO6|p!!&|*RVV+$Y zgm2YS-AZzJoZgHwU&|?xoCA~KmDb+?&&*EJUS2P~muRfi7W~C@J9QN{Ea((XlGHw` ze-V0`aFT#7`6}9nX?XaCZMO2e3maR2$880cSIp%*J3Pf_oRbjs8%P%9RqwfgC~Y+Q zzsx;50H<=%?yTW1uwKFE!eU$oID94HCkese72!*j6_kV6MO$D{kM%CPy7rq}lq|m} zc|pV9#9Hq*fist`r(8e=7J;`foD?AQ+&-&)^((nN#s+X7^LojfuF$1n&)UmErU$Yl zunkz$zX5oTv9xzS_ox^*3EAZLEtZ0p#9SJAj&8ms@upONFma)Z>>P0N5W%}c+{28s z{T~%I^Sbo$D$yhx74h5Kmcawc!>6(}hWG(VdK6|#(CtOh5$xD*rI&Zy$Y3ut1h-5_ z_bXksZAa!i3P&|7(yh^lY!8U_^9q7o(P$Q2T=s*0YF!Wp>48Gq+1z{-I34^z?FY_3jjPw(S9qKy6)TY)r}qfZgGfDk zoV8h$#dz0-A<+HGfSc_8;>rezbzuX4h|D$QayT*Vztl7`dV(whXH7U#R7Sa&Ad9tC z@f9j70#pH0g)vpYI{^v^6TfjmvGq+`P7#no@KyCJ zt}IwgihNQmDdiEar(#O`LujQkh_Sxec-v@On2wb7{g9ZyiXwb~d4JSa8f|#}L(!x~ z7k0)M7kE1Of*V#xpKNH{4=`98r20J0IAdD-VB=OP2-@rp@+brp+SlA!;oX7zS!D8a z?C^x7PFDxiX&v-Kk)z0mK9l7!Jt$6NvQ)x#S4AEgb~mBaqf$wlF6-0oG?T`XqE1%E0fKq{1hQCa+`m!Em^i&W zON3);yMCoY*x_LF&$9^1#HV(a=vwBV;tp!-`<6_OpPauaC^9Z#(_vI67RCkPJfk&3 zl^??mHW`---8AHFYH+6RdcuH9QEpoGUl3eHu^-Z6TK;3>P_<*NM}xSrG~qgiflp3c zGN$MdnYVg~Sg7*{2Dn%NL*l>6Cm)#}Kv$Mfy>!V_cp?{M1w>P*^9ucf2K<#%d#Kt#aEuRMabDWI5C*dHR93;Z zE)-~Rpu+_^g}zwmA}?z~-^{Qqy**3Z6~I5ZET|`f5V6skK2TJ!I}2CJ04qk6Up}Lm zyG$>FUUdv-U3pk_Z{(8AjU$~lh`K%{a1dz1e2~%dSFecji1PAzWs3oWw5_L2Ha-x#cFR(fa6Q3YZ0(p+%e52mGM+ITR*n_O zk;kZZF3kBrZti~WI?aZ;l>Y!V)AWH6d_zdowmp2KucBB^?fD}lU8ASeuE_R6^-56U zlIZ}U%orc4c#h}`d5w5Gu!)JotA@wr8ZK}Y*p5o*AYDP(E>)}C$|jSw@hO{!rRls_fLg{{9<@#><3_|{UL&J}P?hcF{eHnNQEqK^h5;+XGtS=_D_Z5Kg3VwY; z)?StugPp!$kcBI@g3N1+_Z12A=0xKGe}ur`K$-sl&K(VkZRo+k+jU76&#Kz|OEn7( zA1o}50Q(RqKy~lpV3OL*22_Fc_>X5^DC{+EUxiayY5@-Wgl<3&PXuima+p<)`W@KQ z8AoaAE3txcLPz4xFEWq{wmU3Y**G6HYTt=jdph(=mq{tAexgNGFlw{n1x8@7&XYWF zw!P4o?&2j2S1;0YlyKemb4?3VuefAs;%~^5p=n2Frey)FZhodA7c?Xg3TVHP9Lh#D zw8Xh?20T@xm58LG^HRHl z-kn0711*`h74MHy`DtD%7?gc-w#0?4gWtKFQ1G2f=VAJa7_kR6r$x$Qy_2)V$crba zj~zuQ+sOhh6Ox~)U&j{yzcnu+mD|h&zbR@!cw@idqQ9dpTk!(4(-{nTKwm$&pmESw z@e@M~0<+Xg6%h1~qYeZ4jcL@^C}qp=zldk9lagOOlc(lho#AeFB`{dsP5Fm;x`l8& zk&?9NJNF+FIDE<{2-V#=NoowYX($`HRz@HN*z>kj)h-+!v~vg>*R&)o@}p@C{>(3XfU6HWI+QWCMdD$4gp^2 ze9P!93V*1RFFZVv$&Vic)L4ef-XaookLd=RzYDe%1NT%6%5Ti4)W~#%0z4eTz$iK_ zwhHFg@h*;ryGO)+t6b53(o#*5XW10f;A3^i6}02&LufDK5M})M{_&dx_fTvNt8swcFvHBa{q2(sVlB$SQQ= zV#*Uo5BtZ3?g^H>Bv70@t&|70sNi z-HWMBTP{>a{uvGA2aj4=+tU?*M%#IPM2sV|X_gBIrZo+(r>}^-yf|ta#vBG9*2kh$ zfmU+-r48lLQ9jA2;kLzaPnb|*s0FW=nWBeE6V%`fM_;CHB^oY0)C$7#)Z}PFxk|NQ zR<8sBnw#4r=p#wjxn&XayO!1Mq+b!2uG5H86^9oD5wUoD!mzaEGN!6NaJZ@Rc_ZN|H0+5>=A!hAeM z=i+Tp@a^?EAh(0Raa_=F9T3~SNJ?789;G-GQitfrH7^T*nBOt|kpr9{nD8H|d{8hO za9o0RMI zRpwny9ONNQAaHE(=i*yVy9hDcDb#p6X+1K9GpA&xDGLFgnV12xij5$ag6$s_w=W$Y zZ>BXCk7iUvg>Vt2k?4<1Z+AElwKP|wGHO+9e6l}#>B$T5y_ski+I#qx0Z+XpC*Lds z4wzt7X;>!Lp%VCB4^ggA<}kvSQ@^;jisE)X%5ZaO?rIU_I*vy(3l`YdX%R)!(cBke zUZ+0HZVUdHm{GkJ%ScNk=5XktOo5QHZzeAHF6K-V@PjFc`FR6 zG7E&iIrj!OuQQ+GatT%In`2ysAE`vJ970!U6rVm(8kJNKG*?fWj0*CHQw7IbztIZT z^-9wz%xU!5Pg8=`JwBk{76;v86Hc$~i#|9G=R zC2}Vy&$<)TpENIdhZ|z;`*@&!$qy>gqc>>|VYh>DW`j6)3W#H$ZINyv9A(vJxwh6R;-- zhp6q-2R9RhA2!M@UXRF`ZCNiafx_os1hueJ-*AuejW)%T@BhVJ|*Xs#H9F$oAcG476{QR2P)$%nP+~3B-zDxLD?Q zVWM9){v*PG?Sj%|Mg1V4t-Yhhq;z)0O1I6udW0Nx7tG&Ip?Z};4?RkmJ+k;2+Pn<1 zEqi)`O<^FgJCCxI=$q)YLUgYZceSxMlA8gA$}8qnK{?_BXy0%0i%L!c*2+bEuw%?L z#~i1qzy;exmD#(K8N1pi5b1qVCq@+)(ERKX*Y|JkH==2*DE-XlRhvQFHDGK!O9F~d z!VN+#(=D_35tbbk?sWFYh!q`LjIBb)ZpT`)6tG*Xer0`y$dLf9@*ddUjrmWQG&E(f z&8TOi<}zToO|MW3xkiMU%APVNTzxR{5t?u2P|_4fuZcppNrbh?EjG!d%Y=BpP{=_3 zkBLHf7k@D3t-G((yBFZqo=;P4bfBNq03E!4D4#R1a?87&_{C3pwyV=Aj{#TqL&|)k z$i~r*R%cp|7l#{3nY%ClDKEw$LC-?_}lb9D;Z9&no#IiCetC?M_bWRVau( zV&lc9RvCs~QHDkj507xO$A13+P+Q-^WyF-J=O1o7^uLH=7qFXB{K)O3M`6JEJ<3MY zsPzgzuEQl*@({c22wto#@v@}O%kW$dPl%cah<3hW=}&N|J3erGXFTsHbvVQh3n|sz zM{v0koP;-bTcSmAccx&?vhg{6t*jbj&+xsb!` zj)3H@SInqOW}L@r!>Na?#?&d6+q+{`-HAt(*}L63o4$zc6ALX9e|t? zSHm9v0NiVF;8~-QLWQB9NUN5$$HYbA2}*!sWDESw=BME|?z4-awhK<@j7!gpaL%o9Y6@481OCslM`yo|ytg@J*+vt=f zEMOz5b!RZE>|nfhkh*2y={rz4YOj(dK=p(gM~6sqfz`r&PBkk9#VA~ZI<0e-`99z< zw)X~x-d#t;2mlVL>0qSu6up6TX+C_%OdW{1ZuJfwj7VWpcw!A@FCl9mjMh8raHvy* z)(f<7YNg;J!v!9W;`dI%!pVBh9nMZ-);~wiLlnzZovMx)<>E$WQ9FbZQnpxMms`!MJjfMR%%A$>6px(H*P=`)d8jU>{ z0>MXU<&{>_W$Gk{P<=|Rap8h=yvLE*cxbMx)K__SYCX=P4egDEEOuxMS>oM8D;!6E zFqHz*e0)s081Y509EeH<>G1`XZj#%ze<(_HU+zkQ`ULmbq2eeeHIe!S6om@r!sB~+ z)#mvn5dy{dmHN357(t*?vzfXBsmfcUg5bbFIWBA2;P{B07wv+ozL;Xtw{K7^4z+uxj}gc9m$2mhbZ~K^!dF zSCabD3V80v$t$aO%XjFF4Yy<6K#&x6MA!u?boc5U?$^)U^5DzMEe(czCF~p)UBR&3 zn8|(OFF%GWF>yPN5?5h-QBDNX8}DjsW1?*5X{qiAt^CwU_~8|f`YE_^Fkc7i1;yRB z{-&B(;IMdgB#5ANQY0Zoq&cW>C~#iBB9a5c00i;9LNKk4&r@&~(eVj0<>H?#KBUPQ zv6W&gCt^87DR4Yv=ve(3QX61jNixBmdL%Tk@fwmMSzWko^VUBFZwjONyOYH(0`DDsWy z*s|GGlKP6E8qhL`;zg{VJsL9#*kLIPG(I%Dj0{{W^~2YbU9 zqmUQ4got*K8eC$P$uEH=ETz;XXv1qXMbB^q}Y$ z7B&k_W7OlkpvX?=Plg;V#jV%wH9ows=2SIc;GCnxW3e{Pv&1%+MB)I(z3s$2mUx5> z-S~DI0w2_FuO~GafOh6rm$7v@ax^?MF@qAL(xr9SfkOG&`G(l$x2MbISX|M68F3-9 z-izYn`m2(n87wcqPz_PYY8n@vA3mihoxuaQfS)p_y6oyAmj@>j;5)^Rl%*r{0C(W^ zEI74qU-mMfDupp$GP!@2r3juM>LQS`x1Y1>P>>EIb?+GU9mKP)E(*}n4gfqjVQ@!7 zjcMZMd`ul2&^H3FQ4p~%@Xf^Nu%ew!_34$?w*w2Ro;{!;rMu>s0+n`i36;?eTr1IS zwH~IZZ2*F;XP1w(()Q>ydXy~ZG$gfR`V*wq2=ggyoGAohj3xnkxqmx)Idv~{)sy546u*eJ4Jj`^J;uKW0`ISn{ z5TWRrfwQByWxuo)?=(8_r(tbaxt+u0&YqWsm{T z@<$favIy$Bu=f`PdGh##lrExa5}NOLr}H_8G!B?ze4o--|TaeIqGgW?QUm)U$0#e=U=)LP}Y4aQ3gP++~qy+Y^Q3YqvcLF(M+ zFPOXA8hP61niFmrrJD85>*+;F&&;5YdadOZ`$>OvT>C>j4JexBMYHt2e<@_ zEOMvI6Jm~Q)CGmyrpgsczl8qDcF^GI_ZQf|-4gy1^}P_1Qv`D_z}eXZ0yeX+m^hjOaKfGkR!1^C z18?d8jw~3sD&9$)LiX_nH;kun;)uuG{zi2dH7&HMSU4T}l%O|}Mghe8sJ5Ye65UOC zAi-;efqP$Xkc1H>EEg2Bk>U3)1)V7`V5zGMTa%VTn9j+K>Chmfc!yC)=}Px6MOz5` zI}Ru!4M*hk{{Rt^7l)J8#u{wsF-45vI)dz4{n-PFZmZ@E0n0C&rvVC>LUo3v0Py^f z>p{Z*0I2eeoslcCrSsLo0%+8Gf>2T)7~frahSpG@)P5w|DMx4XGRb^=vLV6gSF8C>O9 zn?9-<*B!no$g<>Uxri2EF+|k+;6QBfEA%B~Hk>1ev?^n33fOh`?sd;aO0<+YjaiISI323XU z@6~}pVW1qqg{3{90ZMRH!t~c^3N<1yyrGw0Vd`CUi%3w=dYMcF2ezOAY6nmkZd_HV zLr3<}+jXj1S}vF{qTNStxqt4be-IaZI2aNtyudb`h(aT?z)H9$&LtX{4op?PM+JP4 zN~-cay)j@;*A?n!`cY~w%HG!tMV?ryG>%s#?TdirK4Jys()9d9ilW~{va~f!D+YIa z9N0Uwils@N`J|tLR_3@43|GT(;_Z1)<&2iY4FdG${{X2*R3TA7p4q%dAW*q0i9AP)?vDzKp#v z?HKDy(7yc)z6Y{D)TX6y!-5A*v*vAF3Py9qFl_`&n4Ht7EIN2Br7o^?{mM6^k=mGC zYPQzDn5sDtzC23ssyJ7{HF$dY_DcHF(K4kvdZpX=hJ_xd)C)$_zY?_<(J3zWz1{>@ zYgNcY0-@}RG^XhkM$EtVFU-D-a?GeNt8nT1mm7~LvMDx^UIln!foh&^a~)KNWaOA| z7%9g1Ff8KQFjfOa{{WdRD@Q@^?ow*9jc;#tOrmPC*DvVd3h+b?c4^#iz01N{G00IC50000Gu9{^u7;io{5y=55 z{MAaKy?Iw1q+*#Y@MHkf$3)XdX_Q%4<~D|(K6)$B_H|w5aeN+l@=YR;Lq=Xnuwpj9 zazGXrV@6sqN}u$>l~SmR$v%SAW`lg`apLj}^CE_F!W)b|+|a zW(&PB-b&DrFdoLwCCg;F2u0-(GU^CLU`QB98ktt(BKG@id{5W zEh0@R#olq&bgMkQZ7|7i;X^YM&~1UD`Qn~MrQRIG0%4n;6-7|vU936jTV?kLnsTsd zrj2#q?VXS9ni8 z{;8BkU!EWx@ZmO2@i8VvRT*aX{N7|U$;SlliU$7Mme^f(*Xg?$zIXLkOu1k5l*`am zoz9)3l zrulB9R`=NsYRvJ98zN09B%5}voI9Zq;ct_a`GV^+!*@nf`RBM;L)!><;-r#>xC$KR zer!OaztacWVRBT_{DSEdCGWlv;c9L#Eu7;QxnkXWh>8e$aPC6lIy4Dd`pEzZA|ZDH z$ryj+X@Xq#(*r?$D#bhkN(Hkh{`BJyZfPY{TvjkYXPJdTkVG~r4(ZU;o@fVX5G*CZK%VJ z*bt|lizYO3B|Gj>Nw5L|3AY)<0DTgaTTI_)ggn=%RbqePaqKkNN&+)8Ed(G-400fX zI`}+KBn5{ZQH9)TSDV?x6{YvfOHHxUY7%E|5Z?@O*C8=)NEDUivDm^ViN#6J)j2^c zB4wh_ZIOvIouaMB(VXQ~RnPhV045bR?XzKiHf@+N=}Z;TUy@P(0I<(PY@mcUti755 z{ZeTY*AuisU6PeSeq2eUoLB9WeUWtA=ljK9yyH|q>two@-PXt&zw}gc^a@F5Ta5`M zpX)R*c@*1mR)1Z!T0IOHWiD5Z%dNv_4`v5zE!E8YR`BU@_o+|gh`|oU_VLGkzWFxN z$Gtq?yB^TgQ*AUAJ0!Q@qC@?&+DZ8ZH4(da8u_6mO9Q-lid1mLA2`MK-(6Ii)2w}A zhc?yZS~VSy`N!Y%zEwqD-oh_?(g19dP@*J$G;PF_V@&ebMxEDm+yyptNltxiry8VX zg;aL4)n;;Ovu(92%+Wv^)u&Zphg)gHoOvY@Wfzj$L{NAA-c9A$jaAtcGoM}i#!bM~ zRU<{$jFv-oJ9{h66$GRRMxJS3x&3ySeRQ37AL1b-9^bv}81(^lKreYR%JqM-_86IE zKUGNr7p;Q4MWGefUa;F;`~75JP2L2^b-{t0M;%tsbsxPb5=lMw1Boq>@5~l!B-~A; z?QZ$l+XcYwmY>VioOcw|>GZuYrybcP+et@~LeyU@5>iE!9cH#4`wrWE4Lqgsvc;B@ z=t?!;^(IB--}4^6E)QHyhTD0D7yb5{Er@_a{{S}24ZFikw)3g`7-w_;06T$w6Px25 zu-`hz6U}(@shCyDc|kVAX?5Leg%xM)Sk=z)-+%gB{{S>hCR8db{{Y=|US+3!Q?cA{ zY%$M}8Mq&RWw0f1TWp8SU;hA{-~RybR~YGouS?d%Q*E$i?j5!Z6<{)j->ED*mhSS2Xc;2QFT^AHc4tGn7m`RKr zb^pWwCJ_Mu0s;a80s;d80RaF2000315fC9DF)%?uQDJdVfsydB!T;I-2mu2D0Y4D% z-UkKp_b+^_c&+5h{2t7L7X|D3PRt{8E_K|NRZJBc5$YR=c1NwEG}_o!wlDx`W!BV9 z(8TF(6I?47E?T%zx|e!8HxD(#-Tz{uXNh{7#;Szqw^-pNInb zMT<)vNl&sHeJt8_Q3PE_W!XNcej(?)Ik&7{9mDP^?=b%WVUW-fhihT~0LBV2x#C*H zy-MMxeSV`crd|H~m*@Ep?zF=r>McjM7@Y^2t{*I6SM8gJSAXFsuS8u9*K>63r}-Q& zf*>1V%5^rNufCbJIw$OeYU|T2lYL9}YAid0!m3|~eo$9aZcEFG;Ael?9e-#3L;>|T zuj(2L_MKp&OUc?BeN$Ozjpz+Tr4P)QWTi!a5ZzMcn^L#(YcBa#8N1?MCNRRUl^z!fQ@KNkxhXDBwgw8|q#h_# zWa|k4h(N)HNYe?zf;g^SI8WZbEU zL4L6c;*+xp1OXLI#K{E+G!q z8LR-%%L{^O?J3|ApuY%IivZN=F5?YwR}pu>lBL4&^(43nL>W@abFiiYh~e9Xxg9qy zcLLlZODaTBo95A36OiG)AiNFA5QmiwqG3|iQNa z9M3)DM(-?0G$VpQ-h6KMP4v9xmgD(v1f-+0=MBopLinwdJT!Nk|j4u_( z7t7I_#gvOsZyJ6qf-J0Gfh?47FJ#N+EB37IfQl#uaUcq}|X%fzvQmx3AC))aLG?g@(8jjT5Dj{M&Eu*&%bMb6>(i_78G zK)_wj@Xeb_4HHapPlrrW4;`9=_W%wxn#n3|u&yQt+bF`GCXsu>aJ|$6;*If3&3F$Q z(BxaMg?vI+k-^`Fv2ku+f!rCtDZySf9`jhf1}k_t-0nUkz9J-L)A0+8JPNK`HQ^|D zFN)>~e+hh4`5QR6+t)N5P2ZB6v&4MbO7`Fp<9wd);}Bst;iKiNBwF*UfUZ|BH{eeP zz61Cs;C;$@7r@>Q4dBDP7QwmilJMk*$a$X$b*y*5{u=MjE%hrF4tIWf@~1K0C}Y6$ z-ZVlD5dH{C;CUCy#fhl3g6DgwzXDm{FXXSInO7DX*MZ-Us8jHDipz(}GU^YJH+=oe zK#$86FTfQN^?;(j0N)GvEC0j*BM|`r0s{d70RaF500RI3000315fC6DF)%?N4aT?03R>nwJ~|Wy`#h^%AxmolTI=@~D!d0lUH_AM903>HWS#t+`H6R#l{xzv>1C zhzitNLeF)mx0TD&urO5pgAu~JFXU1#qamIf{Xt0`x&Hu&L`A?{p`u^6q+Us0zh^+h zst;^c%r3XThvYEvSUD>QsaPfj)ynlS&f=&~fBQSH`8&m5*-|m_fnqRL01xEhv&vl- z+P*GI_?L^*$$7Iw4EKN06%X*|j6i@-)Gz_$1g8i9M;Hr-{Er1u{{Usr7ykgrR_H(M z(K$SwXK{Ki*S$o|LUj46UZe7Q5!g1~kTpeI8Ukg3zN!xinYAHyIUK7YtwEl8`$u9%H$v=$EMFY{B@Q!?Ax7ADA37 zjxRL?!N_8@scBF~t2LlUBe+$kjJ{z|mzv3`9o)ssl_=iuRZ2j>EeHepVt7jcz+l;^ zUToA)0+`TSTtw@s0b+F-JiyAP_lDB=4Y5ZI@h&#xpR$iRZ7K-yS%B)u4 zFsnS#(<7*?3MJgF#L;*@A|fTZyAjcXTxYj$WlhDUGPYV+p7s)mH5WHfNpt(rMwkr$ z08|zXa$Fh`u2vL+&EoU>VNsCX??A^T5yN=iMXBTASfZvn%GW3m>O06KW7Hf!B(nT~ zbt&rHWl>)BV#{QycqA~CfF5GmP;{~LLa2|})Oenyn7j--e4SKx1!2pa%UgG_vR;8~ z{mpWwj7jP~(=52N@?IE21BJ~oSwnEZc2ZP+O!YX;dEh<>tif?aEMPGO>M6RbvECe3 zhKhQ|ZuJ`6mQ+l4E?y~qf|SZ57Ho&NkiyT{H9O?y#i@6V@*8DgL*`t6h(I$&&Ro$_ zvgjIs8&L(oq!R!i zyQCma6WBoD7b>+5N_tCI#3^!v0410>Tv6n-BmycEdHO*~d3XyEilDIq4;79z42+yZ z-=)-kL5m(R4`NAfMa5z;pya$6#t6#E6$Rn}>{2k?Aoc}@T1z-Vq6P!|v75~z{0$Wr zlG+|HR;yr~xoHfFOCl1rSLwCMi+L^>Vf{wGCF0x4@3P5HT!Qd&UO>y_ zYzD{Afv|UBRooaj#kpDq&nIHBez+V|yDAAnaVKXYj9!Fa<~memW0?<&rR14D6U~odtEtnnj`afv+@!5f zGF}1%S(Wm0dkw0wQBtlv`Gzg2S#el?BL?9G-B&80)wV3=3MdNP0cv?&~s1a^Kn-O6_Y+O&H~Opms6i`*K-qhvg>1ePgj72R;&6I@m{7cDx$G)Q51r> zT9$qe2-;O^;!EX+*(QI~C(TzL>={IAx;$r1iGc^-g$#8ToFLER1Q#!Z^$lD}YkjsS;7s0MLoHIWSSd{9N| z(LqJDu1s45C#k}S;-hx4dkPZmOJAY0h`=_?&t{JOhHdH_xCoTlO`{BjoKrcvPFF%_ z5YL94&&YBSBWkv!JRx5L=8lpkUIurukHiIPg?BYYBHr3x>?s_t3jvWPiUA}oj|_#A zAhd6gkX5j6v7u+ohwQfe5>nMMQ@A6-t$GI6Y4ieG?ht##LP-~IwEj$rDNQHcxf>#@ zIMLYu03nycTKQu7JKVW{($gRoPB)gX27_{@HfUk>I*_fhW5*6nAZij=ZB>p2R|2o_ z(cD5aN>h|G1BL-32=7~`(5Gb;2r%#jHTv!#Nz~}H2sE-ZcJ~ZlKbBF9!P_WP$zeay z*hC6yuDH;QhLNBobd+hY)C83rzM7MOiX?{Pu)vcf(4>7&z&jsO0qhY%mK?nS^ohSB z7M2T8f*_X^gC-ORNuO+Iuz!fqG6y9gOQ~q0+m8v0auc&tPyU2Ctz;M~AJq;~EL;UQ z>?r$ui%ASgXfW*m07!f-b1d6jLBTsTmSp}S*SSDLR$VW712LjXfe%J-rQwDm27U*E z8cyW~P(Na+9EXs}LO;|`0RI5s&qf5WnG+2KB~ayT-aRnOC=nbqh|t6l6xD_Rr59Jg zvLN-GmI##BdBL?(A$~%NN}GYLa5lb8V}}@B-6US_rq3n%mmZ*UteviA@O zzsBk_C5Ni7^#G*Acl-#w;UhJroB-=qIFZwBjE-%nX{VNXlr=(ABNIehYq}F@?8zM_ zLXFAlcHab@n2F^?%gR`eHiX69a|e)ylqx$T*(hVX#J90~JCfH~DzjE?C!GpZk*mvV z6q!7@K+{~cx56h?aF*R%rw_7|8tk)lld>6uq&SIDB-tms7^$k1lAiol*sGA*c1O1n z1=^N~lANr_rhyqz8J3fjiMb@@G@oRUkFjBzZCXhPNpjqY0ERw2in=R>{=tqq4@vzVUi;Z6`{UG&9?>`l72lm1WE72m$j7KY&GpAn&_^ zLMN~CtRw#bQED4PJ$nTrRu>=YFRA~U(z-h*Kj^IN-g*fb%Lxlf#27URHS$K`On3LMNXj zQCR+7u_s>Di)vMSpb;3(L2L_TLvx5n+JTSY63mW(t`7~N-LZ|4F0GI@fLjPu#@wKs zvuZw&rZUQR(v0A>iQhb;#}F6d(c$nCzlyvs$T^koh=%Kn_ksTaG~%)VOY1iN81DW9 zM&`F|Ly`)bQrRicP$Be;{{U_YwppLb0PGnCHNQYnX>5dGOL@ySoRV9#wKK3n9y=O% zgP=VkXd4dRz>SpXi*jTLWs@dhv(^*P7+LR(3EU}AmcTSqqqqk2He_~u63P&A_7+t_ z0zqwYO6WL?L=$X3tihz|RLLia2Y2RO)qWjC+_$E0Edcjq&KN&&5?E+m2fj&@GD7aGRhk1f;#Po3R{8a zL!9V_n@Q7oFhho=nd!~PpAVz#u1`$}KC^}XA3+W)VuFpSD>@fN-bulwNpmCW>WXWc zOeEt9S|uiGXD*V(*h#u5*Wp17S8_sGsft22L|U`Jf;m3FQ5yE5MRx(83y-o1BBz8e zEh7)KjO?yZYRLqx@FVS-c7PK-PZq#De`vM=P(oGOOayH>s`~&>r>h?w14|Kw3Bp3Im5#w@B0ki8b=TgWPQ+ZI0UVW&>?e=2rbMy57B_!b(ycM8g?4g zcn2$P)n~D(W|}Ra+P-jxA<99QZ|xA0=(C7O-`wZiDWUI&5P#}8$ohTJ}ouDzz)goRdYrBSlhw&;^BXgXcHvUbo>Akc-HT9DncY3a&p z2dPy2FE8|nxHD?Jw)T_vchOnrG^+|+DR@h}9ThW%q-)VK2aa+Ltl$@N#0Yh^kV8tO zB#{tG5}(Tgqdh|zKYMH7cUEu93xRFWhMaSXvk za`sl1+Oux{=AEQXrw2YkhkRMf#UtXk7g_!tz^d~6}goJLt#KwN}2cqJJK z2K>uK7ENZPfd|NgbN8VRe<`7%;*!~{35yFVmzKh6=MJwxNj{Ro$@Prm$Y_w5jf@gu zG9iCEbD9#Ek*;5);JzcURlVxQ;LHqILMv1eUJ4mfXF5!rgRq4l6igvo&>KQuHa*5N zm{Q~jWJ1CTR}a@)JHF{ZW+GJ(gtI2xr!Cw`WSs;$h2O&gAy_0ycn`la8%Ub4NXXgpigZMfq;}S<#NCm zPb8s8uHeAHJiug`FA&wwSn$nJ(0x+^Z>VVlXooxnvJ=`ufp8+bS5)!_suEIW;$8I^ z6Lc7ydH|VfsI{Q?P(iSN%>p^E-+-6y#~xQpU|lCNlQ&9PE5SIBNW{eDO9|Za)s=gsimn>^i|R2b9xaZ z+EY6=CdsSb9iTZ5p_bXu?&4*PmLonmSd`(%K;u~n4jNE+ZMGgSHE_Fkwz@|sBw6Wx zP6Wu~Pn#bCbb*-A;ilXt(949jrIz~}G6^gt4ZRTctk6{1az=K1zhX^p=0({x3V<7Z zs(Mc!h8jik$ZVW6`=`;FV=a)T<+p4ki9m>}IJ^mRY39Dj$r)gbbdqdjkgd%jmHi8e zDe_>0KShm4C*Vf*I5hf24q^s0`j-uzsmt~c=c)#;14cbo=`=L|0A)bil}EQHp$TC) zC*;}G1^)nG7*@w6{Xvt|&qRFG8TUwS%(9PU4U(hUGPf{nM1l;>G)NaiSO#}wPm7`4 ztO03xbO@@Yo)FRlW_1B(iD^ytJRVY*GOB4TmUDXoAUDAz;1R{5!7+BTLQwLUpt7zNPGQpu>b1=ZAp(%9epetmGc9JBBUKhJ$QOgn;dOydb z>{vW5e~^-B-j5(5h~m~oliO@cWVrtTu0VNAQLbTebN>LT1Y|EK-un>dxIoAZi6V%s znc`di$YmQ%$H?DdKEWj^B-2sfqCGr7(pBi)XM{zhdlIUwSf&7g*r_(*p!o=yXe)C$ zO~IDUQF5^+yoJUpiIiQmhjR+EM(4CVj#QCg;?XLe2#b->hmcRiUOf2lHr>FPHzEnN zo53O+v3M%Wl&Cr;Hya-NLd)q)M&TVq}|@_A_EO;aJk zsFO({DTUoO6*&=i!~$x)7&|$=S8^JD8aPEO0s|T*lr^?}%LrOFZNr#TfpX#rX2RXC zAJ@wD_f3@5(PIIF86rNUjfh@3k)l085JUtc5QML*Bt7=xLAeilLrw2*LU@|JlKOv_-sO^x-c^jVPCwmb<|`k{rh7UA3TLr~z4C@nTe@hJQT z$e0}AR3D;4IHS%O`|MX-W0TcB){UPEtn5R>21WhPWhgx}~JU_31V zhPVE0vvDakZat9?_s+U(Wc`TZ0y?!AOf%sDgoYskUWwo%Yqvh_!UkJ>F@$|lKpAq1 zO;=$lpv6Uk*2zNe`F;$Rn(`D`NGRj);FbOoVAy-wQfRPNf3`GI@_tVOQt$`BW)Mje zIJ2-pQYfODlYMD>&0URNvcsBi!0dI}LVgq$8RL zW~b1x7E=n&dmlqOB!cC!!b`VB29k5J=kOgH`87mrq89PAl4np&)GZ1)AuP6ZWO!(05^htohkWvtYeIcm07*p^CF+goA*kv_jdvuCHd?X>9VLh~I*3BfA6kms!V!y9 zHWuaqp)XA?{XgMIQ&X1+X8RC(oWBG#Z(;xxJ~Z=$hNIETae@!14}dI`_Hmh(D-B`x z1isT60y+})9M)K!i@LYb*wzL+=0-tP#Jd6%AL3j>TBN>%D+Y$wNO4Ah-%3E>IV|F_ zSRhmqq^ty+v~i3CWkV?fx)Wvvl@ws1vjGJJS$A^%5ZB+wa3Pz=`tllOU_*o5as{k` z{i59{js*Hbi?lwLjsrh_h6tXZ{R09be`LvfbSBD2s6&rIpTiPx`##K>(hM4?ft{9U zjLU9A&=W~%|X0{892eL zQz}|j)6g)2wtc}320}-}PEfu{zsrN^55Y=koIN!-YblelU~S4d?o(_>RT42VjX&M% ze?a2Uq8D7q<|4MP(CHwsv0eWFAWat5>;X0FA`F6hLg}4IIQ^5&r;D1iwSzVLjRW_^c>Q z$t{-JGU72S2gUyYL7lAz;H+se{$=p6q5foEXFl|tbx{>qg^-LEgohHhZ78_A@wPkHd)0La?bfQviW0X62o@d&S- z7lR83c7Luh_NYjc`?*YH%rk-rp9Dj5s}|zB;X#Axo}P(EN93RQ+`4)n%h2#)@5~`h zVsxOJVqMIaMFhEwgcpD|azdjDYH4D~RYJi#np`B&y2jU`qJP3jR?hVJ?lr%sG{~z$ zZW7f!b~DqZ@1Egp&?X{nwB6t=h!5&Cpk%KKT^5UeI~glnn~W5vNcG=o`zPgGBpF_1 z5JwTXlam0KfF}GOi8A^@&g%)Z-969UXLu-^3YeZXw-jH2u~vywg%N>)kRteK89&vA z%rdQ41c>u=*+(4k`-#BsyA6vXLYsk=Hv!EM6NAD2S@Y4VH0Nn_Oga}A%kXAUq7YeR zVJCNYLh`OW^iRi#qSUG$yMt$f%VDA1~kpRYxJbMm`E&Z>+ zhf$OwJ`nIoU`pyhf z1?W+dl+B@{Oth0aHoO}uqFA%(p4b~n8X!uAmWY~8j_3ge^td~V4QL^jo#Go?MG64+ zoGU3%>>2SwQ5UgJ6gj?eZz(&fIwbBsgA<;_pJT5wGvp__eI2J$y+=O=X%l@>9@F z$prCe9nNH!lW6@>c$%i$`5 zcK-l9uwjS>3ndDnhECseMHK-iV$$>oV{E6=EfnFa;6^qLb|yXvt#A%af&B>_A4#w@ z7iT2XK^homwcN&{_WOfq6)4>leHTVSfY*cAa{4v9fls1``vywf4q!n2z!at$G6EG! z%O$<$%p?%r(d~ictjE|ECnOCS6Rc|Cxe&{X+e2x5f=><0QKTK@n@3q{HSI*0)$stoJF zx?67)K%YJ8YvyuQw>rR!PNNxh^{ zTF_}Sl4mBy0gG(CNC_rDmnvu>Kf=c`Cn0c?G?gLSkuB<$#U3YyQKG1UR5cCRGxj#w zmtbTvF+?`B{f9{+OQOPDytM^=Bcrlvx9Yke@|7HwJ;Dj}j}4u&3qlN+bhGZlTKq6% z2_)}jN=$bGj-(KhsUAURjoGMZ%N`Q=34AB)WTwh57qPaAi~<`KAB&L|1`qmZY_7F5 zn>6V+{62+$vd%=$K=@{XM>K@vVu$cD16P2w=!s^T!eao^xMU7(@P*75XN5eEBej zgTQf;4BHe$O0?6!%2ktm!C!p~rXh+>uSbFl%8NpRZ^nnvhW?!UK@!4lUmcAQ{6hP| zgXS6rT;P-O*lIx0Coo>!x0&KFo7eNm3NR5(F7gUYgXIZdXdpI86+mm1=7j>i1z%bG zfQThmu}P0XnS!88Ij_zyHmd6U$^zR+UWm0sDoD{Zx+2&Cf`V>3jKrN;7j6=HM&Mhr z4aUJQxQS~`%9E6jU*6blY8%XD(d|t*`+hsDo%BjccV6qaLNyRDz4fl z@s;Ej-%Ety)h4uRKbA6s!fdU8oaa4$Ax>E*v$1q=v5PTS<=h~utOid;*z}24 zn*l{56m7wR8X+@aB&~mJMk6anCX3`E%cd4p?h<5A?TjMT z8@dRqh-h{MK~JnY zlBY)h0I-}|`+eYpN8ADr`H$rV2x%|JMHhfW0)GeIb~Fa8OB-#75e*J!6zxA@fjM8V zV4ET?FF!`0a2ak>Ky71lie7vo37T)P?m0K0h+QRx1?t%MA+()HiurvrXrX5kr9TiR zWiWITgyV*-bd~B7@MxocQ>0nx3>SG5Nl!AbhD7wM0UveD^-I@o+qX07vF!w*=P!eX8!!5^UELtj9Bu)uws!(fMEDUP`_F%!8T78P! z84X-V26_Ytd)H_(L`c@ciGvBN&~cDSOCtXOkp|-`ogiV?*V&*o?sjd23&&@zw*?Wx zdoGkELecfykls;wZ=f*ajL9c|;%16^{{Si?0yX<1tpJTmSwSR_K0-{V_@RzspxriI zutz&vf0hu5Qf=@uAzu72Jx+rdKV@`?OQ{lf0lZ6weHU^?);0Qw=nx!395Fy*1tfpa zJZvU)^1qZ@DXsoMZk|KRY#&>{BA_;Tnk`rod!kaA&V2wGP!8c>G7Fr5L^%+9c=D0m zAQJ(+s?~=`MXx7#fJx@D51{1GWtAaXp=A1lnJgxDyk}{668kkn*!UB2^(igf4GIpK zyn&Wh-{l(FB^IYIv=2SQI3b|sJFdWtvk$*$Nd;n2^DTHVRHxCyIG@;CFx!FvoNTtX z$?lJmU6`9hehfx%Q@K!7<;#x88uhDN4EezZ=PJ@V48vvwfrJtUBtD*sm9Tw<-1QYL zcrrOYugKYkdsT~ki3*Pb9n&}<3A3xRP`*YjMV=ZBRNG-uU5F8Le24b~92o|$R)~u~ zEt`}XGCz?-lcJZ&m&$rWlD*65M-pEN!Z}VKbVO7ov<A=bECrxiDv_=YEl*?-4 zha&>uN9Y)cZJI>Vc~P{<@>A8nZtXu#t4lSqi+zoab)`hJ%X|=3)!bR;>*ROtKxM;4 z%AWzI>k_3Lki#B~5TpY zdjfXSyd;2P$Dr)5IZYQ2%gBL%9kIOdBO`DXc@SaSx(Hn$4@zwH21x+_0B}=5Mim3a zDkUD@VOcQ=5(Z$8l9V08E+=Rd%4A2BkU*LZlnH37Mod^ipuW!pwnQ^HOyDT@+Fz;z zF03SkMti7%9duQTG}TLlph#`>uvZ*#SXO?)J>W&fd4H;$>w^O`69aK+UOM zO-P7j&P(Wlk``W6M1QyQ87(Jb?987F7-Xp5C^q4_AnK{*PzI)dwTPdAB7$QcMx9mo=<;G7c&V)U5_gTZK@CzfOgHtR27WXt~m z0A-Y3z@!8d*4&o{kY!SV2l5c3Ehvii35J^n2hA8(?mL4PYO4yACeu1r$ik8i2MiZr zi6o@A?u-->O?TYGIfTdpSLff5fdq82gKX!YJhF|Zu%`^_7%1JnKoq{^j;qTwM$MPx zKD_Nf8C9{!5K?d7@l;3!#kNcxm)m!A^#d zk`wnrW04mTsg|=)DCK)O;C`6tZqD7b@!$Ud3+oIp-sors6QuKER*fXZRNF)WNlI{HaH|&`n9378J~-LXuPiqs zfbFT7k!w9aZJ^fY>xLi{Fr*O>#ap_uqka%F&9br_9v3eJl?3phKJ9)1jL`B!VEWlK z31|tPG8CyP0h`{0rf82|0o?XsBu%@{bhE5jod_bYFrxi$-vC|eL}2voA}-{28HvK--f8rM6t3w>ll2+xX7w0eUK z>|QMg=aXRYp(ISfvq=J>J7ZvC1>-F|G(4UsNfi=@2@KgDdRa|oHR0R&#u$lS9K&HP z2H0?iOOpt-1}98T41;nkNaRYAN%n$bz7+QHl(l3rhcNBoty=C=*urs5DTBeT;vde- zQYkQ{uC#x|AfDK{`-!vxv~15thKt!3glVDFy(4XPTURm=rqBeGgqMvCV;gZr@4$vk z^caS+K#`J_p#-09g1~iSCTspg22-H_0OIs*p+d%&7@gsq;{&d>*tgHmXa6J%Q-2uY|!IQL+OxN;ff zC25r0pfb8r{utUgZIdbd08Lg<5|P>vdiY#lWMt$zP3ByP0^pMUMUYaIL6?nFeIEF% z8Ay~wJ8B~mW%E4YEXE6-wC-2~p#WR+%>4Zt9Q|Ji~M26ZI z1VGh{IK<=|YPmAleE$Fx7|I{&iW)N>z4o?@k)pG{?TwxE zs>1YTSXzY_-hDr^U4E4#BNV0BFR;1}%u?swu(Aqj`v}SRVny=DYnx8S$0I7L2(eKT z{lYsGbDSnTw#?W|Ob6k*k*4bjc{=Oj~5CYET+p9r9WU)v_RdsE6!{bIz*7YzS#;(Ri*P zOKr{v&(_^}c@U^f6WFyWQpAjgbtE!&WW!pB+0q!F`PD$AJw7$>1Y5f37u znPA9AAmc6k!V`?{{)qc6VdoQJqZJMKhTHRi+Gz;3qEyQ9_*x{aiia=>mZ=$;I|v~o zA##7fk=6&$@*xXkES|>B7TRzLC=`~b`h*Hd6X-0w5n;eG3?PJp=dM&6EY*kD=V&9C zu4MiMlah#rpG7zUCUFS>S7d8W8laacqKBhgNJ!x{yWlvBXWm4&bU#_yhA^8yt7I~t zIx4DwBpXif&>{4MDclRR_2wkrHpTqQ<{U}cue*$nB94#SZt2WFUE$l-AkSq^Lvw(uFvBZ(+hXv{N#D{=;uiakyh z0x3O3+kRoONmt|{Q?U<%=@6223@SE6QZ+5W+0~y{F2h)Y`X%DN1W2LnBYz@zjaEve z^h30YUI~?X3Bcdu*rRaJnK7A3$;v~mQn_~oF5*UIWgBs+-Lg)uKe!KR7$_9V$uc+; zKw8C|*(RJ!V79_*Jr%1Yda8D4k!@_kTh^u^?Z}&Ab2kNhm(-KN+NeVVndM^>Km_P3@9oq$EQIJ4d)H@Jfo%VLOE( z$g>}j7y?@2OI3stPch8NIbfdPWT=zza0J&OZXLmC!_N<3gT@E|jetjCw#}5AXF$vJ z=ZyvfU{faf1{e__Vvy=87KI>m^!VYDUIdsE!*9t3sm7QQUa7r?NY`qSmFivmpo;@3 z8WWGXr)h0B;6nKrP17(}VhY#Lgbb)pNP=<*B6Ls-Ku3XZxzLO6;ddHOb4%QBGJp+& zCK@PAAJ~=qFAW1ACl>=Mf955P^vL7OkspAPLve3GC&M=$lY^m(&-XwmL}dpP1MRVf zL>05Khp6rd%_v%-nwq42LoZgNNsxYn5LK`-kTNANDa12peC!0h4&|#HhfvL-GtxT# zfY}y9!3+rgRqJWwNeV~Yitr$s8h_wHveg8s3rrMmnEpBu3vMK6f_%%V1R`ax0$Z)| zd9)yWVPqeC3fed}EplNHR=i+)0UOX5a;rE-JI=wZkcyWejtJ1=>^`PWN^H-b;(-7s zG+1{frC*)251I*4H>iCstZP2r{z3B|u9 z$a9xtFL!Z}9@<-?+B+2iEA|8>Ar6?bRCV7+DZpY$Zl^86o+v07;Q^C~h_N@MrqP`nl~X=z$XHpQD}xM{`}$wC=Th=G(iv?Vvj46sK0f@)`!(x8e~r*G(pRi=lYh(0k& zdxQ(JL=al_BPVhKOVx)MZ6DE5kHHeop7hu$Z-o`(@-lF|WQC*_Bg^wbx862&onLTM zzM=h*AY=)9l`DHTav!?7`BQ>NQ)0LzkbsjRR%MVkA~X1qSgjEM0H8g12z(67XR4#4 z*v{yneuB-U#Q;SGTWp}B4jVt6$kscFz`Clmml!dexE4;{1^uE}2`aFRy#_5Fg)0FX z>^W!zFve2{{?Q=kaz2B5m=+C-2lfbC)j+|3vhQQQl$qy9*xCjICVG^Bd1&F}5W;1s zrki2hr=U?&2FVK%QD-Fve>chu-w0XfxI%_L`SnngMMJLm>Eb#nUy5!VnHtQNrsE#Gg!5PPw9_z*bqe~8(v3+yYk zfFk-qNLmrHiY+6d+hCV%ub2(yZOD&6YF#A9p(9ISv#z&l;Jwwk|zJ_M895O7wT z+d_`*AlRv@1U~Ty<2=bC0DKp%VC*vL_ILzV#*81wR?IObx2%)Fv=W*5vaR_)fuiyv z{`OENN`fY$e8__=HWI@tEf8+n5(pye2s`32+W;F^GE@!XLK+c~I|>;$rDXzB5--Ep z$RdHfGH4)#dln@sw&WIGm6vHVX$tnyj_M{dN0BO7xYs;giS@R+-!3A|~Zt#tkw^c;;Q;f(Xjw-z3eF37?VB z7!?9OX~;^Rff&d@`S3{d!MPhGV|^(E({yC=$Y-tooCI1CN4oMM#y+I+2x}rpq^nb) zC5ob!hrAfd_4Sutn9vasf9wN4f`s z7^CnrWDC@iETAl!JciJDH@MNbMBV;LcexP-D9XwprSy9P23V}H%##xn{RZA7rNCI( zLxC|_Kv%$*PKrS#fS!9sudqa!pfE$whDZz189#{DWJp+U?Tet3_OWK)*+A1QLI_p( z8%fMbDShNaN#wOO_KK30$B_h9um|=Gm-5I%H|@w$Ory$zk5kcz&Jig{Y_Rnk1(wZl z^CT6RU;^&R6t*KP?+>x~3B1HwYv_X~a%U*m3 za`9l6H%(Y1Y`gCbfXYT(wlCBX&+u`ED3mk8NLpHO5WOw}Cpe>B#F3{&Q)NOjV^`Y} z%^Qwfycpcy`!r&j`pQW~U`~^p|+@LfV z>n+e(5X(y85C#Jq^%|4zqcKF^U5G+4v~9ghYOp}J2!J)1q5wNM@C3C(0Bk_%p$WpE zun3b)AhwyXFzxQdEANE)5i|ny=IsNLvdymH9gLyz9(G{{{UDQ;XD{@F_yi~dF!Ebs z7Bv_mI5BdMxK!D~`4%0YY4!?S_nQF|A7gIpBE<9`s3nvf+S~$3#Fy2kK{#JfBJhB-oi;a@YjDTnlwy zfDaiK2oukCZ=(=8+Ytg~%WD4spxHx(fWi?-wSv$(y1xvjE0Xx|ODK%nAfaPtKBOtw zeoE=+FrTgvXcL`iLH#VF6&BY3m}xk>o&jXbdgPH^CscTNXl3=oC6@xoWNZN3vv0~A zjg@hQ>?xa&I${&z{{V65{Jf6&J`hBt+FOHQkiwN%%hB|^#3;qR?D%uGp z3nbVQN*7OTrdd+qY)jB&NgH?;)At)pcCd^n?g6u409}~Lr@mNXX0(D(q(7W&Dw9XFfmH#cEV)n0;3L?Zqq6lK;0uaN98X3NI2)37^NX}mih&|};AV}0 zhV+pbELJ#l!06)ArRznVkAe+Wf!lo5ugKyt(YP#g>qyay6l6Xv4R^zp`Ej}gtNkqs zGIP=LIPmHHz-CK!o`BPu)~kfg$ll>N+$X{|2z2s*>YAsSk}`NmRAEeI>TA+Q!FV8P ziTFmOXdMh5pSUT*yS3!AM;mO;JEgZ{aJHsyZqGjv5$N5r#VOB3{nk4|nLfgnHo%vg zbrG^&Cf1s{5HAkeA(IEgRBgO{(uOWu+O#`Yc^qeF44F~FTJ~&oE!>!=$CWs7kE&NY zAi`Ik-1E1oz9E@$Huq38{FddiJ_q;NA$qpoMPK1Y1H&@5{ef&bjsvN!d*feV3BuIf z$swGKH4F04_+$vULAxG7b)|A+P8S@$N~29|xip9YtDg6!o`nFp_A*$n<~`jtqXGA( z7En{JeP!vL*7JZ|^219&A;U$FUr4JTX!Ma;5lIP(JIG0o*bH?ats^|L6qNW0D858u z7^$!_n0ioGfV*vOqXi(3f=@>x^c+e(Umau`by~6IYTvDtj*oAk+i-h94>y04^Z2XQ523aPx}gFRv{O_Y%*`RIiuyiv8)hm!72bccKfM zEz_|jR%sxgkThZkv+H;^a@c)R}1-x6UP{sbHqAA!R-sp z3Ic#u!x!1%KNUHQcr7s7nrok+Xu2vj6JeXH%TX?Y^oDeUMEfZzT-5USA>f268geB3D*oF)g@4O;JQkM>zBz19 zs`0Y=Zy55{U}x%6=G@6kpSf`HHV-+t9A4kvjoXZZkJc>fq~DfD3>;Iu-Ga1!mIgYn zVHn+mB_5rw^?!iwMyIcB%7a|3;hO%MkW1&I$mbtEP7vKU#jk}2ZD-V~1ll}$ ztfVYzW_%Gc*G-B_ZU1uUAhXOE1#dFTeZV*fxB~*DTg30`Ce@)dj9^9 z{ft`Nvo$WPt0lNr3gB1$9UH+4KRl?}{UKCS+tY=KN_Kgzk}uZaw*m2iH*GVEW`;QP z>>Q1&ec0R1llL9Mg=(4nBf71WcBIIXtcAyz8}{a*^znEu_G!_rLW#sOqKUGQfDFny zQKOZ)!VRO<;ToQ{oco2DvaI`fMh1h<-xSBb%AwerUy&%o-WT&~0o$k|Te462)M#+X zGwxG2=s|t{y1?ScdM?7+kf(zVkeVck)pwQ#U3Z+Xax}hG)Mpgtmx&h#x`*G0EA%-R z&wS8^M25|Z7`kCF?E!XMA$c3h`9-orH7grYbovX8O|`E#(r?C)hT05Pw%~Qg7>9O& z-TNiBqLAHL;3XTc*i^wa13g!&7SbG zm|rEQI4gV82-CATN2LPabeikqBqMQwtkNtY>%tW?%`q@>T2t}`$3BFpp<|TW+$nj1 zshu5~i=+&WUK#@_-PEfId=a%@dcsupF!P>DLK4-Q$)%tE4($ zdnejL05v&h8!HJ@&1#gpbb9M2G~=@gP)Ey_Hlx{g03>X^3p9%hb9s}}>Tqu^v0y%e z)KGLPr1y4a#>KJtq~*-SYV*s$;`=*|LnXHP_&lzb9&}v*5^*cD!86gGkeeanKpa0W zqxbcV6z)J3#6HghbJ!ED@v}9V(as}U6+`PuYNY$=mGUA-u={!BB;f{kW%{T<^onH+ zfv&eg(*N{OHOi18^k7s}f9Z@KI2!Pt@iHd z{c%XRw8}q_)C*^%ASu+;dEVYDB>f_^;h8xg>q<`>lgbiq96gjjN~7)38v}188O?nO zC=5G45HPFsVy5lT>;C}P+zRWs!lw`yHhn?y_71S^J`d!9%p2==akZnC`f~+5GF-Hm ze-63~8Poadw2kgZ+nS09j{Zx9Ua8as4Uxj_@j7C6lME%${^HM5cinXh;*?clFzxj> zH3sySEk*@cBidMm#O;15ls!MGs$r9>0#AFE6yCQ=Mub zL}o7nJ4bc~?}hT00E>*>0l2`>1`aQ-;-uA~-?Pis!x(U7ZHKek4QwAoI=)(W24qGf~=tGAghXHM?BH z=Ma#Kr1Wh3G3wh+0@t+hvU>NeFz`(Kk>)k~OlePZblbMzU{xAj=^hK4vy>pRpQ4vv zd;)vRcyRbefQTmjywF@9|MY8(OV@d4CGIIKJOmUVJPRG6m_#6;QCJg1c}VW_k; zqxvirlC@68QgUWpj#GKsuXbzq5Q<#NAX25(Lk5VTbdCK{7{ANYw^0eZP*h;?N=lS@ zQ2PNc^Bd4`v5msH^^;YZZ!tTj<~^8ldh7xK5thso_sZ_>b|@{C+wxNp+MNQASpi$a zpIDxsmwN*+8?P<8Cxx&vj?t3Yr;&#uI6Hv3ab+$*hJK>nn>3hMxKZYZC@?7Ntcg93 zwsyZ!FZx3sf0<(0QfnPt{)|-Lm4owrGFeaLS7zV+2N2qWRwy6RFHD(*7>}xwP<6ur z$3HWWc%I~-hbdH2Z4{A&po=*c?lN;Pt6H%2aA_X%EKXb1-B@HLtDaYf=gpO7)z>-f z)p4>w{T#-^0J40bL_&((kqGo(yOVURNHX^aLSXT5qD$)xxmzO*5i* zK4e8dS>&dpXB=iq{_?^~8SzW97x&>(+g{~DrYwe3;YbI-#NR5o;uSaZp9->^rEA|6 z?3T#WT`ql`F4Oi1CEEHvuKEb&maz(Cmb76Ry%P|O%+eCoQ#k?S3Fgt!1@%#$<8Z1h zgf<^SavFGxmBfK)BqK!C#y#}$_%~K6*CR2;k?KT2xV`6vydGH_TU6;<__M>%`d!|z zQ+=J4TUiM#I2U}~^?S%0o=X<|&tXB+lOBv;g-xwKwLT6P-7gRtUdkyk%#%(4pPHxL zsM1@rBHco7JK7VWyq~RFM_0{&8m8%9Vd+@aXPP37ffO4BtE$CXp7}}& z*nMMIXV)B;x}~C97nBENAC?zm zXgPcB4@r`u0Xwo}B9!yLB=ZX~ka0e}c{>Dak|yfdA~N~i`y^zV-@O~CM9lWJIEA2xj=3c%?rTa{00B}A0RnzIY1g__~1s! zbA>{Au?!BT{KnIegQ~%ooZ?nij0-Ni2rhoRtCw|bF#K_y)RIe^i9`fSwg?OjevM1m zQqEfipQs{FT{Qc=0r?615g@>5yyX<<9aYR`M=w|>Lp7py7%K0_de8{Z3K+=yYcf{E ziI#B`A%CDb)3V=#h`J`Mj=W|i5ddPRV-@5-`RTVpN13X^j`_5|48aP+mX8cH-e8n{ z09?n2i3*;pJwD*^??PtV?)|?akNTj8%D?&Hkqhg3@$PfgC>2xun}6V;5v>sSVd%Bi zP5jk!RUp)DspIwfMwS{CI%B{>J|+vCO}D08-A_5zu6f36=U1*g75Qe?!V zku|sCt5a%C0j(O3*HTEMdB|OGt#@!LTSVnB#ptvs$&i71Cw3x@Ych9r*=Fi)SW1Pm z^@~&KTqtmdaYfe4a+|h?@`Zv3q676!D*ZiO91ff8CjFEw^Yhw%2X)ipTFa{X;EX*+^1vzrO=F zsBq<{2^q?Hb`Lj{3ml$hpI4oYLp&Gmru9*)sZZCX>xYc{2U`&S@NL_)>A4K$f z!)Z0LXFw;l>c}jZmG8O?&KC{!Y&Os)mzVR6SqGilp2*b&m(JXJWFH;C7j_865e==m zQ^z-qV~1iRjcMb-3dJ=q>rRZp+I|z6UatM+e;7SCp*-mW@=lqMbr;&wkB}F%@@!^L zrY*7!6&po7gXIOODwW{Um*$%+=19s>ZX&2Goet;A+U$qH|LYXBN+ldZabQDk5w*F2=n9Qd~wX*G#QZP z1|?(G#WwkFRRD8ZPIC|B<2T1A#y>x#j2?6SeaDg<)>-&a1D#bvJb)N%S@Jju&mG$t zoQiv`pL&`wlVUQnQ2s;Rb_ZWG2+ESE%{HAng0zWn(uxHsC%d&&9hFK)asG;CjyJdU ztDm?CSF3&Ww3RhMym%F~qLZxYMw(A{XS0;`c!tuf4r?R}qN-R7Zd}XqDcT$@4{cVi zO%iU;Q9kMWn0o)vyHZk%+{|GwC%Yb*GQYwnfwni!0~)R;$3~TOkqXh!kIkx>t)Yn8 z9>~g+Lj|(^)@a6S^?Eh2C6)WZ{w#q|1Am{k%f*4t688u7O9sC5)1yKRqYAC`M{!gb z8pHSxUc}$)>xQ$#|XgvGPm3MCL@IvE46!Qp~@li!NS9 zWcz*;>-vVVm#lYT^GeLH2F*pDgJP_|IPA5ekCZ;h*=GQ|Ye&IG-A)rThHn~?D!}2d ztx*HRLJ#19H}3zW96u6lwkffDDNkR2NBcLmB=_TFU9@UWU#({UW0ufrrN>*<&)8x? zsWs;|n#Cr5`ab}b4zD%t=w(U^d(3M0bnQKfot=p_ns29BE<0T7Rp2o3B`IfZ_p7hz zJ`~zM>=s62Gr180`$TA%YD064ZSlKXx`Fbn2)1^s*CU?THzI8XGOgB~TOvrw*c zRjnZv8h>a6VFbPL-I+f@oJT#DSg(>nK!d#9Oa-)Ws1U3|*^&S^8y)vpI+nBmP_I2D zq{lnbgFdXx7OnJ)$2&#-b`&~~oebMij=N+j;a6B?)#_2F$XLj+iEP`3H-$Ungj%A! zQ)`9ImZF#>&P|EiY4)dv|Ms&6n<@A!Gno?O>r(}AnRX?deH;2*^mwY;v>J93WM7>& zu^|R;I=GuH9G#olde}Nxc6RdQ^a(x}#k)WMTq3#?>_aVBPi?4n@wbN~DJe!pbx8a{ z7a1%AkOn^iR{l4>rPcku{ttYrH)Tm;4nPg9SjQGV6^_G@v2GW6s>koRec^^dC)!t_ zFiV{`mSAmfV){q19C@KW)ExX&(f)t#nmjd}l~$|1PB7FABzneb)DyvQ2;qvh9smyUs04?6*a70RMtLPG#?0zpJJqaUf2q54(3V(&$FiKkat8XIatlKc!_1%3 z#&^nz@W58-VArab1SZyNlrpbKcfr!2^0MgNydtvofj9uBZ<&_v`6CwkhWN|ONYI7$ za9CDj5ka?U*}rut_$ry7H-$?>oHt|1nI-j}jvp8j$+0gHDiqdLl9=gf8jHQu2T`qQ z@UWlD<3=y@F<SMEq2Q0;$6j3yeCcP9$$H;`1TF}ar5v~ za1z2L%P3do;nB!!+uAHcM)=ty>qd0$EO<2Gxsi>NuTj1$DQA2V*QnC7kVhN45_b66 zh^9^lOpXLB-vYb`NiVFr z@O!6Ar6WAiX&dIuO-x7L*I~67i*O;wBBe#mi@~2RM>xN+Yrl}&4fNQ4)jzkGO~_k8 zrl`|M^DnX=2n5n3JcoepAaLE(l>Bw~C2*Z|yoJMOq6G`%rLrF7;OJK6SfN(`i+khQ zG@kzt)BJJ6%2)^z>3MK*?7T(cy6E|?;LF>9HDY$eQeT#2ETY`}zU_XY-?z0b z@~5R>erR=mI$)Gmaj5g5m99*f5htr!I61(OB+huU)G{m?8udFGI(gREZL|mWEk2mR zsW32jVjg&zwy<~B{g=g2ujEwZn>;y zG<1e2+VA6RSdU9t#=3gLyZWZisGVJ$_IWd^@_btN4;j#Us%|F^pn~WuoPo|Nu^JAR z?t8;NYM{JDLk$X?=&V+(05I+S5Q6*j!+uM2Y}!8lh{*;wiXRGHJhDkPW(&Ua`0BZ4 zCDyNs(X-2vD?5)AJXE9u;{8<%^ntnt{y1_&R`*iQe zW-*1MYIh=jBRNFgvr5S~EVT#U&9=Lg6UDhi)cq!nXk$GinXcAFtIH20F@Zmw*?d`A z|Au8RA|XL-bR1~#@_IgH#Y%a@dfDFSnH%#?FC$uVj?Jk!8U_pbNFRiMDGah)%AN5t ze^96>#y?aRyoQx#%egr{7dtmtm?RxLkMHL{UFBkkyHIeY-11!EGfG2mE~15>CoIs% zX$b$w8?|gZ$VBo)IzaOnf@CXKF^$2KNv!3~cp8X(`h#kxt9E{cW@FS~wF~`ZGd8k*cL!0w*05+8`9nLI9eVeL+l0#eN>C;- z24L`YlIm@cY6MiwS$b3Jqu5ycnR4{fHseVDBVH|g1t`?$8QRlWPp&VgJrNDdPrZCc zLUhev4;M_bx%Bo_`sp(vpF)#aabmCuS(KNEbM(Vn4D}h6*34hQQP5n6l2m0rY`!2H!|x9A0I!f2s#7fQr>%&q0qlq21yN!R zH?O%Ml8B(NOb>Ip6JNMimw3YAY|(P>a2E~7>|Ia{*i;4CtKX?rq(uaze_C6Q=u7J= zgwXD{Zv9mh?T#auzcD(!Z%~qW@x?Vk6Idn>Dy!BwEqI03{#W#2H5WcWleGs*5CIEA zrlV2Y={RV2D`jkIgl6OEsP{zBe}v^E_ivPOYfyR<+N~p-5=x~dX`l}Hy}Dnyt8mk8 zH_z7jw|wse{zUp0y;{}ixtej*N#4~#>A?N#+u+ZV_5TiIeFRf%S7FT;$Xl^(a>3hI zxJ>0w$2={UuU3uwHUqlV@{}-ovlq2GppJwj_{ws92W21sStZ-AJgJRnNNuTcK$EJX z9(9@Oa+rxj|6+^&U6s$!QVzVaC$r*_u?r9V^Vvv(p})|XD0`KSu#dAS@BCyJXU~z- z#+xL^_6d68g7vu7UF%uVx|rEft3div2F4@u{deA6o8SH&cjX7J^F>uOa-xanz!>6} zT90M1?GiGI1WT+`kO$b3qx+Fp$;sfmJd}vV4x}#hbp9gFAd|Rdq|KUk&2@2DvsaI# zfDc>2K?eZT0O&>_^QWxQAeUixcp669@)NoU2?G_FM{HL7VjNs)~ z-0qz z?H4WJtyzk6@M5b8xHts;;>X?0WBh=1^NIz|3{IPc6DZJj?Lvq{3l!n<3uF(Q_Ev2K zWStG%R|~1BySk?Z6H|MIf6Q%zl^A2_4s2+40!R$BNIwqYFz@b}>f?V}ntZ@%9YBo( zD$tS}!oDuFR$@JFFB}>=L z!Wmmp)@+Cj>1jebSAB-`#yoLO=JmmQ{Ig~PMN{D1;zd9++n}N>6;@TiC^97bBe+oe zGK%wQ5P^;Ey&NugFr;Lg7OTn%n+1^yXA7Ow!US|?g4622uG0M9`wOBV0t{0SCUH&6 z2iCzsJ{bz)iN%(H9-!Snz{9Gbx^z*4iMQ6IQV(J33Ti+=51cLYW9?9VxNI!B6pZF( zYT|p#y}X6+hmgvIB0QoA!<-TiF1H6N-31iZyf3H|QRKxPp?L-)Le%kW@`qT9+*B_^ z;C-=F08b15m?p-7PNN|mVBu`p0`TX#A9_}gm!!8-i`Yi|spKj;W3^0Y2c#Z02`fwe zZtE)=h3LZvT?M(S7%JJy7RH<`!gAbw$g?>IIJD0;!0T4s{i_PeOk~VA^`8a(9>SFx z?o;1zFMq;HBr_3DPboZHO8+$dUi7=&%O^mrfTxHB&6?OTs!-wX^ee)utx4lBP*e#J zBf2dvx}#jvkyTd=cxJ4brGR+yJ z^+R0*o|D8el$;a^_GpnsQ8SnRq?5ueK!!GYmLe?>JIj|dY(SUmu}t_@OPl1!=CUR2 zYya@6cvaxmWvu)w|2^S{*}f?qT|`HLaGG(P0l$;TCXvzosK77rde`f80Z%U}2(MK> zo=KR7)-!&x{J0p;JU>BrxxwMaUCFG3SxkkQe1=@kqeh zpyTm#zd27Vr!5L}yEpDw>OZ^sjy5PNBOslxfE(`fVcGv>5;pcC9W&E`r}ozh9;FLT z=e~%Ri5b=`$(^qG0!Qx8vb1`$4J>5ep}E;Asq4K*X5IS=I*kMCQ5RFqr0=wJk#S6u z5--f$G$=N0i)C}NL(+P{&^fJTjU4@i0Z;`ki%ZiuV4%*R98eH~40hv(OrGa?5%3Z% z7=CC=(qzz(7vg4Ib0&rgWk<}(=)IDHGZtHOr`4Q_KBF*+6ZFm0|%6eeqEPC zt^#;3QacHfS2<<#OPqcS8VEgz9-H4nH~>7yv^!6Xc7dc75y^?v`@ntu{^6c zh(;J~e^_*}YA1)675NNU-$P8h-HSA)*)py)Pj98 zmEH80jPJO^F4_5SDBdW5sOM0Xh1vx0zs-+?B!*W=rowJwRM>6_(V(@H<(3-X$~lE< zwZ2h_xVM=G;60i_xQK&g6L(Q2Y+VozieQ`o=Kx>X3P7PQYsnebq+!6kbCwGRX4hii z4X`c+L_q*`cm~HDtbd(W%%n|Fn3m;o*$AnRABxHe>7yz~>=*Il;>H@MT-cSX0wByZoW&=jF`C!%Mk zoMs~W=72NJY;D0zeu?N3<`5|aEi{H7u~{OO9({3m@xqy3be)(Zb?^=@-Dfx;5KGW= zPb(U=JBJSDS_Zq_y^QRH58iP+j;}EODki~<*{{ReCkQ(6R$vB8JT$J)`KdmSYJ>Up+ zM`6JXTU08`P*6ddh7FUHJ`5ZDjWr1U0>UT<8`1{EXdhMq{-P_yws=|DQ>jH)_&G1| zbud734l4lEpsRC^pSBe%!nKK?&OQ%7DLNNe9e5QeXuu~;rbMBoM&mFSu8f{~QHJy+ z7)lpV^d7_SU!`6PloxY*4qZ-wdVgJ~r#?pZfnKd?2X|Nn4Y_v>hrZ10EiZBQUoIcZ z9!RktmRa-Y#3}s&#QZo1!q(o8cZIFeENji>AKj%DQm?WVk7KoSzxpRL1MQr@FLpMY z*Zhc_Cf{9_!3>OtVuJmSUkpzD`r%V7Y%gkDsd(y)F=eV3w(%14xc4&8$wXnoJ5{uF zi}$C`;VkZNPz(r4_#w7lkpzA{c=rn-<|U;N?>UN3RXH4??!T_c2;cGBlJqcp{b@9{ zLpmm6ZlB6%N~WO~8TqEG!zos^oCK}}-od61rxCps-6%I289wa6o`fIcjlBw z`nvl;jp`8OV69cCCC>(}C*Mpv*&$#C$8IgM+hH932KoJ1VYN65owOUPhoe^Wgj9vl4Fk>Ns5od!K+rev7f7`KA)*`zM z;#wj3MPklH0j(9!L+u#l1E~%tp*GG|wWm>S_pg|NguHWZ11n~g{>UDRT)>8=W$O21 z{|ZwjKMJ20KHaHKMY?8bJn2VN%<^O=h74uQl}(c>v|iWeoNDKXGZp*&1~wvoQosuS zzr+VZ&keUNWvF*gq>yZ;c9iJ*tc~n!tIGl(Ddc-v(dvDKemh~SMjA9mpd}7a z;P1KO8a;>2?Vw*eC7|6QV?omqLK=kj@)Mb`1NZ-w8z$BDV#Z*a+wwCH_@5Ew57M6l zh7Wssdm{|4F)=hj;R59-0+|UaZy1eeigb=Aj8VbE8G!T`?n44T1UK5z3pCe#E%2(h zJrJB$Jirm>fC(`OS6r?J{+JW3rh{PiH5P6dLoWn;{3kCfK}_j5oTdMEK`NB^X1K)_(%$ib>*&r&HL@*FmVaZV*$9mioUHd!>|epwR)gcB3jL_hFsK zE5w1uZX2OBnY}X!V(7u@SM=z}gDeTNj;qfKaWgM=Fj=~;2qH;5UFC4}2pv`$B}hj*j>k z{F&J$UTFKuZ;&MV=1H|kVt+`ut= zFldZ^WA(douYn(}FslEOCU~4^P#yvhmiBepkAt&Tj{tk}*q7o}KISB1irf`*uL|=0 zHSX;4ia-Tn>_w7+K$HFDYN8l-M>U_o1)f^r#rcTCg>4@G%?fFqDssFIYo4)3y%7K7 z?p$#77dE$CV7|9y0;>b{&+m|KE5y|P_)VEfqI?SnVGYOgGbJiVYa!rbP|337{NJTX zQ|WRhOu-izWjs0t?3;HFumsWxGSCf^`FEIe-`Z}j@ukQsIG6p&=Aw;ga@q7NHsk!! zH!S5O2SIRHz^}NWsJ%LfaV)r*{mKre;{GvnQCL?;Gu=GLxOFZ;y-krm{``o>k_)H{ z3rb{L6(1Z4Sx8@90N5A{sQdbz?*CC)URbAKs!$V^6Ej>oc0#_zA>ha#0nG8(+Ha_0 z>Nv<`W>B7tsI;5tVm%YV=y`2H_LmA<85V@QFrjhx_r#fpkK`=Mo$SAB#eg(5%>yp) zez`_ltg>qfT`&Dsj5hNTeIgIE!%zLq^oe6CpXW!1C`gHheShdDZ?TEl{{ix4I={)%lpe(BsSGL4b{`h31*Pb}u z6ZKCGsoPrV1?uZQ41J=+pkOSvhAh;|emX!_Q=SW91s?I7e;>_1-TdlF>1m?QCE&lp z@4#xs_nZIXDk5#C4dyo#N|jRE z2+`O0E8F!bR?v-A-Ln~5xuLIyf()G&>End6{Jl|gI>K6MLvMn~mW#(_d)-7~yXz^z z`=mVAr8fL1_W39}{Ez*rmT<7GsPNfT(mROAVV1$#Ru>d{;ngmMjAhftqXDn`$&UfN zF_YVZB6Zo929d5DTx1UWZN&z;N~+!jGN2_)8BC?rolY%j@PK-PwR>&{S)_h6xL1rQ z+}L9_pu;i4{MVGkefz;;$v&fb81~abu6p=+ijkxG3yO}BUoIl!6Xeh{)~n`^z;O%P+|Q;^Tgq{Fy;8UemS~n6NVm~pfW!^`yTZ} z3}8}EeICSCu7$u6mQ)BYEC9m7fRwCXhpXVeG3oJ+gf$rtgca1{v*Z;Z4_>f#-4WLI zWI-zRp6zh-PP&0U^2ZlT*cl)@6JBB!USMRoI|kBRMYlrRj{Ly8m zliI$wqZm}MCbm{?=5BjjSQy3W4K?G=Cv(18Px0Dx0VMw)EqWOCbi+YpiS?X(g6Hay zjR+_31tB}gjd7Sduujr!kL`RPr4;MBp0^7^&o1*!e(w>7ajf)S2VIz6_lAn3?B)fQ z)c6~LgPt#qucNiEFw8U6(eop>QbiO2@LPt`LuE71nN`FVIqU}iU1>OSKzx+CJ8qY; zDu&c4poM14nk2(vRc#2bINJe5Fljv|%~iFV>K*|&Uu z%UWGjX-2B7HrnYRm!l1@;qB~JcC;{8^IKEh^iMS*rpNOdnifhw7V zM&}>)F0F6tf(gR=NT|>YbYFZ2TV+fhOhNRwADMF!5J>nG+4*d$P^*h7j-u<`uMkBE zZE_8}4mH38G&$4-F0g?{B}XhdgyJFAegV0t+A0%WZ`#>GEBk6JcI|C8R4bhm)1<`C zvY^=T@poli>*tZWH>oRnZE~#WqLgWePXWPDzi$dwK(_#!HKww60yE|xe_l33bR`sN#yP%H02xts|Ioh3`zVn)uL{%m3?$tmYz+dVh~wrQ z`az4HVMEX;OEqW?Xmc0PHgWszlE({Wb$4*}K_TlrT;#JwkW8D!bne4e>|aTTWrAv4 znz6kdClP^}%Q#+R7q_8z4mj9y{6quvvtEMhnO=_7ddJcx~7rrpR7jVEG`JcF;@H|o~|0@?B*6&_dMN&Cv_4hmNQeOTY9!s6FMM{TEn1*Yy^35 z$B2S8*3{RY#*u&NGgj zQYvF?KTvns+V}cLgv&yH28k(+YtAe|Ba-W{09~PRxuTDf^oq!&dx=f;+`IzE5f^Bc zzT1w-0h36?u-zq5%gf!HPSaE7Avu3}OSi=baT{+!q>j{sguQI=g60UMij~lrr~i1$ zqcnygtbOErgJc9c0*yEgk}%*ntuP`zCl95vbWYNGcg748=O9P-l!;=KGjnNi$G;C5&)^DN%}AWBz@L~!_$l$R>w1jd<|JeR)X^Vvmt<>0$Cz;HK1&wwTM6*w zn%bY%wh&Pp|;nwMKkc+GW_lPe@r(Xv^>;~rds)Zq2jNwLmWD2 z-GE$j#mKz{fBMK0LSueNA_k+rb`+4hx@41F3{rV__76KnB$hpbzaoQj4mw|sarC0= zWUjg`YEab8Ee%ZdP;txJ`JAX*#mafi#uGJSa{i8bQg^{sc zQPGF?eSgid7M?8mjIp;-V}mM&tMs=k-py>p+8dAS`!8Vd@0V_~$F82S){HZkd3C!b z=#Mvu$#QJ!y0HXUS$P#q`|Bti_;E6`61LY|o_UPfrj@aO@yIH1VQh8%(`XRiqt(X^ z+5_qZ`VN|PoO^g3^@8t5H-$2O=!JclzB;kSv7KC7R|P=16^Z=;dRzr>pJI8^W~V<# zdw^m9pb$w>vdiaexwnWven@59JK83qd(#);hi;I#=<>DnRB3&m6TtxUh9CaCI1+dB zE4SUha7MR1K)0OZAV!8;-q}soG!JV-m=9q4u19L=U~L z>v^V1Q6}qS&1LCv8v9u^L9`O!m>_DCvQ2#VRJT_Dw$J;9_4x2$_XzgbXbf%N@ABZM zTXRq0A6a(AUQ4nMKksXaIJ*8*+Z!;pU}PEQg_$3*6@!kU&Y~5AwV%JimwG|>1S_a% zbk(9akpt*`%!u-%S{a$-QVHc+yBoNe^`pmj+Mf%^OGkN6 zGlU<%m%m@OC3B&<$!}#%7O#AwA($Q#nDaiThat)Yje_elLGtyLR{gXp<~I1sZQhB? z_&b2aP!X+P;M!MHOKVckRiC@&lTi?_!WQ zy5E8HgU}Vs;$LvW*$Dj)iTim+&RIWB@}!A`k3xonZs#+2wnD>E%mh^NdamM@<-Y!r z{{RBY47^`SN$b@+3>Kg`Q9%aRe(%vC@`}1yq|C)l0b5^MDo>A{=Vkj!HeoHe}wapNl(<67JPCf9w41asd*)TS1Wj81V ztMu3hxvl!rWn!RB?@UpYyLXNQz($=Z>{C;brd0U)MrtQScXSgGk?V74P{|$?vmyzI z=#~G6*FDFAs^-__cdl-AW! zfnRGH_PZh(N$Rk1Vf))#l7hz;@5 z7QHo>^fSF~wG6zE_%B0l_8AyhqC->{Tlz59Ax(E^muMgzMDgtc-a_Ey{RP4g-QDWuNtT9#Hvzai;F;G1dzV|DzFaM&XXqEQ{uZTb3N=RFu1Qqh0ji0EUlfSfem64%iT9<$cl23%UcSW1GLMF_`Ct=*ss(Ojnj1imIID<`$75fe?itg&UHWiG3VYaxOX(QT`BYy z(U?w$o}|@zW@=x5B?R(PeS4}lRm|gYJZPVe1z6e7JB9UXr#Q5iMhm{X>~5`@rB@Nc z`vquOWIc+YzL!kGp>#1GAQ6n@TXF<;OAwC71u!^x21I__fMP`b(qVb?No5OB$Ac7A zExscrb6r8E7V6?Bw6Wqja%~$x^qZ!-M4r9`P3|@)qLNJ@*y! z@^y7G%7onR*>(tcj9J$=)_Ps_-BbR?t0c1{y6Ng>Iy%8!wcS17K5d+egLdBILk35q zah~>sz7#g*RR_v5E)#PiH88cu4)-8OmqYPzRKU|tmE?-2?-=pJo;>vAYlL;Xz~w@x z7Hz!Ee}G@$h4D-M87*ll?gBR6Bz|L9a z4P=PamGuMW;p`H%tpO&K5)3fzMmUoHZpdu!Pj6hB3HuE@F!aF?WNNKgGns=af1E5r zHfCAqv4-pWXwF}A& z^T@h;|3Y@8jber));Z!LHY=kOD~#fTmtmLXKwv2y99Xdtc?0)CR+T7^OoDZW;gtk$ zjOvF8cpUR|;05J_YiDOKiki+MxY5Y_7CCD+IXB;@ndpIwf>=>S)W5=fYauPIN+b(Z z;2}Aa+o|&6Di6Ag9NbmpJKJcSX9XlT$IfyMs0nlCodE1$|d|d}>~G zf5|~P z3U5hLhl}<7U(uQPGvWVne3#i6wmC9a+sw?_j6|qyhPmg++2NQYAxVi;yD(SH+)_qJ zMY&6-D-9h;g(Ql;lzb(XN_~HR|HS9<{=DC>*YoLBp@4OZ9c{ ztfnQIn|*{@Q<^|>P0?xa^WyjdJ52CPIjxj}iBN;w$wk=FH6M<<`kqANj8e^v&o!Sh z&GkONBn0sO@!YCc90V;XHS4N3dE~!`6zPIK4iSXo9MW! zi)cD)-&FcqRS$QgF)*|l#M7-iJeTz!pq+wGlOByE#@tL%K5mv95T^jzJ zeGIWoED$NDr%rg5J(P#%v^qg1??vHzzpaB*I7?1O`U+xY+| z%KM7Qnc`czZgM&gr%uks6%eK!KSke$_P0;dL9FleP`GlWIw) z=1ch)vw03`t--I}Exdpi&}oRc|1}4(l0>a@0~~l?5hM*BW@pmOhx;8O)+yehYSlMA<5u&Mls`X+)j0bRvlKqSY_u zoy2vuY%F1{7I$?~yaF>o-Gnws-__4*?O4W(pJY4td_=XT9;I&Pv zpj2_LW3Brf;cu6Ue$c$sGSTqu(({)kxK4FVd$ulVL9t(+Ri|vcxb{y)lgN?j}oKKX_?xVITHbQ!zyS9bf>W%!BKXhXgG&f?lQFxMHke znp`id%gpu5!SPca-Oir%k9I@bEh+PGSXxiHCF5dYv;&Jf5VbqwD*zB5^ek(9! zfGG;pI3i3tWZ#0#U=d-f5XClt zeM(kdXp6&TS!~~tO=fdn(UCcqaYAfV!R~hYeUa$dJ=Y~UKN-#B{{S%KzgxeC`zk1t z8xhd@#TeTx#^vE3T59Bw$5Up%jl06-cZRal3!W<0nTb#@*#}1A^dkM<9cufrTsGc5_iJm0is1VUpKaq7*(+;t z0H%SS$}kiUJbsS{HlUhwoX*RT52SFL`*D*LZwxG9C1SYXU`?Y@Yb3VO*5Vmn?=z_N z%dlYu?#(-?MA{%w+rBQjqtS>xZ$>D z*#V;qMr&*Wq~l_b-shB~RaNnNN?2h%|09@Wg|6%hS20Z5LO<^JoLX5kII7-u;AQ}5 z_;|FBt>NJ3?qH?V)75-;i}rK$1%chbgtv0hr>8x5 zgA@0Zp$ZKkXA7X%t5~bJ*Ac=S2O85ApPp2g?z@!;-Ztj>W!)*#8q6O^dvw(K+#xFVz(V)2uBis@5Gx~rWvhl5 zUk1Bxl>m#aaQw*3Fbba1yc5Ox#y%d-EeUX`o9a+2rA7V@o#lO00c-X#vxaptcUwe4>}`{Ld5FnWUduXs-)M3Z+Z$CoDzX zbTI{!+w_kle=&n+=yvtR43hS{y7&yesYKL4y=K_&{_6cGSnpdGw`|LpjkNFY0H@5m z>dQe6e5jFemfC@&03tQXTB;bFAj7d?kmy(>K8@g|6Lg=p9aeSWe@4yNw_;)IK?!{hy+C@3JrD`2!H+qNDz%HFV+Y+9~x-fxP z^krA!m~G=~Pm|{_(BvBgAnaX?NjY~M(XRcYxjGBuepvL?$f?zM>?FintYR_SmEqsT zJgSL)m)xUjw{~@08W(<&g}yp6pl0ro4G^E!5=Euhe+gEw*PT^Gw(k$K?N*PbG~DV6 z?K1*L3T7Y@QA!#%_E+A=CGt{i#8w50Mf@x{I8-I;yICGHL3eFWHHLQ0G8-pD*nH+e zCYMt@tK*Fs=~dJ71eDbuEb2|^?La(5F>`x=SXBXY4JZ^zN8i%fGWVPSy>OL-U5&YH z4xgonax>9ITm^UphY1`nwHlq2sXe_LH(Xgi?<1F(=F9$9&1uf&Xgd$oG{g2MZ_m3c zhGk-dBr9*&r1}uUHT27}1APJ2`I!yMra!o8G9Yq7m;a+Hav*d zBMig}L^k(!qhIyAugKxi4lrb!fxa(J7OHOFm6Zbg&apVXpG$u1=P=$>@7C9x)bf8P z!(@BVs&-%R^%FbyA2gxZB2`hlkBX#=-z{F@JUkU1ejirvXdvp(<5m554&$gT+r{#t z^!T6c+|8Oy1=ymlI|}gWp};E&wJA=?(m@cVn6jG;>I<(FyIDo`s!-jRb5ge*cA!V8 z%FebL`z6oT&llo-pFN{@6*$7-dewK6E_S(_oc(q} z?OQ1dGZu6I!T&dupd!b5f5-DX&bYg+vO3ZnrY30%XLI9=EsSF6~4ZJvu33dq+# zdKJNgt6{Nx%MVQsUKONQx1OL`Tw;{Pbf1v{Y*6$l**Ab{PSrRZc{;FQL5->B9CCJK zu`2XM?dp;UU&r=|ci?C(QNW%Tqvu zy&_`H?kp#h;>h=Z6h0iN=eQ`|{7qN7af_+dg&Tnpd7%d0Q{DQLjNhXU5xbq1k0};K2jy3c`RXLl?&bRZW`{ z24tJ)?LY}#@kZBEv}=z(KlIu8koBPX(wNMH3L5~QU#Sq*Lyte8me^^=NqxsD?$lq# z`^R0NIdnsbO0O~S-rhn;S{=L_M%GO3Ljk4i$ zOygdLElXPI^&dc#dJi{#cu%h{`bVMV8^!o?t4*tAO71g{b$aeiHr}gy^-ZezLcjGZ zj>g5xqG_aC<#$fqWiB^gLlbdxZs`mpLk_jYs(#Hl54Qa}`ZdK7g`02ABGle4rKD`p z9J(Yu;gmhPkct{RGwW@}$O;K(^K_uU{Gv9qHe{1W^AIJSyIFg|?q5ZU@Asr#gnEud z3kDxN2LDBAmFi~9*gq@GQagRB7b9Sgrpdg>?XxMWc6{>n{S`OmHTcaz7-OPuU_%-{ zo-scAS2f@yV!Nv5etX5!mqH}6PP#7TEsGA)((AB-BWhY`?njHj^&3RjKiX__FO%`+ zIikiUKuGG5|BbAsOAPV4d;2|IFWuyyz=f9HH}8?IewzW=uaKY%|NIK6*mHH*@@|C6 z>8~VZ$Uc4~Y=M)EJ+4qzRqRD{PFjGz@Tn~j?6}k!{cHP5?^@Czf+N0IP2aBjU`8{g zgk91xvivAam`CkJh3^rKXKN2@eBUZq!4b(A0sdN zry8{PKK~W_Ljtz>8)H7;%AS8O*EDA+RH2JAp6w6l@o)U)!#CR~3=Dxa>WFFzb7g-T zNG=5H|3P#PYW+i7!V4B7_JOz7twr{^{~DloBZIfd02Po{$7fJ@KA{nYq6AMtvD44# z&(2lb_Mmo!wy^FbjMMrPhga}neXKBzuImLf_AUEoBC?O(`N3jac+ASZzs_M)+9wgA z)20x*v-GskIkE)YX_rJ-20v9sQ4c#`*mvc$* zrQ_{VRjNfVVWTS)cUJ0tCbZy^M|1ebtniq~g5hIa0pYgjeZs>d6h?EH4K2jl*8t90 z!4uIh?6KE+9iV8VXs?e)xS}z$Ek7Ptpr=*t@${Pj;SV_?uWYD>Q z+z(6Z-(j1ikY&NKU60X0Z=fDm=^DFEjrS<}w=jqF*>Te1M_uxC!Y6O<}RG)vpx(6ZC3RZt&@(Wuf_OcGNA{$LZ3d^YkCE5cY2UBuz!JR9Jvt=($qR zniySaa#nvd57OCE{mQ8#Wb~$dGbL0_2V}F)_^=-Y&~Gj7I!!-`m13UzO3J1FwA*K; zm$xtq*L|wW&r5{W*E`sc-Dm{Yf1XdKS{oGpXeg>aM@-25Fvv3y`@;O(Xg|R5zs4;{ zO9+>Jf>&uUr>+s~uWaOsZz1wjq0{`ZgS_UYIcQQ3ydzGxK3Lx40h~3h~_gN2a?_Zx&bgjpBOhx?DU=nL@ zjMM9uXJ&UUWGLzZDBh!D*xdQd;ctIrmw4|b?xeSIkYk*xrGo0|uKe7(F(v!2!zaLI zML(%Q(~AK#Omf)4GNK%nAVtryV*kUZ zZrjUEg@Uuroy*8OCy4(6v@!rs)k|SfDWdzFfftV5PFDdj;3Rb0!xP-A(sm~^8Jpnh z**=Lq0^5}X&Fz-^3=9%%ZOI#5RYZR9rI!LCg2JM88tdPnI0Y+9%7LBkW!$D49EPeX zVZjjYf#BWe9E3nWS*-*WY+Uq++gc4xSorvxugkc^Rx1v;%kyVd{UZ6E0@=S;RaW)O5+j4h!f}Wd^_<0SWvcipiOub3WSNx|aQtWsOJ99m7JrB~g zAw#I^@`SfiTO!tp;OG!f29@cmX1pyr^vL|vTg`D7QFqI~i^^2icPiF2Qp3%g-`czJh2RYGOky%k!2XVUo2xV_mbkriIjEF}K(j zD@B>>*e}@m@p3k;iceypQ}PxB%U>Z8lfW6N`)H64N%bLYH!59L_3v+u_;5eUTY?!} zT~zIVi}FHdbk4G5tJ7CYqtW!0Lz>{@C~W(*k4zCqu^arhYCSZ)A^U7L7kKe6_(2sG zd9&Z~3?OF!p(hi4vUpf#*4Qlz4}(|89L`l0w2&vPFhTe9g}Sf6Kp2LwV;-QEuHi$uywpCq^Ueqws_?A__P5X(zp$K6)swUL#PeQct4y4cSLhXX&BPV z@oB+F%}6x|^Czprf!fiOMQ>RyVnV-22c+|eHad%6v&4Gl7oKabd zwA53z9msDv7}|qf09fRR6kvz3j{SK;ByBEDDIXosQ2C3GgHahO29qOov&WWCyZ`MRgX*5ecK2LllV{p=!WUWqelet!ZDF!-$l8G+!Lx%jIKkcDpx`d2p zx=`yc%JH&#evSPJBAhurKH)aYuk1sV|CWy~hywfvP}}093GqKNi9DXJw~&=@oWeT} z$%lMba>|L>UE5qKu$Ajq3km(C^v<|~an+Gq)y=uQmUjMVx7-RKwx?X85d&|OuebLt zq}?s&Wh&ch7<`#{(5LBHy5}=t-R!k`Bw1vU%EC~ZOMcQR2Q}*>QtZ5mAtlqKCXMGo(Zh4{*Vrw$_AAk}1 z=-S^7-H-1!SJ56l9=daOr7)XnY}iLr0W;5_#n*CmOi=S0(0uSP=)^{;nOnxuLpaJ? z{YB)*Hc+WJ^q(}zQ=#n7leyIEubMtQyQ+0zf~TDo9E&GPqa+~BP)Va_$2UZ_UIDo) zLnVJR7wCDjmB*Ztf2VOY$9?n>^P=!5?$X=tV2$StNXV=;sp?e6Q{{wZUx|x}9h=ki z8D_bc=NyD1){pis!{eM)TO#sXTfa7-!%otzjDCRI+o?t|UzGJ;jTb=^!Eq+sWt6v(zdjITyLM-J`)+KSDS@tofoDPWCVBiTX}Lyb$ke!B5nZQ{w|6p=gcg%5z-C zfoZi6#i&)FN;OF7>9BEj0pQ?m1%`>TEMkzr27kUSO?C zjU<-{L%LImxaU&1YRC7J7_Ja;P3%f?08IrDN7PZd`?Y>9OrmLF`=9Zi*Q93LVc^$Q zz=v>eQxdmR=Nlyi+2nesn5L4~lEw6n@X7BBU(51`A z6^?%RVC3ZNxWh>6qd#v1_&NMIr2KuO=^^yq7(Gi{JI8MxoSxWDjIY#-yzLq$xoCX@HW%QhGP6J@-Yq=8;D9 zD1JQDteDa`e3!Nq_tfp*P>@kay6cPlG#C~EUUND@TXk21opHp%cH#DOyZ28eS$Y>I zns5!Kw=mrl+YSib=r#3bcz@usen^DeJ1*npru+<+wJNwhH_le5$GB5n!);oOA66+M zkeAn09SW+v>VMF>%&zVo$JVTAi7QNa16ied*w=v%BeR8RAhd7KLE(s#(MWIgBj!G& zg}Po6w<}>a!`Yauyi-f_w3Xvz347Sw0C^7%1DSKYUFhx0+**Lfp-;=SD25-ZX#A~| zus##y4a5f;bYXAdC5Y$?;Jq0+wF1@YYJU39G@kYoNe_@1-E_&rqpft5LLN7vwD5%GB~9uj#sq6OG+H)VK*0_=lSv$ zya>QoZO+OCxYfJvW&3%Ds^}}dtq&8b1us8{{w1q!Af0~4D)FC@!t6kn%aOTzFrTN^ zbaA;4uQNxiOE#L&c?ykU=7YI31it!Ec}LmK4^zEY=C7{M@&&A%6UH4iQVm!PlzMFLSbd@C80aAItRta!t8?|c3X}>`t zUpDMvjt=lFrlvJY|1rpQHB0*q#97Y|5)07Z#))_Z$kpo86ZMn)Nt@howP4l&0!7LD`5Se-)HX=bYlWfOqSaL0Vnr>03IQY`B5BC)Xg{ z>Xh}2-FNc;rC)W7w(Qo|jlpXA8`77KmhIlKtYS8QyWB$L^^_5kTY%< zP_bV&;?BwM50{1-WP7eo5!Jg&HCGgit5p>r_YXLoun6hS%V@(+elAx0#9HVz#<2k|pSxX9>qPeaTy?wwIqL3I$jIFxMg+HF-80ypV_C`7|TTQ&$l8MVxyM93jV59p?48=GApW1hEwf#e{B(vjl;cB6^p1Z4DFu@fGf zK`X}nkfXxVnTacMGt35J7ypYZ`m;8kie#vTy-Lr9wG_%&UOD+w8qVOXK&k?3;OA$? z6ok8vphj4xS&Y>xfY552&u|yN5A0x@xB+!o^18#-I(BQTYUP@*&^F*N>d=-i)Zluv zVhhL9OcJAV=@Tmh_QvIxaLGep-lY8YC7YT9`B?edNyb|NnajX$4{#y&z@T%5MLdnE z3ssq;#!Y>@%y5RdRL4acHli%S?;id1fod3F*k21<&~hm56x3ncH(ti>BXoe(&T(5is=}Swq2cx>!wP+Hj-;bo-H+G4HU`b#uOh~2w*ZVQdtcmtfY_( z@-8$u5Cpdd6}VVX6`iT-i!RjO z6t$I5sT*NnFmFGJ5))|Uw#5&DJpNd*yyp1Fq`i`Y?&~r;0bT&TnH;QVRxP3#Yzu>L zfBsctb%$W=#$A;Ob*M(a%L0k!paHlDcA(28f{hY^Px$Ra`#>vT+t!&cL`XVr0|6aDq&m{0-_GX9TXjvYr*0&G-!gxih=Z88sn^|;F@TK>)vQ`h*1(`xFAvhCW@YO` zZ}F!>DxThHM!T6+rDG8p=dL0k4C>WTgRK~LZhxEzu59$HDUP{`=#LY(ytYbjCIDib z3t0})%2?B^GU75;R|+V^b|_nPR;RBhV2v}h$`-ZZeJq6}U%{<5P7atEm|Cx^0-ER| zc*GGfxsifyh)7N87Bx5XXxD|oqFZjX#B@mEWG=`ibT}uU65s#e%W+{gR?D&GvVOGF z`3^pX36z@29*qeUjc}I&Awvbc=+?5GO1})y3rs=tqcDbe7KF_o<>}dM4dY8WbqM>C zC}3}@Tgc)tRvI?_qY0ICjhrR}urI>JdR#3}C3FtG(H0DFc-r5yt-Qie;|rfZ_gFV7 zYDK)t-kP78cYHm?scEM9?N6XjEc#p2cIi@yU-F*S=~GF|qM|FV|QanQvtX3UL{;kQI-rSu+ABn6OHub+Y4~bd+Hm;-Yxu#FBYm zDUOpv&I2tvlubbPYk@EMW^7nyh0>wEZn5|~YmP3TSz%0ihZ)@>Z5uBj z4C;GBA%jX?LHNCeFj1ZyDR~P|{_zBE=anYM&vIa20UpqMs7mT4j-%=3Q)02*4_I|B z=Vwro6(;mrt(G`+}oP}jt(?w zCQ8gTI>}X)me8jHgG-dxZa)qp-1ngT#=4_LFNolDRbW9Ki%$>B@C*+bjCh!&nH}Za zvIgG+jOAx$`noo-V6^w zo-|}D=V{oM+GohS-g&6znV5teGJ^h9H(933JFLl98BPxP9(zm@rK6i$VAo@zPRXuS zcUkTk8RS?CQGJ^M+*XuLX&J5}$}<_}KX<;uG0%hFzQ3dlh_qu0js0#R&9h3Pjqi59 z;>sB+q@vmb;Tm{}^ulX2GFVeC_G0quB@%ZSErq)EbSKMWNhsj%t+PDmLeaO=g{UK8 zk`W(`-Rvwy&f_}!jrSyFi&(E&@qoG}PI_{Rke3|tX8Rr6&q=Jr#($r4Y>n+%f z1-$e&xG5R7wGjPoCo*&9IVm+C02|L%mcy09ndTO7N{&ON7}&4G)ojM5!IwWXSm* z-FD*QFbQXCJZen_6E&W)k*x3WS%g{kXh?D39w)O*i;nTT!1i_`0TBDmT>gdr4#r)14c2jQ7O>d*~r7tk5jqA-c&% zJ0JSOJ3H8S_rmrM?c_&s;o5`axm(<8aV@LKeF_t8DixVyw4_0G2)m|7t79pizJg49 z2Q*JV!Qato3_ARVi#cIDv2#Cwr>8G7I|~$1Elt=VUWLM!u5IvA)n`=Zo7)+1ha`=3 zE7{EXJjWT8X>OWXyo;lW1f!l({vz_H9}l$(;{IL9eJkQxB&9;OP_aX8D3k9$SnIoPyh z3G<-kS~p1#xP8~U%V*R^|44#WhnT}FHFobr?}x;o3OwzLpCJ|>45o7)7d z(Ex~FTuZ{Tn_7>Kdq-`2Xy+J+*rsZtC6A@sA)rC2HP$%(0B@HNe?Dmaj5Rw@(gplSR=v_+u$1!S?Pq*VDC5Px+cZ3xB=jyZ9aC-|j zMd4{WD;?E3u*Blpe##pztneiZ#Qx2-F?muUWz{s zA=ZKImdSYUHE#cv(bj!7JD6T`VYLfOcod?!=7-7{*=&fM9dfkSSZ0MbBh7oMuS31K zONpTJE!p8>Yox;MFhyD!^+?s!PPv@WE(@-!&y`u3KNG5{Rei%5$ekbC-VvzrF<9gJ zge?7Q-8vpRp;e0doU`ZjMy_0SL%x&`8*BiJvv&9OZ!UAnp%v38&IOH&$m&uPIiu*D z)7aymUCLE&q=BNB{=$0qy&19(>kETCB4gb>*~HIBy)2Hka)9~lO=-XzSSV;<;x=Ff zwVdL+MQpGtOS^kUMH0qX*Dj888yF^mx|RK8b+aETYq-%s)`;-uk=){ygvspqCYI0G z+9;33PcoTP=9?&U$;NTR=QYZKJum5UeM$t2R0I=uqrZv3+@{hVp-=d0eSel9;D@Q0 zwP)mgR^4HWiZwgEHdD0%Pnz0^C6uyW`+mUC%qLM3WR2Nq`=!wuqsq`bxWCtd@{=%E zutZ$Hbbg06!kBrX_R}{wyzr#LWMR{F9$~SA1>aBqE*NSM?jL)m_Ka42yIZ4m zsI*1SQ2>wNhJStxTRdp9Y%*D8?=%#WjdcvvnBDYGM`JO9dM}7!s)W|>rT64N09+w+ zU|;84Tc(8e5zM@`4^>s~Gy>$$QYk;jR~bM9pK<^ycy!>zO6b3RfB7z(z~%KyG2FX@ z^@Ir%f^R9AvRr*h+J}7^&w}c!(OGC4q&@69?e>#pZ1k}&VM;n-0S+y64INaO`lpkE zQ)p2+(aKw9oIRwCf@`7tu zaz`3BxoV^L@juqZH0bq>&2$6R!I>QglgI+&W4`-DwS%7w9JVX7Nx9CXFE)AXc=5Q}-BGul_YbMdnWL*jv3i!1 zwhF*%;=zpVVLLgw?~rU(6zZSC*UAoeWd=Txe}i-#qv6}0G-|4rc@AWq;Of`cF^b1s zrwFv3aa$#7G~siA9DME`PB3C1`}I}p;dT+}_NEjJi0L@Xr&fa|gOSzHWr6%ICjvfM z=*Z_ixq(LTph zC=fbqo0ngeajvWhmaHNtEviHRtQa&!$ynx~2xmFNdPUJw3-*KA9DCz)HEH=KCh@u2 z0K|pJVIPzfe<}-F3K9>ziMZ;FLiO-Aovg3enw;Xto${V^nlm|2UDPyQ@pGE)d6S!> ZvlmmydWaM&n*>bC>w@yG-9-L3@jtJ;-gkl^m_?(Ul4?(V+$;<^NPcXxLP8X$z+Jnuc<`Odxn zZq1qM?o%>VJ>4_aJvDz<|Ly`l%1X*e0$^YO0GNLV;O`ZHTiM#l-O0_`$@vop%Vz+u zsEh(UJm5bdB89aA;96Pu@O^bubP;#r(f!KoYH#YTt_}FR0T2Vg!u$vSVc7ow9_~Mk z01pobkBESX_&+BS@&`mDWF$ny52zoIQT~H}H8fNdwEr6aDf!=`un2H)2q;L1NdLp~ z|AhYb1F$~8cEQfV!2kiUSTJx{Fn9HEF3%nBGLyKTKTji0EfM*Q%rxQ3fg*@MYvO2$2|DuSxy!7pvaEa^{B zn(6@ZEDKA50EJr<=$PG!?U?GgX5RjMpzNWe-&v?@2E_igB+RFuKL>|Dz{}tA%npLq zY^zEu7!WTwrLn_GM-|_c!+SA3FMc4I$Cpcl>Yyt)^JmF?(%QkgC?36#u;Xc;Y)r1& zrXgR+F|;}BGDa@W^oDeAUd>%8eZXXdQJ`~AWVD23I{1HU!xZUJy4>moJ!8B(95BOwqUbtOfJ#)4% znVOIIhb;N$^Ek9g9WSIyk1U^LPgz0M-H*+55}lBTLA?9Vy$_01?O>gwcknSLlLU{v zl`fc{l3IJyjJUya9VbXL>dOq%y27z;8!wyAfV&+m+nol~0GffzR}PvNb}5z=w05f| zjhpvX`FI&Qqgz?cWBqX9DeEDX@@pXbkeTn%0Y!@}Jfz&mRZzjPVnC-xhlh0ehpyhJ zHS&pOs%-9%uB!uan3UcaB4>LR`&!DzIm*RMPNz=eg%AF*Rfidrv>IP>Aw!Z4Ux6HC z71(qzzaclm73-;24#LW|%Rjyj?WGgKi{-);UQ431x=+c|0eLELHalL%l;l8;Lfa-; z9U+E??;S@(WnZaJEOZz2+axf*$EIjWBrFz1cuLEe=#|>a2e}00rz#F@kkI7n04=ID zWJx8M(*+iVlu)THjjxI#d9csUva)EDVFWO-93whl$t zX%(vccwegBF}P&s=ii*Hp2i2Ko=z=qT0gs%C0WHYuJtIW$dko&x7HR8TP9ImfLTj` z33UobjlAg^Tg{P{q7XV7aGA}Fd#%_iKNVnmjp!o(oD4ItI_*Sg0kO=hx=aUr&`I8* z%DnoVDnO&V&?Ba7jxH*PF zEJj0oH5b$;)%!pA86IQ5v7RfP*Woqf@mopv6; z;*h@cIo(3PUiWgDU~b~8V2h(3`-1HZb13yKtFC=)!iF_@OtA%&ewf{)$UJ1Y?AH49 z)es$QK=?MUJ0jSa+tF>_q`uwnS-LsHXIV4NYN{LUAUUQDJ)RvFleQ_V4XrQHSx{&s zE=p3fyiaY5ib%@*96P1aWN>2l!~FUnO-@B#4!ZValkTPL=1zO=y40ic>$b>EKziQ& z^?`K+rCKooTS|VCDZe(j=u^lEGkL$AkW3f9`3&Ol$1EX5cC7i#*>$Cf1K$afJPLN3 zv3}yOong6GXzt|(#=#v$?#|SpvM$A*dFoZlhtiJk3aOp5K<1I`jytLEct)1Hrkn@Z zM=~>-Oh>@&A@EfEO*~J-j~P?$6wfJN5Js(k?LG&=RFj`Y=((1dT7~$WMgfZ;%a!eGi$kE-4@btPz-xOp;B zvhmf9Mm;Ho^rJoil|W9TaY19T{fsZ4U>2g5h^!IXqNfC$yiT8YfeKVkmR=R&ND9g9 z6yp>7WMefSTGZ!6p&x51(ps3R8)Tm~u`-@($qACaZVk{IG@dvW@9~)DE@@b{IBbwk z&7Kl7=i0=f$K4^i?{m!2#oMLAA1XK}n%0-bRdsy|{;GLnDGD+Geb!TM4%-WDSGW%CbqD&Un}II~#uQmyYkx>7zLuhZWZRw#l4cgR9Xhf?~yl?4B($ zrC?>K;yWt{uAoz!ROXJxV&(QPg(t@z6$s8#9rY5>_?Y)+0xGc(wPx%)Go(=R<1c__S@zbAjIaKAJSTQX%w@sYjV^j-X!Q4Jm-ZnuKDdt;$Ar~X%7BJ+SS?lb!~r9Tu0N^s^*!RP&R zX1m|AEe7S~nR@2ezHTAD3L86o+^A;vuq_fY520;-b5*Z-TH92o_OEiq@NK$Uwkxx< zIX$?JEla`~TCmb$?p)w;2mLT5ot45_|JGA(?dJC$&x+Aty)9T>;-0ynpXa1jsx(y= zDkrowqRy;dl|n})ZV$wkZ&lObZq*?D3s4)VhFXr{v`LT=k{acY&Ue}0Dvv|e1Ug5d zu}>qY9pqx2u44l^&=~6Gg?UF}oT$ZsSuOz)r_fSM0*@DD`-Bhe|R$4ClUahiu*862@zMN7W4 z``!2KGEVAlKL`B08jDvGL+6yJC3`z1SM2T0tI^4~#(^Et)Frvnt z7nw}3Z21-L$6Dq{33C<5%L>i&b=z;oNafq_5c{ZDuhru&eBwB_o`qP%;jl9Nu3 zfo3!l_owP4{q_L45`5~ngHyc|f=tLWy&Ah0NjZaKQ7j2HD51ij+g|RNwU%)&rL!<5 zMbWI&ppY&6;M$3U^hQA<-c1(F=QZPAoi(qD^%y`KR(z84$IERyDd;8^%acT%TNwS5 zPO-~z&ARy!x1R?1inO8O$EpqS)i}u+rbzRB`iy{o!OuO%J2M66>33~DLjqR| zSDK+0aL&3}lPLQP{;fxj<=DlT#Nx5ZUx36Ov2XG9t1l9+L~2pjF)=NloZ8ezioB`l z6ho`-h9#jD& zkX~cmoHN0eGADO}e!y#hd;!K+tDEd!j`ExM?SNV5-DDQmo?jl;eMc52-8tvx-_$0o zvm1qDr|6O^wWUAPP-^{xUu}*_B#3)Eq0otymNd^~KE+eTr&hrtF!9*I^$3$88H*4+dIoB79hV^TV z!yB&5i7peH0gRv}H|7_U!V}O=$*rz{v?R_P%Z6Qed7geH(Io~U1e%^SKlgTFQIq5* z%zDAtb|j*Mq}jIQ7$=_YI}G)-`Cuhz*h%`dhQ4v4mXsvbG$qZ8+-CaH7UkgddA`X< zI;4I9%7@M&VKcf@XZ=j4AatT$!`#th({S~iKh=5ijJL`0<9Da!cbrwq2_0Hyx~x0q zehl^iF}g;u&(i22lUf(%m2T#1jT}Y**0Bv$kI*@o^@yVycfdn+j^BW>QaC-n0OBQdCvvA$ zQ>n$0$me0DvJU7FBK>Q%q>99CCOB(8}j?MFSewKdR0e*@p=agA;Qs2bF zq?ca)*Y$+ec5@NC`&eVmOZsX%fRl z;%$f&7Oan%Y(gjH#LJOnXn5SIuO9gLtVUQ5kxRIJE4|)7grDE>HcmFgFMEb@QTw037 zMX5njTHk6nthb)|xB6N|cFUYvCbQ$cx)dXlpb;ZiR^>d`q0)Q}`9_qQX{PNZo79Ig zvLZL%g#3kCT{qV*Gwq4rq^Am~tg#_Ag!?JHPae3xNVlHT0W`O9$cH7D&leN~kXf|uAcgB#DOgaE|hG|No7?d7~;+=7X^&{Sr>vHx26VSHWj675LnhzUygM2KvQbjMryQl~}G7PX^ zud|=;SQOIR$8Pu>6T(%}^oD%Toi!B+f7L@eO@wel#4V}1O%}=s%Sdcwy3_JtMcFL! zcIfg9D^q#_Xp#5=-;wAn)r}B8sk5WJz;k**nfH&%KbT-K~_{h-}ZqLi%>tZaH<|(tboiG;!zw8ciqw}pBtqM zUk1F$+2waid=S;nwso%*C7-gzydrNV*E+kjmQ6kZUX&XHREn&$-YrK)Od)EXo}YB^ z(uj@yc*tpoFESogi3jk421cui=p?Kk^LW@}M7KU)*Z%QIc6zRI z;*GfPt3=_^g(vZElFjh$AFfZ7l9q3Mv%GPw9;_^md>4~!WWlCKBOw%KWTUNGi9oOp^uNZ$s(VDPeZk9LYHMK%(Bn|9_3%{y#%O&$+UfXon;(sDjeOza>?9BUowew+1q52eQ#_|1bykEAP2J#qV zJe*W~^jMxAn+dd8pd{r)Ju-S8#pWR%YuB?zGvZ#wIpKZi z?AGJ-4A2%+kU4$XQK69@c`Zr9%JRa#{^s!rEwStC8q01E96~@tG0StA;$haQ^q}B# z2lnXk%8&~});=+1Xr6n&hw18_c=^8lTF5F?5#obVfL+k<$@8U#t{1yf!Ib2FUDxC! z*W{e#<2$0pLWJRyra5F2@Z#g%Myvp3Cd*@dM~fdkA?c;6Cm%Af1n$qsB&Gr|v(I?2 z>?}hTmk8s2VIGW$mo326hAT* z3a0Un8=ryZ{l#CodNzH9+r=D)_2NkltB&N1*eJR1!7V-%HGJ30ijP1Wup{JfI=k#j zDbe?L+HN_qxJ}$hMaOT)k)m5-W`+1oo=-n#-J2^~&T@c$&f!3ukvbkJM(bEX$Ma&d zj5U>%`v?U$$G0g`Y*qJP=(qH;QOzPK=Lqn^m#PL8c? z8w-@OxZ=PDv7?rWhl#lx`^4BS>WpLzhf$PI7ko#h3U-_#Y-H`gto0GLi~kFlG!Q6L z{*>gLbVLT05!~Rds(uKXTio zXR%Vjt9mr8KtRU&wsBPpj*+_`$+W1Ho#58xDXclXwHFIGHa4@Aen z%0VUP+mySzS6@zfT(l7YYXoO;qPyV{?J;;r3t^Pvql|0UbL1BH88Vy=nZLj<{;)LH80eTnOI}_yGtZFd!FEvlOk$s zQugArTVv*g1V-Rv0ei)nV3ClBk$O)WUv9?#0+cHYt=veuS)QA`zJGmor4va4D-qaX z_2MV#YOh+-v_cXWe?|zbToiifj&S{wJ({!hPF=x)`0D3gQQF;htCp2Q-uJPw z&h;hdhk`Ft{QX+;{$5Hw{3sI5**8-hZE-PQW_V3;emXpoG$V8+**d<~1?p{6e2BCQ z1@X_;gq%uysW7636zRZ(=ETYs&gF@cf$+1i{QT9Ae4Gq2%FSPf)cHmWizBmK`v{Zm z#@&M_K7_-Mnm!{7339be0x^Ls zukp@cb6m9}>1BG=fns1nd1k%(YF?2D_E%B=y2s+)AeT}z%o7f4J*LI?gr92knHzTi z1WH|F8Z2z}4{M;;AL-+FbL;l4Y}lz|-5w=i$8XxCA&uu**i8V@=wzk+WEZ~mG$ zQW+m2EZqkvt_{HF?H~~lhb2dK)=XGEDrO-2S2ILm+hFyLRFm-dlS>fG`|#G^>?pv2 zyK=q#Bp&UFE~Ez($Bj^}L@g*Ke{CQ%fIcs*B65w<_0!rMUy)#@$H13Fc6jqoE0nYs zSTNVT@U69)ZwedIFAIF^9 zWN)x9q2ytW#Cb@FQxu|$`JRv(8Cn7X$jG6G>2q@&b3(kG+g5yiG>5+LBZ+2a} zju^I4cPB_gf*-F3A}DUzVVdg+!~Z7v5Q|h^8yGon)|00jzwMS^#6q<#MvH>N4wYmYIk z*1OER4NVN4e>2lw)p-zS3o5i)e3aW|;tyBqQ||)!98|yCa=xvD5fbJIaVL7&qzI}I za-@dOF^f-xQ+{gacvvw11@IIpEMMJ&&7?C!Ju45~V-^draboq6zf6i+Xca*|vo)4$ zc7ORX{fRUD)NCp5m{#pX`#r(YwbV+Vs*E)Lpj_|uB#JDUHk^+P3J2#l>y+-czD2z| zDEUTUdeaJ*mC}VMoS!D@Qi{ZL2~nP7H2!__0a2tJfH;IhjP}!NpzgDQAPRG1*MqIU zq48+jug-U~bm8E)lUD)sN8U@2#+g5P=Y3DR4;96V_?7$CtH;K3PGkF?{*LvXFhsxJ zzCOnPFW_Waff+_o|^2Svz5#r>#~zh9xJ5WV;GMC-&9ShDLJ?aA>1552tvc*Ys`+i;Ar4 z;SCT0U|^p;!ruk&c(|x;aLlDpecX&w1B7f;7fd(;xWka735EA9sjCiNT`@+2cW$4{ z<@UGY=AY|wl{^G5(tb&7wq%cJ?X@>mb(od1{SohKO`9c4m=bmfKzX@c$^Aat&|P}$ z&}KC4qBQ#rX4d%+B*yokWNYf|O@xt_qI~YvEkf;fopei*t#QMrbIj%;oR#$|(iN4N zpAM<}qtB;eTVJ*hpr}8v#>PSb6v8o(fz^_$OZkZx(Y2@7{Ig?1=Uut%lZZfW&U9U8 zx3sRE>kp7Rs1_@?_Kdn}W z`O!V%%_&Pn%@mmhm|T)Z!ViMc0`@}?cA2f)(p2EdZ?1nUv7PnkyltudIN$vJO$aAU zINZ61;=!Q}{O;hDx2cG={S*JKZoadP<(Pu=j#dV{oab6TN(!ohKBG9Kmn3^5PmiPU z#SVyK46MhC&Kfg@tKn82T?Tv@rO!+*e{3je}pD>#5;Gg)bBUjxC+n>7@qDmr#+^HgI(0~B1FA1 z9bak?oKWvYdZwOs5FXmJ?tXD>_Ogss9cwuG7&%#AZo>t3lcFyHK8Z9Xg;)s>PA$V=h(`b- z0Bm0n%4Z68AgUfWb??q{y$fD5a``OY0op&*>;JGaMhm@nj!O$Ps zKE1Oiz2bL%PdOnEFF%F&H*JufcwwrIJp5juRhZF36dC@b!ZLfHn9!8gY09w~)^qq2 z*O?$NbZjTR$)}S&(CEtbZ!fc)KJ(x`z3@v?CPRFERpKYuub(ygpH4I^&{Nfg9^jX9 zLxFZ!Kp|ebYI%UKC=XHz5DNq@hsUiTNhhLOep?b}HP;N^m4HZgyAcO}F zekcm0rh>13`mN}EMp5$aAMNB;?eUHdftCv$?lrY}BTarAoTV@4dHh}|=t6-s|Mr*> zgOm1)LPFU8!HM1TFF+9L$%^?n_!56>_bwvr@cmS4GXKnI_;Gh5>a}q_T)QzKYPe*h z9!Wvc@i5dI6HUoKejcC^9hwF!sWd*Rq;Q>Fd0r)J_8O62_Vqgn9+#|W$c%g!ULZgm z^<$vQXKWbp3jjhA0Ohby9spzh1%>?MVM#9_qRRWLdHfe}gMt#~X&C@e_?b0|Og$+> zq=HkC^2g(M)^i=wY$@>1R6&&s)|@|UjU&uPlF+$n9etpO$aB)ph&z)a}E zeRS!+M|vsAoJAo3fTtPxfwrge^Fc_L?Sud;#@H5dZ+7xGle|)Z(O28b=wJ9mJa|4**aj zXd_qdQPKcDM*d@fUxYRJ%J;9LG&fTGC3p`PAHKfc;q;~#H*Y}nhc{6u9x|E98*6aT zXZ~9Xjm(e1eVrBwSQ6uliWn6UFwQVo#sC!4z@g7*Y7D<-q;Uc5pE?57aADYFzGNp8 z4&i_J0;12vO$ESwru$SLky#lejR4CK1^~$O!KNevL_huO0pP!j|BoHEfJC^lzz0JB zEiCgnEdVeC6C{L&0_Pir5cug!Q7|b04);G!7%^M`Vc}cH}eJgEHG009~p%ZxA$N1PyPQ12*v=w{bI1K4;JqI`aY~J0Fa0r^d(c`OD67r zC9XWGxmfC4AV6&P|C9sdrXt7e7b=Jc{`2(9zj4ub`hPL}YtjM=;`s>pm#75;2L}rej|lrO4+`*K z@)H0N8wLsIBNi?m5dRYu`v=O;90b%fY+t@|iqdi`bBX^;jQa486$Sy84AYvWWP@xr z?HSXm|EhMMk$l^s=HeaC@vYcXtHaF~)7&px=N-mNPNdiH%<36oi|H=_&n3n`x;@R` zzEYg&>xALT_8d&M%&BLsux%TfZP7d2J^f8Y-;$HW+V>mAz4l7;-rm5EWOK2i1=L`D z`WpoI6S9p_?WwIxK1;8d&>*d1-AUh)tvH-Z#%jzGQgR87TB_ZgyPDo92z83OT&i6P ztJ9@dgKP-Y?b-c!<8mtqzjjI0WSl9U9K2XgCN^lpn#j~RtdO-}cOc%m_j822waMG%!<+6r^_WKezj)8>q`?mzIuCxN#D4fZwO!VH52&PX0uBWcR~)CBe9w*>%qg$Xjr?=w zJ5m*YUmqixhE`>b|n)lR)N$+Kok<}?y+PGGxtudq)Cb7)KCR@&L zYU5GBpkc2G&(WTdo*r&d8oX>eKY!sOpxz_e8tGuue$_RdUA`Z z_-b_2s*iAHC*4~Rzj3qt1&r>9=;;|TW&Pr^r#!<Fsi(jl3+`@EsWs%xGec*?Ho%WV!!L?#F;S$1)=bf)XG#K9M z%=LeAS}HZ?Z^eCf3|E**ki1*V3pBi|tp)H$IfbyZlM|0+>7N413pkiK+m?=m!gSmd z8`2yQd$d?OX-ZLJ>#M&zc_|*ype2~Mw^P#=F+sv(WR_a-m$K9hBedk#s%%Ure>kMY zE%grgV3)aDcn?SfYdl=Q+A)UK=r0b?cUeDrZ7_E8E*H=KSkgEe7OPq^Uy|5garsr> zu3m+bS;D?HrmhJk&a8U2CedU33ka_8u)x!})#YY6y5pH?4Qe93q{(P?A*Ce6y7Qn; zb`Fg|h>7%U`NEw%icrh@H8$4S)Tu}rbxqK2Y_kP|j z%~~eaoF0skD9$|?|B89eL4iwpgxJb ztadrQA8Mg76uiH%INs15VJ^%oH0?@jagV2Y+nh!0U;HKx@eLTR_tWfSUjW-xveY<` z>37%P)Odd2YNA_iovzKEYgMB>Z!Hmxq4pvsk_u_j{tPV(yQysN_6L6rUmIs(&zUDN zeyGf3b6LM1M-LsIJsK=B(vnxNEkOGw5Spd&N$Rv!(Y{L8`>;iAsV5HQh&u06u}7BS zvQ%C8d`tP#-g4`LK@3^v$5cCP9U5r$j}4l;(Q<9E)FUnMWfB`z3LmDlJ#MQNmgD6f znXd{ZBkoIK-E1S_ZBmm~w0ib@TFfnm#!|Ovcm7>pFoOpDZEN#SztWC>-`(0IMzkP_ zG6}VlHqt=gssntU9Y(qt)h(rCgr*U~;$MK=cXA=|@A?^IHKde>^AxkhJ9qqg#99W! ze*qx7njLPmQ`4dZsGfYD9DBD$F}?p!D~!|VZ->OAVJ}sRH(;2}1fTM6y&e zOX6^7w`GQ&oW&2Z9~xobI`E;wZ9;2GMi?!{XUUEIFS3}38*HRQ;3c_yeYE(^wOi2K zU&dPx@YBP=Ps*mHl0y8JvcWlwr>>wac2h>Jzksot8WLGeJ#lu;$(8_#>?<8*yGrGq z^?>DRAXaced<<)g8tMxz1>HEg4is6yQ2NeRZ5%yKma?e8QLH-r{BWt7xu_^jv_G{t zdfvgH6f@-E_SS%w)SJ_JTaz1ZTwL|v9Io4GARseDD{IiLMv74S3+O&~VbH=?zA#=H z%Hmf*C0DtojI0b9DZU?hEfpD!NdN4;+padBH-vc5v6;NOAFSnY#WiA!3a$Nd;ao7_ z-6Le@R8koUf_c7Z&0_aBC?H=1MdPQs`cI7E!gc5dqp0nkV?oxr&9uqQ50g;MDU9JVCoD6&h4&JSi5>H-t<#UY zmwM`BdD3OF z8F_Mrl8E~p?;GOGiPia7N#P{ zV*^D3ZqG7=o5p-Bp)skNpVULb9rnUyu(18Rv{{n5xA}E-_%hGgUjP^#sGwigi2%m; zazi?_GZkA>W(G@4nH%X*m~IQ#RM;0Z3Fr5RGZD{KTgobU$p3cKR47_`2ixnlaIqRh z_c}rB9y@*>Dz>hIrRzf4I$2u;i13>@*B;&PDkO=UyP|%nUl)ZR+NbhNf9qslW3=pH zS4W9K(Ac?DBe8ML66MpwSFh-#)T8~f?r+#csFs5PLGCAKOtP1=-AhQd-C=a+e|D|$ z5JEsmevFpMLsclEw)a3=DG{T1jAQD_O!y0+t*$;ITi@=HLo6HE-x z2&wOKEJ>|EJ7WK}I9y~I!NFi)Ev!pdI-W(XY3kq%W8Qe=P$F?+AeHmyctBc!d*u+g zTBDL8e0Zcjz%c;R*#7Y1#+61Zy$)C~OWOkQC9u0WOWW zkEM^x{YY4mA)Xpp5pJ&?vbk`7*LN#2j|$Fh4zE6cfz@bzouI|}wzpoUE36=EeO3O+ zG}=L(0|&P4y1kVW6i*e(XDnDU$%^Ksi|mo*9Qpu~d@)<)YzU?z?ZEiLqDq;v70kQ$ zhdP7CC$tpb^=Gr(SbWTwhQ(eb2>D4#o;~_E%u#^?fvGAer1re7xxM`AItlV+@0p|OQnkw44LC#g-8j7ZO2pVp z!AVMj^lU&iKRf)m%I40C?AsJvn^ID8^&A0&scjNk??F?R!XD9I;a0vl6MjP-S!)m0 zT27wTM2Sejeo>KO%~MqardVmL(?Ik8jbP{$wSi?WgyVe8`nW^m9)-nzu*`nRFU){+ zzgudlr7L8&#gl}50nt?4byt>5K?iiAhqGl%1%lVr5puw_PZw_yld~^S+sO3JqcDS;XuJ_kgNx~By!oclgavyXB zQDaKkf57w1+bn4$9aAe_iPc;+pkj(9B_WVkp)W%%o2>WMFhYxNA4z$lqZgl%uPbqx>wlH1tY}@vG2k$jPbb_J9UU(QwURXw8DB** zrMa`G+4m%62WUTs-_^3{HLK6!I6-$PJXshL6425HUwG!NUQLmUU5_}`vA?!L*se(< zl&T491Hk&_N{Os7^AV4X$t}1SKvo7`IqnbK)a&bO@rlioM9UhkUC;3-(vAEwK5U_v z=EbIz&!iR8xGmI*g}7aOwO8CpzDrljR1`WpA7vY{)0EbqTf7!OJ`mfkk?l4%tnB_# zk+)7AtqA8Jn{}knGxKRM(j19^ev!rTXa7{%p^SwCUAQJm(#(@+Iad)HvNe%Meja|8;~m4Hm*1Te-sHxA(CT|R%GtHL{CuwAhv0$U ze4&)O-5SCuUKuHWf$B8x5jx}QLZCy@F86|A%Rd!Y@&wU%bUBl_C?@W-NhYdF&@H`a zWiv7nT~mutvM~?vWWvvowRU&~yXtD8D5*AnWA8U{cSD}XPr609kM~z(bQL!n$ig7^ zKa**}wxeVJ_c|Txw8v(+cvo{-pa3zLtwO8jM^exIB+#x>26IqR+FhYy7S7dIP}3Yx^8mU)jh$b$y(P=~!QwX?VH2z}G%Z_L_ToGV4($?zd~Mcy-Y& zdHsB3`)3(02049jn!ARf(Z9bkj4aqPv*J8qu;wJ<=$d@opo^TTKRi@96EQ4bap!e!7-@c(&T)Z6Sv-=AfUF(xm$h~I zQ0oq>d>b;itQvW|W`D)6u3lK13&rt)45StyTmtxvbq1>=Jd6cJi-||yLxu#RR1+?^ z9QP|RSY2FExe8i}`|pzI(`sqND4n-2owr76m;JoFEcnTPwVpBVbT$hhh;?dmE1Ntm z!)rFRak=JDNR>ho*7%9{%hy|U3lMJ+nf!EBk4V3_5ERE?8#?$T=ktoMSd`9i)5U6^ zxnOv1G}F`Lv`w)jFbjl%w?OVIc15f8(!L|K>GICyps~A>NrDl3eyz#c`iQ=IyT#KX z!!-jUwBiTG6|iR|>xU>|C|f;^u>cX?$N8P`n=X|8t9y$(i~;`lRt7H{>gUx(TL?33k? z|8H|Xu)_qIjj+Y+%3>$->;yL`xG|~Z$wKXu#^hYfTi&Ma*8+AM9d7pqMX_rYHXLqg z$MN5NnYH_)G;_ii{!lK6)gA+1vM2V7@l@DHo6@S@}Y^zm1_sNEO?{g`|jV? zM_H3J#mpfQO6Bd9#NYc{7KAC%iL?ZOYhp~{r^J6)UN&tmPR}qsZT|w?i?ErBsx#Rx z_M$zq5=RSF)`4;IsVsT-Bp?Bbig((zwz%wXeP%{t26$Syw^m=Xa8txPX=Fzk{3|go zDV&EC7j7yx*cfStWcZ=xY~*P+SP6&r8WQ1=T~4(Aqd-1jzN&9uc^1a-gi^o*_WTvq zLw$45kqoB3jI5jk*{$#G9}H369;k@a$Nggr*?Qpl*woqVkL%&De)$@2i6j0b>gR4W zX4O8p{2r)p-!PiFuF@#iFElGBA~4Ve`)Hf29R*D72Q?-o^!M_#EDYGk8qA&&+Gy(K z(`+yp>Fn_)G@4Jn;x0Z(Xr>nchc}GF86$lD#TTn(bj;ipe%yr_A0LCI%`Wze<}5W^ zgecq19UqIt?A`7n5J$xVBuME^<}K-xR9c_%Kn!_pyopB$Xs?xD{ZycI5QFY2K6wh?_^hjf zBr3G7N@N1#&bxbV)0(56|57Iz^zo zB=t9A`ba!z-^LUh;-%NT$z*Hy7l5+jC1*6q|rz3d}N~9 zn>H`m_S4y9Ku$cB7sxVn_f&1p>l4sIkjBKIRNefg>MPpmd1JIfYB#eEy1t8yF35Dn zQ-smx+O&$i&4GhftGf*xTFa+pY=l@l>j*7l1lc^HaxXuSMe4=SVAJvsvx=In0s9z< zM2Ea9&i1Cu)9z0%WxI~Z(}`pyq5b+nUegJra^v|Spo#%{NH~y3&kOId$ZI-;fr?z> zu$0xLnnhder@ebe;!vlS2XJ}CJ_F|ovFv=f4#~TLDZzYM>2>fqz(B6*Qey+Zi9Jqt z{1`7T4D4POOPYpHIMUwe&$o=-t@iydfRpWTt51YNF$TNPSIdwFbrglsjxr6=^Ic7&IXz1{q(&A*1AA9FxV$nji1`sow7keTkqP zu&;rzXj8Agd=85nA6(Z=v6jR0P=4se_Qobe6Pj6pvrnKb$1y~52z$djkT^ETXhWa{hg+d&7IBKWQo3}^C| z%j(XqZlk!Li#nPp2kybbq~)^pHRRIGawe^WX{FKRTNh$-E!G?t=E^G=W#R1#_y->#sfy&D&o1P8$uK7Qm61n8(U}Nc|CE&F1^Z zkBAL_eD-nq!N2@djzhOZVreQj*R=oS3w(NBSCqwvC|l+ECoQ#F;}eUO+e^tc2?GXD zmWk$Ri|yP)jziLuK?(hNJvrlRi0Ufvp)adhmT<>V-pldi8+G9}m*z$5ISqkq27zLW8;7mjX7tkP22YDY zVeP_h$9P4C6Do9 z$?dR8IjGjF6Q81?mI%Yw#I4B!!8a9o`nAl>53Z=hb-5ZzONSU<>qCykL3`pl&h z{m&uF2aU&&tz=r41o}u9^PP|B$mXMe0SxL43~GlCkr0WYfvx0h;YXGU)S2M9?r_;~ z3GR5)j9cV&*qm6oHQH0rMkP7v<+%j z9s5bkCfM3827fR*VT0IF3}Sz{)@Xu~J@lM#F05_oG%Y<|bUVjXHqwagPlwU&A1iN2 zR+BQ{U~aG>31L&HYyNzD+M43}AG+%DDs~9=R-^osXJ;{l@usLR3wR@fr9`7GCI-C# z^Q#9~{!7AWwv%4_bVaP#S926rBGbe~8KZrY8V#Lyv*$)uqvN=;hh&C{Q>A*Gx{X|E z*t5la?KI?m4R8oCZmx+|tyX9Qd+?8ZH!KZE*8Yyes zbN_B~%j?5PalvgNgE~%FM`m9BmGFD1s8|YH*cvNawbhkNcL$FJLz73+PK6Z zd*+trj|>sp6{|8Y?Hfh46tij7JMoC2aaZ>C(lG0;xI|R>?SK)JcEv&(tS?Z zN-^2%#eRwdDb0#4gpdc>>wmHI)lqFN?boy~v``8Z3k3p{;1Ik}f?ljRl;Z9##a&t~ zKuT~AP`nUag2Tn#-C618-h1{$t?2Eq`e+#G_Pga# z=oqSUxu#y6>8T4ca42PB6X;(Yhz=(VWCNjivE<2qJS+XqZ znp3-asW+lr?j9&7B9ay~P(Pxt?Kz;DkI9OaGt_2Jh%pk}{&<8pFz_BfdT`EpUd78~ zj=ha2r90DV<@EgH>{5^pV4P$62>7vBUj)i{1_ps#AVL1POyO6BLj?#y@!1L(ZkB|? zy|KT|@01Wk4RkR4UT=??DU!d;@hC6#)J(9H-k`E5*=u_&=Z(dYo12YOGBXizCuhy+ zi?XelcRHn7)jP860b|}{l=iKUKI2-8YDHmDsu>VLX_r#D{f6mno;)+aStf?_^cvOd z=n`n88>Qz#dD-yiF*#9yXkdu%?7+&viZYD1Iu)HKGcZ=WZ*i*gq!(f`6Q#L5!V8T1 z?ALV@JRg!=>YCh17xa#50eK}851QdD5uSQ4Cg00Z|K{QQWtFs7jwu*{zNti_QUNZ+ zd!-yaa{VeXfRBNVODtxfo=zR(gIv=yR*tFn)+Ktu6JI{^0+m9bn=-|tAP&FDg%4>8 zL!n1qEgglvY|YJWX?z~N@v*?3*!+~A0nLKIC5NDrREg4BM-P|pn zyp#t1^07KqRNBLS1MYFJgz&t!1JS3t4cVuiNW2-7u`?hbD{Ote4KOlLtBd7#W>p>8 zk2Q5dvZL1f8mhRdtyvfv@7V?u{R9Op^y@*rxA@h_R5&~=;Jt;=l+KJqGDQ8@@j_%WeoL!AH-dd>sKYx=%#)=tE1TK@E*;)GNweRMU_-G z(3f3rEPVfwN~&MOe#wJOxuFWNTihVP3J?JH^!I+a00F@b3w>2cXYRKTFm~HFP|5eM zS+v`4Ek*!Ie{qb{|5$1G-rWt%OzYeo=|ebE?6`u;#;ne3&hwq?zGNEW@MV-v+O{AkWzDLSX))OpmH!;?RSwW z&>zh;37ZzA7$(RB$RrcvVknKJ0BDjp)&4rsj)xgG-d@Hry%;GURd+IrKZSt-+^MKB zGS#oK6B0IT@rn+t=1GwsMt~69T#-#o1W14zl<)BjDDahO#4m=V__q%dfs@SvB|-bVK>&=58e4 zm&=S0i>UubD}${B(+Eg9(G>Z|ACm-9?Pbf;s%xdp!?%F|I}bqQQmnty?*=>j&Fa3? zPUd{>TGpTBN3GYEX+SY}-&Cslw-fcmF6G~IS3ceHiHAGd4Ur!Uk0=gaUz~sr&!I~d z6cSE5@@h?P)%lOQ5sCbb`>($*Gony#F}BT#tf>KXGq&;1biK-%hul!87J;lbC$3>E zw$Qv3x$G{6QTHU^t%04jiqiIfSYnycbeH!#)pNFa;j4l^T{qu!`YFg5-+xGvq6`xp z&js8Eh3NC$0)~OH68=#- zcfZ`?Z9UAhM}#@Q$JXIWC8e^^EZ8VeGNYbd*og%2nW?`@W8WvwIRH zEIy*#7U_m$n;*OVAQnk%lS1c8!@eI9AUHlMmVu_8|NW48O#xr))j}zPIJ(_pTio?L zzK={J73Ze9>9yM8*gJ_{PL`~GSkrGg;{gpGwu@AAIvt6ijctm0SfqXLF1HfhU8=t7 zX9%6j>tUHY!*bG*3>PnoxUb?S5k1|%A$n%&dow8uLj7m77B8a+#mf@;RLFL2N(i^D zO@g{eR53C4R(l2VsFOrxp1F4Ozc>;$jt|VKF(8I9AKl_&QSQLUQrX|_?<*z1h?w^| zULW%p!TK}#E$XZthjIf!LSiR<6)J_N8O93vf}j{eJ)%y->Co8%dgX0CC@AtqvvTal*JMKITUGVk`&HVTVw!qvu zS#b~}Bd5l?u2-#9N7l}L(}-QW2M1AH#(VS8f8d*%1*4!Ex%5K(%3G> zf(0h>H~8zdm^qyn{7SegU09YR)>|RqERJoEA1GfjGUWy{@Pr&Orv)kOMrO#&j4Ge9 z6F{GgCmIp?aX1ez^sNNj0?lA_eLSC90$pKjnu4UsAn7@H7J1%LNQn>D#QA4 z20DC28al7c0Q3$h0i_Kg&!Co{k6`8ksV$3Nzn}0j!}oPiK6N_3JYt*RPJ#T&Bec@W zjcsA9W6Q{*ZYshKi7vJX6*`6#ANkLMI~2r*+(92(J4(72JQ6!@9TEt+RK?D8O4Ixw3 zJIboCxxhQHivJf!DNj#kS*`wrIS-L7!=k<^Ve+T=*-Z83WCEv=$u403zLa&}Sq@xGuN6IL*@|3PTQ_xbhhfWv_uLnWKK^LMh za!gH?PpCpR2^F37YG9rEiev$_ak2QT6#2Pr?v%QixEp87y`R`sjv5k3_jH&(eMVCv zs%f3?cj385AFTKr&I5-nAVxM!of_VE?7mBmw+h`=%xU7Ua!UWQ{*wcnIC=FIQI@P6FV~46H&(H z)S3(xnm+T{HW|f_5n8RNyojdh|_*6>=i$jMc#F|)f+{vw0;+( ztkbc0Q>u9J7pKD1=lvFLO~>=+XO|b(Jw^&u{Tjsb?uJ4mlrdgDBJO!kp2In%nZK{4 zK`bwO)UiP&QU%&3Q{tXi*%yP)Wpo;Go+V0JB?i-r+-&>Oyh+t6kv+_&47BQ`#rJ@y z4xO{XR1A=HXDml<@0NlqoSBsDH-dF8HA-`C0na3K7mwW`O*KtD)FezTuH#CdBp zUshH$&JXVUI@;M-2H{R>o2BPuQiQzg_=USfd5EK9{avYFKJuLO+mE*B{2pd!VDMsbeHk z(_$4Vo7x&WI@e+cUNF{l&2LM=ion?SD;Wnvll3N$DOKCArq|7kDN}AdCGBMN0Dmyf z3GYY3w+eV%SN4Xc(;%kk{)A+QA?21-b{klBW0;!M0?n86|EzWjfue z+p{K>EU}-bvB!|$b=cu|g1R8%yP`jznMMm{!znyh#ca{sijl4%7H zB-INB`i`+m-emqbXc&tP2x>yJqNjVK<8p1dQ(uwxZ+@xcT&w@7r#aG@W*2QOwaYks zOGm(*s=CR0;h`Ad-aT>~N$f2?nWMAwfT&ONm@v(~Q3tXT6HvuY|8S}@?x3T{$y!$~ zJh+!9^j`g{qU5q*`|^OM&OxE3`Hsd`HLphfcW>GIecVze%^T0`i$)zx*n=Q6kzHX7 z$^13YFpn~=Nq}K6heEE7#$S^2ru%|y!eHAK99{oYtd`h9y1D^M*~*^$-KXg0%CZNz zDI1aAQmd=qPI)#-?^As;C*B7c#am()ktyg=B6eq-dn$4jsF==5u zRldBO3oMI`l;x^aTAg|_i#zi1t$LkRh|Ij}_eqJ4BWJJ(c1y5mj3StHE6ez;fzYtC z?!{xDvCb+)&8LXvR%J2KE*Zb3Cc3p8%kG7&ZDj?A&hz%k1^9YI*y-3k`h@)J+^`2K znh$!ntX}73D4CRIqAAdB@U&erTf}c!dzGayJaP2hi@!MZ<3%G>TGygg+$Kk6>jr~6 z&#$`Pq;ZMb&i{TEj$XPy0LAyN4`{@D4G_Ce%pUf7GfoEyriVvfb77gs!cqbPyH1Zu zR)5$tO}i0k+i{BvQ7)K65{)Xr&e_{%dXccj+jpIQBZ|8^TTETNv5VF%WzjB>TbvIz ztEnXVV9_{&vXC#AlIGoAPWpW$Rv4vovk{+Nm1ig<`t!4Ae03*jK$_P;0B?-Vg%q>_ zthBUAIx$n4`aRKhA6VpwQ0bq&4khtHSoNN@rp?UIcSfWqBa11*TsQiA=Xlds z)~9=DEI!xP(sOgQ5=vTnav6|6q|${@%0m(%zQvfQk=ikW$tHuy#>+dXw2K9f>h%os zr+qbpe7}(OY#Y#*tmyiDdL&lAe7@gipQZpN{bSNd_Q1)Md;4qu*H=u09As_ushTR9 zfm@tGsLtx&Q^iVMveEup{6`0?;f_3Cc#1Jk5BOI^kI(S_O0$&UCvPLIoRRZ|X)4}O z^~u>06Ym)EBHMWE@DH-Q(Qf|a6D+CAXNWip0O0R7l?4#{D!=aSQVrp=4(+m=kp#Py zYX=t~zMni7W3$)1x;CAxgkw_ni|wx!tzI)hE@GBvCn;a* zPP9^_=-}V^HiwSc)-fNJ1~;R(S8B-;{Z0gtX>*u@TLm@>9qpS)lv&(Iw7^82dZJc>2<`r^Aml{a)D`95DT}~ z&DJwp-yZSxJE0r;wnXsq;V8>*kYNR@>zbYFVne;U1Gtij2Xv(;6^V(dHwxO5kxkBa zpA!4lQ3C)z3%q0N6@)2aKqMKp7%6!b(v~A3u=S?Oh!$#6cmA)!l&AD!7UQInmPIYQ1@SMvZ^4MXZ zP(0~O+S6_8&+p%XpSoA1WKvlDdnUaUxW?G{ZtHQ~g^9!zGg|6~SPIa1Bn|L+`JTSm zZOGw^`L9f|>J!Gkgo{MHAIisBwCMFfI~(gac^S<6lCF3iEzw;*hE1u~6uDUm6S9Il>D!ghz?&rU^bik<)uQRIX|bAYE~4NTC$ z{B)xKaWy7*XSC`POUd zApvJV5ZMI=QKJH}AfQs)v>tAIGYF(WlRtm^PSUg<7;;?34GR%zerUbAs^2z!nB38Q ztqZL6$TAq64goI5l6q0qYImxH#Xuk z8_I4jI_B;h>fF*en0JmTD~lVqM#VI0K~=s!$W;o@`8pC%#Lm)iZohes^c3D4BDkIj@rDXEF1(T0nHd) zhotBiO&F7P*cClyaa)9YrXo9r$m+71y8sH#j)uA{d*B{hk8bewWT=e!#@L5lgJ@G< zP=)0>naWz^7A(VHMT|wUl((_1l+A^n65v6x>+olp`c583I$UPwEyn@t4Xn*)+kuO%E<@$x`XRi{_?x_ss8y1{f%h&hklOq4?~`9 z+1h1El9E2vX0+VUc7jyV#hAcDz8%%BHKs}LS-i5Lt*nV<&f*$pixmZI^Mi0I zGtEdo3h9A39v3gCL0ZtNX~!V<)w`g{tR8zklkR;r3S6I9q;=aGoB>I=&^{JK4GeF2 z8{29<*b8uLSN*Jgk(6?vBRfJRUbbYg&Dh_B$DNbD^0-E8LMbfNrrrG)hYt;2bbbvX z8tVKab};qR;g8367^_dRGsd;?3l3kHlENeY=JVT@Uzr$=I8eqJ5S_$i5YAB?IG*5y-=5EwE1pl$Wi7q zV1*A7Tt50DpFNf9CxQA^d!Z-h=l>ui6 zGEabb6BR5tb;)5X@-HWIF6t;*8}wJXef%zHAeh(%XO#*Qp8jQ(_cxC8CKN2WH!Kmd z5iDV*1qRI!!o~bnZQ+HnhEz9}emT<|5wu}2FRL$zwsuvxa~QWDAdb+O2uWr)q)wQrk93=|`jFd(ZZOH@hcV;+ls&^>6pdWWUDtqW%DJ7z0p*`DRnQyOALUl8*=c-We_|4qsBv{=twVGEmxs8Yt| ze?0OBKj+pQ6_kRx*%inVSy=o;m{|}VxX>xZ4nn-%{Z`pb8=S_p;zl7ym^Vj{zWQVk z2<&^nY2!%HB`s|Yi%I$x=hs#d(Clz%CQ-N`&FKL>cHY-e*;>(u3rtrGiok@Ghx-};U?O)O-L`~KvCNl6Qn1a&{+td=$uB$O z&Dj@t&4p#KOs>*TxLVTJf7HzqgB8wRolQQ$T1LZP?V70@yD1DuAUJ6(_uhK-hBdIL z(d!R6^5jLXjQJofMGPyibPnEeB@(${>oXA%eR0p#*`K(u_1p+!Pt@Bz4v7PV;l#Oa z`ik|CPilvJZsgZV{Io!l^vxK%6$o8Ww%dMc9eJ}0u{`~_N49~SJfbTd3~qoqLtLtl zuQV1NkMjqO%^2i2M9N`q}jF@K>9EeuN(w+;mcj&4|96D~G7;;X@o+dt%Fx51d)<<+IoXW{KD#X_AwSLuk0T-&~bltH|q ztfUrH`GVq0>cg~QW!8FY#M3dcOxctgaWzMVV{F9!P=fHU_ci_j#KgqdC+~5=pe~uK z3i{`wF4IaGsRG&G=bX_#qCl=h&2G!z8k`UEMv`$ip8m7x^hY!jJF_IP1CxTf$*{G> zgotFP%=NauWS+ZuJQTnF+U~2Hg18@3?vhy>*(RXZeoSUYpJ@<3ILHq&NR8+qTo6^( z+8BIY6Bxmri8^d3RM6?t4^}>)k2ldPKJ8%y9`4BxmI3$?9(S8?dvlfl;aAXZttS?r+(F zs#5V-?L0`QIOufTM_a@_MhYOsBf=7y~jq`70lAd6ESj=MohxEK=obRI+~=yweag5LlYfxn6`NhaJeJp-0jQZF_EUX*<) z+TY%%n`wXT)j8f{`f8W#im~V3y+3uoDhD#}GHX=6O5FWXp3l>3_AkzBFFM;9@vN1W z1jAY$t_#wMyrvS8@9CwgWD};v5s*P~2pV|R4b(r|Q_{4K^D_R~Q!hZ@da<#QhHWZ_ zPgwVcB^BHVoiIrabrCaPV>19(JT|sX5z*K>!i>R#6wIrxZ&0=BUk|5Z>}KRuX9*LL z-S2aQ5iX*B2l4M<{flBjWpi5&qBApe;Ma{9F4o`~5%epVdw4|Bpe)$izE*|HKA6ju z$2*(sq;PHKq;K-MN&dZ_4*bP$y&S4=7=z}7WR75UDI<^(ObTY45K)<=w%~;aS}}ES z>b{VxQMh&QHn0Pd_FRG))|jx#o@|08m%oRXp%lc^<+hs;jO*`p+F+=}Ye5El>@!Pr zWkKb312i8y0z!_iFR;I7FgTMdHS1IXmPkotvryF*ahnx5dw=Tw+bP=Lf*C3fGI4|A ztE?sGF-S@Z(BwpFJjuMELEHDnHolPaTou{asK)(oc1%nt&Y51TC*QpsC9B-~Y^Wo4 z^w|itVLwOjVuzRqgiA-{VSy_TDx#y|Qg#VNiZQ zep?F?p#EKYIw4+B!#;~d4clZ(Y@!*D)#>e1V-*F#b z&CKl&E%M=iCV0()fR#1Q9Itjby@D9V^e5F!s}B~*348N?IAdMNb!Wg8j0@f2WlJYy z6-m+O9fT6~@x1Se-6x$-u`zTt>3n}am@6ec;4cBO>{Aiup20I^9kJOpyJ#*y1U1*# zasiGEi1`t%F9&*q#G>GuC*c5p1Cqg-48DzCs($>Fo|OFIY~B0Dkg12z3+55o7TCi{Dk2=e@weLxF1m? z*RJkCQJLME!0DkqoTgE>=e7cFp+Ze?*y${Z%BfO>%}GKa&t^CLo@i>gLTewgy^ zvDc)qJ+aX_d6hBsnDrq_HEa8HT39e^P^`}_a0u_o&#&x#>Sr8U$=5^Tb*^2 z1*)ven^jQ`-VZv?h=mijAHtBA2D6b>`)_Py53=KhRozLnYoNGTkygA;(~#WJqQC67 z^B}+&%2~+ROt~#l@1bLh8_8(2c&MaT^f|Yd`s%QIigv8>MqolSD9mY#DeX#h!B>crqgF-L- zAv_FKPYAJXtECWz;nv62L?}#k5MIqMrl#!ofpF{2`WfkCuwoJodQ|$aHS^ccXHE8A7uTDD#v6PT7r@G_>p&B7sj5)4{Row`(%Tvsz&IuESZDBdcECzI z@Bx@}X%aBj`ZL92xwl76>{G=>1ehj-D)f6f@8a}=8|KoL;FxhDmau2Px5`jSnOpRV~O=ZoJfhhl;hL~JEzN);5gU*>Wvmv zUGiu*MOZ0xmGE)!OsBg+(U2AEziO&gWcVV=o4EUTK(S-$lob-c{wL(s#!j9ozxmjG z{b1tOreAf1_Cp0sLywAExV*K|)Iha4K?TeRd|jQG=xvl~K+@D=R(Y7(EN?>f!h`UI zC0(vP9>M_z`A|w%!wBKBg>o3l`)jW9#RSVK))Xe4_D)tfW`4}dxEM}!_veRjS!Ob^ zhKjqB({!IUVcsz&l08qj1dv*G)i6u)tbG+gVcEz=L*2G!L(E(}^r>|y;lj$@?Ufq4 z_naf@gdAfjU!2V9r&FXC$E}fB6>w-K_`O(rk1OV59bp07Mf<>Z)kQ(euuSV2k9y{C zk%0xINGHeyB>Hm~Idgd%t7fd<{FaZ7kq-?gOhvR<@b*qALUE%5((lhEWcQlSinuhE zU%-9(zxU=$hXlOqjVe*Vq%>6{ogoRkOp;@a-K5t@#W?YNY#!b?9SW*V7?9~Ap4%Rw z$)vvdWCo<^@Q@7tSjD5d65(OH1`+hqtADpSIT)D-7qHzQEpzRUSz!=lbtWe$_IqgW zl-v7@^AW~?EYbjONlxqhe&6^M!v^dgPHImg-~_TX7;bJZ0z%d-Ud+k&mv!IQ`j;Lw zT1j()pE|M2uM0IV&R0iCDUG@w$VMTFvdvrjhWv%OlNVhuLiz%@by51dHEQ4%` z0eZd8!!H&4rAa`f-KG@$BNvGl(&tv}I%%`C#9l}YvHD7#?Z(XTz4lmYt%fbRFu^j3 z#t&O-$?5B7w$exH-Qi2`YV}NVzR1Mh*x;c6Gs#KS361KkZB+ge0*pt!5S{B+vq{2s zU#t0s2360!H0~2gE&K|~`bY61Btn~);hWc_{(a3`thP-+7w%3g^zLTtFFdGQel@Gh zs`J>LM8iqVB|;q~A6eB@A`rJ}=uK*(dPLFOP-&Eh1^O^pqMNbMb=I#R{onh=Y zHoK?N=Ec;f(~-oy#_W82P8)%-nu#U?^wR4r+$w9FOW%FxJz53-#jy2B=<18BNGW<= z?Se7;RnFyA-B`&-YpVDIcgPIaNGEr?$vcz9Jy-C>y;56|5x9A7?^CKfa(NnySiD`) zgwk6CaQkn8DbDtZnA_OM&E^5A2oHTD%BP5d9%b^60I=T&q$7pdOOYpyEhQlVr1LRGy%j$1i)vI$G zMa|HUlms}ye?ndOTB`O&L0cQaJ+l*^#U_Zzt)t>)~>7>XCiw|#Wdt9 zG7G=e*@op0+W(@5&z{V}i`z_z)Zj#BJY{83B13MoNhNRG!$&1)mvcCG0w1XLGo-wU z%kPgKcs;n|%a337?O*qXmyR8V7xnshO?y8;^|W+(P_c+i`)dmk7zE%i#m0D{`flXY zjc42g}~sLtVs&TCLoMs}}V? zo9;}1>KN+m2M;k2A1_-_eOiq>cCFN0gKzv1qBolc@$!}?Kaa69{)@8!wGF00UU9=m zrN#luWb}oCo2bqY^^EageKhau_G%?6?V^sPTmusEu(XuA*qKfJ&EfyS!S3#R-H)u` z05r2gA$B(|XDKd5q-1VEcd1@V<3(T^QeXd=IGGUT&C`7x=ix5;QnP=raY;0oZ{x65 zD^KBbXCaYnI0HOLpeI&#u?GV3!iVteW9ATpc06Y3(P)oxt|r}8xcrf1v+Nq3fNef! z!KZFil;WL+^F7knADc^GHU0>A!oyo`p|;q@KVSRq*CwT80P*y@?Y+lQvw<}+NHyq} z<;kB(E|r2~wVcM1!UOOxZ4O5! z6H*VgQeDM_DO&{aMSI2sk_}EZr<*x5PR17K^z%RqaudPxg0!XC7E;VQbRz zVpHD~(Zy?~o*@GNQE8ZX z|9f$Z+gXtrX+1sB_Jo(v^79ynVk(@0)}YS~3Ma$rtUxo9uWv(sxhvTXc9W@--FlyH zRAZ_4cK5Vbv+(6NysR!Hg9fUJk=Ndg7g3F(@AH>koCAEJO%5iZmh>jVLp}xfrgw*- z#D8(*Rt%8NVm3gcbM51Qr5+?Q#Eq6JKLQ(ldHp)eR#EIyM)?^m#0r+&(5l)WI$zaR z?7S|kQmR;jV&Qv76sbH*+{MP~D=0A*Li_-#(g+n1xCd~X1)(jOd%Hc!ik(`V{CAi} zfJEdV+kZZ%$F=@hgPO=LztUV5ps`z6rZf(#(V{eCH;4dnl9@LONXhP4ZhMUPRCdTG z^Un&%jd`|Mh{1z(KL-5at(_c*(C?^wVz*h|WPU`+5^kgQ>yq<`)^T%BkFqz<1PSCW zZxI>q#*1u}qN~?$qjnI`CC6^iv3oTCYq2rl(92M`TE{heJtu9-J~01>C}Zc`kZ0}c zkXKOaQq8w9hV%8LANe}A^I|f)vt5q+G$-?V!l~Dbl(C-0s*a11eeRY_Uu{W4+#h=P zvG?ZxeD=@ad18pP1u-S2bf{pdSRPe_WE@$28ap>e z)wg0LwW9lK%b&4h0U!-gmqpYM=c=BWC$vq$Bu^x_5KxgA^XN1`L#2?^K%;*QM#V^j ze}B49H-D71Qk*+tdXV;F9$ElTqa3q!lr(=1dTtEQp?>xUXiv8Oa|&b?T32+_+W(cS zirF*ETNU>|Mg-%kh+9fV-l~Y)k(_LcFf&EyLk1Vq0@F*fD?{GYcP@RCMondU zg2YSN&CUn=_QQ_OZ2Sr9Tg9z@Cf8)9yglbV&R$VlHgGRFrnJNYh;Ger4|-$I`0aZM z0BC2{=LN7cQ4CTvx9jb6DH3qa@XioE>2k%sd~a8O$e+|L>%Bsg6K-@eF{&X;`*S90 zy1{2PN8ja6%KBY={9;!Usc3jp&II(krfVD9W}AsXLCMKq91GN9LylA;mGPMcfE>R* zy$p+!iOA+IA0yoKMhX1?n`n0fdDUA6Mef{t7<+8}1%FP-!SLNwa9g~3E_j;&#`W(z z5+I8745s<-~0uu_77YEi(rW-C4d*Z9~4Vnnso9 z+*Nmo_OSnQlT$&Gqd%45S7ZNrYgXzIwGjSJ@5DQG#An(9;A5Bx2-NVsHj-eaM}A`P zTkvfq`Q{=K(dv>)73yf%QKax(WG8c7-sCjvc*-VepJ?aJ1e>{>T+(dp*hMAl(-Y+cR{yp4ucW4b|lY{OO+ zJ_1EfnakV)1N8GMf_jY$ZQkWSrtMdLr@MYG<)^KP4TI7j^vkZrosIM)uYH$Y=LggLpT8a>>sELFZ?NjbrZT_tK`h|7C&!d)F`+i; zOg16EzvcRBqgvd*-{8)m-{3g+=hR=E_AP8jyB#*@>j<)mU^(0#2~=2^oIf#l5z=Bx zGDS0QQNjMqW7nINY{dCGp3J63hUcI}QUlUGN`j782N4QyF+naeH`$!4sQDLdYhtNR z@APH^>1+b+R385Mi*vP3jBfoizb(sn0x%P^;8mYqBa+-&KU_iPm@C8=L6R9SQyr`X z7t=`1tJD0>;iObeYmh}q0RA1Z`{gzhqNW29;P)t=c_x^CF?tsIb9-xl6fbsyDS{;r znP(el7mw?yxIU_#qg6NKVkOX&)Gi`bveGsCDX5S@Xo59>8OC%>3lviHv=y&WGBElv zQlvcw@`|(kp@#Pt=cc=Kd2ZIXC$?3?+ov_BYMF0G*|DNT^J*KRdZ4-$rq3)p2OGT| zQkaVF7)&&WlXrn0afAJ_Xg<~Vc=`-EgVD42{7|`I!uzh|H1Dlj`3T7NrK$JGJ%LW; z@uUY6rSkIAVRa-X0gW|&`t?(`E+;ZfpJ#F%;g%l85;=;iBBk9CsMaulXt4HYueT#s zy{CJ^ECs6-yWqh#85nfAzd!hVHocVhBbc9%Feo0HJbXARo{2rN9Xa&)(H+dlcwvSCU-yt+ zpJG)Z>5zB0Fzl;CTm+Q=u;%8Lxd-`+QyV~a;UAEG!mxk8iv_#oZ$}gEJa}cuChz~W z5PM(_SoTLDc3>VX06j_UX9yXTQjti_Wt_y{jmPuf>Lz6v$FiEF=5SJv2SnF*vt%r_ z!q7Hb{lIYlC!Kc$8^`*PQHk@PkN|8}mTXrLi7(|H!nOc8AMCm0^kj35UpzKI;&(|e z82>XBr|OP>$(;9gkxdm`}#yXvWqM57B)FxHCuSG*vBsGHXSMkh2kVXbitHKrnZ)RU`! z2}$g*+t{K>UO&aD0pXt6{df+u!HW}g;59F#->vI*z9;*KkQm2FNaCMnu=s24)VdmU z7XI)K-|ukoFDcK%1Y4GfBxv70X)@QeV#{!O4F-(h=(~;ES>e??zv7VIzE%8#q|ID&Y_Bdp6?eSECJF z7(OqL<2rq2YA_%FAE#Qkd5u1kJlAsywrh%64ap6Wg1J}pF56$ID;9j-bU!Jr7~#`r zwNen`y4Yq5?}id#ataECm{0I|g%0JvJ9C`-f|uA!zR-2k#O6p-|BwBMGg>tgY&bUl_a>(-wy4vORK=qXV+q`LF0Fh!T+7m)ETS%^@}nw361qJGc&82 zc&_+XAzoPbYk#GueE$&IScD~8ZT`F}A+68CS^dXRnXvtZz{C;Bi*5V} zKG;$DEq;|!jVg9253W6tL@(|W&!l2@(?+2@YkXd2(lFvTBjz{eH7@2gTWh89LK?}a z5{c&c(QpKxv~O2L=;Z4m&^KI1p~)|&|Ldl{mBw-90Hgf|YTl2>0m0MZaZ69kGi(Hc zp3wbEzJMEI-uyxB(E$!#SnS9_LCz71MdKpv#i9vIIWN3&j*Ft*K|YqUhTFcxF^L5#yf7Sn zV*vi2*izMa9eCrjJP$&|(|^BWpQ=6>0O*~-DXOw#>ISP$%wl&e97ff(?ap1`LG#JQbBjp3k|nbrx2 z=M>2v;QoK+Cgh?@4wBQa%d$V+^+vz>Cx{5MRv0MxzJBASx9SY5WTAaa{P&;G{W!vx zbh1EyPiQWrolsGSuClrd5)41kw;9cS|wz$tb zX0G_DFIPP9+t;%^ek;qO?7bAvcX0HQ>ti2(gzZmjb0+N9o_lLu7I7pC>sHRqI!xdQ zmx(4J&p#6on!3V{vI5vNb3qL%Ih7xl4F|NIYj@jAcF5E;zIFYJqaEQbQ^Kzd{d`K8 zH}6O!u!cIP)GKHq?f>1zm=*U_RFu{=IQrrt;u2)eGork7P=juo$ED_BUvbUn(7Jfr zdp|EF(`z+n&nQ#U5N_Q2E6}E#YgVRkPl&i$KsR^YMykAApbw|@K@zD&>}BpZr`Ov5 z9d)+AAK2=rg!{oZ&*jY%M?;F06kEORVJKs=b`Jfva=waA4q3mlnOhl+M62`o_Eqw8 zWVl$LV`V9N@?!&8)qXk$a^nm63AZ3y>jjN1*$X3VV@X^D0BEEC;*e}rpFYU{k%|tN zmc4BkH5E_+Qg<>4k6=A^6H_Tu|%Hv2B& z{QoKE+=S9~-4bG^@7=5uq~Sk{bbo#op}WN8Alv4=C*3qtRqC-cmyB&ID<^f#Y4WF0h!QWaDxq>_>nxOKn;6+PAMbt=>pGq%kX3ed5T%IyX+Gy?FP# z=4OpMr*~N`a(%Gd(M3=I9L{GX@qwGAbTyQK;7ZCREPtO3G_S5Q;>3Wu<7QOM1eBk) zO*<(E%a3Hd_PVKrsAR2sdUZQRPfrxks%Qw-sz1>Qup76?mTQ>Ey9Il5Quv1kz@EL; zs1d=d?<6F7Ae)?Z-=3%;M@xWYqU`7ufUBwWC{MdK*RmPor zY%MPwc3uU)>2Z4ebt)zs^@< z+Go&T4K^#>GDfp&DPnL3L|zbw?@vX(OH#eV?w@(Dr~p+W=n++9W+M_URkWZJ-h8#c zvwE1(968*=O#hT(n-(C)vHSvmcepuPe2#9+x*2X(ELxbp+8n{IenIa^dGZnSe1+g; z(rbEw-Q+MuW^oy_H&8;lNj9{V-=8pNhc`*^4~ohp1aU-6HRr@uZ=zM1@>sLvR(x85 zKWAA)6zAQ#c1#v4*!vstD8A4^{y*3|pIZ=xU|-6g%zV{{1u zqeg6mln9I%DP4kZr8`D9j14wmN=k`})Ch^u0!m5=Qj+@l?R#CnYyX`8cAaxx&vWkk ze%;Ug0-3BUhODZm_;2(^fw+p&eqOznN_SlR!kc-|Ut>1|a}NZ|oU2xiUL9Xim(S%! zwB`3`ISYZKE2x-u(mP&dt}rkZ2C$w9N_VG3@>6MLa~<(MlTkS0ksjh6vFeHl;A9(l z@-I#-9Zzej%~(keWGEhDdx^?#Ut`?APx{q6iJUxQ{PL&YcOt`SObfZMwDxCHmc&QY zTmeA&X-z9k;D56Hh6h8f{(jc@(Y-HFVDhKm!+{U;ASLwQTlr$`M}DLZk2l_@{#OM9 zTCoqgPY`q(zu0Bj(Eq#P43AojnYS9i6S!AsZ>M!FWX|} zq_2AaeZF@Ze|dC=_g~ODUD=>MSIpQTza247>!$pH7Wa4GE$svFl#DA~MOGp7@wGqY zM%&>CK%mqxZLR&Q>jwKryF$(HdMbG!yTb!N%Hnw6E$Bx`+N#hUNhMHV``WR)u=@r2 z;uf-yeVyb#!)^eAgnfpBy2W1ytsRfQJq+pP+65AaJQ-@h2%skIYL<&RhzL_V(O z-hQE<+WnZZ8FGb_E*%#+GzS>*$nW~|a#?>-#+ub9Jw?!up~@l%x}ru8M>&Ox`;bVx zIM3~qt9JjJi~g&W(_ET|1n5Ivb5bJigXqR-z`*GIpAx$E5eF+q2jLi!e=vj#s?n;j z#z*Wf8Q#8hXc`ghQ3}Y9nw4~b8wp&!!Q%_>q>iTumD5LlsAT2P#Nveun>`6+re55@3=Q&{Owk>BDbk8^%| z*n?H5R>vP_%=(CjmDf!aUiqkppGg!xdBAqjwxyB5JE*7bqdArlu+A&S zcVT_YMK7v?uk>mBpfj<0DnKtze6a*DF~lVL(s?x@mMYu<2o^qazMzih@rqx1n4AHn z&R}b6bYWL)bjnyIDuMkqJ2N)dMU3o9L6mQo{<2EiwfnDa=*BD?70K%>+yNOQ&aV>$ z+Sd-z#YI%=Dv#EBBP!M>&(BoDBiq;icZ1-p!NW}y{yD9(=IWQ>Vh8z_4t`_w5}l=C zGBluh9pkQnk`jzQCo1kct~g)&tzcd5^rT<2@y=CdcPssO?XR2+c9l0_>(+`{ev(C% zzpSN4*%ecu3+pP8Wr%Jc`&apYw@NnUN7a#kSdEN9@-2P8Q`kqm z@|(oyAFr+U^mNg4{ac4%J$u~U&^fFSQ!zcb+ zG<49pcqlJztHyCf_qY8>vFO_6c+u9E#@$=~zK@K;d4c->-f)#FZZDT?V-Gm&`V4&K zhBFVb9AX7Z(i!zkCt!|POEPE=8tA9kymetPv@Bx0TJBUc{C^};4( z`<08FR?#bC1yuF;&mFdF!~s#{RhbC4hQwcTs>_eXw!c0O$K+za)TmsI(oy+ddx<(c z*n0(wG6<)q;w67t4Cu(z@7C?xly~mmrnr0O_RSl&$s>U7Fx;hQqzB*sj%&hboMJe;Ht>7(ftLnt9t< zVmr8G&!vn+>+fBYa-WSd3a;jGZW7YCc6S&ZObchv0*`DedN%W6JwFRy?f~zqSsL+KKe;8swoI5TyHNvH;Z^9ZKIdWzLcXtT+ewe~lbm5ZGZd=f)(%V{SBy=43<{qc95;_SBOnGV- zGUA07fCExeIr%>}9j29uq%-xlj9Szz&zMKd}ww@5}%}Yf^q+KB?_mF%~5<7 zv6{d)Enf=(8z>)-F1GhO4emg+(=N9`gv65D(S;o| zuI<5H^N7S}4BM%wm5JLN#9$Qb!_Qo~I&`61d=xREl^F5+;a;V0AZ7cO=zkA^iV1pJw;}XNixr6(*5-z6W7BsU-Uh2Vus_-=Y%F4#4PMKj1E#VFG^pso zGPr`p0vlaT%quZo1t{n6f-LTQNsF|Jv21WSJ*BN?nMl;s10i-eYn2fIw!`43-5chd zf;v*7+ri<>b;Deoa`|sEU2MP;jFdn_C)z`j2nwYPx}n{qKf1Eznj%b7R$8`XCvoJaqeGNtNJSMWaB2@?(+maupsqKerS$ z_6HAe=#h+MaE8(y{|&A?W;syApwh77XZf@z2>q~*H71RwWa0O?9M#C}iNz6jN|xM0 zxb(lTdO>HddcMz2zBtQdp3y(dnmR%5q~|ZwYq5$4M??V2v zc{!`*o~fHvaX=5Av(T@&*hI&1f$nW%Q8m>;$^jMaIADfJHoQo2Y=-Jrh~L5(8~&wF zq2$_s;W`{@qSTQgI2I+ByS(>I=w2_T@?`0w*+ybYw>1qjs49ryDF*a5c|3;#Vj@9~ zmvHJU^nHhrZmVN|Azo#z-?+Y$(vY4f1b_$!@fR9Fv{Q0Aj3Fo50DQqg`u*4+4a!gV zMMPa&R6RCu#nu^OfLK(EuHI3)WuwzM)YSHRJt9PfJ+y&|{CEMvBFRJ@NMdK7$<`sn z4yd!Kt7nk}qb_JndxhW6C3F{wB*t#;!cGwk|NMROL|nLIt_CrDnVfy}<^V(encP!T z_)UX%6H{X^=INC={_2(JiUzIVHO2jZWC{LP3d8&TUXT5yW2_yvKMMDM=(fo^wNmIl z?AMEiz!N$YYY(Is!`y@(-Pt2&$N=Duvzm*8nVH{(^G2HSyWiB*t4__Qt<6DB1N0T7?%fPPZ1*8 zMaZ440jyZPiT zPOPc9q|w~LkN#s#8+nzq+WQI)dI)KC_K4$2I{G&nP@P{@cxvXGDu(7akE}Qe^!5*R z_uAeo;8S^i1~2)0vsH%D-{_`B=l+Gh9+@#kZPg4P(Q~7iVSbLknhWt<@_%aHYfR``DCOrx;xo`9P;M)KNmAPA(e$B9 z6(`$^gUST)U|hdO!$}})=Tq33Pt1!S;#y(V{8H6PUR2P@gzQ+&nD(@ZNT#XAJ6y*c z>dm;hfOHz-J1-|wOzoR+Sxfo!r=%n2F)c0xVo4Gfx+#mkQUW}gk%mS)>5S>fJYfP2 zE4ZQ_t;)&d4;+z;CrA$D$zyOc>}z#*_jxo+$%RK}|H$xXQ0PGV)%3>P7od$iV0c;QZiagJ z>GL?`7dNIEP1xzY;YwxoO2F-|F%8Y-pADU_j1iPB3qt_1u|n7q)F z7c??Z7Iw*C0f3&GJZ!|>DTBQ!&A)IGI~q^sn`B=M5m0-7v1yUFa>^ zF>`w!HH0++0d#c`6SQafS9*7|{k56zrF%pr_r^R)soGQ1;h>_Fohzd6zk7=w42}Ja z^q042E^`rzAKHIc2NPp?cGz*7zD*Vg@SYOuvq%6D^TUXGH4G;p+&}E>6C>R4FsJYl znks*P|8NLURq}A3BZ-&Rc-L|{)A0F4<_S_n)CE@nvg}Wtg|a{)0f-@3OUbelz_4$l zP!QECV+0o#j~M}LosSxbW-8cKc~v%dhi;<(6zGS#5^yNdar2S{iL9jc zj<;ERHAhHj%0Kgow_+(tWfXGa?Bp$rm!0})Oz1_n=b_kq{wqXcymoyiI^SMB#V&0p z;b|=IqOo{M&h#ltAU@PotwzqA;;Sm=&gr=lm+yrheIFo@IL%%yCG|$eL+5rodg0kV zEyI`f7?XH5La9twTB0F`!x9bH;9B0|cCawQFPLvDbjifT*tdnjeeh#To&a_*{=JHY z4sWwc`km9Od~dF}`gYYw-8guV;u1<%jV;?9aJM@OK{f>qj&s!F6F{zcu$lop|D|VB z!}Mbsp3JqLoebEKE>ZlkIk%6|`YsFE5zoTK-BWB$%Ed~Ke6~1sh!gqeXHBEhI=0^P9IfPS9@G%!1Sor6`O$+!&Rk7!lQuK6O_a&jS)PwHIJpl?xgcZ$d(=Fep4-2!Ih zeEH1=XqIi|Qh+kpTrBJs2^M7ZFT`coTUMXB7nj8vsE-dl=UXc_-TEDVpZ>ZDrlyyy z4gK=ho@&v}zJjL_ACABEc|h@`G$q02Nl%UIQ6kv$Z@It2pJ&prfAhHr&H=@*`eS=v z)r{qRNXmQ-TAB+{ej?2B{9k~=)b0&jwyS|J-Pro_eNrLO#6=5+y>n%ara0!u&p6|^ z!_!%OdV{kzvhR|F+9lxn3IC7)*tbn0IAoJZ$o*HBTW@UREt$%I2a(+A3*bZl*^BBX z!XE{ql7zWU3@43^(DCqB8!cUWrMf`Ms8Od|2V4c;*zk*x|K0HGm{MY+6L=69WS%V0 zlg+=_{5}H(a@u!wUym0nC>g;^NE)v@*g4n)NeXg2-H((bMvFj!1s;+s*~xJOA}-8i zh-s%znKNOZBbskam<$U31{GYT4scs8oRA+#aVcs&nM{iChxE~qQ>FFZyAF zDd!Cc9;UpPDWR3g-9&YvazVroRy1(oTx>Yj#Z+n{`;`xDo(IeCivi^T>I78HYW{bF z1^Fk+wZB72BWFS&*yoC)M$TIGewDc4o!3%ndNQ~kR|VvYQ3^b`%lRG3Xq;)vw9ck)54z4G}q$W>60WY)X? z#iWP0^Nuv~8u?5Q&7@{xQTPiOdR2!I$;UwGoGExWB!KQa^rXBlfrBhTj5V$}f+qo7 zA-PTD&E6MabTg7n!QpY3iR)p@S-(9+awejf^p8XX_ik)amutF(KI`bQc1q>m7QKuE zbg=n^D{XsMEus}BVPaM3Te;ne=GT+4dmPkr588JJgtG`$Nb-RJ>g`1YUg9ms6{q5x z%=z5{562NRlZ|_gtKzIsanhlz@wul{D7oAGiy15Stl!4$jdJ}-|9e(-`X06$Iba&pzi8XfC^_M-iH#6aMMLRqa znP;fZ_Wz4lRVjez=mmGwFrk|s_xaP%(KD(9;ml^=P<7{GrAG&9Sgowa@2AuBZq3VV z0iGhBB-S3YR~6|Vsq`T^aPgO!s?NZGhrcs*HB~>^HYO!}sQTn+5p_6~$fx)Q*Ri~v}#(SEUQ8$V$KP71Bw-YifbeVUAZlAGO+Ml<^*UA_V$b;S>k#ai65 zvbNU=*#*HB4QLLF@jds&?LW#9m{L9e^aXu2$y}E(xth!rTVSFYdEXX z&7@G$?SpKT-jY{-iyVC7N--R#LjfA=b^%c2s=v3mIo-cMIGae|1(3^E^4C!DBJ;uiQ|ypr+qhq3LCZKz8*pMcz!m>URUT+gH;?vw9u9Q;0UZ?pj+dRp`{$L|v8k>xN?d4BKyrjFp z+QzRMdxhE4)-((t6-2*_4PQ>eG=rN7GO)kX@I&yZ9p}=#ZsV+zLIH&Sb1j!o+(Y*l zKmYdF`4G|oclW&*BcO&8xpjsp5vk;`Y!jF;B(ri}eFfVoJ{vfkB+>ZILgVo|Tc@d+ z_>0XO^U}GopwOclngS&Gv-YpjY=U@@=K0ZzZNJnk2`Q3V+ek1fZbZonA96T-s~HnS z@(pP%)u6>fq>q!byEya?+u!#YsB>l~4&{5mWS+(p`NK~WR*8qq+r@1U zzqXJO{n_Q&VcDkv|2R~tn=JdX*1%dAFEi(TgiWpK%Zq`#Cx*Ii<5Rg>!I20w+j?Q% zgEXDeBW{oUeYdDdk6Ql^N=S48qhZ#lf>@ey8>VqR>ciyRpF|ByD=~6!O>o*uwkcf@ zwC3+s|5X~6%R=GiJ(1+d0maR0Cu3h8YN)CE<=O`Ddl!q52%KsWa#DV7(a({5 z;Zp_7YNr!;6d0a(9!v+@VQMm|EKyEKk@&?k8Sc=tS7Iw#k^Ffb!}PB%p)5P;j&BY} zY>l?UD`qa`Zs=u>l7}bfpG4K59s7SSgAZTvtg9*)O3w3}#oS)WsbbCBO{)Ga9t8?;*|1<*&9sp9cC)_D zO|80ejFW4r?w3Z+FqGrxG;PFDqVg-M$x_osw~U z(F)!dqPZ4EAlo_nU3%22^6$UNdXr??X*%({V-wt~S_g4ee>mO|ixn z>SlT~<~k5*uZ1UD$fm&r&9vqJB*Q$WttwU&$8VEgAr>_)bxZhhd3IBc&HKkG_1LYY z@vR+CUb8deUsmx{#GnS4G0#yzN^vRM<)hi)neyeo4RJ}WQh1)Xbk)mJiioPxwEW9r zYoh!>Z+N<8Dd_Fj-NGpling}y$^fns5wyq>lhkRA49>9pwq)?bR=(A6?2J4h$sK#g8rTp*4ke!TuPaB_! zd->2)j8Vb4e+uKUVMINg7~I4^O%=MJDFD}beQn(uHQrhnc-Tr<9hzi<`8a49>7 zm<(x8)n8B6R)*5O0&!)xmC2brc9fA?@@L_OKJWhmOH9t+Y<^=-+<9Z^ca7VC2|HHv znVuNzjS2ykC`*2J1!#Z4J6)tg=yO*_mAnJpFH@%*2fgoi|IJFN%-0Lip?e>gj77OF zn=4U>WetAt`zl_V3k1E*MGGuEOGPE$lXTI>zZJ_!8qWc1QE)izc4m3za$;G{ZWMOO zOuRCaFwGehoVIz0dbIL6Ii=JMS{WYVdh7vU>Wj|7eBssscw9tK4i(rkzy48*?l#n$ z3QsGQ$9Wor*`dYd)i@a&OF>_-RW>EP{9d{!Lgcz-jSE)cxB2qqHh(CsACz0XWNpDr zG$geuT9ZS$bVCoD?4~4XPLCKV#+JK=zy@kRS8LAdid_JSYO@$Zv5{CC8k#918xIqjXP(_ti1HFS6SaCh;>#^STJExm%^CuS*@xEw6je;Y@?aicuu1Ns{U+%f&2qTpxU-l%7AxG*d&Bh57 z0`CfdptH+W1V0=Po@~$Cc;K3X7V6)sP)jEPknhv>XZlkzS~^+^?lE{zHnMKCDUs`p&ck|6qodU316ac5;fPRt}1)h{<0$#}VB@ z50fw|vE`tAH#>om!Pa5LYWj5ory>!E-4B724@-1GyY4t$m57t6n%GVPP^i5TDV+JP zjSjh?DKflak2SWw4c|Z<%FIzu4Dm6fV3xX2uz>*Ol*qGc(=|Jb48H4XV}RAC__7pB z0%wt|j}Wn~e6LfyK1(Co{)^yhXN11_4fQ)8xL|`N9E$3rRi(B^ew!ErwtCUcuamn_ z(UR|velG0lN}^Iyg##CqenZ5V@b#{4xgO6BZfA`0%%SoY9-GS+1!Cig_!bHrhM@@o zzG*%!`vI38m#5H)lWyihm>Bpsu`I5pTEKZF^?T`E&w?#Kg#Dm+(kHa^?ikv80qT&s znyH_kdtE1SnJ`5m8Ti+XVFg7~5Yc%n<*PAHSW@Nb4@;8MSWTP10GZ(+5h89TqIuBi zi8?2KC%IKu!E3yho&IWpTA$tTIJJ;Ika-keMSTtxRGDvMi0NJchK+IgL)$-#a}9MzfB*( z`&`F*N`1Q1!=WC4ULVO7hL$Gx`#tKoXysk-NF?E(dlpUP6WJ)IyB1Jq8QzgnoS_cG zyXlNU^qv5$(C8O-YgK-wp@c)hb*uwqk}%2rMhaGGb+vFOBA~&r4iVD`Wf$%PB%|!J za~5%#Xt<%N?rv*7v6lzdx5 zWaHFY7NYoBqa6^$z0n8m>#d#hnp{cpkPXsOM*is@fazf~V$_qvO9lZmJZb z{XMSrY;w{Fnd}8G)^%ZtsBAe?%WdUwn+(Mz$b#zgI+;el=YOc**;vRJ@#PRKtC`Yk zv_E}GmLYX@ASTQ4{xtXKakr_1I7v}=e&SHFV{&KnVmv><9aV{&^6($Cp@wIrxwHGtS|qr;K(x8mIFg?J{-Wmw{gix3L<(qx95B| z0y_EtbAT&Zp6&nfM(fMn(Ea+0i(pb`zn`ybW6rKpjRA$(qU!mQLCV~chwt7$jT78* zqAvDTTrU*H7f?(F3!0JH;h(R~Re{o+^aT$$-?*=w_*9urZ2$aGs>!%MoYjx(QAld7 zYSPA3jV8`KA;dM7$8>fmPDTBj@RyMuEUzJQkv!P*ztEI5d#Xb{Pf|Kc@!JYh(#0HK+ISkaHMj;Eax+5|_%231S zALZd^^*yh^R{#G{w+wu60*YP{-y`G11MJcwqrDX9rAlU#tdBj|9OG*`<+3fvWjbx+ zOBMVwyUKS`9MfBcHZ&4>q+FQ}>GCxxtuiQ0U(YpUV=bRbZePmSU8f$9yILj8O=#b2 z)nI6z+&QXrU)Nrk@CHxalzig;yM{p8i;`>?&I9+gD{p5Ta^)Fe%-P!S$&p~AWq&HN zMM%arPVYCBf>ks8ifk)nL8>@hfE!N;7EtwdOpxp*_yEy1ty8BH#=dO=n0JD`ptK6*d1_M68Qxm8I&PGYplMlZE2 z0J{Bbvr-U>4D+|Aaps#?su@wuZVOh;k#nrtQ)HBb+1!vNjq0_YW-d>sm|afdDE;k2 zWo=4f#`P%yffHu)0DXHVO3R9vj4TkJ(~;mYBriGzUiYJ8{5doMv0(MjtR6C~A^M#x6#tG2!vfEftkBu%!+V1EY` zI+XKWZm6AWY2rMj8IJc83szp)iMvn^3$RzKHD3xaD%6!MQuY5hq0m*swsurn@G9U+ z)AZgy3j;R1Cm>Cw(S-X#AuwRgwbtlYm?!;q!I!IDnXO@1kK;r4-$9*d{ z!r0NC3{>Q0+}2UcS*ETE0_ffAy<@h#Ke_rO!MQ+^yisU9X2`M751j9UKX^dV@YhTZ zoyqyq0=w(NCB<-?9{W1p(cdracB6P|!fKYkDwCgqzAGuq_m)(E`Hq<{%BDT0O z>6d7(%y$h?ii>1L`K`TD!|=KkqBO`i*0vxu4rh_`qi}@gRaRS(mXY9idYzHbIFNfu)_DbrfMtm#bAq6Zd5=Np!2rh*=w5Abd>JN1k!Z4tzx#_VuW`>KD zplFDrs(w)PlF$*RqA*nCocuG*;Ax;g=Tc$n-AF0Ov9M?`ivDx&{8-DKlSYgmYQqSi zPeY-Tc5`IK+o2)eHUHBBM;wcRSYB1v5k8cgJy>=$2DIxbOO$4y~c zvl^>ADGMgVXnt|hlnoWu)*;(0jQsxdc!uAA#(Z*K-%sQn2^=cg=P_*hitc^MV_2PX ze~jrgd+8g_YU*|Tq)SWk>e}4kt*nkhHU8B*jAlpGY%9y6GjRPy0$M*ylUCa|)Fc2QV=wGP+J^sCb+^j>w#s=C{B-cE9I8e+qd&TX zedd#e)?LK#%A9#x$CcP2v+0rG^4w}QMMJ@!&H%4zD-K(qCnusyIS!{~&iq3%d-qgY zl@QcLn@|q-%~{c5&FP6`0!g?Ps0B84*)sZLKQr911N&){QWh`oS7|_2C>;vVg~Bgo zPT39fHm4a;+xWTJJXvXbwBW2r2K-9hQN7%`^yM#W!vLV8X&7Z8yXn?;%>Jbg#x44i8cDxhQUpN-)@Hb2Csg%k3-w&Js)e4>LM0t-O$HAI2 zIb~$6|50k+M2dB(FeA<3gLLY$-tpU^2 z9~~Zw(*Mjw$4!M<>eyAE2*YwBokcL^s7%zZh33*s{Te~X(EV1I!y)KR8~2L9{?(qYg4w?Xr9tKzZHiZ^Ty%71WyA)V;9i-mf7cCTPqD&X^UWMO7;D*m~@uk*@i= zc#_~X#_Fy%EY0@TE0!gp9wB}b#6%9y)=3+|W!aHx-pE$$0ovsqDMBIEp};QEB)UC zi*WYrB;FQI6YpmLF&H>vrytiyjwF2AWW{1C7F=V_8f9wvi@B$fiDRr zz*`OMGr67d8(FE-g{jAq?4qlDOJ;X^a?gB$D@iL!h($32FmA1CqzuKcH;;-X)$^5^ z{Kh6$#aajdu9k|<{Ejf>EhsVNoyqg$?aMf%I}1{ospk{9YMwO;OZ|6R<#WWKEt!?l z;vl6%V*Qu%z5Z!h1iKvgWpalde~`NicGy5Jxp_DVC!H$fpsCNbhpHLs{;Tkt;eCY5 zhMn2`LU2%EtLhuDrasKi*WZOjQ$jzSav02|oMrUOSk4R1e5cbVC1+tb36E?^x}Hr^ zf*vbpwE?wy4v{Hj82=&f;*DqW!mWA%CltqQuTY`Hw*tlbqs>AMRXB?S9_fLFVH8r} zlSR1faG@73HU-9daffu%QCp%z);I7nPec(#v1NiUwfRQ^=6h(q%PsCC>->?#)LD+1 zO)u<$Ic!^G^K5b`a=i{ctyNP>4W?se!s8{n0Pi|3e4S)d|I%sGM;6Hlf7sqTDPMns z^lS|#1N>qH*0$&+7~q4Y3j|jidRGT zUrNJtR!kn2kj@>%|3vP;+xg!OQ~~dRc+TT0k(clLNV;+k|GR-Z&vO$dm+-M&cNeX4 zs4%M#Nz{3K#0*AX_3eGXfynQ`zVsM#Oe?q{i|-@rvq_d^Od_Q!lnpo^6+Dxkysw#t zlHK|)1aqJ@y#160*UzoMH^~L?zm7g?@c)A6ANnyPe6Sm&L zG-;pn=w;j{b+?3|pY}1^Vi+IQPb*!xu>?87@Igf`xK6XViJwh+LVB6JQ#0YqL84_e zD7yL$XdQLjq=^`6D^J)?$7OzW`k4a!2P;WCudd9K3l#h)$CaOLBrMhdrjkk5EhWCu zns4vyB%7(mW;~YhjH>EcT-1wUfUDjM$+2EREpehp?z_g|tjs8Kq;T@yuK?ihc9FRu zP>R`_55j#DA4YKu_BR1$DiW1MC&))f7|>K*4v^vwc99e`O2ZYI#*B9RJ2Wj;zXc*)TcGhqi8yCX)k5p)y55eT^KoCdU*t^1#+3|&N4k$LT@TFz zJS|D9(H^RC1K` z=%p)U;mYHM$-j@u{z_0o8r`%IfZ4w5j+IC2z~)_#8luN#7+fShdO+}{;?m;!R`|SZ zb5m0IaFKL6`f7ZiRo|p-!i=T1ZOT(LywKwsO!yKts8k_AVcib0mm|Mb54J9m;`=Etc^aBexkIS6f8sE~9Nuho zrn>Wh2%}*4Ym6lcDOGN&%%dxPa|%41&PDVjMLxU z%5slsZ!I;mu|0xiMW!;xzfotpsD#W&mhFouf_@kN^8O`Bk{p&KdHo77)Lc>A5Hz@d zPQUQ03lj~8+2wi@)_H1Verow|3uj?|LY5L7?Taq)21AsOB3Gb0YeO)zRpJ5w z<8zgxBUN*3V^G+w7I51wZo1^ z(vby2-f@{HmCWd}UZ_m$H!8I|=*_X`57>k6f5q*pzi8sq7TZ>mEVO<&p>fP3mJ?F& zXn=0leZ5k&I@`ISZ$~vVmTlij7?aWD#-rDBL4Cy^%XUuFeZ!F6RUT?By6=vyOK2WY zdRFUvF*dRlWw%~v_qjHVKuBs~cyt62@~bL*MmP70l@zFVNk5H+WH@cF!L$4vHyqRU zhsch#rl~ZuZ^okMnJ68lD80&8W`AZT^J$&b#I_s#I3&j!#u2_rfAHzM>J!O545JE5 zT$M#kDGsJ8wo`gRRw96^gT8qaG>g!aeG_x1&a5b^slz;5ecBpP|J;5H-r+DYm-Q@f z-oILbOy5bquT6nR?+((QXk&7ubZbr`KFC?`tZ!NlPv)>WJOXXf+AYrvBN82;!fx7t z*C=Ca!esbm$vOz3civ?d%Tuq@V}5i6%>%wv@s@vsB0R zO?cQsQF-w2yp?D%IgBHg4qIqO-fMh6YvLWng?NPYP(FB?!n2N>EX$mvP3Nybt?t8#t9TK>&9Y^24I zmNK-O)rF*!A;fTIHZ(m<9hNS0ifwBdxE7alf6?*ceeFTv%9!x=NP#-Q$kJ0NJ4c?M zSMlP%^P4O~no;7j$Ug=evD4ZwgUTEYcf6}5XGO~4hd=|GiZ5vKw*vf*pLb$aaAc2F z(+S6ceF%Zj{*QY(p^zOJE8S}6)BX#4HPD#wk7Hy=SzX4)%tp^F$wd?^o=wP|%}db3 zo#^++_+j9TP_&Q~{jt2VRMA_qY|V=8SfCnD z1E==Vf%JYY@>cldow-S-kG9SOQ$_bpbIikc)fXl&XHK{gPv60VQl*1PHzv|Gx%>1U`nDDHHx@bC%xQ-Yq%mJG*CI(J?vy>Vh zRkKRa{SC|QvGh5AEmfhEdX~xbkw0zx@Z~MqP1iS3LZ(qJZj0WTCk686#gmJC9WpMf z5c00}H1H@pM?aFXHUE7Od!_&nj6|>K_uxDxcrS6{u2c(WW1pzHmI}lfGJQ*fj+MUk1Xv8S03-X33?)+dPCJCS zFiVU-Eb=To`Z${UUkr)hCA6 z1(fNdUf^GID5+#Fs{rpZw4zZzE?Pef$Kd)1^IvU^!$N6-i#+psRc@5n#h7b**fzQ) zu|JU*{XzKOjY1bmiIm!HXY%lJ*G@ff#mNCf9!v0@8e8+3_1QO6VSG#AutJR}&o~tU$O_0i2)eWL zR@Zh3Z1D}5%zJ-Bh|_-z;@l7M%hdSvD?m#kCDEErJ%E2pdpAi8%TddkobI;8bVUAt zOPm;@N{C(9N(T(LOArcbr;%&C;u-6!=~S%{@g~H;^;KWmn^S3BLF-IUpS)6E67(3A z807yQ(_}eNz|cq4Sp8YXSt9$5NhAL$3aA-=w?zL15$rv>#F5|Q*EEct7gw%2$b3(O z%FFS1ruJG#K=-wV-n?r`eI$cP#PqihgPZ2GV-jK80V8R)! zjcb)}c2MB(W7EqYTN##$_evtn`YwD}rF50`UQLo#eXc!(-S%n)R=auTpXw)Z)JR{C z8$F$Q9Ib;-4;u+5zFIAAz(g)n?Kpix##-eXjN`+{w7h=tC4FxuukHD~KORMD(q~0% zSmGxpE?og1lj?W;SjnR1rgp}s`(CZ!4}xuoeX#P7bE^r@ST7oQV6Kge;lc9CT(hs@ zwb?dDj4D5xb_4;0vpN77V%N4oc&)dnCgo|GP*VTiGL^DYljz`}Q%aEp(*_Pjjf~}} zb`6u@o00eC8I%1|c%^bb_Au_7w}m=;DoE90BDeoEXu&>j)7{`h&#z6(ai@j-d>cl7 zp^0GRF^@WJ8_v4qRZvM_PvFnqv;|)trW1;^^4a@&TIhtS#8VCf(IfH_MCwXxVStCo zPJEZ*#P*{uk9py@lpy{N*i^{j{4%KJMXA?F<&E#yBk1oqn@kUyst&e#Q+$~D={8|z z*?``Iel>mQMMtcW&7~FFcmJ#)FM}${r)vTdlGZifA`G+!a@QhoQFgSdEU%C8&w7dORww9v9THrfsy;GL2LVl0dXa*@%lS34e`@H{cZXarYuWypU=snyaXZC8Ms1~sF8Cj0wjQ(dgDB(SLi@_o&BfMNx^z4!vyB(-gjd2=EyxDR2<*4o=u&Ev?1s@? zT=FfIdf@q&Q|RvqyW#p#X^f$o?lGl?a9t57p^HcF78WI|YQ0W?p=Ip6wtxS~GehOd z?Iv8NUvq!Im$esJGW)4R=w;60V6NFR@>ywj7klRRkHSW9B)4*vo!L1D3{&d8THKgk zB=m(9YV9@Ulm6Qaz+Bw@R06v9uDC_7|$5x1Z4ia%mf)@a@pM483!g#eST^^8twIWG=` zFmRSp^n#frhl4!A%D^VEuTw$0XLmc~!nKqv_-djjdfVr(9|E!2T%Oy{Uu*1(h0xeJ zwaW)8$q(2|=cg2^OnH8>z9l=13!H|M3DLcID?>My;r3Ma5FY}yJ;`AC6*U|Z;5N!z zrTE7@0s`k=Nc*f^muIW<%3Y@Ipty;PwUe+7jJhY(8`H~)b5c~boBGc0ae0fBdOe;n z>rwK3W)YP~gC4Jq_dtFMC#IzSz=-CMUOgo18PWOk(+$0r_0WiG9=5$sPus>_i>?b@ zyP0y;R(s}o;y?C7_MorU07xGR)=!=l(W25va~NM+jmM$(7d1XGEJ>kk(8MracBASg}A^yVGw)%$ELbcECQ)e7MI8Uw;@&54khlG{n ztZZX_R=d5w)3J@_;vV5j_ZMXKP5Pu#O+Roq8=op3fB)^vRkOiJM~3hl!&UM#c^U~u z9UhiYNrR!e!~%scVLV17U3$9-jC0>qrhDu&%fZd0i6iTOCo0TraZu(( zrk|5I0oQBMoU>23-@+a^#mGqjD%E-iM>!iTeeEG>`HXu} z&0%^9pDHo_Tf5)yO&eeWhfA(eG?ZHDJ}6MEQPvU$B<+DGWUK?l^p&Txo4j-54Az)$ zZ@qI1b19rY3_TT#=1NptueA0JvFx)$f+q9yiZxk^J|<w`@}$%f%{E5*@1@nq#>ov;ie)nXv0PT%{(2O7unE#Y60?R z@E@f%yVE}=xiFbyK0>T#8Tjev%SB=Wjrg`MhwZ8widWXB4a`kHtqS7co@4wm=NGO| zHX&y_oYRWWdOBx+D^SH%U4U94u0cRM2Jym=+{tYV4#$Cg<>=_-p|Yp6azS_DDk2;F zu11}<9I&hw>i1;I^j}1Q$6(#aq)j(e>! zNi1*W0%L1*syGy7#ajLJNyl@#sBLUs^xiMfDn4G3{xr?QRuY6bY4dsVO2)i)bW)?x zMf>gV$i;z~vDJ`w_SoRLlTddN%rQW>%Ft5B#M@Q>bK(Pe$7(u*eZYCRWPFro3?Uze zBJlWnw&Hp@2a&05a6<-_jE}<%8x}{7?{lff4Iee5STwtO0&u1h&&;0`&hcZ z#sBfNTpHGs33g3KBH<9zCTMD0>YFo!o=9e+u@vjESf!<~hk}m!uyey{Oz$(vS+Vrk zkr>OBP}`I!OcK)SRDGH0jJ5br-*<_tFhJG5;AE$~Js|+rhlHHW?Z(=b?q`%f6+`Qi zy|{@Ud*4^a_JzA^HU71nS`&6&ofAYmy|&ypb?s`V7+p{8R0=?m9M#1C$JCcVCAIZ$ zA4UOD0a4Mk4v311hK8m#0iuFas5qvHrfFuSW@Tjsh>Bx4n_150(BM>=S)pR7O=^>k z*Qu^`8_dSrt?tMB{{QRyzP&hSZ8)rR&Vs$4^V`4SdA5WbV%IH@T-8l+F&-vitg;W&Or5 z>+~z9t15zhex7Z#s(c$S({9iWv|FAs_6PTd<7zcnl=3rkwzBW0JygX1`A>=G@yo9w zQVwsQBZ^bdO-1!5yN^$${o?Wm{r;S*i#Wct&1(nSNPrYlT|b642ewrfIFS zNe{`WPVtxTyLUW&ughYjd-2X-V-viRaZX?HPI%N0`s7%K~q#-i4^ke&rbR#r@+)|MTlj1HRkmQMiEdV>OjjRsycp~55@537C9NXpa68Zbxc!6H zk`urE&$V5+x&P>`lzWsNe|}0zl4wqRbp4PSBn@qiI29RqI~5c^I&hi)vi;WOz()z&v-oqQzIQGOnBs016U(M!CJ8E? z<`Eo$yJ2c#1SiZCp4mRgM+g`S1 zk7Aic^8oy$yY=h73zU?@W~AdQpH$fwy2`pYHY_i=Xx(I-)s!r9jC|gs9e2bzaH=c@ z_D%C(d(r{Ntve^ivPZk_SAK6k(`x%KaLk!=I3}Q(N#hhIL4ZA|>4D<9ly6z$HR z+Zk#>zjTJk{C(7<0pC<&zkQ2_u`cg^htUsn6U6wibnH#lDf1V1_&=WIZn)*RWZnLk zc*8@rf88zn7rDK)#hjD==SI~~+)_@2;mR{MVJC}z1vcxhvEJf^t$0v-wH@)r$@-G9 z?lW^AtAx>`i>LI$_iP~SG%R?0D7n<@#o^*`itpJ7=GK~HBOh^gFlY0&0c&IU&n9)G zt!4CR#=}(`PPG{)#7}=nFpJ4+@p$I2BHrxX+9}T4j5uGUVR|>=bwkTaOVwrXD+_6# zkKTP}eQC?fg}!7~&bx*TmkZ71+Bb70$x*lZjEzo&VKB*EGsPeF8sLi#)c=St`|@Su z;cl;kFZ1PPzYA+C;^NQ&?`Ew&2o|8h_u~JgKHGTr5~D5H3Ny((CLeq7t8d)F*A)355_ zuJF*eGi{0Yo7&+^5ofMoE4)u6yFIw*(rXqo-TMAvt!GbL^vx{W_v#8O-;ms$f4%-5 z{wa2E8SD4_#N24L^pNuz+ac-=wOBKN_|kJlVCsUO)CreP+MF9eZvb^yK8zdke$+wEN=wK0MyHsE!uI2cu5xdrl_iv$ir%Me{l{-u?TCmMcvN-|m_9ll4iiT9}v|0M;mb8`o zuNUNhozM1Qzn!r3cy+QKfwcRBV|Bsqcgl)q#P9D-ztZsE_8vzSszTCcS+Qe^5Vtshx3UyJi*+eH+y-L%Qo9@e!u-J#&h3oP(Hfs9eFz<_U@0I2Fe@Q+XoJD zqk=o6IlE zt*y*`Q&;|=<^+Vx+1yiMR)-|~A)xoxHA)OYio`YOMQwSD#@ ziWk{J-Ff%o-e-TldUp2D=i4owKAsw_kN&WWRTZ@Il>NxZwf z@9?_P^P5*;{sq4M@vFHF@wa7f;EKz3Ci=AX1T-N`I@z)mq2qW@m(()KRZm^#5J=Mga6HUW7Xx{kw#f4Vpe`C6vpF+-=*si;jQxKG1)6Wo2upH$&@$J#`(Yjj^BKje9&h zl2&`5jkw)m)hWk0OO|sS`Ol5a&mPY_4__1@u*M=H`N8((ls@2C0{zBuXrA- z*=4r8{5ya8lG*c#(qvr4MdC!O%A?;ZY|V|9g|y8kzVzA}lcLYJ=I^+u&BiSb@D)`? zIdcS`tfe~-_TDJFoNj=+y6h*djCX2e%lsws>}tn=mJWGo*Ui+>m&8GBuJPQ7JfZ!Q zhiC63{<8_+tntiu7xo0RA<*GoOmAzzc1+@#q5yXXtA&T`2%{0}ra;7(>l;n>3|R!p zyt2wFwq^CIM>f*VZuO8jw;S5N!pDo=v?3(U1(2?62zLAYaM|9O2a~=3r_MP|qsTcMZ>I8+Fb<9MM;@6ktHP3tV2UmX% zZ)^Ny`g_+$osZ13>1TaH&;C#pR9HC&KS)5ChkZ}&bH3rQt%P=+pLyY)l|-X8=ci6w z-1aTWyN&yFlP?}SxS))>k@~spvSyZ7TeI`9-#;;^t9groR_VUZggcDBp-!U9T^K?b zHTh=Cy4H5f!Z~X%ySmxpyg%!|Q6hfcK5^=|-S5>t7Ey@xXz%bRCxZ_3r8})77j3ue zRYqS1hnbho?2>QV9(BKX>%oXmd!8$6zUhuNXqZQ?R>l7qJ?0SW4h9DsmBarT%Q1El zW{l)F%zpCT53pjsWWkJg{A?nOIlnYN^1z`X>jW$G-al(VXEVk-ZOV$yRTR~-7g4vi z{i;!UJ$P0(wqa|`_lWR_=S>qTuNUbBSzlYCDzEQ%DKkN2EJS3(|5>x)`i9}Rt^UVT zBLedRyIRT{g+1)k{14X#u??PDL-F%9RbR67zdku|msM9&^w(xLE3t;f4pm;=qZ#Ga z1ldoYJMR)NZ+X(H^EbVHK`U2xV}RWazay(&74N=zFrdKS1Cg=SpZt(O|IzST&)wwf zq0Uov%ocswKF%5S?GH5xO&r>-bP zY=kfjpHu}1d-tqk8vQ!wF{`^)cdoYyZhY>QRVCwffYwusJo}6P0!ex|=hTJxWpA1@ z{&r`rJ?P7vO6_YyR?hqZ9%<~qx^A8EsHKf-PI>ucg`laX_I_@feo{%vO8ykej3C|=!NIdH&v z?1z8dNon`)_h9AmZEpJl*I0e}z32FHtD5(xVuK>Xa{8LoqMA-mou3q_DM@zlw3c5q zY(2JewTC5m=<}PC-EW_jjF(%HF4)d zf!_zuIvx8}rv?|VE&up0@F4R0YFr9fGw?9W!d-c^>@hRx?a|8LqlC6+Cu8>g3rNg< z*X;YTIxcR{`G0}Dnc~H8&Tr(0&o}-BvQGWnxc$5J*~h6(zmHoUS@!txJk6t9g(ico7b? z6C?p-Rum(d?I)Hf{+H$ovVokCiL>Q;)>rGr@9aL7PuVlLtLn`bIwdH|U`kOd`YT)u zDVjeI8gZ!*uN=E2jSazN(FOD4>Ee-BfFw0(NyvEZl-7WR>1#r1v>dx_`&OjZjwzIXqRiX46~V*Uh$Nw|Ua{ z643L~@)^=S=w!g+Ch44GgfXi`CyYdAZx&_rj!{`xE^R~NoZKfbP1buHA4Dvli8nj% znqHHoECf71Mz2H*jWR{1l;u)UBW#?fIqJIZ`^*W7DGfR!4jVeEMXGWK8ew!2xd>{% zo%73bY1!A8m8v8kHw*cU@p6v)0O(v~tz$FQjp(;3X0?m0pp9kq@r}4k=|hFwoA8|3 zADaH%pwHL^!@U-k)5PO?)2m((ZUDU{9cFi=IO%fZFxyaPloVQb-T2rMk%xCl!5$Jk zQk#vq&l~!|fuaVWEJ&5%F(+`skwe!U4U@#P8!`Ag%IM$dG-Li;k@@nh0RG1?8}4Q^ z;5?@7usPu)9MZ^;kBbu!DsSD%$@N~}Ypek&NfUK2n^c2F!>w3Rg4(7@);Tlkse@R%7E2iwn5PJDbeF0Le zU+~)#<=d!7kB>=65ch8$-3fx)WV1IMBS2tKKYyaKlrUlA-+Ru34uo>ta4Td$ytc*c zF&vr#7iu>Sysv%jn>X*s%ku=_{95c`yd!vCafOZ2tX;nCfZ{+-mOjUOfR|DrRml@E zp?I@{)OaWwK9+R-KE|AFQ~oV?Hl`YgaSX|m^oRG2+ueS&qB?u8*We+7#wr-O{%(CO zs;j4n>VeT)2t8=K;>{ajA+b|j&2(7^MJ>5Soz$>wIlD4CK=zsU+G6hye)W|kGhvNX z2%rQt_{I@XZrkm!n_JFGDsPLOK2a0}TvV=Wy$+gC0k6|>e;22+&o$&JqG_R;3e5@o zX|M%usyM7c03)*{lw2W%V=)uvoytNQgA8i!Hp?Y2VUv zF7A(0k}sBDj~Jp(y9`XO6t}L|D6Mm6I6|R}QvjYJTB%W+T3=pbc3xu%gNu@~_CL12 zjkTq<-W;C{SH9hVrfjmc&>altZ1uVdnd%<#dXMelBol(Qr@&*43p{~+$s=lxmv7^g zMiUMOy5ds=+NfS^tn%Vg;4vR|Lx^UFfXoHE{FG-ifZd*sda8t#bqiac1e<%y5lPbO z(EPv~gRTnOjbsRX{~mGpv2nS}47UEHl3_|WCM5Y&M)H{>wG-=H_H#=*14d_a1g{id zO$9rlvkRKUa&+EG(7D8sOgIA05Z$)O5wVFbW-Bc=|vA@qS zNr3`;ctrb(5&M^Zz7i3ncD6|`a}s(FUiW0odD(5-x87hU!+}N4u?UQ`4l&Ls=#gb8m@e?l1kj{Rj5UOqs?WQqc)?l9p>7} zGSzy;9__a_lj2z2kteJTY&0zWtgel{q3S?ToJcj^)JrObd(L`cg0VxPByG60bX+N+>TSZ>>**qE4BqBatip1ZkR+@)JX!S8OCJvI&*1 zH_{VE_Mt}XnEK+xwN7H$URP}$Rc%Amh@~SQtu2p)xu&{%4Nx0#{k(=m%Va9E{v|oL z!_ubXz8GWw#S>1|Wn9Q#>Ge1sn?If&b5S!QnjU}uE^F`0 zIHT)+cw5%(h>^Kp)wr}!5aMFZ4iGXgc~Thuq~?CsFe#;x%y>6G)EdSk>iO}Ok4&Zo z)UJVY&>1J)(BSJl7HY zEUjq~R0%T6Y`U~-Aogg>6l__G9(@fG6(Wx5cX#_9y=_GhHrII_f*%F0*B-i%7idU~yEniHuP^M2ny_xHH) zlxHlXi*1O?SoGt4U`CpjvSB8XL)A3nWLLwK8M4j3BWA_9h^iY^z&gpE0ya`o!Vq=l)KYf;DLYZlg$TZpoHT^*z z0N(hu1+#7*%66c058ROGrW&;nbO9(#wAH{qLLNrfVqhpeJW3{%kQ9Ekrvuhh!jg1K zjfirg)Pe@D%g_vAJK3%eiEWA-H*Sf6lZ_T}AA$Zt9sE9#Ye_o=m~P})=q8MkKWkQ$ zEW;;eD-}ET&W4lxOve>U+m?8k7R#yLcLKU#%gZ5onYL7LArQ)@FjygZ@#m@0vO;*i zbKX4(2DiTEZ+~91I3KjX7cCzzE-{|p#2ke}8aP%@T` z;%Tq>?D0(ullvrqqhCiHScu7rA)51%GTIH}w)b!Gq9cAtwR>xz& zixkk+UjjkWxToYN+1^O6J35%J=mp*z6yd!loKc<+#Lw56qq*gN{*GQgo|2-x?YPE_ zSK9nbF<`nDFrc6fH1->~x*Roqc_{2m7vf6CJ>IxEtI`?SMo`!Ww)E=GLcPd|%oR~E4l z3LH=sZ#10%CE={Od?VUhUy9&>mw6|4hngxmuioy)__C>mHa+ zt)pnrYqhwV2_zaTJzHB8+o-ibrfsea=Cg~-tlZEvu~e9wQP*C5IU^01Vs4iU;u;~* z+A-)TS3S6LZQ*7c-G*T+eKyz`$j=c$(PBGUoKWBYUZu8SsK~x+5u1f9m(@9?+Ea}Y z$f?jOdd_$$2uD+;oaGRRo-`($F4%)A(3fMx{=TFZZ>f>EG1o`M(~)_u)2cb0~ZI57b1y z*bFZ?N>EGzC3Z#CIC!|q839pN?x6=nD)fY*6Gdq#wty&P=3F-7! z`008Lcc`l@$Tfa>J~Wv{wm}juWz$=mpqHqFsK6{YB%z4HkF!CSX8X-zJ|2d0LOrKl z@2zcNy+ciI83?*bi_zu+P!(Zhp{F1Rdf+AWZ9`}60DE(IxEWIis(RKBAfYccS?jHO zv4`r(cziMaobG_4*CLOx7c&td^JQ4HXejVRrklzs5v-do7Qd(f78H0}rXia{ku*wU zkq9vnis}fb1`exl1{GQC724F(qF>)tDxkr?L&wnAD5~AB&e|xE6fbJ=LWytb^AtA~gi)OFMl^8Bl&rI5 z5I92vSjxdVm}Wbfg9_BU9m+OVn~7Q9kiv{OU>hqg5K3B;*l+CS~C z1!_r~nx-Sc$R>DQkHqvwJ(51JpCD1<{O!zmJ!mDyyV*lIebxgUoVgmxy0jk$0GYb* zHcJE-8gy$+|BVybQZwaYZEt)DLBfuv-q7dk+UnzzYNLuE4E)lF z2LKtmH;!Y~DYXbxT#;=F5}>dNBlD3rpEIG0YOx(zo{c9|m0Senh{khYmZg(ELcXV? zY9zVkPFx`U2T56A;BVe&si4>TkHDQ^gu!hh-=O?7BrFR9EgW7EtFiwe2vb7gT+X|B zF#sv%#u@CR$S~)WEP!3wI8>~V10k=G$D>ZCWo`C0m7_WmAZ*kcO8|~!4aK`bUuq$6 z=4m8uS2#-1>5r~tVGtUZ$%CBvEj!ELI8P+IcFV|NIwpKf?AH-wLp%-xGT2}JG0A}ttkZmZ!_=___@Z%f)ho(8JYdsjQC~(ip&A1)%h&Q zz*!{zCV7Jm6FNC8t!-|IH*;M+)sG4kcz57-p5>Cr+>1z#gLUY~e8H%rKW**$`O(AI zG8T+Nl9MuTN@`KA(zR$T=i^cYIyy$M5iTG#@&`M$B*({(1p#md?rw-8GC)l6Bs`0%#6jvrFT8T>?{sX^7)`ayF#)~L zLh1HAa@KDly+&3uP>YkMEY0!Q9Qu<2~oajT&yf9gM#nU?5I;`K*%WcyT_ zu&{&}T3NY$_sJNvgjsf788^W6A|qKB0YLVH5CRlf(;MYX-AOjV8r0@n#tGMId)I=| zVt?bNFH&ZfQ(Zmvxbv2raYrrrhO++ce+{Rx?_Jd)hp+hT=o&03r*ULDbc#Or;>i$3RU*?I4_Vz}!1* z)NKJo;P60`A9oadbBjFsymRJt%LZAfi5Cm8soF_u9CIEJS((tu0mwJ-RFuwQJHo~$ z2KIPUs3)pKr<7BhFOI_411Zt~H&9F|4ql+}^r;8h;n*yt!zF&at{CL*q6a&%olYZe zF78v+PrfU*rqMScIzYJgKuRf#NL61uiN*&*;0JirD~EGtDC2WWV0E-$4?9|u{8{pc z=wlI2Am!?&LBU=%MY=8&auR#f4sG|cF;g0=Vxvkd%WpbyRK!gELqUBj4h@BknCBOF zT5|uH)=b%MFtWs&+-N+%7~;Zap8zmrIZ)8cN@zbAd(xTfg|ICZUKD-6VA8@a(Jc8M z8PtTPC-RgO@dkt*y7Ae|U%%<-EmNe`O`(1^=T z@RaqQsUd(R7;Ftp>ss%X*|e?O5E^wul^J@sLL4W@Ed&HDbLM{#x?dol-Xgo_u zc{Om)J5BuK7y!1M_`=~o~7Suj|2a++JmmFmq z76ZdtzyTETk9woFUBW{l2mY)%)OaJ8>GS2PSt=KtAqvp2jYFiN?|+Hb7TNKY|NL?7 zWBdxa!gTkyRhgcokr?2$KVF7SBg$mUOmT`Su z_<|TkwSrRNoXGiEJ6Ecy^LWr7v(jyoQO6>C$r@4(+4Nae)`?eg*k7igoN$ z$Muo!YuV?Lt&{!-=)2xy180rjl;+|CS znS|HuthcZfC-MM(@NitL&I8R{Xb29DFs@BgZ2Np|FJRl!H3f`=2cPCcCT7kUlhw4R z(SNJ9k_8*L@!|hR9y-@x=PHF^=tqztUfKpEkhOo1T;i^ z;OMXC@9sCRrGgle_>8sZ_{%!ofH)L@Bepp~_AT-X#5|RfWsD328X<<^-#)_5eLqRM z=>w6Q8a3nX8F)vVXMW`_A6jsR(?`@UbF5ldLMQJ|CV)bvRqqz4g{;bM6^j}* zX!Q>lx9WqX@W{BMyKSBm`V%t0%Ot)&3oiC?62stZ z7HLV2iyB&gLR~W{B^4pp;tI|0M`CBR%ozE`!7ITz9<5Cu3*;fY1@!LEYsn*^WhfZ$ z!+NN2s>702-JxZ`jQv}E`C|LsZ68*K+}(|+bq<#QJ#W1C+#cnbwG*+mi+4c5(BFd~ z2*FuGZyH33)eL^a^chCOap3@h*;-#g)+l$K2DV&kdGZkNQD>vs-C`Hd8a$pZz-Ylt z<j(dBqux)ZLitlg(pf}e-p=#Uit6iy+1{KLO z_d3UVYR7@!zRDEe3fdaqI>##`-IEcMrW%k(11HP|?Qu`x$8J41^g_ zKpY&v0h$WD&)jwj#i*yT#K+c^cMFQ4i#E~$fH=sZCTqjI`pPK)vQx4WQvTC2kQ8s^_eT&9on-nl{$D0)%CjL=dtzV3e7xQ7nd&23PA=%JGdkpJ^A0g=T{YtdqaYCJwQ- zL5|IU;U=Xn6*Nq2t2({Nc2Cz)AD}4wGwwf|0B`7J2kpyK{BN^mdP8_VmI>fpd zC2F?>1<`U+qP9qMP&hcQPJ#oDi3fdg#ZX`s!2G0T46;bG2tXas+Cs$nDV-H!&~%h$ zt#+Tf!tFD_87RnrlW_T14jY7#7Qj6Hr&54D48RxRwZ+tA7T`Yyif&sz9dnN6zyZMj zuAE`2LG36c>lEjI%w={!=pcf*iiOITqxBx)0FLIbHWmX$3dm=CINxBPNiX&?cD+mM za)p#LUR3svxwBgMBM_WZ#~|FW8p@L>)~80z)uV{HERy+M5F9gVD3(G%7`~S#}fl%zaQ$4-N;^#^|6J0N{YoG_qz#a5vSTR4zb!6B~&DP7VNK zxO$}`Ru8^f0N~zVtOf%}$l_7}h9ZmMAVEVtY)SvIXNOSgYXATWP{2i6AsK4Wbc3kh z!}Y-bd<>|s0*L>+XJb&S#CBXL7GEh+pBcd6)Cbgu)Gw%d`%eS$0B#QbKmGsNgX$AQ zwEuJZ|J$Gdj)BmW&;(i}qySVIU>cYOIN4W88*(O@f*N^DEi@mD%Rk%+U^TW&9 z{ql)uC-#DAjlWy7qi(eP4_WW8D0)eLo#b2UmkVXa?88|dcbwUw|IGY>>FB-mH`&hN zHtICFfWNVlzCAs(Qrus zHPb;>1L6CxH>8(U<;`rZpZby&p!G4gDYrroGj?1*l`%R>lJqRw?evsD-LUHP^TE@e z9=8s)ptGHarqYtcYW4<{Cm4z3fbOb+_ZDu)?1Hl^v+Ip`wd_&$Lxq* zpO{+waT_7bDDO2dX0*g2KONDv);dwh%dMfU)9p|hAL}JF>GjsxN5S<9N%!UN`JHQq zKGrCXD6Y#|3%_O5Rax9bZC%ko4r#~DzK~b8Yy16K!Q0(6Y_PDDWwYYp5&p}QhmHCl zgh*<)uSP&)cDi89tMkr}8!jv@UMcdGWfj@y+q~6|BMt4+_bk#{k`oep3~z0{-(od1 z)ezkoME`^RLLfVS`UDf6L-j=abESgL8!lU#oxH0LY&j`<x6Ui=_~)%yDdZ$|u07HEQMMq#0VP@v-lAKcUpl z!%6Ex|K4_(T3lGV(L01ZX;e^_Ki)pRWRw4Rdbxqorvn=b&}JA+`s#%fT!8#IbD`1E zrzzKGcVj{qlphzd9h2=A=iY4>-;wq+^Xc->p*wPV?!KpScMSX{H+Cnd)m)R#%2t`` z{w~x^R6N%o|)k z8q(yU8rcp{faknk<}SMk`$^((W`nH$aSf*URIl)sX2spI;>l5J?4%M`IYpI@7Q_3B)<73f@iV6We+yZOZO$8o*B9(K5XiBIgLjn5v7 z66D@FV9N}$8te@691f|pDZ6#FkY7mZ%Z!Edr+kWsQ*fSU#zgbvqa!V5#ogs)*TGcF zXKN)>?Y>r$H=Shfjf6v#*)yf6E7Gpw)3!lyJ4+Dp*6^iEcwlBlxz*3orH8>bcOv|f zMDS@JC}nm0V*}Xyj!%6{*4BMH*Co9+89s)ce>Xu|zP<be+Yl8j*7~W`W^CS0Ha_bq-E}ocU+kV>U1~*vt96fs^iyhloS~^WQ&nFQjhM z#DzuANBXHHUdv-bFhPZ{xigxliycCwQP%stkd0f+wO}VgicQV08arJYEy*#dqYvL* zRc4p*>#kjLP{(JQXPWG53qL-j&e`TfbWeE9F~zQJi$l)|*y5khhc{6jeNFp$!U1fS z4?&%{Y%w|IDQad3DC-Yc(&8A*M!L_eO^kHKMbnifLk4Ma)2UC4{smZpx#xY_ZjfAzCg^Q8{{p%zr#Jq> zu~DZZ?+mGDxYd7Cs9=cy8Uz2e2Gr&Z9wgf(GuTmnlA^i+R_Ef!8NvT3$U^}2Oivmg zL&x5~Ftg|Reg)IwNBhs=-);W_fk&zbdSfdPu3Ju+et6%qDAYR;N0kva{RBquLQ20- zr-=rDp7s1bm*gu~5G)*CXd^|p@cmoD@ANKaO&aX9K9tjQakk?Eu03dm=N7s6=xaG7 zzG*yvz`f#keszoICYegtLeV0uA^r=P9cdZZbqn=iMTNSMY$b;uf`>Q_Pxwe2#Hm06 zv&GLJ)Qu|X);}`K;|j8TGk80pepzP_ye8C^jAo#YdRRYdyI3VZAVF%y>m$LpjYhTR zKrCmx1dSEbo87sfLWUyo#X&OY)xWM+Q}6FxzEjxbGd|jDN@^Xn05wU~B zy0A=eOvoy$f-E>@3eYVKj)ABRA;XCZ4Ohd9V0ip9tRwsn83`Y<{cKV73+WoM>^uytt=sGv;+9396&6V4B1j++)}^&-241mCLk;rVBX{N*SyJ z5o4kRV%&IaghDFMgt5iifRecqo5jlwVg&+zFX7evi2wliWy+pQptZtcmWjung^ugr zM+kJYc{-}PMHwpQXIKkmC7b-P-n$5!8*rxA!I-NI_F!Gl&TQ7RG_y3zb?_XpLi4`qxZ*b0ecWmTf;+FXTpxpUxOazto+Y0B|h z$TGMe0xzX{FASDvC#O$nKDiC9^t%F?8ua;V2R<$4y$*ey{K;$Eu zce4TB(TT>yJ<`qyA=(dI;n<5~%uF;qLtCBt1kia>wEbRvWfBAZcnHgd=;<|9!_8K; zJlwmfg7kWCIaDT=vKmG3{CQn@3M<|p>~QaYRY-;F8M7o5@aLqYu2M7vg0KL=S(+nr zG2yeBZ`fjd$D3M5+-yL zBE%s^oI3!=tg9m)U=7wLwDl~n9q6nyQpzZvB`h9(1S)hV_Yl-;TQtDYPo}y82qU+( z>wr|VME5Ih2dxI8qC<~q07C-dpXH=-OyV9}NIYCG+Ij|XfE>Ps7maHHU741qAy6@? zzz1t0b+SU?P&8ZIJ_RAGg+Cy0CyiG!6f8+CnF3Lz>fkjm_fHCxI8cCbw-Jkb=AA?s zk)5Vh6l)4}$4w$3Nh)&<7=;Coh0DOQJS0Xn&-T_hRVbBMA*UVS+c5@cvHyvvt->gp zbOsxU>~M$3P-L0)pflQ-cdyG+y%>f=w7Jup!p-p5KH`F#xWq|C^j0m_L}k2IWjbV- zxp1l=Qubh9M03)(jADOE*f?(iK_sE-!2h_S@Z(=3-~F6M2<5|6FBX;Uq@4%%i;34o z37Sbyu}W=(?y$)Zcq2+C730AI^XuboTk2t0MzKCBp+|%}ukQu7+nU3xWTjGUDMS@V zs$1_(D#d)4eqzYf{Y55tQt5XC+={thJWR%z#?|y=%IfN5>AWydKf5kdB5a3^K zy6r5B7>rw{Ds?Cj6YB(qB1nrS1iwK8!kU&Ss;5F~gRt&^0xJVVTfX7MECE3z-ZKXQ zb#1vT6xT5cxLOrlQFqBzp9ZrTMY@Siq&@{eDGGxJs@gaxr$U#yt28-cE_2P7q|-_q z2g0p@qT}Iih7=P_tm z>43_b0?z;!p|}g^mE*dDB)cHVrbH!cp*@}A|E6dIuJRDfrNo}4J;9+ zFGbt6TqjmL(O_%xly>Wqk<&3w_dD|S*@LGhy{ZnlYT;ZB5RBB7;c9! zL{*@Qd!jQwCO^`#9#;=&dCQ>i9u%(w4LG?d*(`anQOFu-BZc%5(3Vi^F$1kemzZ#u znO;4LT+EVe1I%3vI}(_c4oOOa2@6`+Mgd72-FZgu0ml?i04l7w53hx`4eUFAts9q++|0jTl@ounlIgh6nCsR7XDs>8yg&LWID#1Jqy z6R9I372OAx1t~kO@HwIge{#31i^X&xcZu1%If;0q9;!c;Sc%Pi#Ih%`^QFK;6nA^8 zWu~pCwz|lpabBPla8R<&lV+$a84MdR{wxMFkgWD|wz>UM#PjrTAt`JR=sAImW~K)) zZz)(TR>ChTBPp1`qTMdRN~J8T4hIxAT$_OL@~jc7NgZh&!5XWy7y3X}zADj_$}pqt})g ziYw(x0ffCxCR*$&1BabtjswkEG)yiH34QZVowhtF;CTm1JhPhJW-rYGwO?(*i@$_@ zVE}4oBYTpl&DB4v5l+O2*zhu?+vn>qLrh+bwRE@-Ci>YCKi3KD;zL;6XKd@*Jwi0j ziou1Lgc~@)@p{}(dbLlbZZK^lstK)@98n%|r>IfSjSgA|_E%};fO-#?!*p{M0!ip;KO0!;d88h@Z%EU$K|Y|d!u zJ%yYE>_YU1b6qh)+Q?*s4~W;Cnlkw{J0uFpD@$N5PdU~v4j;Hu{OXt_lud}5Qer9l# z+aVTGlAomofkW1K#sWMiE)zuW+`2?##(Ri74E`6`i8mMA?*=0MjxeGEOgA5P7K zg)Ht)tRk)?o!DD-3g$V}qN7ksok)zto-Z5Z(ufk)8n}hb$1*w`L8_ISQZ(D+G2>^? z6++}5ooZgM!;{UbOcNdq?}T;ZisLl|fpNTW7^^Jex$6M}TZ3?6X+zu^rpG0z>G-N} zI<*7Np9SO=orb@PH{4Iiwu}ha4Pz@>1yDM|pD7&@YJHCq;2LoWZ43QuZHxvgHfb!w zQME#<8_R)(O05yO!lKZNdO}UMC~FNGMD>6z?IrM$xSO zj~f?}QxWXgY*KdV2E_Tct6u@NqT2RWvopY|bdRnQRj^V8x+k4gK;aXdZ^%af-itFG z=M`Q$wX?pv@2{U^IJFPZunR8>L5i$Qk3`48dZW*@6&la1J6IWVpGh{s6(eryA_GEC zbt&yNGc1!lu1m%eGvyZ`2SLgjVLHttcZ|EaR8K=xD{=Sl66x5G)kIO>N6B5Vi29tz*eFG&?3s}(Za06*i(1fWM*%CSqWOSO|CDVTlb(z!19la9vhbN(nJ!^CO} zKo9D{swWFl!|i`=%~qVmf{K-b7)kc7a3~-BX3Ki=Xn;K6U{vn*?f^#aQf8QRB@ImM6AdTo%Wc4M^Vc5FRDdteyTX$$o!Onmx*eGrQ^>l504ytHDl z$*frrJy&K_6J*}5J!F%NVndG{w~t%0N1MImRz+6(qYaQlI8_u84-0 z5s1!H;?O$vpf(2>^#PeNF;4L!3u^)bEo1;KpE5SFlMAKgX^-Q-Jh<0(^|wxuu{g?Phxd%J_F))q z+6Wb}w}iwCJ~wMs#6;}DAP_D@)2XId+hsxe3WZ)Jb_mT>gv@IDn%^~Uv0eMV?HU>r z<-)=_r&#_GJJaVP04LVK8g~p@I*d&I+ty{`H94W8tU==ju=7(8alCAuF_eo|n!?6( z>R#DsgD>QUqvUT>b_`W`6UE&8hd3zr*Z&Oz9`xIm;dnSM_~~^1WsVq)7{h4L(4HC;nd1FjKnn4hOIjC7*C2gB_YD$Y5dWBLW+Sn(CP|~j|1KHD zJK2?+Jrv6{ojr_&Rkv?R3S(N{ife9VCZ zauKRyYp<}fdQ`2RHyYd5(erwn65lu{rr41)IQ4qf=JO#Nm|--OaUpZ}pAA&BQbp3( ze1qD2eU*!4h8MM~QxEp|hLtU3zu20E48uQ6CW3iO()dohyp?ng`ZR(s$#}kWsr$@} zMrVPPysaDku9~7#!`dv$#G)|RPbr@i8LjJ@5*lC4vfK>XR9=C*8d`FOvELku^5{z+ zYG2gZ^L-zsr3g6L&&JSq9kMp$Dm)tdSC4rO-5d40vcD*&?tt!+%VaR4(>`sVDRblF zW7fcmKU)n+Cvs5;5U-EzH&+Egj2s1Bh;gt}Cy)r^8E6y7Q}xmXvPbAsH4Y`oUil#? z-HWCu`R$4E-0BHDh3;%6*+JyL^g?MY_LmeW#wu&;6?3;O`tRL=nq*2HcE=Pc)B#uu zP|~eY00m2~wpZfOJT+MX&wbA6XN{8h;H0)=&(BkYK3b?W0N;tGFO+|Pq=J+o2UNDP z({L#)h(+|75JyyBE-zUmf-`Sepi_Xie|quMjc)=xXCu9sjcdnw*5GP8G2RYkWbFhW za;BO!0Ve+E(O%h8T(D$UCwxW4?HSTM>#akQt1F zsAtjAmji0!;$PcY#+TAq2NkNTARCqj)_p3?sTC^YWUqwV1xFLL3(@ME5x_u2_X7p9B4n*ff|JCc zW`!Xt!6IdQacZO`62^&*%c_ZAfnX^{F=}h$F6VwK`%9)G2Fj}KxV$bbBh3d=_?4;9eH(+$u?C#op&8uvK$!zVfwJB&2L|upFeD&9K?tXH1~aC5;fDBt%ZH6) z3|%iMv2OewIpFZad>2~itkk;k6k~yn7G=x+J3SQi-8Z5A6OM@kzbT+yIK7Z+6&9<# zi+}`szV8ahu6#8NqHTNtySJYJ?<4N+L@_~r*MMbR@Z!3hPq(bqqUu155PZmbHi6m=be(5F6=;fC&Fu{`d>n1M zu3ep7^&+uS3HBP@EW@3T`hXki@&f!rGN57Xsq8X~{+3onHCE5RT6&{=j9=T6Xb8R9 z4Rp|=;Z=%~6o78%&m)uZ;U{vz%Bqg|1EyAM_V`NEB~s+u*DZ+=Ajy5dO*7P&b;RNn zT9q?AxZNv?%iP#??c_84v6w{bJ6U8}Xuzwa5&8Xr=_WbcVos5ND>ZcGm!O@s$4UJ1 zj~OLVr;C{#$-Y8&_tE2}2M#nP(7!Kl0A$#g?%UqvKb)D$Rs+~i^x0-d#&3TF1uPbh zmnf^Gtf>wW<1tEWQUl&H9X5WA_>3vTdHksR3C)dztXJ`IfPgF3Gwar?!LU~@bQ=0e zcha=k2ADHx4isr_PbAW4a~`En^{2Z!%kLh`e8(cJ6|mx7nTWown*G*3Kd%M|YnVH^ zsPX_#Ril7)Lvv%(Z|e`+-g-ch-)gwzcZN-5%?{O@An2~WdG4T-<&E8D zAdPXC{}WH}kG%L+>n*!NaDK6V`?k+k6w1{J{;8*EYIS$cNLLJ$=vq>;vts7?$1^sZ z$xXi|v#C>-EdS0(1WY6$R44eK1WNc2l`2`~S2TO`tdFA;eZGsKGy39HIv~AJzsM#h zjN($A0YcISkJ~Zi*-BS4Ex{8YGHhK0@<=;P6i-rnpLc(lXz5gc=}(r+eFwYHid@u6q(N~3t-9K(Y}N=$y+2h!8BYT=`@0!r;Xan5>_=B zIyrV;1eeo>!BWlj0-MD;^VZW6`@FaBMo6%s0$Pa|Ee{A*2|EgfD6FCf(@q!b6=JBW z&`}A&k&*iSQfml{5O!^ccq?PIR96?Xox%s{#=EN%>pK3cWr_&Y)Pm~c~S^f>BO~b!XK|SK5IZ9#Lqt3pEi0(;&D6U zBzZjoXj44^JXtMKw2TmS=CB5;jk$<*`4I?c6ndd@7Luo;P%!DYJ?MBruP7=MiU8{E zETWq2bTrdTJW!nIhu0%%sXe<{dDurmK6o8q(!&@(0Wk);bYHW9sdKmBxdK zIrqkufcdgWP558mbJti1T!HrSI3QA|;I1%T!#?vo_ARC9fe?ovBUaN+h}Xh(g}~r# z$X0OiM`;6OWgyHtxM<;+s`YrVD#ECjX4;DLBJBvDU@ycpV|qV6q@TLkj2jh-;0kOzpxX z2}@05idZ&KiX|I`ohL4MvNfCRf4qP*)@os%8}qON5ZS>>+&VqRM?_g=>cT+{@Ns5J z)C(*0e#2aNn(C)SEv1hqm_tV~ZDlN!pI1-u$&NbQvaL7>LD076L~$|V63`EV5a%f0 z*cIe**5aA=&g%-KOaW7tgn+5pY)eN@d!7{C3z%?Yx*?3372}9smS)`R(%7x@PVG1~KIiD-UGk!5A#u^Nr*0Pa z#@9!U2o*67#kHF{GYPpSJ9nfIkw?dHb4r##0T>rbI?pIt5lh8V%UL^7=n$yRtUx2C zW`*=+#pkd5`)HdSc`k1ka@f~3Wcemys6w@FTPyjoJ<&t2K`D02{}JW&rnDT1bH8$n zH8)P?L?`js7aU}Zj1b$jNzK6b?4plEGJ(k4(|8o1YqfyLgenR_FK}r#IT*SN!r&B8 zSd)O*X{i#MA<4x576KW@v+uc*hu5}O$i@20_L`+B0h+`Ja_@S;%D3u;<0-zb{g?Jp zdRv!nQv%TtoEbKHjF8qfR(u3T*a=iJF19EtwWVF-&y$B0mkvTo>Hr#UAL;makL zNR(K$qmri!ZQm@@N72futRK|Z75eMz>%$`c{)Z;V{{)S2uP%Mf@NzJ$XX0(=g;xH@ zZ(&z)l=<`(O^-;?OlkLJGfoMnB4fnDI!iY8%Ggvu5Qpfj z;UYQ?XE;Fv=&b;$DLkyOb1vO^ys>SIe?*CFW|Tqf=lhGt3+2TN3)~F~p!9`An!VV%HVbS`84f zW~GgI44U&)n(29Tndz$6v>@S_SNx-@5ICRX%d$04 zDJ5wZ@1%xB+BWn+HCdX_7{vWl>J&Yu{UQ9vu1Yh{CloMxDvbxzRzDT1*+tHn9-3s{ z(`p}iDEr}a3HRio2qA{=l;;2Gtl!yl6}QE~=gs**5_;AB#b>ILEkJ;JPY9x}c8}Mb ze4_V{S9Iz|u^7J2LBt5@YTuD}J1c!L-6AaS`Dpgi`?OQTANRQfICNM&ENSOcXX>1m zbBbcNRc;bip{;uOnUHeXnR0$1^o${AHcAFlnl>SANu<2nA(v%MyArL|rP)HBK7&f9 zf6r*&IXv3#fRHjr`BipDx=fsY{7m@eSo;q?gx%(b!YbN+F}gETu>1B@YeqKb^+1qS zUGleU2(J~}&82Ez{XweFMJKR(Yc)91yQ=8(M!GRDoGfuAoa>wWZ$#Jhp`$GLVfF84 zrkjf1`5!_`7aT_P$`5Zs8S!M~n*vD3I30h;8Q}*c>zkKcK6i&|Q%Zhq$ z?y7e0%F*a%Yo_8hPXJ^I1AWHU{^ZjizB^?dP?i=1Jo3ov-RpkB_>OhwS&h93Ku`f; zGtZ5D>)brdzu2Y78+Z!Lem|Hc)mer$8Iom>8<(I~#vGO&MRnYaBCc2|KsK~g3Z(@G zN68fJD84UiuYco&=i4ToH1L-H&kvH{zfX3j@ADkJY?YrMpGby8mf7V*i_@wkDZ}F4 ztu^m!-UkitJNJwc{QTIqE8=N})Jg>1n1W_z?l^nPz&ad=!_VcZdUdmo+di5XADq0} zOTk&b(aqkp^V|sjo^iTy!aK$B^zF52etEs-DZI7lc1(E^kWB?@B6~=n15y4l+5Yf_BQ-b&S1!hJE`>U8~NeHAAV{1XuNg(nItR7 zpXV6AXs)~D@4f7R(Ee+;#z1X6leBIyQA;&YEEaAUAJyS>* z2&B%Iws9iq>}Mc@!K5v)n*EgQltx;$%*$~jdt4saW=aLn?=Sv#rER4BD=-1(7b_XT zPmkA|Ki5?ul`xaJ9Inw>ENe=b&j0U+Wca-3SXbsD+w*Z|GBwT580gQ3n~t1hJDm7j z^7`GvL9 TgWy|pUxDbOX$eoZe0}_Xz1r@> diff --git a/test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg b/test/static/Media/Kayin/Kayin1_Military_airstrikes_Karen_state_bombs_dropping_March_30_2021.jpg deleted file mode 100644 index 0dc879e91ae3c12069cdff41b9f4c6a63fc960d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11495 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

jx>vX#TdUay03|XK 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 diff --git a/test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg b/test/static/Media/Mandalay/Mandalay3_100_homes_burned_by_military_image2_April_1_2021.jpg deleted file mode 100644 index 03d28acb9c4d838bd5943550e26f93c6b0466398..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 51652 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 J*AL|1|JfePM=SsU diff --git a/test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg b/test/static/Media/Mandalay/Mandalay5_Ma_Khin_Myo_Chit_7yrs_March_24_2021.jpg deleted file mode 100644 index f5a2d2f0e721e64a91cf81044ab92f0bca1af4b5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 260236 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 diff --git a/test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg b/test/static/Media/Mandalay/Mandalay7_March_23_2021.jpg deleted file mode 100644 index 041b5b183aa8ed65a2d01be146a292f1f2b3ccb4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 94159 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%0DZ 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%0ATs#ER|{vC58u3>sIu01Mw;c+z3ntW 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 Jh2Vcv{|AJ=q-y{G diff --git a/test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg b/test/static/Media/Mandalay/Mandalay8_motorbike_soldiers_target_practice_tweet_March_21_2021.jpg deleted file mode 100644 index b8965d62d05ba839522592003a5034112414822c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 115926 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 J+0uVA{{ur9;ZFbn diff --git a/test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg b/test/static/Media/Mandalay/Mandalay9_Pregnant_woman_sheltering_protests_shot_in_head_March_13_2021.jpg deleted file mode 100644 index 6bd82516a4240ba0268fadc5f8bb1714acd235f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25582 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 diff --git a/test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg b/test/static/Media/Mon/Mon1_Mawlamine_Aye_Myat_Thu_funeral_March_28_2021.jpg deleted file mode 100644 index 341c39dfce24a6f93d266801a70cf564f08ecff1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 177996 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

6i!F+~p-)9=Yhm|INEVzadCN~|>U7TTLQ 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 diff --git a/test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg b/test/static/Media/Sagaing/Sagaing2_Shwebo_grieving_father_March_27_2021.jpg deleted file mode 100644 index 1cfe0a7cef18c5e16fcdb913219220284d5e5e7c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139638 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�BE&3y8lk)_mBCq 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 ADgXcg diff --git a/test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg b/test/static/Media/Tanintharyi/Tanintharyi1_Dawei_Feb_27_2021.jpg deleted file mode 100644 index 695ac11e4e6c3cee5c3e248d80835bf91c188e4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 106847 zcmbq)^;29;(C+TCz%G^z7M#W1o#5{7?(Po3-Gc>pSzLkzcMZC@g+Oo!37P~#crV{~ zf4G0Z?Kw47r@Crtrq7w~o_U`BZ{xo`08B|vQ4RnE0sz352Ket1z^~!p?&I$5;O+tE zVdn%0N-3&>!GQk}Vlt3D0N>x-kVn_n&`MKLS}A}pP{zwej~DRYHb5GH`hNut4HW`G zhd?kfpim6V*I3vu?KKGu5BBnqydfndAS8Xm1ScbdGjTA`F>na+@CeDv$eWsm{Ldi3 z|L;LY0Iwk+GL#_{;A;TrH4x=B@V_wt82|u60lvupF64i@msc<<01X}Tq9p|a{#W_` zv;ZIo1&oS@{@)e=3k3)O!BAi?7P=C}dt`|V!(?yJ2pEWKz6z?b^mQPVCTAJ_*Bn>y zJ@7F|8fn?9pO5&se4Bgcu<}lg?RFq+cjRnaU*y+6O6o>AxAs4ctZMEHj;GeC7c)!p z#OVrJgxYCov4Hlbr^+CXP~RASp*8wu(BJ<5032Xgwqxr?A$taKMIEwyNqto<71Yq< zE%hY@GoSuUWYv+;ZkZ9+WE^XK;n8&mbr-)~Z&8=4zsCK$>B%)^w$`w}cE#88r3p$A z4&eg61QLwW5y_gp_9TZs7U;!8zWJ@|bO*X5;FJVAdDS-=sr;tIzG(l^sN~%>#S(M5 zi2f_}!3Ro1k~|SnSSGG%Mz(#`%)Z#k$}koQoMpsB=1yR$uK&@H6&Si6^zh_L$xPEDdMmlytG^GaHkeM zrsK-^x#~=Iv-v5N>Xz3-7EU7hm9P8$ItKgqp7pz_gq8eQi1kvyl(x_N^}yBdMq*Zi zi>R?Lo9NARw>06IzxOcj<9#Zz6a2@ad-(eFO8-~i&R@SJH~&}7lcGaraoKKP39~=S zWW9=rwf(vY94O5Ts2QroD9-RJhvy!sEE^tB?<;MhrE_BEOtmNtiu)`%b*?T>`=+Py43BDo!YyPmT;L zj|{d;)MG;&X}nS7`YuTrBe(X9ZO9l>k*E77F&ig?$+#snp%bft0_Cu|wFWKDLx7{v zM&&WZMcgnDz?dvs-l7KtgEUozWB6x!S+*7u${2s2I#hwu!Fc*iHzxm{HUGNL%p>=2 zJl{p1D%k&!_(Md77E3)_4-Cc3FrDqiS$UONHNezx@k++K37um@Yq?u?KCb7{eJ;Rj z9aQxxC&bM3I@B9^+xPC^w|>c8dGXE8*+ZwQ(p!_hpUp>K+}47ObeI;m^Kg9o#LHI? zf{Y)czCWz`W_0^>+AkldZ4qS83sjhe)*IFYloA5KJa*f6PXh+6f7%0WTl*%82a;}i zE0|~R@QWwVsVu9U?T#8mQ|-|Kfz-v_d$Ejt-_qslMZP z&YL%)K?V6Ne+k>cVj<(_-%bWQzTfy2GiEW_eV&k$AwF%0uzL>9sd&3#zyHte(k;Y- zoJO-6o6zw%|Eqw$)Nu%fZ-}od&-T%M4f#8US@n)v607q>og|!OR$*4W@4bQuj^myF zP)FwcNnUoTw03sOCgL-Ld@0<=D zdHI%xb!X*jKvYnK7b|uwhj`odmi}U(-4H1Nt$ys}$9C|*N$;Gmy)F;>F-(FUYr{Y? zuLSKYg_e5u&pTeur6FwLYH*-ix1M?uF`aZ`!$#=`Q)w zsOS4#2NkRJX1`-EHr<+>6MC?5>GQYYmnA{Swi@H@u5(y!Pd6iU>HGY}&D4Un3@=3L z%jagcYK~9j3=0PaGt@qZ?t3BwgNhhv&8*2;IpZ30Y);M|ih}>SbeDmKv8q?ixpivcStrewR-RT1CfKLqEoovf|e z#+#p1xBpPwU+1t@yCwON3V{-2XxP-;L{4;$DsR<%bY;FDM;XzZWmzWzzTd9?Dm_Q* z`x`P42JH+ifnWaYCmcI7s+DSHgASA*8Wj%QY&JYq7o7bP?w)FEHxei+h!xDC@#@i7 zWn8Kd9SkeEs3%EmTCucj6gDLGd$2_;B^-xFxxHHzCOx?=Hp{>5FYI+B(Q0x&p_}E6 zfUxJ3Y-p8e#`4LYDlVb}p)Xr6Own#qb55C72n0)&7&bGN(f=@vWdr~SI!R2;Xe{Kq zSJ#Y$fai2>8LH>kJG9j(wL|6RbsTJQT6Yt78-G<5!eB9@5V~nC723VFThsYRlG;tV zw|~i;A03Ed#%~9nL-}ok-FuNA1>Be&bXDJl!#;(vz0m?W>pP3;i}?kSBxx-2$1ih< zsGw?<4!<%#eb~)!n~w968RuSYBvACgV;?XQ+m}4i+eIlE7<=|n$sSOQaHDl^Zyn+s^=6ZtGUevE#Mq3Dqh+*{;5SP zFV56=2~FP~ZD&-96<9isUEst4n@w7ui;XKHO8b&oF1kK3R&&(TY0e1;HQNrnlN=2F$-YEad zwLP)km^Mql3;qvKA8eG@Efe=D!tv?|U1if+*Iwr@rDdu_tRn_2@#g6_!%Co;dwn?J zJ?{ghu{i4!8O>4ub6wexvZMmZp^5hy3;7pMY6Y2acVk^+;TqeYLdUkNJ zZmJ&?>c6Tk`rwrcl?O!Q$kV{~+wo`ke>gQc8MmwC(B`WB2cW+hlx`%~m>LjA_&*2V z5>4xl2M6^_f71Et^um`nI`7itaLFU?r!OJAr6rjA~|AzlEMVY-xWU9jRVH;S4I{Stjuy;{^{%4 zmZu$i;0nT}V1f~WS&@}#Fm@mgkR)!&V;Mm8o3|s3ZM)^bnfTuAa_=#q0Cx@-1|x&v zrcwe?BXdDqB&V>pvM}3<^6Q-v?Qeq5b#m0dpL0eZ8~cEt`N6q4)EP|}Az4=8muc9Ou$s8OWPlmoR)_nD_*JiNV7tI6CDr#u8n=sk9Uz z_~>9jiZ!jrhz3qw2~ou^zg(bh z(4j{7=M*{L*_JgJl;@JlOoCf`d{>Q}W3b>63YWZ$4M`Du*V}XZ>kcYVJa6@>Pta*) zL8~tx#4-^7?B)<|b~)72;hI>790W4VGXPll-d@Cz7lamwDZ_((7a+YAT1bI-3Ypzb zr`ZetUpeG;Cyj^-L6wZC9=#Iz>VBf%F%0=-D*o#9(+!)mfREflao~Rd!<(Y#z?!a< zbk{Yb-ZoIIEVq@<*37&<;m0#jbUE zfTHj~5*kc>V#W(A$(`xBM6hHmJvs-KQ|j+D4swU>Zj>5EiaJ*w7(#_H-)d2XEHEj- z5nyz1LK(cB-qbHJ_pWdIz6iPh$b9>ohoTVtqCy9N!SIRwJ~9CfA5J1x!Qan;ahuR; zOuIhykmd<3TnufwAPSa(i(vEWtAeHYz^acNm3coI!woLV6jyUH3XOKQMeAj-z%xx; z5;J8u4jW(TKQ?HqR_3*<8rQzA(PNhEmW~7!8+-Y2(CbLhh$0#00w0a)B!)JI_V#F% z>?TmxDUv^*LFXIjg1#B$XV!*?pP|r6Fpe5~5O?u)W`8zS!xLwWSCT25n?d{vYtK-9?GG8N4 z{)+T`oqG&J%`&DxgcGgz75=s{SmsOS$+SCJcFo^PYm-OC`k8i--?B1?8LMfT=(v_$ z!$*c}EjWkUa6da)Esr<&cdgl~p|>;r)*Hp4Q#QLFb|<8_Lhp#T z#N|Jwv?ZHPUrB+j$jCq-K^#jUJQlfOeTKI_di!soq{KM$TZmf;&t>O>8VE{RG`W3c z7-D)U5?1X0G{_SP0--uK+v9Z<*=pufG?d6zHrBr8z9gVpO$?b{YD)6S1&`R9c;oRi zH}b;UF&fO&wK3U?=05h^_)5}g`R&CO6$SnhIGi7C9`(9g49|q8kIE{X8+%ODos=@) z2^W8=h+W+Wg198QAa#(3C|_pZLm}UD^W`F09UDZEoD;^}8anfIBS`FBDT zQg1%y-#j!ru-lLgr~#y-a;c_sdEKpRMi$PW+{9H;huSHN?kV0!3gm%X7|gS8LQWm$ z^B2bbp3*wzAiT!3A)r@mvdO3U_iu!;0bI3sL~Giy%q8AR6xk2$U=mDg-?Z$6dRB{z zDW=FCgWpH?tLdV`&1}Y_F?#%jKh~M$+Xk^O1HFWLp3ns(#$k{>lM#?(a&`mqto>cV z6@P0ueX_Z1mDA8Zm{L)Fk}qvF zL9gu8$}Do;ZB}QB3Yy00ZgsJK)%VpSVLf~{v|#m0SodU#6uX!s^IW9xZ%L(t_5rG`#UAN~VSI#Qz#v8K_^3JUNG_$}C*LEb>; z12D39X5(gR&F!lbZ%9<3ekf>^TDz5d0JyUZHI`u|VoXytIW`#%p(RWLy68E0#N) zo>QI6$oM|3oWDMK~ za)i0uLS!BN(|50qf7jcuo|-3o_kZB=njj*2$x#Zvf3!yGdP(x7h=qI)=D-{EalBV4 zRu-A#aL(KyoLk^kAyEg%q^Xi6wg4`5(iWR8imTj%PY?Q3btZeh9E64P#pLVU?8cIB zZvH%BC{Op>EtJhExX63Y`miqCjSRrHRgiwuJF{Xd;o*giOG@%~t>0b0a6PvL$%IGC zta(jNKc(v+uZu=3Sq>wKBxJ)RimfQ1o>!CDZc0u*Px~Gdp@R+zA0CAnOB8w8nYuO4|(`w}1ZD6uG5G#Wh-WKYM-;mWhKWKAwm^eX?G)33}Qs z{#d0wSCAhr0c|H7lLolbw|6an5b^ULUTf(NVPRqy7BmVmb7rSV?tANKyPnB0i9G-G zt(ugcZ-1<#2K+RBTT`I0m{U=ls$Q@co`p-aAm2L}_=x@V0|)Q*2){?bxd`^m(c@{D z(3T90V0hn=@JtVrbvnO=q{)r1I28?*s9`!-INS;ez`+={a0U>@dsBecu>n`n9YT-4 zx_ipP4-If+XLXX4zyz=58g9O0g*4#&2S}Y;axw`D3|;3>Gl!|3frG%mBHP(_H$lZ;#ZLcW>G|ln z`G*j9e@$61)>PH;l;wz&A0DO}SzBD%^7lJL_MzgY1H)VLZkP>Lvf`ku%8cBf$%Y80 z>f%sQ^@i^{&W#cs6FGU7+FLQ$=(5KVP$}uy(iSEV2pugz#2roc$8`{4>yjakRoY6F zq!uEg)YfJ#RduFf#d;dQ!RL0nJI$8H@q28J(>bfMfjxtx@X|7WmgzRT)lK_JXLh;~ z-_qBTHzkW@86I!P5Fvt-qmi}pV_^hX!=iA5Y(?w^?lgfjITOa#_ zzG@5vW7U8`qk5B1?hSqD53K8Gqn2 zOe;V+C9>+LUb{Ljp5*;3L$6_pV_}hu{D|MS)?|v)=Mxl|UBn(*%iwHseRJNe{Dz{J zy*WnqW0$KHn_*ylUnsemZ{vKiXyXG<+v)5~%e1YvMPk6VSF0KUi7mT!`j7<7u<9)6 z)_4EZIiFMZ&A_W6B(uFeQ$3q*Qe;Dajk{?nfQ*uq(Tj zRhbQ$%!#Y>g&kzf+{oL}PamJwI+P2lrA^v>N>HbNc%9ZYujpf!Teh*r44xb!qX)MaR5Nfi0O-~ zpf`b!Smnx*nk&)NIbc34!m_4Hn;Fq+^%AR-d{=5GB3DjA-gZeyt2XUSzRW6F(9@mI zquP6MWfc}%1ftE%@7kpJ$R0Vm6TC;-oY7se>t16($NDsDr0avgt(MBmxS?3ZLOTft zbA!^-N7Ja%g3KB&FBU4VmKydvuyCL_uQHcz<}lehBGiuJW}M zr=qP~JK=Zyxr_9B4q1t##6DJScsdCrkvDKwOJv9JDW4`y9u;F+tc0`)*-8Yj)Vb7p z-JM9UUZu9ygn@0A!XK(K02GwZYd3yqiOej~aLlP&PhmPYx(VLRwt3W<+hJics#yz0 zsOIFY6l9er>*vs?xB*<~3(I6BD1^9i(6GWIZD1R(5)nW)4yOs&Z48 zpUA-Hg4@NoslBvpn1_T%7Zw&2Ovl~TU($F`#G>Z1D1jd{ojTSDPL|GN{GiEDG8+8! zD005Nb1{~lzddSwY9#E`_!+UJZ{}YtP{MN|NS+u|T|jVb7RX@pDu#ASVUIK$6*E@a zg2W3q68cIKNmAh5QuL40IaN(!QF1hU0JI82qH1jEM%ZlI>g>5&kCYRlv1HlUtB}Z~ zwXn@7zCo+cLgl|iolvl4a1a8Myo7}jmZJu5pF4-HiUr9OS_rKW8F(6v8BVJ}oq>KC z5(d31o+{gujq{8ciw6)Ps(Xr#vC=?GOW1h<9}TL z@Bx!K+3~hkxhaE0k#jF#P1$QSjfQt4mH}?PM;r8G{@tSm=&r|mgceSehYsYsBGkpk z*TZOcX0!`r@HUVV4NGVPTQ?bi?<+$% zoWFclXKCW+;KGBo1i|T|DRJ$*Y;cLce{lwo;NW1O^est9Cimgf&L_6wP9%;~JKi<( zWfg_*!MvGg;9NvPX|Qlvot2_ACuZe|N7x;E$38C9>+fgr*VOyrHJY?9n^ zjFVw<&Hj{!L{%FEm0?NBhS<=h{L1TMd=!Z|@0UwlI$w`I(kpZ{hcgR+4=8-DnZ}Qi ztAQp(2AovNA8x|Sn5D+rGQ;B-kyWRU*Bk38t0Yziq5v$32q4cP>yS!XsWLA~B|d0R zkO#edc_dea7XO1#g)KrKKdRQWD%db#2V5ca)}^5UB@w)Tc z(oRABSl3P{wQ;vABTIGgM$MV{TZ)IplC7_kA~Lv>hFitdV~kaqGd&+lk{!feY;5Fx zZsI@(w*)9&DRh^x%cr|(4kwfNWkmuoElmX3I^dOpz^sWoqbem+4W!pqtFQw8A^t?9 z4744>Qno(?9in@M7K!I%SJFJ%I<_n`!KsByHiaYWN$Foy=5=1cn>&pUj7qeseFJEV zV|21-MPC}`%sITeybgG*wSmqk*Be`TY|x-Eh}0!!scE0oH*-N0`#K{X29&+J#mL_0 zYHg$vBOEr`R{T6o8(cd|)8o*A=wKjvIAtV0IvQ6wV);?9sW85KeH*yvf70adufd#v!LfWh%1(!cNnJpGF_^>;QF z$(&93UzW(tdZjv^@&+JxuA!}u2s=##6%dftjscF@lfuF+1i^-s?63gYS-*vPd0S5{ z6o~Q^h9ju=2+i;M-sP+I7Vs9vp%ieY!HmJI%)EzmxOogy-+GkV3?9x-cusGKgLEfL zKLst-sHSnBG44SiGI%*mTk5wsp!>~rAKOQel$AUqJi3k z16vid?JB-$%Zz{{0g*$7wzTHn#YLrc*ltIvIvR-{LLUH|j+N8HHgG!vjUjJ*P;69W zjonNakOqjdcSgm_W1Q2bO;Ld&8J}z6vac+)TB1JH+hFQludt!w!AT?tM6cuB&q$EO z(LVI@KE$c9xfCW9mCI<1-h<4v6N()=@I^uxIm#hsZ^# zCMIYi#+-HkvNx$>OzaiMfgzD7`S5%oB~E?~maHEm#}XomMv6831tD&|&`3UWF9Ynu z`IzX4J@pM1qjfPGVBt-K5_fjTKA~6)z#7ep}+(?;frW<>XbZDKKj`OYH`G_e_5xcykK;d`p; zrr4k4`V(1cRFTTOs*z(@Jd__hp_3`$T(5YhI^)vTlVxZ`L69)7T}MG;K%4J4)&ZaZ zz+?@FOD#$$=z|pZhqA}W=ujNM+A7G<#3_ISDFh5*EQ@c&M>6H=WJ@S$Iosukt3HQT zFiVCHaZt!A5@C+^bOx{=*IbFWR*!#5PW^}%hCn!}7%F0l%S`(l)UGN-;Q=i7wS z3i2e}oelk3a$O@@+lynZ0prYNTUTW@2<{~9C@s-4h!`$0U0v<7yy{Bg8`~{l(gmS5 ziH=wqQWjwy1m$acz*(T*!I$kV8jj^@9v4*mmUTmm01JJW2!+EY{!%Sfn-qyXScHz+ zHYx^@LZyO%Y@jpwlW^lf_e&7sorT8Y3aMkB2ERgh?G~_OjACRZjHb7E!7yQfm`WiK zx72YCRz9;J9j~gsT6vgYYBL8pyRoQYBks}Z==!v-ZE4Ry%If5W|53zA1uhGTnM}Xj z2l>4DbA$>%p8)e#Y7rfWr!ir##LThaeu{4xAt491GfN+Ej(DFEP%Z;r-n+ zdd110ear>wJ`o-*FcFstj{6qZ8F45LM>F#7mgbc~1Mtm6>#B?D&)Gh7T_97D1=J0E z5zU$QVkOS2b9ZiE#U!n)gksoV=nA9xFX2iZ*UVxz=ym_}`u5MsZUq0L1MMt?2p5KSPV9V!ka{L>B~%FH9{GMbK!cQQD~Pq;b#AX^8Pv*x1&k;sq+68a{>v^)&6vKT z$_|C9RK;Uh;b%Vd4YK6;A;jt@bAkgujh2;!t%*{yxQB9~>U@TxmEcIp4i7{2>WX=H zaRaVx?Q8q)6`hFL_Tj@sxL6|i>#3;K!#acohDsE_GF3E+I;n)v%JVsplCVisjWh!@ z3@-_;xjO8%U~C9RZ95?#)siON0?s_=(@Xs01yK-ElhPcLWZY9<4rnENub5hVQQSl; znY${PW{6E#KRTgyulAua`M&TXZtQBmkR1Xgu4Fdh6pTwIBoD5pV!9GP z4<@e2n_WLz|8jMiy=Ku^-9i$P_ljINd3RY{rl<=km9>#q&6t*!20lV)HGh~o%Int8 zO8pN2Epb(v)Os7jU|;mJw@>&tl?FZ+7={*4p6dWrkBS7LL`p0=Q01OiCr0;Vi6Y9T z;15l{alDH)N$susUn+A4l^tZ$65gN~b&kiHbaF+&TM&6sAc=erJz1YIEI1Y}KOhRI z1%r$js`B%uUwL$Sk&%hv(4)woKBYRbl1PaiY(D)yh5v3fRDWIUD}r>;Iph1zy;iR= z1KpIaxp@X z@a-z+3YMgU0UIBV%r7eL7o3285jiSy1rhpCH2p zO)*G+z4@HZ$KPFMQ3o7bofmbzb;P|;NC?v>Oypo`FR~Of1ZgKK;SNPE1HoXjc^rE% zs*@Sd((%$rTW2c%5@&=rtxR6&vQH;sg^!;(4I{ns&@3*qveN2}S1U#6$Bu>SJjx=< ztW6`Q_o7Q9%WTQv9okfk62oX~UH@S1ak>O}Ls%abbmhy{y$#mT#sjD9u)#5U`Z(w_ zhgMpp6Wo$sUd}90>BBT>hYCkzWK-D9{x9}jF-pp{Xpy5ia~_qux!_zU`1QkiEn6C1 zmuz#NS*kSRXxI@&X4xd|Y%$ULugJeH9E(yo8O^k= z#wb;mnzeI&BUDNMXiWay7f zG=k}oI4A|h&;elWGfEpww$3nh+!ahlMkd5y{q;6LkS=4TV~90YnJVooX5LV$YRyBx zx#7g!t=G#93vuVlrBi`bbQzw7A@8L*gy4u&a>M`@NUPQGppxT+5C3Civ5_JdNjE&Z|i$5yZznq zNBQ18UsB@l{5XJ zo-h_!<{hR;h^USP5!F(0f$jxM1-(|13ujQ%$jBw)xG|z-dV{ z7JpPaUgkjU_M^{;?A(kN)hXkXM<%PR>KkzyI^w^;@Xge`spx`>kf3vffcO{n4^| zuB}H!h`(GZjB+_4nkAK`6f(MXE4b|kD zDO=8dw*#wV{06avH^m|B(u1Csy2c!enNq<&rJlRCPET$_0(P=R9vx`jk@^fWtdlC(Cdsun^SlEo@17 zn)Kn>JuV|>eUp1$J)dk|c-pPe2^CWY6^u*>3dOOA=BbI}944xU#`@m<2jKCwmk|~q zZM>{&R=QzXT27BjqmAHnehH(7Ll$WkfvJ6Bu0H~wGn1-M&HQy=|Jm&m`Q3l4N{x@b zl#5o-+AFe6Xaq5cJ_#fzmtc1(i$bL_K8=Oz1>dxn*ac5P z}kN#$&v8b#2heB-byJd7xQbB`=@s<9_J3V+6|(_ zwMa*uEfpjq91TKZ0-J(RqTm6Pblid&nkVnv#NGo>Z^d(h=abzov&H?nJLYAyHa6kZ zKLh`%=hrVM$*dJdrMwlu@AC5=AYdzVb9QjMx-**?6IquFc%B5ew=b~yJ=C)V)*}nS z=$4<>2Hck)N+=r&?_E}NW_)k|7O<^pcbc&@a}*pk`Ln0WhQHQMgtb*p`pLHsNqke2 zf0ZlK8duw)b*!wZ$Qu=BtA$}gBg1Kkt*m0%4u?j*T)F5(bE7H#Z5B7)FhL=%e=`?^ zL6XiB!HbfOlC}v4Q*q^=S@O+RcxQfzNiyfV@A5wFN2ctme)`z=qcE{dA1Gb^{_V$w znx*CelZk3;Qk$N?@~HE!hLtDo`OJP@pB7eOx311tcN*KQgUab7le~PKMX9cdZY6r4 z8KSehh5Y*g@$v6LxNO8nCxhk71)GM#@G*n{^~f_nTOzBv25(i z33Oa3YaEo!Ll0$WZ7rPHWL>~Hc1)^|%2 zrA*hCwHIRKwr$N|WGNe250H8_R1f7=9#!+ZY1ARo4@I#=;@q(B1IQ7kY)>I?H}%}* zjDjC;${bUK&6?ToFYPaKc&e6n`8bzpf{WOH`R5^1LfV#&*JjuFmn)_hy{zs}gk>p` z>1v5|nA7dOi`KVz1s_8eqE4UUk~VD4EKf?SzusM$HuO!J0X>V_AHHhm)=F@^tsPyK zo;oKAGW&|Z6}^wbPG2UNfp;iHt1Z*Pn%!NT$;!=nVfwyt$d z&g7sSD~>H1htuipM)BxpyR1~>%V5$Im%6f;5Fad-edWq-5wEQgh%@{2W-&0e%cDuw zcvRoAYNJ_ndrrHW#tAmv$gUPao@*B+<*2)54q|iha$~dp<^55wgnp$Xajo72vA7a5 zO@CJ7RYWC#8avwQC-S@?eGo+9pZSSHEK+B(WHqSo#3WFyP``Zo`zX!gF@XjOt8G0S zL26v(kd!BUhPW&TcVA5A#X(TbrhALd56IDn1a$e13Kb@RWZtI(hw&wRnJRU;M{2Vn ze*|et%oWE!l}@b`^yAxf#$r3XqY4Kj6>V7Qc%_7*=OL)!T2+WC{C>fYmI$HG0E(nRO(kE0Q)Mvd(VDpx+SM{YH) zR9P&KCcGLt)+Ns{wYRtTTU3m(>-On6)=t!mJ3~9|I4142j3&EMx>mX`c%?0Gn9)#a zzWLVqQi%7C>`~9#<%Kpvl_-gtWTeG6iz7vntuRG}%28GtsxwHlp5No;k8UmUqiIF~ z=QU;?D|m>i+Bxs{jkBNE=J_Z?JxR}K)w#Fha-i_%-%}B)LGRzz&-?A`8<^7ZCK4X+ zk_eFort^l%SEXmq+V!!)!HE2QV%hvmt-dfWv* z&!REfzGT9-V~gc*3oUjvyrd<w-XXpd%h+N6Ut0kl%x9>nA@IQUU>Af(o^9UWC}T>t&qd*fxzl1tAJZ`_M;!mduP1E14QirfK@xi z8e2k|G|yP&54l+N;%!!PDgr*??oT0VrHe+n#^l)#}VRmJf#RyY{Qd;a5kXZ`--O7Bjv?u_7vDklnggOBR?Ta|PpcJEW6_Ku>xyJG_O6jtk| z_k5dihy5iYytx1s?TEx+vfTG+OjjNcEU?C&SreWua-{$`xC$;McV$wUO+WmTA>^XQ3$p z;4~k%n)XAeDRD4)zQOtMY!?}3qyc=SzYm8f`h7TEBs>^KP!~Kerz(wj+h z_5|;eYjHqRR;nbR^T3_Y>Zbj%-}IG!vxl|+me+9RB@tqACHm5L-i^O62vGy!?I(J~ zQ=(IAFW>Z>-rFiWCY0vjPB>T)m&J1LiJq88T3ASOLoV2aOy2}(uO%Q;Jfuzk$18Uc zjX-dm^M=lgtAec~Gvg?G%AM=5!r_4~fJJMyM^NSkV{7>?GC>`1sA~vs9!5n1=Q|ax3Dd(mqWtK8JAqeHiD;C$eU>iZz(S z5~S=qe>gw^;h?@T;^&XoF~02%@Xl zetLj-hm;pI3`=C^9`GG={)wtso_#zG zt-Ut?E#7%9+`Pys`HKW1TG9L)c?qGI2z-C0Q{FUUZtm9*7W0*4l!Lk8=VqRMQ0Zf$ z1aPFS?-QI+Xs*Ja@EK1uBO*3!f#vu@xg(tpEE^LpZ|AOgqEk7Pqj$(!evmJpSM_x}N;Lv+NXw^d-FASzfX z=Mq(8w!e!(x2CIJ0Xfgre}E5q*b~+087X&8%#Lm(UGB;x!GMD_dXsyA~qK5;mn3x2)ZN?$iM8lu@?xXn^O`XO30U9NY; z+|dVJjHddC{b1I?yq+Zcjdu1oSQa@+zZH5%J<=+^5y(8*n$MGMa@bkcA zXGz(g_u7yY4bEDFPQj!!s~toTg8x0@*i+PZSz-dwCMs7Nsa1IS(Wi;31o;~Rk2<4% zcpG&Q1j3073kBOBDi##pUvl>bs1st=#VN8)y-&NHp@88upftPIGX_CxU4yGwZa{j$ zZg^x~6fX7ejJ8iaRx^nn=yk6v$<+s9Q5FM>oA{XiDXwULv-!9G9{|bnFPh?W81b)M z8EVhd;N(O#(cHkDRaY3Ns4v#N^t0j_BUUf5nPH6G_o|hyrE}*EYU?d)O)FGiQI=!p zrWZ=vl$M-Q-czOBxP_%%HIr-SXElX#%--SNi-0aOJsAi2A$DB-e0hi)=qZfC+2MV^geju%OFRW+Gj zL5yz2H@)kB{9@SkZ*iy;CoI=`rdw7uZn(Ae;}aazmLW`jh`vz%Wog=RdAX^{pP#P( z13cbvHMjR{Wm9jP?Av2c2Au{-rM5@ty?-d;U5^T@!`GHTCEH=|7x&vA8t0&q<9N zS78C`M^_cweaYCD)64|EHYHAWo`F=%@awU%X%$8<^S%OOqL_ z=`8)O(N~{`bMm#2ggOJkI#-?%*?!IJpw7h z93`q&w7%mP*=xjxL61Pp9tp{}K;|HCo4*O%)C{AW1c(!-Ja9XhB(4_`uDbi$nXgFR zR=x|K8yb`Jj70Lk`lKCRND>@<#2f2}_FXG+Zn}qmda}8_$X`fxRIKL*^V_kJ56edC zuStT6xg5=otqq!Y;Qs+w$ER*`mm zob6cCP@U%0qf{^6fVozk~#YhV}A@ zLRETlZwDK-fgwQRJm{hsm2;874aw6aeAXQ!8PE?s`|MRvP>4A4HFT+mf}v%5>hu8y zW>mriI*4=JeLWKCs6^yHQfS#7GsBZ;Jr0hQO!@Cz!N^FWAw?@+;vP39vb_#K>R3Lyr8x=3ZqJSXk&cl zYq#~{7kmfJJs1x&kJC^SC7ghnS@g7B`V&-jl2Vpen4C?tZ{-ci%N6eNgwDE9Upqmt z!`10S)Vx1+2{ya{Um5~L5T3DX)`6aro2>a$u43x!!tmr08AxMX>g+8oYsXkG1c1LRzNtnmzb6FDu^!b9+PzoWR{fB{ z#CP~shp}hc42Jio-9ghxE=1Y}&~8M%M(Bc5aC%JK-*9q*__cLCnf%u^V5-~mOt1A| z*z!SFo|%jsbV{!pa_%LyF^&Viz!~!`G7frNf{7 z3zx&Qnp`-!S0ny1x{1vXBUVfy+QT+)?~s7J5l5Lr`jcOb(jdmzIcZByV%K2+p^;V= zOuc4)g4(m#2#B@90{K>PQTi7{0Ew1-UmvU|nA(>Nmgp_&-YUv_@??@$Q6?yTk`p*s zSvNU&#^Dm__Y56`or`Y%{!Q70n-8-UA?C})XkWR-yGPfx#0j1mc$w;^)%z9Wv^-ETKeIY%E40ljlrOKvJb`1PU;q3+cG-kpl72B zZ{G0n!J$Et<7QnwTNFh;jcxASXI*cNjqYhLZ*3u|t8M-X{)6rW-L=nG&IY`~x$3IQ zE+6zKAi}_bO&UteWyO| z90}mA*M9Vli5h^n^mX2qvOBjG+9mhJiY4vRGP9Vg= ze2)=zhX04Ew~T7*`ND;1OA8cQ++Bk^1Srzt#jR+8BEj9AQd%rnihF_LR@|YqSO^we zLXqHBoFJh$zyJHLyVjjGIUml4oMdL7y`TNemOM{!(0gub%7Ibn{P~eM!31B5;n7WJ zVVX69r2eL#9$1l+?BdpwmDG56NsD5oA5!XYUeOds>}lfz2SF?g-16JGZi0?DtCqVH zhw@9fK%6%O49xK#=y8nxVU=}Vj(F+8N1lD2IOa_4eVJr}!%;h%KQ=b@bK3Lsw1(52 zqfx})5m?pB&c?b?5JJ61RYv}jFxAUginnF9>5!>qX0vJ0wua|BYlQeT(uO2m!EQOv zcaZJlx|K~ws3P-UJ*7qelG#>i(0F4wRO?MzFVR63WN0xVagl=iGrjp2XW!C!i&eXU zAi8Js?^FVniR&wBxXqRWS&pzPmq%C(Nl1q;EE}v|?S~Ja_}>xCzsswyACw83&>ucGz2@~C=&W=OCfI5>6q_3# zlp*b!YgXlcpQ9x!EEmVUg%g2?G=1o%pu$n7eM1?u+f7-xE9I`)wu3bKczMS0S@`zx zbK%Z7T94ZG85NVYafWy8gzXtI{FZeX%)uf3(A9Tz>5@3e*~VKtJyK^-+vOgc`_ZbF z0+_1Yz-OiO+TDdUk!AZI79Vd8{)3@7+otayU-rHNCv~>1pWZV9$hJYACLr~FQK451 zUrOU@t+=Yl%`5j!Om@3M>PK*uAQeqBHKojzZ{NTXA?TVQC<{zcWx$h8aUy<@YQ|YA z>-!fdBUQuwV!}{vW8iyN_0#N+>b(d5utsGFEtmRc%wLeOLwL<9z^AlRZ^vVxPbcTsT3Ugjh>}kkBsDYapzce$0&&??n6q&2xY2Zw{6a zz}JsTkEeM;N4SHlB<2*%Vk5!Fm$Y{+x^H`yY7Q4a&{qbB+{WsiQ~~6gU!`w~%YCl< zdz=2E5FK986Td{)M7rx^xT@Vq7nQRCBpMrYfxV1%IAFauU zR$6DMwwT$2<*T&(x&o_zSjpppCMk~Qr`I-#Od&D*%m<;}*?y*2l7AzR&}Fm6{yTxw zf~MEOkvqPZsdmzUzmM`yAr zTkiELzA|ZJEfCnLqUwF!e@?Y8+1jSfAL(i8KE4$VDpmURqkmy`gS86TZ6BMRlPwbO z4MiREu?>8~B_j+yt0ey+eM7bop=S+Q7h`Y{Vgu+k7xNwy$CgU-;Kw2jI2l12Y=whIxR zq9C35Ar18&Os?tINpl}LDepr$8cuTfmwzkaNm_2EhRYAC)C_hGx_1E7TVY32N2-nI zshXN$1P15zoD5Qg?p4bx;~RrqGB9C*k)BC1e+ld}9k*vZ&d0z(qVm5*<==jsgA4;& z&FaaWgP^!P(_fX#1Z`?NxZvB*TV}|SWNx8(H|X4Sg0XLwap@<;9=K&*^@Ttbq2{=b z_EfasRMfd`Y2JYZpy7ld-2-2WN6Wl6Y>z zQ%5W$De`$fiHowYySz!sGN=-YuVU4{AIxfPE`S()3g0fQyd|`fq5uZL#Gpp0uGQzx zCPd`qQJjD1edbR1D0N=ygfE4$)5f4-_XRgkb!!D^#uXP~g^rg%Akm@m%CFxs57Fr- zKj<}Yz*|tHxUZTM;VARR*G$GF9(ff@xd6Q7T-+$*POLM-yN8*?O*u_YJ!4q)`iCZu zEyRbMcu6Ika2=|U{>FE8b6)?jGT7yYR5xlaLU8V0E9&DzsLsL%)XwVPWN$wF!_sSQ z{9^hzhc0K`JW{*iiQ2qxs8pdpBQiIP6SvsLMS(WtqU>QcS&Lw7+3yoL^UB@Wf6^)R zH7MBH!esMNn`rZ~7tswXl!5Gw9S6uTjS>?Rlim1kkfSRZ3-ibUc=l6N$&c5&N36pW z#c&3y?;Nf?L9Z|sBm$5nNr>QTRLK{R-*JyMFy^&8$aN5OR5Px95?L|qX@i%8pqINu zm7BA~YL9h4V6rCf_cqv8*=>{?zl_0eog4bl6aFMk=%XACPdcqERaZvR_d!gH|FEV>J2K)PG&Nsy6xBv^ zwXcmo_7K_RKpG~A?#U8LbSQ=nK8jF&bRR_uxEKs`Bup{-GSb+p7FO$LNP+dF+nxC zmUc@!GEZvIgF-m2WC?mXtY`bqwa`zV*(}~H_#A!Nq~;QlqKe!#vg%?Cz0dvHc{)y3 zhaRw3$uDXB2xG4)4?}A=|xYpZ`%mXcfCX);LD!kmDiiM0jn*7Zu7c_ zmm(7~{$dXlOe0ZC6FD~bSs7W2aeq{%B4y(e7D{3tV6NJ$`+afEivBERG_&C6zx`F$ zT6*a+j&Kiye@&bepQlkejJ9Ya;SgGK9Rf222_(5@{Il+y`zWtnCK*wHo2Q_gTfkmL zZ9X%}ep@=-JZ+GirA{mAuXJsLo6%jrtkIQ8JNly)DH8+3_utW$2car+w{B04hv=N1 zC*MC+co!aaIQYi_9Ttg7s|LtNVJ(O;UX>-iGP+lTj<0C{!)nO%|D9TcEdQ*CaK{P1 zpY4sRkGB~K8~LLdS2V5;3#m4fpO~X~Zs~?IkO2M>i~HE&LRRY7{UkppvTkMz_}>t> zyLB$K&|4Y<0TEuPQ41 z)|Q>Hq`d;YusuCVIBy-rM3@jnDw#xc^U1M@&UVRNE#DEQR1n7s#zZRy#7B;4tMtdTQB)o@>wW@K<&GuBDs`O+$FuA`S$v4hVDbp77b0>|2IawatlR5 zDZlLvVmuG(LFbjWfFB`GG&@9yW&M}Bbd$sdN5c9Mh!^ecF#S|rUeKGg@?PBzT>I-8 z-&NE5Hh|+q46Wc_9iP?r7*=OxN7?-1lh9P4&ATFpF1d0yoFi9sYmw2`6@e_Zw&K~i zFQ=@FzO=`mvhh9FnqzrRE~s}OC!z0B}lh$ z@Z0Y%?ZLb-3 z?l6SIw|I%4663l+SzX<`5BK}7hCX!{F00=Eu-^AV8_Q7R7@`mPX8J6hG5tnug7kth z*c173d}Y0Kd;7Neov4dcybB;nX%BBk;RvxM>BDg3%UUu+9&DCd-%5iU4Wl*?Zh^m) zGP9?eX!GYgqoC>yr8-O+0NsTYby0wQ%{I!FS-0` zNLe4E`W^pd69*dZT#)kaEYaVh-2@G<uk(Ovk5rwN&&B8qM z0FCrmDYr}&%>0L?PBrom%Rz%N987xL%euvlV;WhC?rEuyR*_Xrqnxd#t3WjN7jGK8 zRB%$i(&LozM;QIUEXZJ%+9`cdU{0&%IDDHHlY$Gzw_Rr{V=i`N-!g$ zTl`Q(HB!1RsEP4D?oL@8Kb-PdaG_*Ck{=4@Z{wv6HO{K5c2pF6#g;e!VfmuNBBH@K zs92fS#UQQx)!sJM0{w8|)hC5qI4Lj2qQlV?%O-25B3ELBctfodu6FVNu!fSQ#{y`! zV90JY?IG{~J9JGSJ&GtrmpVD0v>`(LvJBF7f{ZSuBh7zKv{`-LrAQC^L{(62GwmG; z{QLV{+_&)i?G<7D^es&5nDdsg_Fj7RS+g|rw6oXxM&6Ri2lp@es+)TsY|H}k-=J** z@uy}V8^4^nHyion91I+jU536EM?&N(PVM`p97LC{Xh*#t*sN*8slrO+^usWJeQa#x zFTuBC!_7C_PIx^zIrpWe5mDxZi9g3pv3_Fv%$T{TX5iyo?Ubz6Y2V+q0)a<^!o??Z zCE;fG&)#=eg~Swl7NVtPd>_hv=0bJCRG@<`b@DJvk9$zTk5g<} znu%CO&2I;5b$hVaf&8nRjN$W%i<6NU$#4QbIz^9!wN8hfbMaLk#;q6CKXrNLyd+0a z8jpPLW)^Sab;A3tKCNl10uc|#+t#p|W-Yn_>}Iw1hHc*>>1nzuXr07K7kX9=w5XHr z3OBDp%a;r_(0C}A6{t-dFMW*=_=(W^3iB`m-G! zAQw{Y_NC|&>M8w72n(d{$gX4dvc0{H;6FiE5Y*0}fS4>rVhI_?u8sN3YX&!q%IxU# zOx4$AQTeaun;mGQ6GQrh3CE2H=P4cD^{--BG9agW9*{iN*(r%U7^ij4na>;&LK`-D z%0?#VXmaC;>UxMldZ9l1Ffv7Zrz36@Psl=A+oTKjGU8vq{t=P^liYItG+;v*w>xx7 zI2nGnc>52_@hXI|T($!+Z;sixas5<8NvEHFQ6V;Y>~dcFFDK7~_F*k+f2J!p_tM*z zZRDv{UgYA(NHHEp@mE5iXjc;JTWc&b-VK6ALYm=+ggBd9T9u33fy_S{D?{$e&~l6J zvMou?pVqAu6j~RBz5RrF7Y}8Z^Fpr{V3>#7g_~{h$P)H}y%I`w z;QYhlxit*a)j)I(>$ioZ%5l)Wck@EEpxl5n?gUogJ75agz5j-Q=GfQ;W;qe78X7$a zjgr`)Og<9?X=ZMjgliOZMIg-@i7aVQ$ zqn)7os4YTVI@yhu%sPNO>5yY{&F;z;&Ty#aZfGA));3|UaPJZ(`7AR;;a2(XyzCXP zmEgrguE)OAe|`jJxYvk#rKOOj68q!JPlsYF64yMYUF+)inm$w}^F8i`XQ3 z-NaORLW?#jb2L9G{h_}Flkq}n@6f$-8_BKDaOFlhYnN(}GX*Q}S z`M$)MF&6d1YKbYOH)^W@pgq^ii!)e|_KuP7mT@+0NIe8oyH5;VpDmd8`ywhdGb~AA z(%CStyuri~*___534IM|SqrzHq zQv$!&nKRdX`4THegv&yRPudU>wfq*BBtQEX!qe^39e zC_BS>ptVa!BcwgnBBE-e&ne7&oLTa6{nBDA^*aC_TIRkpd9Q`x-SLF6UlMfq-(9i20CWal_^4tnFQleG;oB$1_G@^r``^2V-YIp{OaXmC z_o~cl%|`+qBERm^2yyYe0)BmvpVa%Hsr}f!v~X{bkYVukG=Of!JkxJdapvN*?3jNU z%DVcW5;zruC!bz<&FHu7)7X+G!U9CncO+MGFNFI zFUlSyd84P#4Z~^0!||ntWdOWMsOp9M1Y6mhNCPJsHU(w8bmp3QSIW^_ar$yJ?#z6C z!A*fVP_8YkcWP!`BJ0b(lEUUoK06o{ZLAsDD07>}6Hn!0dd-x_V~>E+W7?!)XgoVH z0pXJY0Pa2CozaKx?N7*8jU50_>kjQx>OOlXza>w{ojN%N0;GieXWUXZF-I@Zx>+;` zXqzLfcdyzm*0h7KJ~{D>p|>h*J(@%^P2E*hB=G6bP{)(~rZ@Z7yzVAVUq&v?Fy?z) z6jL?e65sy*9UkL@Y$NPNQHj5%F8{!k+cVmQ#9=EIK0|3yiyvnnFBp{x+rq_5d!HI* z??`9}%2CIN#gK3xl!A#KkB!UwV;^gI1V&=CqtDA%uF>9!>b9V6x8kHQ8HU?WTgFTyCQcOvp*Zr}%a+U`UG4y2;8iQDq6i(rW#zg)m;3vPmy**X9 z))eN=rGw3%)NCLmL>#QCO$lv+ACrnbPC0)0%Rk#2Q2APtW}iDCt0EKKr59%df1Y*~ zHKVLR4CH01z(7rNs<#9$D%jhhjsQcP2F8WF_C>lHJARPMs3b=I6vX;qOs?u#JoyIO zq#1nr_!sM{aejprh^n37iwUT0j>(B^uq65iy;|+eiDqT@o3m0Ej}1Jr2^KFF()NgO zr;)RC)~dL)KwH}y)|aUb_P1tM%l!@!-@bkQL7|`=XwpR&6Dr=w_;`N}I$X+c9SKSK z!+6vs@~AV-Lc(nC!KJ&)r$XZK!7JE{>HM9nx?cf5hA$v5f}}OzxiJwd_GexC`HyR@ zMJXzxnJM^YTVG4L;2zdYn`4`_{jr}!xG6bwq&f2!rPfqJUl#>+zj2*$ib!}%T*0EB z$oDcqpYMx3S5IN9Bx>7U!YouJ_8nsUsmp}hhi^7EJ-#=TFScwSecl}=IG1Z5bohDv z!_F4({y}}Ue`Cm%TwSTZ`P;>g$b7r8)6QX3gDz)TWcu$wRnI1V zku8LjANuasR(5{SA@1VLJpV-dHs5?WQ`e4Yr?Wrk`r5uMO2c&3<`oxpl2w_bhA3Cs zhsGXlH>y3)Ag{UtcLj$iWm_xI;0 zzb;EnYtDgxSnL^H8ae8+W`*Qu1z3hdwH&UWyri4>o=|KuWvREi&PQ}vON4;1k-yb( z4U#^vDgB5Uc&~O4%uuJ+y{PL2y9%yBMJFD zU$JS-p_)Gsh@$v&^rSc-)3uqeVmMP8OOohYu%zbQ!VTh5?MsukRzJm}v&WkzjoW4B ze^`%BxfeOcBmxFfh0bu)@ztyTVKJL)QbDbS(Tqd_0iHBm6&6!fb>iKDeERP)>rbni zq{QqOP0xMv>zwf`$7^NiXNo1uoodZ8W<-J&NT0(1*cJBWw;9COay20Vzo-A6#B_km zaU=D;y{((<>(KO5eD$D|gNr zts>)I#xRl4 zP3No9Q+M5#A|jB#B=)jksA1>{WIo*|oB&cG&pT4$m#GalWU`0))mdo?f*+S^nHdYW zPK5Fnz;|VvQT|Wf*dA*g9%rq{_=<@EkN(4wT_mMBQS!Ko17W;Oce=<54}g!B2cunS zha2^f5_e@z1NG5>n2e)kRxuaUmdz_SBeXs@gqEKI&vTR6&1Xd2B!*~mkscH@7aI|pG+aILgyWOmx9le;6HX0-s?{)YROv>QBC;*&p(O@-y zG$R{?IXSrHl`0PnRRE>)ja7N5oSt~9(70MJnr;cxzJB>#K`&E<>e+ZNyrDcKyy{(o zx{=e8?3R5*Im%A(m`LMD>#-;J{mdyj_OVmQ(o=?C9AyJW1ncZgXY^ z!V~I@TU%Pxxsgx$ekN6HLaxk)5Hqp>x4~SEx!6-#5$}xGqK_Mus>Sk)o2y>dPW{7r zFby$^Fg)9SgR0-?T&!;|xKc%Q6hBmCr*1B548Up^SCyh=uqmUlj=g4hHO`-{aR?y& zO$Yuo%Bu^@B`e~Gfs#%$ctQ4cx0lijq+W7A>rm% z{Nl~y{in_>Ot0moFR@w;GAf3?JD7$K>>hkablo(!7#}kZ;$)QeFlJ>~kNAo`G%K>V zd_1eR&~?xed#p__flFzbBp}}Pu4Vb0+EG_bY(CUu|7^BcG4LO$ZZf*rZoyoaJT@t0m(PM@_n>?l-9oZcLS-4yp~(k~McFZ}*iV#?dCai9E3b)$#?0 zDxbCDqjXi(>1s}=!6M;)NiP@*>SW3x#?ckx#+xq|X2d z3Sx?%N@>qNli%<9wba4T^vYG9(@D3@K}l|vXk9+1KWUlQ=WZ>xU&NY$?0bioyuHX- zy)!F}OL*LG-rII3?Da}0FRwGDjp>Kh3CZ${l+ovde!SW9nB%4w5FTiPsTobWMbQRe z@TVuz5GESVt}+(se6zf09rNcoZWy}wtariA1f1fwX9MzPkF!BfsNH4np@Y&AZ{86y zMiYf6x|d(ul6Wz}^HLrC`>JlJ*qxYehta((3$qvPWWEe^k}vtY5rrX=~}Czv(>j~)|0AtGVMW)dP5eEpQ=4Vkcxt`)0@yeGMW zs9r>2{r|#tF~PlZk0R)~M+Iw@T+^24emmD|r0(UUJy%`5CV_lucdVzEGdNNGolQMY zP%J8=ngWj8QQUP`?NL1^&T)a#gpCpy&lEw2T$bkemxQg#In@6&T-4rTYV6ufC-BFU zET;*3tvrkEEB%L6!x;tS7Cgm{eV7BG|Na5<_S*l$I?e;CNFRCjO$yYxG-jA>@F=f>xX+R=h4(a zDWH$#S-|<>5EQR1%VO_O)rjz`pRpmd0%|-94x0^!dYgTDZ}r8I*_-K945? z7u~5EYR|TY@n{YdoJ^!D?tQ9Z8$-;v`htQ_Gz?w<7q}vplOus)p4;o#WCl6VWN1n< z$zt5`xDgTe@CcF_4Ff*Y4C_EAH{aPMi-^D_Z8&e~%& z@tl`Ya)E0HCAtFZmVOe_jk+qD)4YP}XUfvF+M2Sn020aY21(9=G<7vvNxP|LSe%IE zW1BJ`X3fD3sXGs zk@*UCNPV7nJK06A)z%Q>4Zb)K)6~I#FZoj{uy0Ozqu@r$qImL)Ivpa^i2fheY(4E; zu>`ZzmFC7&>yZt3LIwXaZ<91c0h(x`@#71+8r*GyUC1N9e=yup?Xqu=S1Sg}T;;rf z;l=J@+tqVnZMN-$>gH8>$CCr!i$q5X6s&iIH;Yt=1!_bVy zP&8u^9E8@ww44q4lnDb)#q`lNJpg|djjY*LA3EYThkC(IZQ zN;d&zl;lz1%xvolg}$=?eqGk;ejftA#d){?4{M-q8QuMRS77#T9&seog+a%FJBhDu z`?A`VzU~#{H|rE`@?{Gf>_ya^gX(>_5{(SDV{iu5;@Jd-Z)dbk#SR_%^{W)Vb#3^wu*Z-{<1XbI!sV>pJCxGTcBtIh{8Z{pJ^j?crfLUuwK-cgj+r zpB#mtge-+k7fSmpv=`w&IRa^@C+oWGO&`d~bWMFSEnH4xr#Fo2mGR%-q|L0WkEW-yZp36qV|6v_Dl$7DjOZ`O)g)Qfij7S2PmACsB zxoESx!Mrh-eE1a#_Duu>0Hv*z}Gk_ zj&xzK^*n{Hq~)Fwp3buV^R0N@sdZydWgd&xiX_c1jpEv-ZZ5^nTMi5m=eHQ2;3xb|lhpPbK zQUd4()0Pam&!P4;m*+u_C(X^3p;-Wx0?#5LI?WMIghi^(Vq4D)^IoedvV{ktSOjEv z3-kXmIX?m}4N7Pr_LBOHd~}2IFMBgBTP*w#FOg2g$rn~NTbonr7>JSg++G1wDGfqd z^X{13ST*zkZ&4g8Ev>58l|g4+E431tu6f3y60O<|Juh&RH9_%!UI0wCxfiDW{USd~ zEU2Y;V(qr|-EI7sz_V#b`F~hf6D1da(q%4T^Ii<{nhgb=K{Z4>3gMJA$3<~G&4ojo z7sQ*GUH=;ky+{PlreC$O($}k7R{Q2h@x`9OTK*2_cjKrZ*y@E5V;3@>fN8B`m0tMk zHl0{n^BAa^L&*<+vGz;5I>&OTkqsAh$BF0Q*%YEn&%MM8E8%rcg98Hgg$eRdy@Wjd z_Is_Ql2B#U)4u5s#>`X)IV=NsntA?ux4CB-$Of))HO}1*P&A!fqjae1VI#ybNI34u z#ih2tshjp#o_3bm%I4REW`2%%GN-5FsV=*+q(LJ4vXZlP5Uejd$jjZ~^2IQsJ7I8R z@S??xx6!i=!9^uiZG6fqV3ttHasBpQ01BpS7=c{;iIWhjdVdw_TvxKIbcLq$p z<3?HQPCy;=rZ)6EO}A_(TQ1&{)2_^sHx2lQ)woY@8>FFK(4OVh)#zG~=Yb4tC}%C% zo7avKQqfNls3ClaJN#U~t)_mu(y4UBM~(VxKADhnrSpB+fU|WopCcifoEEwl{{(~xeXimpD2LRE$c6i6Lv;2kY_gi^#hplyf8Y!)YY|v z+o4%dN)M$wT#8@DvAAOR)G9UOD>WGsSNnR{n4PX|Mq-GOEsp}sKY}7`-c6D!aah{z zZ|AV~NjMzh>#u()3Q$SmrFJFBD|#>FVFQy-yE8Fo?sd9oKrdZ66vbhTamJGgF{(UD zO>k*{F%HNP(890XcNt#ZHGQ#$I@;~<$0*BM0%K$xalFoL27i%oJn|W) zJ&HSeG^f$Cwn(KX z-2b&u90HBvgCr0YsyounZ(i!0Po5nMzlF58#LCpufR+1Q6+Z}Aoy1~-@yT6uId|@8 z8XcRKT!livYQ={eEvh>_R1kE%C7z(t3Iv+ZvXE+eZkm+zII|$@{aTNhcOjdeYgte2 z#2B?=-YCU>HH@$K({0YA$j7r?iuDy8_T|d2HrZ!}(n7jP{3bY;TzD2?+zO~Mzq;5c z3XI0WOrslV@CjhO)CX-)ub!@i+_%p9;V}i~MVNr@aD!Ba=bs6y792~x5015pdrzYI z{9-t!@WjSCHYJj`2OhKaTu)()b&gdWeK>WsOxXy!7KkQqhbPkh@5>#{7lN|Zd2Oz% zRK8QPp%keWzBZOMlc3n$l!p(wMQxchlAZxQrIMa$FBgGj#D|_qz?J3v^fq%^@52bf zAhd-h77v@3K!f1ILV0`H?-iAA-VJ|I4hdD?Hsr7bZ zK6!kUnC)q)HofXnzd1o+N~Epq4A3PtK-^27g@$ITyTul8E?}V!suxE0a?tsFIo35@ z3_BBQ91&5-BN`=I5$66%G**)+DoedZsdQecM60c#15Y(-7Z=w?);T)cAwAoWoiATm zuLoZkxn>+Od&s}1E(Upta^{K4bS3Z9!$m*uHrrOIv)s^{#T^zqz7I~Z$3|}pSOs6! z^Hzu9XScjdW721ySi(CM)Iql8r5ot%FX1OKrgiyd2s z?URvmTD{uJoOENX1_%A8E=@2Xr?Ul(Qib~XWYH6CrT~d}yE)pZz}&Wh^26Sku1sNX`5@Nw67s5;ukb8s+!WRwE3R>tlfgr&fl&B=d4 zXo1c+Vtwh)$j0%#jS_Mr)botXS&2*pa74;B{Nk(4Vb2u`0DG_@OkCo`7&4Vp;&!SA zeNx_`wR%WqCv79}kk=*gYuHYz`ouYvbg(;eAhUs+lx#P?hTIk@pA(B$;Rq<>F(;`iGLe)&@iZ_g^~1-vB+tO=i_2gaKIlg6gzG&bCPcnlRC1s>zGq)R*p)&Qt zuWW@{w9(SMZkvA+FlhHq9D{h5&8ymD!XMqU2?XuN|LtkER>D{tQyZeV>_MAi6gjv+G#bCzI zpxe^-iABQQg@(VgVg-b774CEWeu?rCLv*% zz&m->C0EWmrwirX0vqvE6YH>n;I0Jl`XVUfZz&)M-c&onvo^xddml_;(uNq@KKJbV zdAYI>r=eRkHZYKy5TE2s47#V`G38llfC>ERAR7<~l2IxNF>ECPCxtp4;NoJ2r3s>yA_WwfbTQ zO)IRBs#2aC?n!qFaonGri@i1p9rm#vkj^K#WNfCqR~C}pDM>d8TgApimMNqtUvM$w zk?ATZwoxdW9{MhI=1-UGdHL!sllRT~H12u1ew}91m*MCl&RtU}*U$$#D&e=p9Tidq znQZQyfKsIb^v*a}5u*Wg+jawcus?_-T?`1%FWkpm847#XScHjDls0p5*Ir13wB`%Z zH=Sg=mqg#23V(YsJX+5dU{i(mN*OuvLEJ7I-Y#CqKz?5{n&#SP!)-U+r1P_I;kK3x zV^?9SHmU!xo-uqC+E#Xf4=|o-qfN|gEF(#c3x`tJRl|;FT$QKdP{Vrs163%mIAQac z#v@zSq8x-Rlylfzfl`;$$5y5agO9|%o4+W06=Y&PY_(sONS2kth5=X(wz?`TE=?Gp zdN#jn?S|5jzlb1y8Y7dzAXYl2j3xUqI?v72t*`GJ`@+v?SJrap*IG|_R{ndL;&@v4 zzwjJcJ~y6;PhJ@A;K`AvHURna@ggSlR4OOl#aSn34p-4tvRSf~KnbN&&H`kVA^VN9 zb{oRNZ(H14@!+CMz_(;2o2d@FHgbJ)SyH|05rNX0G=ZP6()6#GGcgc zc@D@p=^`+{!e~c}7RyGA;q5ALLIoCO(`S<2AEcp+-R>s86xqzlZHBL<8pAb8n-CnE zW=gqil7$jN31nU-K?=iN^rB?Y3-F0L!M6)fDcPLhRRJ8`8Jna9h~!9^&-tOy)#85+ zCT5bKtXZd8|!NOCB1&Aqm!;UnG;%1+_B|CYLB5*dn21 zF6t_ZD}^m?);SdN*DvSoxDf(4>irtip6{s|R9GqkMK;vl2`uqyHu97ha!r=ml!_+AECjh+WTsKw04Q98bc%~f z3k4d+4&77E-kixHBx9kFgre}twXxC_z9LCt&IQyoeLIU>Bq0?%nDsBWmQC*WH(5j+XToEI>3fUIV4&4$4a-KEC?`E)^Sy_5A zm*}w)#K3Xtb8Twi)`qdQ4Qhb45^UuY$CgY1D6!%~g zxG6vi(`vGvG$ny*b4gehr=JkUHYg6tczQMHr2q@f_^Z^GdG5s@#-5yBrN*;%q|l!w z{VD{rZ`*rRNXan5DJ_);iGNsw1*icuc(3Y?@=XF`;h=03+wEJGKB^H}U5;onEf&!3 zaK_IO&WlYK@w7$7cPy>IR(~cyOi(gfS_c zL50G4%mI;~ka6PDAVT)HT{X2krb?(k>6eWXnZ%+r*VnyoqbM1cXlkd0?;etDZc}iF zM0Fa3m=c)jJJ(CwmAexkS=}2HQBEw~Xrek<4=?C1GM4*bam2#Nw39Ad;#^t z_$9K`Xc90Pj2)lOc{Q4|pui1w7z?Eqb@#IwE;+T5^QUw9bd}Mv2s&^$=qS0<{ml&K z(8fi-blS|d0A5p=g#GeSVSbwkh~m;IHC*4Iqv1jHk3xDQ7)CXZDI-E8ZkUnXR~xKH z0?udZ_x~r!nFNKfN#C%%)_qDQY(>s0ujd(|BVrAy@B1G~{`fzV9QKM4k^n!D(Fly- zHgs+L8Ao#x2HB@@;R-24x_kyHFN)ZZQ8%on@cMsa#FGqx$mc zwRkz4x5+c?TOKy|PN6r8TBM5|dsri4cp-_975zf8e#?*mF$JPeC<(iyNW@4F&OReFN&JZR`@sDoy^-S{rwOm!xMq>^v_tXt6=sz@8PTvJ7<_PI z7A@L)Ng{*8kS)#7`?QJ@X>8NWCiM0n7MTisVhet!b|b`PbtrV#AaZt%g3`C49Peo% z2Qs4duZo1cPpmKcWu%GwWpRYMJ+}f%`Uob6dmGeuipdTlXM4|-N1K9x61}^hufw6% z0NPE{QS;As29prQ`@JWC{C=O9jsno0H3aWiF&}O#@0d#_Dv>4nnU!55EQj*v3A{zs z$lAGLoCmEMU&v3^&LAm}0BF|atIXoHH0Y^Ry~c@a$|iKBm5yT<ouJbDR-S~10r@1`-$ z1~>KWD=z9`IDL$2^&zxZRA=4D-7*w~q>utz2$h#+W%8`^nO!@wcoC99@DB^8^fNN$ zRy;;N>50K*W~ZdRm!huF&D1kXnV3CdUs17zAUIA_xE@U}~WNN{8s$#e2!bH0%1Jj1q*trUTje15gz2E`h&YuB{u|12qEu z-w5OY($pR*!uueDYUC&7Ln+qT_r(ZI=&k)&axP2psYQ7G2rZo}=7u7=y?gat^V(`s z=<XXG5p!6wud)Ph5t7%yf}Kp_U*B679RyA-y{c&Ba8xOQcQ zl4*N*0l9xJbWg2Voyg(pQ0%B$Qpt3ftMdJ`NXn4LcL9!l;MdJ1HqiV14x8`6?#+pc z$aV&?Rh2Fv)K2aR(G+K~!{kPcjTvOWzU7*QG+ojSy!m$QYxdAnLdeL2X2DW8KrZRo z+)Ut^tKB?`t2ff-Ht;Oi3lm~|l{$Oknu5s}5Em{$s@Su_MS>}L*O`YPme_V~U>V3TZcp=vdPA9mCl_cxkb91Fu6wGwvLnF^z6Dg26t)N zBUx!outjhI{5W9EJ>A59MZGO0TQZFI znyQg@8FnKBgJM#v)Fq{JT&}7s zX=zFJO@E_`5+Z{*+@yDr#Ibr)AvOLo7+#w*HH74RopC+RVp!WT~+3tVBMSLiQXk!uH(O+C`>#nNDp^$csV} z|FiMJtuBX>h~tkXb$mLu<|rHiz!8M^MS!^aiIS)+(O?{PC^7R=MmQaG@WPr&b}EI! zkhff4TT5*!PCPfOY_eW8JI!gsu({^>$OSDvZ2AkYu-;qB>OH zZ$tsWkRAmVYTz}`SXB(kfw1tXtkwX9Kwnw2Xs2bAEfd0vU&@p(xroD|3cGQXH1k%% zq@`LRIa$qPVCq)Q!F3)AAtgRi-ufg(i(VOF9~lXnhWD~ycz-N4UdBS`d=YCgix4`^ zVRQ0k=RMI1bC{IyTV)vnwZ*2|fwY?E95a$^lIdF3T8f_EJu7$Z{vZ}^+403iToOur z1|~}u!mSrwK0eI3-3p;uMkgDY)p#3c{*z{Q<&9h3o`e!S+-`PLN#ZYYT#iZ%Vm%kD zHcsLgi%4EXO1dAqQ+vb|ef2ez*r<{$I_tZ)xNPF!W!Oa-o%`@)?kK58_D%!K4R6@n-fdW z!l1yi5i&h_1%=){Bh$|N%)WUYxD%A>-IH$Zz@4CaP~&rdfxg;izqLK z{T~1(LD{}K{{V_4?drK?VN0how?r2-cpQj9l}8$Q(NOjBE;?wUhv16oT0Vy9iIUN- zN*WhM=!7(6##MG=i1t>Mt!Z7GEWX8?jmF~jc#!ZT*ki=TpWsnQ$vw}Wh(uizbhN5M zYKK-t+S#<=W8i?=9*eW{rIuci9+G5Ul3a=;kjBd#ix#v;Nb8dr)pevIJ%!$)w4#dp z8YtMGz~djmn-1r|@XXl71}>bA*%i3mOm#$R$}2~v+bV`3F3a#OQ@tX55|H>CAjEA# zMnSQjO|)$`n{;J~mRY!*hu0Actrgp?Q2HO*NzykKaBxyKBVn*`C4$dqX(%>|lylBKGV=_7{a=l>2&BjNpV`9SC@ibHEMVpPomti6(U1+hfHYcO$L)CP? z?U${VS(bE-#^TE?vdh<<9x>cSl#WDMXU>~Vr4(0N@<*K+@-Z0rMp+xWA~qsJWK3(3 z4vq$sJ*3ZMloIHDh$4ut!qSQ>w|xwH-`Gj*y?hi!5$sug z5_(1RtjG+PlXnM}S3>BTqyOT4s0=(75rn@y~yJv?`EOKK(9vdij< z5-6gID58oeu89nb%AuI?4%?v)f87#Cm!^E#~7D!^eq=+v|{_Y>v~yzOS46Gn9<|89bZ*;ATP49{{Z1~ zdDhD;zNPkz+BMvdYP#Srv1niTY`%MO7uz&6QAKoCi%9nCsw95xzU>rNue6Naq(7uj z?U_SbGK$i)T0^--6|7MdQC;=-kGGe!iLGzDWtXM(P}gEQJt?ze{2%qvTG2%mBte(Q zZS^kF`$yQBU6y2l;InaMmS1xFE+utDWm%666p#8gufgq}(XpXHv)W@-trTrM7DvZv z^&$3GVfPytY&MiMJ~|l^NQqk4MeEPnKIIjv)5zmwu#XEK7K*NfWY+uYBH)gEknqn- z>o=;A>O7Gs+HEMJhi4|{ZZ{T-M;(eO5+e!x58Q{8dx%XlY8(uh%If|l_V_9yQ8p4( zS$$X5{?dvZY{`a(ni$xoIbN5gjhEhJWkQ^DV*blHls;tR|$LX2- zc^|crFQnb8=(78q>S04AxH4cn5FnA=SFd* zm1fh%p8_SqC6SO$OkYCMUr@f0cT|OtQ#Tj(m!nos9^zQs9<`#<`s}{OER@VGZ5y;~ zY`H<1X5Ny=1&Ys4f*Em-(5K*jj%&fQEDx!&k8aOtjxC=zNKTSBBS}RWlkCKXP zl4%l?Aq~t)BhHjY1$XRH6BlC3EZlB48;!=}ak##WnAFMQaqC@G(M1$dMHsWs8G|pm z5u!~s$tTE|u59%2sB5u)2ZkSk;772BjCjdIk!~k73RUEcKg_gbR}Tgl{R+{UJ-jm$ zuOg$_Q<3{ZZr>fBv*IlnkJ-H}J9;!)rJiR?SsjDMZ#52pG#J((%dv7;7kgfhlLlG2VeW@hh$92|uj98pCR zksNkc!#1e4M=F%155blal{Lw+ZREw04O;L@tH`psTKF8P(nNQ^t43>4loUwY#T#6a#-D;w zgcpuU<&0WilMy;BtBn*+mk)HBkPGa=D9^Ez6jaLO`{I=YD0~p3UQRT%Yn`D zwOHZx*`GhPToIqrnm6&_%jGgpz@(ywJ=1808RX`0qA=UR6eXtdOG(1WJ*;P|m0}-) zUUc#@3XuW}Oe*9?B@{{t{26@)Ie0SQc%|TuDN0Dik8BY|6j4QX=K{MI*F_XjMH9uj z5{BJglx-3f7K>WFXr<9sk4Gg8ip4x}Hz)Erq&&!$M#(|Qj9g4^G89or+L+-V!7MzU z*yBeibD|kj93vz{9?jJB%@vXDJvQk54m>Rw;aX zR|MAua!bgBu0;q>f)TURL+UF^)_9{oC|;g1dQn9bQC+vl@ve(6OYBiyG-StQu{3xY zVrBGMdOppbYi2e`pmH0o#m*AJ{ zU(qks^0WL?IKNcO@?!l%9RC23m8tjq?k~4AgLTQZ+2>2)9`4MH0G$Z8RZY<MD4h5_~ZsqKtf$MRF+HAsx<)SoSW(X+;%dMHE+Van{TG8XPR16C^02 zis-!;ZJd^ohxH$4$o~LXUkJ_mwpZYvsmVVwH!}6-qrneRI6fJV*U5PotAyx|Mesu{ z>nzSQs%O1qX_h2PE%-Cxe&j7P$sP^p_Ykrn6dy?WLb3N6i72IY>7xt8GGUDA5P;q9`$|$0W?&Qrw$ZjmYmdg~)`be@96rbeB z>Zbz_tml&-s*H`$W7@|^UPw(N+=#P8c_Pb+IX{DTSo!4lH!lN9JDMYw@uasqu+1ZWmfcwrnjF{`~sLP2>a83;yN+_bV zy%%RTTJSe|Urm-b(Ycb7(Gie@`7!2jF#5R2_fjJ$&*V_CVLg_64E9;=Gus|D`5q}R z4EC)3rZxVOK8`z_n?1e1@Iq+ejvs;XJv_cX!cnqV&7~A= z5-Yz&88GfL;&AEsHu6Pw8J8szedo})BJ{B~zDRnUks<3cMgIUtrS%Ic{>{R1)gi=o zMl9MiD2^sf72u5J41#Bd{pIT+xh9uJQ1!In1?FKmU%PgXwTR&26SqiJ7f zMqFx8WAon0B#e^2&34nSh{)aWexErk)F{}XQAZ~x(ISn#62zo9OBoEM*;nM2F{c(o zGmnxpQtvY~YGw&sYoYe&p%M_+MSYHMP0M7WS8h&;$bNcgtzT|2=%SnOxj#(wQeRw< zk&`|wK3V=H>FL$v2VmS^7RnNpkzSqKhE)%7#Jm zMT@te_zQ`P!1^R1>;J?6LJ$A}0|5mE1qKBJ1OWsC0RRC20udnt5E3y#ARXX zIH22i2h|iV9d0g#1B#JoeOC2UhgB9}gT$)5o=XG71C_;N*Hwn_c->SFV#RIM0D>(* zgQad~M0;)5Duqy}>*^IKs8w3Kt27)tha?ARP)D>Kw>6y*HiAlPL7<>cWafZ%D+N(D z&}|s+Hlb7@DoSNFRW*eGUpgQ`P5Y_UOUQ*wxfBS!uDl+`$o{0`#ZJwi?eIA&6`H7A z7JDwUc10FDF_N4xbyO+TSzRl5EVe>ECYh@2hmVOjq62EEmNyEeRuiHWriEgay|GT} zAyB|oGqHv;D9z91vmcgeNZ#UH67YAtU)Lm#egl;!GY%3%BQ}!R#S@^o$ z{{X47{{H~-z0=JOTU84sX9rt{AvX^XD4xa$qM^FC=d*#`)r9#K1xDQ63R~W4YrRlT z*n5ss_8oB!GjPIoX0uB)LKP3qTDZVWMX$!?)}-rhII8o zfE+F)V&b5+(Ts_{6J5k?)xa!Fax+IKO)HWJ@!HPn9?WoZgWYl+Q?3^V?XkSqL3Eq# z7oUzTK1vUHrB16on?b^t1M?HHl9rX-Rc+<#5YABMplfytbxi`T10sVmb8;xV;lr0T z7%b>}`m18#H=QcP{I0J>@3h19R=v}TFp_(zmayN;!r?0p>`rS9JNUD|-#;x87(o*u zR?W-e^i`F(aI@;SpHv>h*P5F*d1|+WJLVawz#nJxkL75yUG?8x^1H`iom2$yTcsBB zU|k0M?u7@u5IX9bc#h24yU8AC4Tp42>*MjazTc{yH3$)r*v&cm$`hKhAE$1iWS;S& z!d4dwTx~rz4cXl8NuQ|-s0Uy(O;BjaUsaMgGlf*vgk0D3TlPToqJnVFjz-hjNMpWV zgs*pNW?JQy*@fO+<=$GTI;>vytMfv`j5(*_D|TY&D;1k$E#^2a&{W`_in^@mR6Ug7uMoFwSK>IiP~GN$ zL1u-{6PgBfQ;TFzdD-2b#40ull>+RR;e;D$?5%Tp{gpDh08y`DQnR`L0R4qRfptdr z%ril*gBqs~bmD|qnyRzSVHzx2y6R-D8H*yal}HOUT#y?QfkuCz7Pv?%H26w`o#jFs zIjZ)3)kC$1V-Xvzzb&~t5WAFAv}~f&M+=8x7dxGyxW5*9UrVWyg}-Dvs2)hPdENg2 zsbH%{_~pe?>ep(aQB_Cu0@I#_L8F>bbhmUFU?tE=(1G` z)Z)t}<^2oZux||crjBY*9Iic{cU5P#lA&2Ick8fih^NEZ?zKzmqam@ngrZu&7Vzj+ z^Hppbzb-lzy7z^-?H-|bG5*#0WOYt^oi8-F?B}s1QM)kVD{;}uWjE1FB!RBe05`6^vJZmOo(;8uAeV1iW}=2r2NqA>JZx6mrz zTj6uQFNFnDE8gRvQs)(tb(zafOMAFzOLF4J{zJ}mP$4-JH5HZf%P zDu7jJsOh+mftSNtO8i?u)Zt^iMruQD$z^tHJM&RzX6K3KKN$ukMM<0YL=h@J%^z~iXH}5KTo94U}`=AA^@I;!zV~Zi>iXCU@ zu$l=YThdg0<Z6S-GB#M zjeqc?4rYM{YF(Q4riW)r&LY!xP#Ca_HqQBt`C&;WN zqcrS8CEi)><927b5hpWvYebTRb@-0Ru^Ls$jhK^~eWjTEHok>hx%<|yBDc}7IF&Y! zl7*dac`8?MEN!EL=dJKocLy=hMfC5E@AyzfdlK`iCOZNL zded|v91txq@Myi;+D)JY9td?*;RqC0AQ0#alfL~_@N|^_08ou|gxSn1VI#a@I3GK+ zMpHviP=JUlngDloM=&y6AY`+SD;G7UD#_xcv{y7-08Jcw$A9iL9wgNlo)u(wnk6;^7hin}J!j{(Oy$q;ngYj~*26MF*C=?!jN7gMN1 z6Jw$kLYXHyHN2F$awrB5%vQi~qGkt{G*hA|BBE%A z1vfM)o{Op+ki>fQ3E*l+pve=?rDHlDp+T%9NM6w5Xc@YB%Eae%ySlyW$3eA(cN_Oj zWXBSk_?#w)T9$!v4$fCw&BEf&%bMTMip^BHZsJ@O z9KSTE7RWo^srR^g1^%V$de!I63EOp{=nxg&I_SD>+S+`rB{-V7=BKL0?Hf+3LT-lS zzqJGdPFbM?fJC;iLkF5C^+FsCeNd+IZ|Mqaz$TW7q$=tZaYh9dMHJl#x@aL43z7}j zRmds5u!inuB<{aNIjjWIWi(-=&?mf|EdiHx5 z!W)RW-&?HkZ#xNd`D_ForWMqx4$K7B?Gtb!F!ohKU4+FIMfAPLvjd6^&8>xiAJ`@9We9uHl70q%NN@N)@gGv2vJyf}< z^H8Hnt;RCDk~9AR`kW%O3IMK%^I6TnB2Jnhn$y+A0~F9M_cD(#n_8g)V!csuGpB0C zoSQJ52gD%syCn^2C2zPj3nKpjh9ym0d8!Sk4k(Tr3<>V?8$maYh~mjj@UzP4P}ZzY zH)OCngM#jB87}CQ+y|}CI`)o#1(_0@dG;6qrITaKt2)p&ofa`5jtRc<(7Xs0LbWa< z(4q%5K8U&10X6c!a=-}O7=2Zz25w+(7YBXw%hVUC^wXq|a#9`llMkNuIlMa#ohJ-+FEgu)*?K zOGbWGO##T4d?HY)bBN3NOlZ`}=$z4^R!xo8ePXCPJZ_*)Eo`R<)9QvSk&X$1GlD{F zX5yc`PCx}|y`OmT=%nz2(O1a}p;GBVr1y$@$j~4zHHue|LN!7DiNvks5o{n7oX?Hs zGC-qn>9jc_N;hW+&cWkwJX#f>RMB)Br5l^sg*Z&0F&>?Vw7Xm|JkS%UgwycUst7-I zO%p6VnHenC0hO%URmcohC{7q8J63L3(C zFUohK%IP=6^+hsuM7toc{6{tSx=Jo`lqWKW0pcpvopxmrq00LgbAz<^exw?xfx1-e zx1zB9$-8H>pP6c!?o-%V+5FG@A?AVPfa2utGekr#K@LhdP^QjRD$TspwHf~av@Aca zsLpHstwGsEJygncaaQ2`NPt0sUYRN!FK$Vby8i(E(fowxNW(mS%CX3&W3wJhamUqA zgY;Y0WL^&h*wM0lms*t`s1xaZa!2MrPX|uIl?tK?rA5RQ8OB8iUFLz;%%RI^8!F=X?70P?`g>(~6e9Ov<&wGKTgRO!-+pss8}AIdR0gCo^1MWL6N2H-&uE zH=<;oGvuA-oKFWLpIQ&_n+J8y3LTZs2-h~1?7+D1ZuBSuGEZ+I9aXyqcy~~o+H1rj z-D`)cv>y=O{{X#EEHc+t3WC9i&U7=u90kpd6t>nnr*3>CQ<{T!OR;=fDRzq)@w8kI z6NqlM*SK-56~Tp;$$y zs8ax=iE{piUeVMdfIwc|u8ik=Dv@Htg5a_l{*{{Zq7RgmY4 z(PH_kpz6t#8`TatmM(|YHaVu^`O_fRGT-GpcXTyb#WzqHZ$fzbu3{616&JMdR(0p< znffgpJyC4HG$=lIntr4I00`H0+)#PYkgO-W#R3jdPGt&2)kF$ zRh_JBzSL{_n&eI>MXv)8%Yj7T!VW}avsA6s{(<^Rc;NGNEU2+?t>>lnyE~%i1za79KywBx3fT;_Xh={0Fs8R4K(Lk!JNb#^jeYKTZ z?8gg>jzA*b2=Ki2CyHlZ0>RA~ZdAqeOp-Cq{*x7=ZbrXu$J)pL04)731Y9c#oOL}@ zhPY|ugsJ&LE>9d#cU0bBDr8qGD=DNMk<~a&7yZ!#z-Q8l#wzPCvOh#)Nh8T?$LOrV z&LJ{51<>fM#jGBn^L~`^@v>cC`d)uW`Ulnff{!@-%)72IQ(KP27@IS_;RDO+tPgiB5K?alH0kdvn<}93n`S-Q6EVDU)yJtFvv* zt#!>#O_c9Ye}!c|3OtDliZ1d$MQ0x*p~~p}A$cIHqVrOU9%wgAFjGu-Wm9Mv+zD+$vid9&=fLU3r9$u;*myjL{WXz#dRrNea==;60k1xX8a z;Ht3scyD`W{mopv8tl8klgSCRf=uqyRaY5#0!F+Fv@xt)CgZbYerq^EMf2|=a}@;_ zYE&Wyp?N4dN&K%x;(odp&ao*_VTBlN3E(?w@KY2Iae zCv{CI#!0pKYOyIC$I&}VAZ{{(F4aexKB{$T?Dv`vhBk~8)NBi){PtboUYWmKSrJ1- z-Efj;_*EIW_CCt)WvCS1Yt&qIYidH4iXhn0G>?|ISL9Hc`&^j3sELX=0I}(WgzwyL zava);=DgFZTBe?moyizeItBDu)>dC1@p}`;BvBqpRPjvUo>Xxcbw{EdoF5EbXS(m9 zSX?09F0OlSy!OvROM9fIOyR??l3?05xa!9Oywg>9+*&nIa!=$()m1{XaLv>9OexdR zHhvc$s`6HK&?4DGj%d3!XLcGiPZ+B@eGu9=+p~)b9ReYBT$3Dur;T8J)qo!=c;Hdwoy;PCNJpacK!YPS{h>m8qrLntLCB#;9R8f6 h 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 d+?7-|Jf=1&7%MS diff --git a/test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg b/test/static/Media/Yangon/Yangon1_Aung_Kaung_Htet_15yrs_face_shot_March_21_2021.jpg deleted file mode 100644 index b448d1d60fc21efc752bd9c3b0df22bb1aba497d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 70705 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̘=(Ok;C>n2bWxnlp4n z$g|4DYqZuhnMszxhD^p4_A2)$j4r!^{@vfQVJ<6}18Qdja3hOP^$~Z5;U2|F$1amX z)WalEu0xNd%gNp*#axaH&h+D|fw06AQ;xr6yfsK$0J5|r((psaUbgU~iF`RWn3 zVG^%3_vVSjgh-QF05rzXxvxoM2?I7uBcU|LSFve`np%Wvdw&fVn&u8V3)DF%Yg}-v zlaYdLa*mc#8j<63%0aIOX1xrE2+PK}$K> z)A9InmzG8m4Qpg-H#H@fjy~Kzdd+r#NgwEq;%-Co7o|@TF`Xvw5+yN^tIMxbz&(l$ z_f^uAS<;dY{I1ih>3!P#jxeFwT{HOV+QBOr?@`(*9`hKFSHI z#vhdXn=oBXM{4uW4CU7!8Y=oPaRgry`>v#vSv&(1%cX$Z3*o;_yufsTNME*LUlp zL2p`f@hr!OE?4%xPk#$C(r z7iqD5p5^m0>6~NNqT?9d-Hy^p%>{uRXMnm@sX5$8b$6aAKJc0T^S&OmKwNDKHz&m2 z`e_!sGi8qP(+&@FnVUXD#2J=c{l#K{1oGL1nA!`63dUE3a5cPPoO+RJ>dACr}%Yx4%f{A7V zP}wzGyO^@zBiHK(vcJu9^L^*@yJ1^(`N z4z9wNBy+!jKaz)z5tGaP-R41}T5q82Kdu{O@NK6lWTID*B&VknxsjI(KVxqUS(A)@ zsGXiymH;Xlx&&g?D1r@ed(#Q1)<;(VPW|n2Ib*^|ClF71<#hhzHgz_=_vjx=$&#k& zuQJ7iGpDSq+f9ryoGOo&IXYW(;;nMOYI8Z;P_qF?Gw=<@VzEeo${#B*+n11AFEx65!RfxG^!?2I;Kha0h_uA8 z9$55saIk*qd2w*K$m`{Y0Ea!d9^UiHU0*8OMq+SHM7JOMdVA)d66@Nmyx3;seWx{= zfbkA5APZbA2&mg6Y1Sptu-ojWBER=){fB}!Ru^qUg&Rh`bbEq88I&pajM`p$N(+iG zell7G^5&X?l`T2TCWlACKDff-Fcig;QRO$`5r_BYli{ej3H^UBLzC zOHxJ(##&%hdpDCM9_D;olWlzNlHxkp7-IyqUjbL|5_?@dD$H1?6rYgMZ@3r!J>So1P~5R2Ri*$E6x_5hd8L7LBan} zq6Gv7LzlBmo$g@`66yrlZCUHtAn!wj8Q!G&dk;|Z^^O+-^8rnm&DirowX{W+#e z1sQ{C4hqTNy@*QOlmun!d$0JRH-Ps7YCEAWQXq@#C%QSvo6Z{vI)HCWy@ zDp-F*xzC^zW>%l8CT5pqAHC`?Zt>~N0&^iIfppPG$P>MPO15tiZp8{92HLBVE5 zlP~jix!oC`>XE3_j^zd`0M5vHN+|vJ4 zjK3qhpcRvJT7=v8Te2%v^Tqq^Wg=FS6P4p=A7z7B?T8B23pK{Vj&ZZ$W4PSfs*% zrx#`>ec9e5_JzsVHC4BD20uRWR@LcKiS6&q-+DtkymK9xtlH-kG70a|1yDpUTOErX z1PR9)k^|F8S}QNGn_MHrpwH;WGu17*eW9`w(D-4bat?xP%r#!UL5{S^h#mK?V-0y_ z2i1$j4(693qEWks#}MZo+z|1*u|Iu~EsZ%^BZP6a3ab#pE9-Xb#D&VSLc~I07UYkT z$;tA{h(J8IVvlgOp!2W)Jm2E8-@r+_?@V0*%+3Q-asu`x4&|{YATr8$`8C_}$PTKV z`g`L3eN=ITdwJ%KS2)0YO34?*oORmW;VX(0tPMc4*Vzg|WKae1H8hmYByhvI@z^=O zm^*V_+qjO+It%ekd2Kt;#7%tqZST|<-_;BRv3=D=Xv!h9F;HpJ-KuJfga)^L8-u{z z*&=Qd-neQ^&ccZ%(+l%0RPUgBhGp%yMC%Mc=7JAoUjMSaPX{kz2W{6GS}3Jd^W;?g zVzYDIz0Zt3@DX=y5XT3DwUFRb>v-utsY;snS_md&%4QKm)7r4B!L29dOS0@P&uXEdlb3W z9TPFccbN};u;$z~%8?m&=0VOMi^^1rn=TWR6AK`kvt8Yk(+bW@Wty*ZFy7Zg4y)?8 zWn|Cx#X#>gNTOt3>xkM(%Q9%&EGg8=h%H@mUbD&>TDv<1Hz`|>d4T% zF8Y_1^D>*%+9PJT@OdSk=k{&6IdU51N!$R=i?^g})UjW*$A~1QCa(k%ASDunA{z;9 zSk5m!Tb7njsboV}lzT_&0kjNv4PWVd&Gm#l?IcN#>Y!^fCI{3*I%Se$IGMy}-(1aX zFGDLNvV8_k6q2w3Kdo1FgzA3BB<%RE4*XV|Ua`*|Te_Q4E23&Nk)h0u>$ULQsuU+4 zC!&^oIn3-_H$YFOZ^cR%RqJ7xwPt8o5gWc8+8WPfNFkWsP0?^JkoR-jT1(1WdD)CO z6Pu7XJ%=bb_rlyq zUm)U=qyug%6fcMQZuJ-Q3!A*ZVe0h#ABSW2sbreiohsZ{E7G|&orU0pCGVRb;$P8E zL(^oaArVtYh7HS!yivObH57>w3i_amPayZWVPBovMnpra?q4DaD9$GI06X;49<`Ss zIXd7ib5YOmL0r#oGt@}PkD_2xNI*QE~}1utP&)1qD@^sDFqfP^NSjQK60bS^T{j*p#6 zYbZ<UcT>m=}PQ|sqXOVIf&k3*;4)xG0x4+Reh zK~{#gbEZ3$LC+NQR!S`Ns+m>IF!XcQg9J2D$Oqa7`f$~x(1~C#B5gW9WG@8_fk4!; zLm1&q^W?IbE4`y80k8&~xaqM;ka#yJ_$%)(CQe&yl4gH0fh@ysW%C>K0DpEFdIxvF zWFPex>vQ8EEgAt?+Z5a738rPr@!$#Pc*0M{0ZZw6^QS5PG7|wh!vNjeWy-G_y$3&} zY&`)na~wsveL3t=zz=~c2}ABg0&R4tl?mN zgR0yZIc*&UCnO6Fk5rD`N1o{qiLKba#RKRLb zGwzgNvWXd5NtpDh;*G`|-4??Hhs!cHhRkqlG(*-*zdAhEZe`=PzxsPdDZ^9_+hMY> z&;2X@OMO1w4jeQ)1GwT^WV6K4C@J_M)Dg_G)|qj2QC+Pie^uJ-=;b*hM=X;=Z^ZD; znuaDBp>2CY#kvk<0eS3wb{KZ=g!T^XYY!$ME&&p<4kQHFfVWr-&{EE0TN(|POpKwWLz4Um z{uB(tA(L{np!30#-HvS(J3huZ02XEOD(QFT-<7ofJ72~W=?-?p(`(1Nd-}#-1jHGa z#2IP&DN00@lHO#F>i3r@@FJDY>Zs|7mLp!j{7%tcCm|5N;sY(rO32Q?jO2FH*BH)= zeRxP5wUUUo$mt~haF2mN@V1iC>^pcek~Jc<8T#(QgZY(NO17-V9lBPfVcR5-o!0e4 z3@i2%ID}<%)OBzGi$<^;q=9857YGc&7>zz9%ivI)WN4_b-#-&8%O`iI%D@SFOO`=$ z<_KA&Bah^iuR_DKhemZ3RsSqD~`-eKNr7 z&XT^=$3eJm#)E)+H^H}EfpZBQo~YAT+#Z?p@Zs|G7hk0u%Eqozt;NB^u5M%A5dk#x ziAVrIMj{KE@03D7tdM0IYf7YA%7%ge`h`Vo?_Wx{r~&igJEwmr?z@ECdrwI;qTUd1 z^67E_?f@??Kx!LJadNoVhI@`{yvO<=W|^g zR;tB4xl3spKX9y2QvI*QwXLB8e0Ht5-*_g(+dem5kgtDWmXY@Xuj6?E0No#)`&G)L z=+Miqt+RT;;+!ZwtFih4=2$5x^L7l_UZMKo3E?uWeITzp=kSU@v}^0L@x!)mn@A z8*>@0Ea(Gb^6W(siL=9BocTF+JdJCY+)vE6`zTGrz0hRz1Mn_|&)$nZX8M09$phMx zL%6xgOy@pmr=VQI3RjZI7ml~W1Xp_Z6*xq@H%?Oyc|St}ARld@9m-CbX8=yay2`>W zT&GP}Te4?dJPBw_VR{@!Kii|NBmN0-4FU>S}G7Q64=^eVZD}q z9=%WorUnx$Z?*{=u!cyu&d6I(e~wMZL;}n}X0C|7^&pRiGcyN`*}Mk&-=b6d4C6u7 z#mnZN)t)AOo`Bd)8RG|6t=bRIaK_SDE|cK9PGhfdRaqkA`aV@Zgb#)i3)t&<4uJ-8 zD5XC9zW~xeEx#rXvD2N0Y3d2;Oy&rtDTXGXAR2^d)-jja!AZ&Z^xt-$n!d_%luVto zF&TgxRCu=qk6t>DMhqW4iPjGJ+|Lnwc!$cdgqT>6UL}W<9z+bB`xHwYVsY!t%*@YD zHv(d3Zc~)Z&iH}@6vaCc1ye0ty3bMmN%r?7#>5U?S_#vCF`8#1KHu!_%f7!E%!cM*=+=tCKz2>Ya1 zHnPu5y@md2e(el%ht-7^cum>2%u|Bvw}Uxm6;n9ITz`u@R@j6F7FJaBjflj|%*@O! zIgvRWmhK3hp(_`>VZvALmUbx|@qsd#fW!U_^^KIq@ODU>>i&BCu=c!vsXVl-*;Z(C zJnTDc2Fl!LXyPG_GG{X!=jRC<9W^&%14}7{V{r$V-54eiLy(ISJU#C80(W$5Hswvd{rs zch6O34VeQ+uMiG{&^s3Izix&e+`u^2GD*uE;sx$ok%!_t0oDY>#64>(@wTha%D-V0 z%a__E9_s%9ABp)MVDdMuxIKJbVxA3+2dZ z!e_V{js0Wd?q?Z;2Ir*ihGsWaeHN}%jC^CvU$_t~3oZaw{{U;qYLv!@$cBDkkKjSt za*XYtQKu=&XZ*-u=mrBBa~&W!o_5HD^e>WU94agZVC7|vpM=0UN5Y9#34$4ok5Ds| z&r(6VOFJKoA8P%EHo%vUYyC`EPjTdl-6P{sH4Z zKL;F2*Z|BK`$R*CKf)qJ=&)s&VEkE#efgQ5V;Fz0{=6NA-g{#qPxS9y*bE7G*+CV;^dxG^b14C=hL#osY^Q#5=L=Yj^n*?3-p;-e<7$ zXPy4j^SX9rtJGUNOw9iPsZ7tn#vRn+9lXp&7?0sSvAwhN(suVWz!7-z6bFe~q|W)= zL-2*1W+ounW_EuK-2997Uk5X|mbYx}X5x5;XMQtBcxBXoZ~DX?BVuMV9Xs)uou_CF zXuYCD?&N#jpy?(kB)CzwSA{_5{&TtcF%=-h#NjwVvmFoh`B&__*^VG#yvsaq=cUgS zAI3cNsLX%!se&GyK`rS61M~I=wD7O=FnQm*M8E`?K9Oa15Hp&=`GAVJg`(ue6B8X* zpKr>)WiUZ4PBf6280W*#z2bC}$gYYPWv?pqW7>9GwdGGSC*g>_P4F3SGp)2xw@$En96FZKB z9B#dj*v3B5{dwaoI7qXQ5z7?-l6y?F^A-^k+blfhjQc)C8y%ES!nx(kGd(2sZs!7U zoKDz33i*R)9>#9V4@lV|Jxf0a{h;o4ak%l~DE6m!U%1CUB$cUnucjw4JwwMQJPamr z&ecm`?KHkm#vmJruz2I&7@6s{x-+&CS_eKe6B82~cAR36c39plF(Y(heoP*BwQ&=< zBLxUq%a{5w*O(6EM)L&nPquiER$PmE{@iRQk{{Zko-odte3HB$v^A($m z@!z);^JlkZJVqxVs&=m!B!aeb+dm5QtXR7_@3Ar4KOSa!IZWi&_3sF1{f>Rj)FFV5 z2OKz=gUP(8nH>lG!{c}cSouF+`TSS+bHu5bFs1-L=K{D|apEFl2hLy^gvIwp_QZVr zLIcnsiqW1Ew-%*@Wm{{VrV zo_L-K>`cs0FXbZ;vAe-LrrfYL2ee+%yY3D?5eHj%&-n+K3==ak*u_5I%Y5P={t?^p z1_F;PF&EtlpM{v?Jiu|k90;a1{C*+U1hD@AlzG@4xp9hiF!=a!F*wdMgyH`H!NkPG zVc5m;{zM(;dH4|fXW9t;%Hj`9sqHbCdvC^OV?B77>%=j;pYooJPt0lf>Kl%>{{VR1 zpcyCI1pH6JjKkUq;xW%iIG%PBFva%FOnlaO`H#Vg#$sY(S=jlF@Grt+f4?)7=Lv)D z=WO>eVeLH65S;u15wgbr00oEV&%iulU_(2{Ibd--?0Q5W3I71&f64K`h<3(jh;}&N z7#Wy`XZ#L({JpX8FNv6Q7!w+;fQB88Iy zaKWdIpY8aEb@IY5z~B6l-W`O_`QIIX|HJ?*5dZ=L0R#aA0{{X80RaF2000335fB3s zAR#dX6EHy{Kv4x@GD1)kQvccj2mt~S0Y3r7mzJ!d;hy%P?&^O{88_#GgMJTgU%|nz zJQ*nT;%QDECDS!kFveammbtq8&XEVA)=WgB`HVW#9Y z*+`;LskBl(CsKH_%|95QjH?-`{WamXL_I@?PqH#oUyd|&=cM{0uC+fw_~jo4j=#0w z)YRXY`6RH7x8RTe0G5uv&$=jtcQR9o==>Y$Q0MWY8k+4!x zmqeE2IQ=tP8=?Nt#N1y-m#E+P$edhp4R*ieMX4^nY3I&i#dL-=QQuZMGR;2GC)FJ# zW~8^soyW9kYdI~flxTxSrtc_>-`P2Rp5UZLeGzgMu8ow5>Qm@iXKSKt)m1Asq3zCw zv7*+llCx86UefH0r5^^CvY%YHE^_4`C65tAp9#&ig&Qr3$;Wb`=`XWs?SBa~b3NHr z8=D`DeT%`licPXwj*HzQPK~wXZ8S+-X!TIt3(xrNUobz&Y5xG&(bVpqG-X`)_5n9^rU)ecSMn+`NHvI znP&cMp(HYen(q;bX5?<+R7LlhMqWsymt$4YM!`my`&<(jXJ=!UBMMeoW&Z#TOMj8- z;kI}E#*U}AH6vag=9r$>W!!A^@~eq?WIPhAr=72wd2%1YxZZDO<9GD(S4GjgF-X`) z4VzGf+wTqaiAs^`A-hel=6xooxuklSY}99_m8v4@Y4MD!ieo!tjR_5KShvQJ(R}EQ zm&G#O36^f`auy5|f6QsmWR!{4qz|$$bZqqR%yObLp`wS@RERsvH)6$#E96C=SV-DM zVd7k#RGKwoyRYcgI>(`&?K(YFHtI9eO4S;DY7HB3_&hvA&Rh5>+wsQ|@Z_TiP-ThCPodO$9_p^v~4z>E>-Y8TSSktCiDIAVqIA- zHd7p0;jInOXrsZXz3mgg`&MX6@Xe7{$mykvH>7GxEp^4jqi!5Z&5B%OoyO!wed4=1 zqJ~P#c+rwxO-+sTI{G6VQMBCAxOw|EwDwCLhIbbeUr%h=qbt)rKbDGlgee{iB|2SV z_#ulHUkf*34SX>-$NDE353eGOSt!;bO0T1C7AT|IXs!~9oN1c64h;0t*{FKhf7tZj zXopif#1*j)UuD@jcgm}U6^Ft&W&8>bN3jpH{{WsZ!!~L|{gHpdYKP+zRF*3#eGt<~ zqEJMmPLHfjUqm$&{{RV+^uNPWJM_&j#o0AQ<3(YYT%(&W7GD*@ip?7tvk0L}>6)== z?uee~-WdB-RcGvitXR!o0ws-IH+E@i{Yx5&#z(ilB89AJcqH*B@HBVxUSq{sF9zfO zF5iLq6meoh>7E(xqkCrddxWKY8nbN>pVK9$a#&HJ#>n(H-XFnb{B_9@#h2KuvVM9U zNeMr^JVlbGSqhRo7l*-&WM4x4tHa=k4V|;Y7h*`7%MgUFWLlZCKkB`ua8iiTLAx z6_!y#`P%uf;*KP`<$NW^iW0*4llWKYL|A_ezjbA1%i(;h5yKzBR!x4@d=6g{LXImk z@$pN?@2pAuYpzpef8;JplvX3fyWvG~@ITpqqa4`TWTnRVEX&XD-^RE(7x651PvL*2 z{#3BC{#csJuZ8~YbC-{ngh|@?U;ZS%eZ3EyNBh73!~iQ100II51Ofs91popA00000 z009CK5Cak*AuurnK~WPTGC)uiBSKPP|Jncu0Ra&KKLIMur92`sqj;U?YAF(29;9RK zpRcF+7OW-Gd=Y)wJ>Ntfq0=6fdKQ};dj5oSH$t&k-8v;bq+P2$m5z&8h>PrGab=sC zxQn>iX1Af6QMCCTOtttlTHGhXAA?R-iD{?VTYcwNGP{0Nn0vzl%JB4=inmee^= ztdS-~$>#9mYQ$Kg-(;gCuP;%>59I#aLiq`<&B{u|@vghF9sd9!CmD85YAVV6iFzS6 z;n}6Ao1=GRB~ri0in37K+7nEodN=$=n)l;F#+vUkO+Q6_p*tmHdc==N?Tt0;jowsI zME#zMvraA%G~}hzHFW9pG;2l4-_fO_tM?N4>H0LZsck<^%K zX=!il{{WFMNfDGK`=WTR5U@;vq{veKQ15n9~NIkmNk{bj-TYSP*_La5YEQvR4hgP5gVZ^ec{a_ zPTqfio!vNhY!a)Y^GTOqyGSeU3Sa2nJOV0;N6!- z>_wU`zixGvPoqLxpiOo@(A#`8&BI(Hgz(W7miQ(1H^XWuYR0MKQdDU+{g+R&31y)p zYO`)8N720Adn}T&gv+5%)WwgN4!0i?e?-uYPun7mw&@YkUuAVh+_j3VBFBp!Z>(8G z6~=1Ni9>Ox4vGRVIhs#MHEK88ZxzwNbZdqPh`()8nM3cv#IQj;i01O zeBM-iI|rslG&tEuqRO*wU7Lr5u_QjQu|yq8^YSCMc4*6VNsqX-#!J2}2=pgoVti<> zHt}8uMR91XQC$fPV{I}wmES}qxn4e0ZZ>>LeG^>>lBa}UIFiMGR#;qIkG~pp?9qMJ zB)2LdaGpIHznr-VmR|}ec}0ItkG$CUFAGVL>(HI!pGo5dXo-e`oXN#-B*>R~!H zSMC^<=JQr4zBh}-m%%xgVd61TO8;ix8jm7bKl(>Bh zz6%Qwmqw*XJSbQS+H;T{EUJpj%aQj4O)-J^8_m81? zE5~J*#)p`3ZwX_w_~X|V$*#wg>(2SnT;wElg_|47<3`c-?0T*G6~AWEs8amlJV<9n zV#O~b{)DksDAy#pSv_z4N^? zc2J^UiK4QkC*XWvjhb&VD;3I8+FiRMtk`Te6u7tF3*gaQKDo9127QU&gX~zGt%%cK zd8}8NqOlT+=U!$rO^x$@#7W`;>kIlX7304v86SQJi7OOqg7IJUug>ugeih-r@+F1u z#JOMiFT*Ua3jY8Ovf1peSBI70NU!jc%kW+=E5g6PcuRxwz`k$%7FQR_SeF#5D6;bZ z0LOfv3Mh$Y+hK8!oRzGE1p@;G0RR910RRyK5Fs%VAVE?ng7gD+<`KG!pET0fAt{iHv zq3pjegxG_*U2K6{B3&~S3|L#TF((S@-c(+Z{I!#=AHUZeyi`4wtEjFL7f@Y4Db>}g zu#v^tYbwIJQwVCmrx!hzGo`}SG=jnvVpy8176?@oPy@wv#BuhpPG<>5jE4#|s<2o{ z9EOBdSy+A6i}I?Vu;{l!5dD+&Du|Jh3%H#VDk_?%6kqEK{-yZ1u|SxX3j{Y$5%~57 z3yVyw>E2X66<6?ziZ;>F#Yog&hDWH^8WqP39kA%40r+T&)l(8REuz9=ETD!+Nfex}oZ7qafSVMeL_N)#f^+J7_k$I5fku=;R} zYY(jqK2|SJ?7e7wNv0%77m)I*ol+&k60*b)$+6vWedolenkyr|p7Iqiot0sA5f&Ah2o<|78ZI)abZDzy z`DlzJOl>b#5v(d0SF4XichNLghKe|c=7ys4 zK8!GTEV?24u7UpmCH+6$bd(z9L#UDe@oO|F+=AtOv%VylL7LW2Qm~*tf`TO z%>u)+#S&n+0^&6&!HL>pC{T-2N+#W7AUcN(xKYDL(Gm@HO&BCClRCueix0}+)d-rp zqluA+Ye)&h*4I9_fb3t z;Wh}ET^jr@AtC^xa2RZ`>J#U?CL&C#u|iiGcz%b{9pz9b8T~LQat{mVFNJwo7gmr( zR>;#PCU&GgPzww?E6zVqfcI5`C{e>$kl|sfVtgU|stO@nuJRkA2=g$mtMHu$R!wPH z2$Q-TUkbM>p*W$)SlVJObW!$&2!uK>~ZQq7a1MoG;v_^jHkTEQnH6boCUncfhK^ZugfUrg zlnh6uL_zze2>C{LRY64-C2B-~hAPMfR55CwV^r2y8?yByFi>cn?V@I-nFvLcSSQ{T z`B`^ZrA(DkL$@f`gj!Wl#rL0xazo`F@hHwiJ1Zca6Z(^DkcHUYQ&k8$S0`Yxn+s)v z6%%QghN`+2!kQfw&{Pto)+2MGZl36FoJ0URBl;7yQO^vHU+IMxgeTx4HdvaFpb00k zA(QNk5yb1dy-;|**&9PdVa`s5c$raEGKw9?C)NJ|6=d=l$Atm@*?PZhkoKyDA2NnR zyr`ZdK#$=7JF3S1P%vLnvbb1_S0|KK1EPrSEK!uuLGn`=I8%CYTTGVym*PKk`^mBu zTc>2}h^tWv1$A|F>WShi&7KIfnO0U?r=rmrn4h$;#RH8B{6V_i2K3(*s-iItB;i+8 zNJ^+Be@%2b?3{)w7{2_D(uiac1krISUu^gp@u!Q05b=3jF#@0wmcv9azYhtQsDHa8 zU7=o|_^4&zB7mRayFvr`m~YKOzhwy1L$dEbg%=H7J1FAaejET|)Rn~1d@hx;5khL9 zh}?wn77GuiF?UyF*vh<|WF`~Xpc~~6{RpOM4$`ejK~g7FR$VKlaR9h|C|5vrh4@oxBl%9A7vdj~69H5lRvi}< zPuX!p!lH;3!V^EjFz&o&Wb-0qpM~IfP+IXzD+ zzzPxCQGJ)3kycKk^>(tLXR5F7lFt#aU3h=Re^C6aKCCp{FU5>Q7TwjS3>p<`1ksvl z4%v8OthkD#F)or3tTk32X<1oxt1BxjD=v=+JUCyrOn5?$5whtms%vbGWrU9C_*`5^ zWM@P_dEtWkm0Hd9p9flr%T}W<56h~<4-6^YIjli;i#c8-^NZ4UCdGfL6jA=cG$Dp_ z4(Nl_6EmYm?uO>FC$fX4%J8d&qC1$Vi;zpJLHABz4dry*0g^r~S6Yg%*+gS;i%hO; z6j748mDQ9UnP!I5sYlf!^a~6Ji+!`;h}TGp-Yw@-30yv>{lc&R0GaHt(NwOosv>tr z>C8(G0?1)FLXIP}oeU|W48Me2R#uoqSsm;$cb5vNP>s}aH&sSQmJpamFmD7uP-S``pIP^yp=cwz>M5!)xE0TrqoLZ@Y4P<@jgD0fz( zBzkb!LQTx?LseOriqAy^M67)fx0QQQVdRmL3z$f}Ny%J1XZBoCQ*9C2WWy6h71PBON6Mmj zVk!RsFu0Un6cII{Shk)xVQth=ZiCS~hFm;lF#tlSj^|VWJV}WO;*2t3>Oxco8k-a; zlui)|uu&66pbEL3I`&-ze6HFY)#*1)GM%cAWE|CCgxzt(#A=KX!dXTdgPE)BM;h7m9>U-S6{lRR7MwfP~YTd{5apSSe+NRSRKxz zIf5j`6DvuuxkfxE2`i{5sLBDkx;Q^7s`)^Q&ZQ63=++vGI_y(z$$h3_{XtdN1Yh!2 zVu1h@eM9-B*eK)%ORJ{^(cv(}G$=#7N+bY2WlAqs@edM&eqmL`8Apt!YNv~rgf0>D zlME+|Ufh<8h$Ds;$x0cFmt@x|mE|5HT>-l4S65w3i$w9E4i+#8F*l;S;@$!+K%WPiPLWnmbip*8(W!Yp znXa!?F-3{AiFey4sp=l0oZPFeRuMrgaZ_$nWgv#;P&)pcNwvrUyDcPKcvZ03QlU~$ zbqj8=-IbQhvS9)yV8pMM`LOFJQDHUR4b*W&G)$^&i)JO9>9VcSgywvm#KGEB$yt_% z60$J8vxSB#6?A(c2YRa}o1U0?oOJH7L{~vp=3qT7=cZrDNrM;42M zpw(C5JW9!sgmVa97edg*{Bn3=2ep?%e^mbf(i1lh%89;)>B%%sc@(5Vitsb)Ib~6 z)FK^!bOs_SgWhFBkW5JLFB!oTGJUhOHBFC;_Dp#e{m?d$bWiG{1cyelCNC1cYoWaE z%XG+i_6OMrxjL0dLUuo7B2`DzXAfnE4L2$n2j!|I*ovXq3ZWpr6bNJ)DS1A3oH0qV zx)H>2c2p9=(xiWMVP`6_0sE>4^0rY6(sf)zL^M?8vfnL0blTh4Hb8Rj<77d!gjfbM ztfFnz^mTFePU;^MJ`_Bc3#BtA_|8O+X`F%_=DdxO!BWjD$-z!fKYmT0>0UEM4O|S= zXUZI^1NT(vG6fZg7S$e`A!&R|;S<{_M?aMOk|Yenpno)0FDRkO9_>CVO@gzlGUAC^ zR&`*z{Q=r{&tOvzqX+~tRXin@HuL6eu!~5KvTbBSil~goDMveI?T|&3IxrK#r(`Qs z6hcfmis^(py5S!=D=Z`~4ic&<*#Pq42)+J;vY-mNUnVc2#v-oBBNVY}CSj4q(-qN% zZlR9D`IbMrHCInc?5kyMPzNE9$a1?PY|0wDrsR<(O)!ZenG8^e-8?l+sGOAEpZv2{ ziiVTE7{mh*X8#Ok<;#LuwRR{Hr}KN};euCuo` zs*?m3-8JDl%lnskH#-t>V=B=!C}KrEOgqRG!(&k}9prpXzUTm~noJXG`j-%yqbO$Xf=4Yyne8WpCA z^-m@_YM2GYA3s7J<%seeHZ7f0GW5vR9gSrdr>L~B{{U%D@;|}_m}=5w@eU8=0RZ7B z!~CNRY{rWN2%+k#{6Sns!$pMkCPV`#iV(_!ISKg&MozRw7Uk0`F3H-64epC&_~iPV zWTNi7EHM15risSO{>!x7_2RWB~{hsK4`)LadcvOT5$kcHGq#RfbjnS3#4~U0V@-WP`#H}MkM-#BfLjIt43A0PCBfai>`w! z&M3CX2+?93r_+?_%>riOOf8%%JIi)m$wHiqNR(o#A|*I*;es*D1_rdD}wwunf?B1a1Z2d7BkvE5n9vb!=IONn3wf3#ezBcvj8&=qD~aG}JS>dX~6Q3$NKO9bY)RWjnRSRo%X39Pr3 zKAQ5`S0IG#FC!#AQ^KK-O;=C;P!Pq$omNyIDUKh7XF?)=7QsFRC%-AO69!>OH)mJ6? z5P|gWEh|lvg;o8jvJoboa#}(xCke4c!wGSHl~0`5g2WA8qHoCVu*I3+qc!sS!C*d)?p?&jVit4}pmdeTD z-E6F}`gA*GC?hg=`X*F9%yM5dOSVA>PZUt$-Eg4nD6{O=YTu2>c#&7qN=OQZXi(OYKgv=l&!|80T?KjO_#ObQV>FQ{Q@sk!>N%97U zCq0u8o9vj-^4P1qIoR1eHHKB6e71E@qOIlM>*%P1oZY!yq6wr2=G8fyA{BDs3yLqY z;R>WHe#=GB3h4dU57}WdY~vSBso%HkwNAv3iN2 z3^^1E%BzG<@}x@4KAUf#vgs?N^B?J%Qz;0JSddakPC%M#(gv+#w)qUI4Iy(s%OOgXTG?5m!cfi_h7ka02+h?gn(@x$6ibX8QHQ4xG9S1t0>=p1v}cPiyxPM%mr z47d~BaZ}jnR}rG^%@ZBbhmt>BKf1#ar?iF=v!-Qigr<|H7L!9%=h*D(yx}ntfW!Hr z%WQzGV#>0j;tr_(%RsK3Sz21A36m9oCi^S_I_|djUrg*sP^uNwWCmW!>%5*<`U>(X z%(9@%bYfLZEP{23e`?3Cx|BzEO`mYO6_A8gHPwEOpGNZ(${8{d8mgyFrm6n`D(&vx ztUaASC`6chJvm|&$(9Yh*LgR>AqhT8Duz{;RIBtA=hK?$(e9|Lc?h+O+{QuWe5kyr zd~z*4y|)aUQ9QBei9Z~=dqBzx?+jed>gxX2RO=R!?!OIE+_njkf2oLbLbT`|LZTe1 zdy5N89;?qN6FMt>N#==NUPsTpmrhe^n@&w=7Y$`~K%DzH$<)Z9DQh`a$DL&>s3h)Jg&0(c$p%|Jncu0RR92KOsE5d=EcUG_Fa3y++ZosH=2xc}mpD$Vx&z zp|xCvW=^Iz{iXO?h(6-45En29N!=zE*A)XjS#V>ibM4>`;GDDb1nyK?C8l_#>;C|7 zYX^9Q0dfQN8i)ZnarZ6QY>l7n&S7qx#MK7LXi!FS%Px}Xp2683rrkl6XT3^xhAtE- zX!Q$uB2=%;RAePliD63c0xSf56n2B{{J&G5hdv1Sx4CI)O6w8T!9`5ZxxB-Pu`>n& zP>tmwpeR&HYPh&N?m183mVytoYuJW$AYBA&GMdU==*Nx|q_^2Lu@TLJ3vuWX=KT{L zGZCnyzevKJkxx-!;P((@#BSnoThz`lTP1~<@Qlb;hFr{1nE`u)D@)NAB&O|RqE76X z>IeeXDfcSUqlpesaZ>zs&CxTC)seNAN5QA7I?N0H4-lpr^F$zrg4xD#0+&-A9 z;O=^VxN=4R0M(!Tm}tpPB8;yZs1Qp=>H$rUsK#4R$z?gm66mDnrPc|ohpF^Gsl6NG zS6@VKQwD4Q05Ftc$ua?`k)6fl0533-H0FLJjK|MZunwrM2424Xr=lOp&w$NJO89}r zN@U7w#wIltIlqP@+RBM&5O zurTRz?3{5htGG%4v&Qoi!vTbL7e-G|;Wr<+scP>x2(GX&%EdW638_$wxkua}SPgXb zE&)Ppm)b6nfygxcC2^x(9D~fT&dF`FPpL|&%3CTS)N)pMWq)B%Pay~-jXE~R{_=)lEl>sG;a0-=jUJAPykVDq zb3=rIz;~1s9wm>ZkmYc36y&IfC*hRswR3Z$ANF6Eco$k`S^5%@nZcahcNerP0?A=& zZ&m`ceEt0E$qxbGOZYw(FARc*qGx_Nd_F9cH!Y0^EAIaQlHfn7_#|H8=@k+XDv>RV zsg^1-{-G?NwB@}_y;)0xKa{U2UCNksh>XZH1$;3xHMSe-QvqggQP5V4cBJ(X*?6(n zmLd-bQs?qYw^40M+I~@Vu+|_6k?^C>m1h#sv!dBZ%0~>8aSLXja8BDRaTQZTkzmKJXZ3O{NwET^UeVOzNM zY&CUqy;HQfgTpT521EYh8UcEO7)7hYHIq7+-U_1D%IwM`tGnDHxIDUoc}-su!s2kn z<}Fd{$k(zCUz><2`6wQj3~{#vTI$i;--$|40b(bw8}Q4m{D^owUyeQxhosI$gSKnW zcf;dL(K(Hcz>=XA!Da!?znO8MCd*@(U4JU)R%NcZUWr^~m>m8m?D2hXoyrdpfNfXq z7dY$Ob(x$~jWW(Vq+K^si?yPDCIc&jFjGm2yh;|YNz1ou)DOw&;6c2UY;I*7AJ67x zatbBQevJ@|WP(!2Koy%_{-QGYGhkzbm>AZXy37wJmu6qIx>trO6C;1IFP9HeMF`~#^7s{rxM@uBXOe-$_=W|EEwR;fy4ru$eTVd ztZ9mDB%l{tmnbn>Q)L;YdLcX$zb?K9hu}9K1maY5+5lYt0MJX9Q5lq%7j}2||!;UL#be*%Lrrk^La&n-l4XeSK5wwI8B(v#jLM(pjFh6u-n%p@GeY!+%fW;Ly^XfOQ; zHc?+P<+>HKUSQ;dN@!!5do1^0L(fAn7XW&IfJNj&E0xd@tRF>Z(toK_IR(Mv+yH1G z-+5KX^w7$u2Q=Qbh^pEOU=(oU5Ue*WWQ)AlrY$iJo zS;+0&V??FAJ4TYrdt{2dBEGA!oTY$ZS-5~#{x zDx%>^VAGnayOnK0&0;FZ96ZHblk}J(E@KYTRAR5O6#0kn zSH2hei90nLJEWUKJrTRw6MJzoKis{F4MoHKl$W444p2Oe+$OuA-@G?)64pNApw5gt zaB@MscopXfdDN>zs7>REMxXnf=j*|;lyHE6Ee=bBOpnC#JbjG@Ih6kZ=Ma|yH3{lv z%Z~bu;gpMY-22Q%N3RDB>QGMv+4K`h@Sx$YCd*`BM~Or;GL2oXAZg3o)v-2!BEkh; z*{CddPw(G0$+o3{xeX>KKgY%@BLJU{;g~u}VHnw(B-doBdSK|!v$=4Bcf@q%B5qx0 zrq5W{8{Dy?p5dG;*{EEzOg9vdQw^+=gL%}*2_bC@Pt>(l0LD0#WEAxQL;6C7%mUQ| zD}(?*?@$Cyc_j&tp#@TXk?$6|4a!Bw4^w^{tjnH7&KvYiH#wRWX-8!pM@iEFR2E^E zv1s0*NG-*27h+2rMf#bWXGlP~&N-QpOZpO(g*8#}>Qdk+8Wb^7>A;C#>9IgVfSQ2npI+iq6bT z`#RS$=NV- z`kPJ6z^pol5|{FUcUX1A#4vr%+J0s|3o!zUPjgL@t{}QpqD8!BrNA{QF>2o32QTD|17r^vXT{3j(@Cn2__4*fheG( zDfU|noM5!Z>IFSVnm0FlOLY(y*b{yz!DE2D9%rK<3QGN_*NoZVgxySoF}syM;+J%- z@FBI)2IX5S;J9IdaNJUKCM_s(u-4bM35^N#Lg4w;A-Vd(g#rHnNkN0Ad2k zPo>R-JsF%KD#-J4o~4)<8xtVG{TWl<-xAEYV+y)qkoxhuyP9I+7^C#u?j`I?MBD!W zOTjf$pFH{h00S1*!R{dHAR9?^DMT8+1Z7EXWmamPB0b4m7>#VPL!G}yXz!<(Ek-_>d#rN?sFLEmK33U?ZHS2Y zR31sUgJKH$C5v;YRp@khBEoYnTFO(1a+7tj4VAipP%+t;gskXJjuZ_vKG5d*yZDIK|1A+;*&Z=;_mwf%eA`hD6?i*x#V&$`{WlW6^ zB}sUN;H{5uh?PTwFIe;=pdgOATbTK9d3;&IWtNL?)ToA+QTT3C`w!N7`T=3tbHMZ#moL{2)0T2Aw`-Q=y&8kAOQ4uKA93$3<}#cvwr*63 z`;=Sla8k#Ml@bNymc@s*RMOizGX)Nwp{uq&;j=ceDXqd7F%MHv`k7EaK%8Tln>R2g zGV50|H9Q&J?2xo=!-2ntxq?ffEEd{n?C?t{f0GCFTL#c?qxhAS2ZE)&g4^O&aRd0leuj+)t;p_ zB^6=?7h?5thtup-0=8x{Uqs~L)P4>SuPuSgof*<%psF-17yl~7F@r?HErezv6qG}CN05>CB>p&g2}P53@8wM z6bH$ma!SRg_Y8oZkIcX&{{X6Fx^{Or!2ni@f@Wb&8kefH98Kjkq{UG_;cN#f07S`1 zKf^I!##Q?hk8>gK#wWSo!E$v(Qkt4en^yHh{^nG$aK=h|<{lMjS#pb&gQa$tfI;h=b4NELeyQFHw}K6n`eMh1lF~~7%c>{oRsK}z}ehiXk?8z zWonHc+n%l*$Ry7Y5kohZ5t03NXtS zhCjqh6wA>HZ+ED*36>IE+!9`J+^;}(gE)U_he5eO5I}$YI1I5h8Y=_b&6Q_lZVF4M ziOR@l0Z3V%765H+$0ArF^ykZ9#3Y4sWSyvM!BXA|!Fder7>Ys3! zHg_6bH&wk#Ws0UtZ4RUJc5#X6mK6k6WB`bzwpg&6KW|)1QvEzjXDenTs|OK-Sz&r; zBC8yiGWAKda}||$w1vh?+`bifluzP64nMSW7RQeZy3VPEBdGiamS5>GgDDlh$YI1V zs93-QBaWujtEyuOwf+Pq^C~8#L7}WbGo$WesG|2VjG0z3NaxN~24HAZo zvj7pZnVY~yp{pa@9o(`@Wy^tAGa-}28R9l*+!UaDB37V%M_b~1OXjB%+9Ix8v$Bi) zok{p&tdhc|`G9~STS<~|N*$A`j~iF0xG-=^tZT*DQEux-^dxnD8F-w<^3L8$*KA5$sb@d#ixT@Sk z9xkH{+7Vb=82gKDu3w14DsDA0v{vDwTE$G`Dfr#N-oC7Z~2U*IG03G=<)x#T?D`~x^D5yT>2&f?(q-YvZSMYwJ zoRcOjV67c-`eT`x5lZ9@kp-1e;59BdgH0S%GXs1W=k7Ss%)P{SE;~Y`vk_ZAsx1A4 zRe_#Ho6UNfy$;@LY7k97ZjDAzy6=p))304yIJl z{J!9ETPF7goxxx3E^g~`yya>Z)@FWBz9##UX`M4~#MRB=DzH3aC>m95L7>;f+s zPtfqXvt+AAIH>e^HwKweX^BK7)0$=(+F%wjem5wKT;GxdFe33X;8K+@;DiXV(*}hu z7209UF8YnYMVz9-@tVbza@SDx8G`XF(6%hpz91p~MX3f~xW6if7-5pP;9DGGG5K*1 zFK{s(+|w`OaRSM#nT~9g3T&6uq4KHtY6I$QQ&O5XUZszxTukLP(*X&S7crp*@`Y+n zu2Pn51GB`$Ot0?}s(=xwtr5*I%$D9z)Zp%C3%>{XF*=rb7Kaxzw|S1ptP^ZYf>Mqd zMIHYDpNd;QG2)q{sfsL<1Jjt``^dsvr)jFWB2!YDy_&%)B%Q_(=Sa$dbCH!ZP|Msz z$|PvRAMH4RJP(C&c-6ywha^y7dX&WuteCNGB^6i=rS8=VoyKHD&G9HI7+9e(s`W0| zgK+{GxrF36VA8O%xi1+o28lxwQ}7^J0ybhT!IC@h`QyRkuY&EPQo5a{Ch3)_*~~C4 zmAurjb#)(&Tp`M3A!>NIMcz6kE=?V=Z({D@U@T=MnPnWk9?CauAKEaTo0y@R%1|0{ zGr!znm320(E1s8!UI$Cpg5iecol@dndx;)A$`4-ya^|$m0T2Y7WuHYua9iA{l+)m9 zcjjDYxaXv$00%_29kVbA?1FHgOdXHVm~uLSzfeIYBgraBt3#k)w243 zu(xQDBRGuo@o^P|nG+R1W^$VEWd?l{G(Kto91i-*+S4#TUI6$ayk zcA>1z^Jpo6tmWyQc>9*p_=S&CFK9#`nAKz-aI0ZW z68OuN5of_Pj!NcKxG_fztwP7NgLf3>$+c8!MrrOBd;{ucT017^C~N0`5;}uL%R0P=s{SF$&dv4bnq;c5>rpmxqCV=iC} ziw8sSKop>JP-T=EU|XaOAuWX@<0S=l6nnL$6ylh;_a7HB{z9QOH=XoLR45tCHLMUq zV7VI6wG{;3{0;@%P|057cK7z zlmS^dVD)))7sC#B4M}ici*k)@F>aCp_?YX_VS-89cWaz9V6a;u>c%SVI z8~ZDZw?`6yCi~(64}^)*g(~soic=U{pb&vQEdz#w!i9C)y?-1-J7+nJ8{s>^{*Qd;EXKl4Uuzg z&AN>L0B6BUCKZUa7OLoFmLEjBMWiWj3>M^G7{|##)3KA#gc|N z%rZ%0Dm>Ew6aspHa?Q2}Jf8~ZM{>Cv?jQjzl1Jm!MyzHr6siKX zLG+G6O5;AEo77@tuRfwDo%|{gly@{WDrKT&C&GirltZoB$?FGs>t7#<~*xR;Nq+r8xql<5^Qj7x^Ik$u0yv7#UDk!2W z1|1$0#9F=!ZxEYIRAvM%ep%eO94}J|@E`0OioAc+=`R7hz`0teU6;rBm{#TL0$T^7 zR7yQ}5iZNosHXwLQS>I$DYwAOZOi3xGg5jOtkNe;u*%=K{ZYl)0@?PRdLf>(lSsp4 zY&8X%fABrckwcdk0v5BeGA9ubGLN!Xl!6Fgrr=pnQ++_VND-8#pAG$*D6+&hY#IQiYjo7~F81yOn^y4i~S*-19ACbn{4*8HB!x{vw-qxf`hJ83yiSt{SgFlsLK62eo>RVRhgD z{(75?=-l1Kr)WE4ZvrTg-Af`La2Y7WD%s+`Ip4`HU(3b8gE@|47kPxbfyC1=ejqQR z257ZdVvv@-v87a3nNrv7 z7^tIH%iIL<6njgAxaA+2Xs!pwIG7GdN`|cLfOBE& zgaBVRF5g~#0Xi56Kv8UBT30ZpS;Rjx@0wW>u+8I`+21nMwM`6UwfGeQh>MlVjfATB zbjwVDKh(n=Ozr8!{h9XC(|999Xxw0DOsS??(*Xr#sK>(8e=yr~-Ild=7H9)#Sr@Je z_z@#uY2E(-$Zs~enU7MOON6!fs3(j=kY$W*K`JDxBfq#a1>Q8zV13QS3iA!e zt~iJcRmmRl7o$(Yg6}Q9J3Jl+nBhrN259ymp*NY60Y4M{iIo7w#n;rk!8BKj_Mn1J zG6j9HYKyJIG$}e9LpfNhOjo#Wj568`6518MZYO|;OtE+`eM4!>Mp3G8!nQlp?qqtI zHe=Zak;{l-;HP3Ms7%29L~b|?rYfcB@`CVP5K1b#jam9b88+f6GS6gIRz?0LSHYGW z&fpC)JP@%&Pf;p-RK76Z&Bgd-1tQy3mp1`Jsl_FosWQbRsEk@elM@Mb>IJ24nP21l zj*0&O(J{qv95T!Bk4$WgSnb3sTtN7Zm&_WB^kzGBRt`4aL>>|AiI-E~!=yvh7Zq!B z4AIy|&q~Y$_uEXjNxqqIdo()y#2ulJri+!`CpM_s~zqyMfDOyauE3sA=@3 z2G7K>4V*m8+M}-E$P<9p66ofQFb}3H6uE>g0)~L#CU^=Ll;x%nCiUE%prmhP``*4 z%MHUTWj9bT(9{=cqFL#v@F6be65&~E(Hw4`Rsf4Z7Hpc}ATknmz={RYmTC%$-vg0w z)EK#(PDnC>m}XdYsYFN-SH)HZu1%u!=~07SKo zbvge4qqyn;9BT;dgzwbEOKS=!FvBjR9+IwOHBc&D5JVnU{=IMH}-_AbOT!nU_%%LNnN>Jr?v#H#O!K1Ux!c!{I z+@zyq$SY#T_fWaL+uYG+PjfXqfMQdV^^+|C8D09Baf7LM;^VDBIMY$lg3C1adY`bB z;Jo68aP$QoTQVv+i@y{-N)E^|@*I!=G(tR38yOi)C5dEevo|IxhT!Eg_D*KL{2dUc zQDWX@%xfHOA$W zCq6l_d=lRX4rc)lgdrm4UB>1~mX{B5jPsqNo;}5wQ45ws1i-Uf--Q6zEUXB)i(WZq znT2%HZVGTckx1O33H)Ht;#u>}#QY;-c4|6@?E>)N&BpaBAa~TGV+% z8R3mH!ww8i^(-`MG@juiB2bhvse&^qR7o(4+#sQi;nhlEu@+!h5Hk!7&d&x>R+(=S z@C%wCc9kMdZeq>MEu1iG4H2$l%(D|G1fimW4C#xDVFen%vWCGH59xrGE&l*;!#QH? z-~RxkEJ?g#$85j$W(uuZ%40%C8)sF&3SpsQIBQA$MqGe7Jb&s10S9ufQ$P{2HV{_# zC}YKMQ}97A*cH=J{{TZPD}>pGwy_Jzff{q9!&H9bprdD)YBY-aiSmUvy^jHF7768C}$GUc#5OI`)6!AfPvLXln%$uQ1og|V9= zL9F7sn>!;{AGmO0({ov4Y`x4eBFsyMJA#?Hbcs=7i&1Tkw<=eupDz?GX>M3`>8MLWl+STVk9`!7r@+csA??7xUt~PymJVGSmI%*shdKvTe$QO~AQzJrIrwymHL&K@7~EMJ`y?#K5R++2NUYkPh=W)J;wHS!M28Bi_Z@{v=Y8ts^noQL(cn#A#AOyS(vvQyl7(WQQZ_3hFijuOe zdC?hvV2#Hi>5Yg03-;iM+7GC3W&y(U3~l&^oefKcKWxgx^aP5nSoJNsLK`HdZDXUt zhX&zNlk}O89_LuRsK}6pN=QE9IB3(RZK?HL$BE68fjmtZ2||xk9hNyDw<&@!HpYk} zL@c|QG0d%qR}9#H;WB9IWA#hf@HRVcWr=`CQE@F^M^VI}a>EV zXA-vNsF}{b1GF-fXt_ppDVVwOP@N7Z*dL`(ZLk{{YTq zh=c5e=AYtaD1AmddF>luMDK}0V1sf~Qe>BY2vFbCFhHBdj#pgEm0|Zf%X$bQq(|Hn zmCUzswoSoIm}6HRTr#8-W6%90$(eX8-`W`DgDxL(=i3*?jI!n2=6yzG`Hu{(X#tcP z?Tb)3WSm8qft||EH!7V^ZW+AlGwTrjF?R_`5t&#L)=(pzM;;7r1m%SaOqim=2i|ba zOs0@L5`@@>_c!GGs599C2y>lan|zjK7`EExU?b}`+8Sithex=(Z!tz;Mp=X!%;G;N ze&xX$#P>z^CR}^iC_CFU=GJfxeG!}<$m&w|!R1B?VaYD`mLLn=;Nz6q z;jaTO?oBMw(u~JI#34(+ZlxBjWobd#);uP?hQ_FE@sJC5^C4SfU~bcQArote;qq)I2GdS%AC4)MDY~W#U?{3H3Ex3W^)@ z_C|d~Y`{$kclN{?L|r(5jkd&Gu%pxq@Q(wu%TU0Fx7^x8>I)f1xr3aG?VXh>G%}20 z8C*CrrRB>eAic8(4^XGq!1bHl;32D*Q2^?Fl39V9?=rJ`bv@n-7{ZPwX*~&>Phl`_ z3}X$$Ujd5vY{BJ)*~go<_$A(A-?@~UnKLluENPW(v6jZj6sK_D6_VDc8^3S6hiLlIhT9{x+TH{A>fr1 zZZKRK$~9+`EEIc+O;2#{#P*n2C1Wv#%rkI!mgZUgMY*fcYCU!8mQDoTZDKBFmxB1m zE)(b?U3l2y4@Bj{3R_O5QMM+GPa~vB5;&?lwpM0GQ+nJRSm-#qCvcO9O2`V z9k%!}8pW1;J^}Cy$ElPmL3@=EH8Tvwy9nF2qEmn&)fglD`-?Q3kUj_=D(0oie&XI( zM0Z$}RGz3`+G6cy5G`I4Al!0=dp9qfy}Ow<9@#@ldLk`|JaWRJy%1*K?iDdxaXEp( zC3d8()Wq>V0KcdQIJczka#!^Y!o92-mwG0A%nE%=wM!q=XXbo3@c#g;#|*OE7$F}T zPN4;%1`tjrdv3^%tn7n{c#dBf7R|B8fPoe(z(*{xg#8fC9P~_+SJbGkA!9j=S#e_+ zuVfj!lr+;aXwk&D+rmolU6oR!<8O-A06Z?W6}duIskXr%s#@iMVp*y0F1}^!vG77% zUk=EM-yjjM_rmSRLlZNc97}m>iGgb`&$eZ6lxr?M&aA_{o}t?ha-9}?mM90& zF=a4gEF%y{EXz&}z<6J_RGRb=sucApjoa{Fqb@6$!^!d6#e`ww@jMnE1<~=BuVEag zUCO9Tm=zqt1XM@GE(A!nxmQxA5C)6^ka1Hjq^*m&lkN&57vc~u7=@-5wA9~~iUj9l zLE(Hk!R7Q~G@0mui+nO69AuQw2P2v3FlKEu6Wz=o2ZwMW6~6;(@jAm+h~1Kp+?-5O zTgpo-gv`6{AT8!l`-*G&fho7Bw;&$lLeyEI09qg%XYGvOqwB?b;u0Q_5n8MAsJDX* zB?f#I(gD<4iAFxi#^qxC9)B8i!UhneEM{FWY^Z3ak%ZyCuMETrnz(>fSJp_dDn5v; z3SERvqbG1&EQ;h&irBNN;v=~H^BN$l$$%}Y@P#9pZT=vRTp_*LvUZ-lG4jfkClVKw z5{-BS3YkGsuBW%fEJ>1SKBCbqXqAy5i;0wGA&UVkn#~~m%UKM?xxwLh23)TMTloI~ zVx4CDNNief{6jm725!Z)YALP=i|_7G-eR^GAgbVDFWU`kOW}o5!_;0(1;Hq@nPa2H zIH8r$Vm!*sPb?P0nR#9K--E#jN=`x;C0DNmejy^@<`03&TNYeGbsFtx6-q~u*`3Z~ zM)M6wPpMid>Rk&H5D`?JvWrmz0o)$Y(7xd3V1>Nvq*cgzlu~2I{pedsBP>)OJ)B6WEx4$ zDpk33QMj(AINJ%GTtdSs5PsvSj6?1opiXKH!S^i~VZNFn$@IsjdYFl_TpE|0cqdx^ z0q}UY5+&uD887ReB_pk{YF%6(Ey{a(a@dB zQTvFXUn$rIrOC;}y7Mf#a^bQ#W#1&xQw1JQCfG%yZVQ2k5HU3w+^itS7+o;gu2^@+AhOk|wLJwP}M>4Rvg zmusmJq$xRqDw&iSW(a>UIsyGfTh)JYl^HpkZE2de8KalY%a`D$qi927yaeJoVH%EQ ztiXGKUXjse&Ak8Y?Wg0RwYh*X>Rr)Wu*{B@FfG2XcjLQg0TKce5L_VLW@!CjdPloC`b7Zfi)RiOVs#JpnO8# z5EC-yGJFA6`j*`R)D>pXDk=O+ZCHKn7pg=SWI=m!;%l>f!Fw?C+}<#ADYo8RP17ec zG0W6xXi(V18X7YP8u&lLW(5W6?{nVeS3jN(LB{YtXsd;TN9 zTSi$^aZ!r6v1QFSEr2sQA>Mq7J@^Tw%7!;Spo%iFYE{c{BFZH-T`|JSnqU3QJlEMV z0EV?>Tf3j>-9Xxz>KI#nFz#qKGHl05La?}&=a?bo`89znFybsr_#YF;6xr}_d075! zQ0G(c#IH_i^B_<^)iVDqtCZkjkM) zBTPukoY_8~#7z;7;MqxTup-6s%<)U^5s11=9|qx>ksLk<;7+amczY$AX^!Tl%np^P z(4?&gL7A1UjLfn_s;!B&s{a6UcckVBcv$@GvAE(bz7hnhd^&iK0pMc^ydDlBYy5XN z<5a})33*1tk_b7K*X^%tbXF%1gP-8q`x1k7P$E7dV&wlH;2(xZcmeVMV9q zi|8LrL_z{3sg>3uH}W)cg6K|wY?cm2>S18B zb<{k%McLjRO)r<@UTQM1<=ZS~bu@WQ%48+b_=l8=qN?IiwJzYg zI*D#RF(z#ghA#sb%~6Kt=RN{lHy?@PAtJ=@=W{H<9QeAOOz-XxV*db{MPmd5DKMG_ zV*dck9m8yHS$S6}Mzt>oBsVS;FkKSptOA1C-_VZG_ zElrdD$yhL}Ei7_`as|hvOM+bymJGpB@chHz!0=pILX=R%TXXyu@cz`&+L~}fJfINN zLtMiLc5W)83W@$cN%~D?4+DviX*!IejAl#|iIjY*Y4{M8;r>^|K>P*{BGkt>_#|E- zmKE3&Czn&z4r9b_4!jrqoIh`<e4Wl$QOCw2%+6Cb92vRI!wcaxAaNEW zCGIf9`-HlW#^uYG{H(#5LeDGUHQ^-0P>RKPGkwAs)?$C8b|zt_X*}*`96!l$E^M0~ z2p%iOOfwWa4aY4n{t}>;?i#|#;3gs4#l?RW`Icup0F8`zu|y=qzYd&s{{S?^%u=y0 z7~Ie!@2HqR5!spB;53!QH#6dpZH}Pj$qblkadPqE{{W&@!K22d{{SucPmL^MOk&(| z3AkkqLL^UjDU`~If0$>abOj8>P;A*a8`spKr3SP!gm^xNE`ig`O9|{3~Dtwgs}X z*>s^Fi-~Q2o?|z-G%jXWno7!X9v>boi-|(XVJ_vBeoV@qqe9elDa@-sg#K%a6LvuO z7G){VmikaK5#38UxqZP-N&v#*QxCXm8vvXivZ6A+=6PP7%e>Mw%dIY$tN?A)vjZJL z9UTd3TzS72{1&h%i^YuAFxgBIi;L!{+=H3JDa0l2B5aW@T#c~A<1s8&u`i&oi{#5Pw3J}sgTbOLxYWU|IEs|j+7T}k7gh(O~0wyKQe^f;)b-^4yAg2jWs4BCv2VXdc`OJ~|tqw(r;Hq5Bh^eI&2 ze;+DL+b-0_mo8t7v3@n-&PX~58G};b{5X{Y)UiEvF6yQlhgBQq<&7KVUSJK{ zVWK_+Wg1NclmgAOse^MO)vO=RHf@_*FmI`M5AYxM{bD zY<^~I>zIhWvt1{3sYp9Tx0-`aHyya7wj8Nc^7xc44> zlFutNUvU0J01if3USO)M9kB#XasL1mcq2B6<&`QBgX1D%JQ$Ze!}D%u2ipMAz{?#Z z*tG`HlejnA?j}dn0`@T~*=N4)Ew}oKGj3zNwF?onFw2_c<||th4Vvm}FvVq!Eo+emQmCuEb1Yx{-cSSLzCh@E}UX2wTY>!l>}@^mwTD+c4mw6 z{{X>0A{y{~?-NLwMJ%{)(3RR?nKN{=q8qWqZT_W)A%-jRxq{n^$g42(BW$#o=@(+< z(wG+dj>g#221aP?mv@qFa`X5|p(<1gmr~JX9QaZGYnLu6G=0jhVFeJO3l#;UU+Qie zoRgoqx5Q&Df|Pwmm2a8r;^AHcm@)7_;1Ps1;D^HH_*}vzKI4ex+y(4}8M92o4LnTX z!iKw>Tejkro9l>|X4$qSqrz7lMnY8e10ft`<|=15%%X;FbM^dz;fpRRg+K8$ef&TT z++gCJkS@11@&><)X_4?h;IN0m_-0%fEROBeIXJ}MHnPCwJ2fcLrT|l-Fw=0&Ihizb z9c+F6rmGyc25e2vO(jpXx|evE7aacp06_>ISefwgf5p-F6EN@&cN(o?=Q5`M0K-(M z312NBI*zJ1@_)i1^B_h~7N_PWy3Th*dK!xt)Ks(iiX3hx#5vBTa5TlHT#!?45;CXe zc4jK7b|P`RQ$3oWvJFciOwPPU&x)l&2t1JRMg(8+LuZFF>xpr;+(T~sxASS>@H`Uf zn~vb8{wWA}J|h$=G1SJl1D7o6#I1VFa8K_p)2Wh*mCr__sk zd<%t3e&D8vw&ETN@DLzC@_FVF*Yf~iroVx{W)aR1-U?xlxGaXFxyQ*~E0|&#@XMP; zfAP-;ht0yUmMxZW#9bEHH+KK)A6Mq%dC^AZy63-bjqWm2-4&MVAP>00$ zasL1UFh}wHE3`K;(UF#N2#B#2#iST!@Z5YeX@lgB7(Pjif8-1z`M9x{E--68Dy_^| zoWQxLXC5l^;E2y|AvuhCmYy~UQNAUX$hd|T@F4^ES$Fd*lRv}#2x>eGvnF74AVl3W zD-qA83SR@jkAjA2a;BnLa-ri72mV0^&G~$@iIi@WXl`#T2)i=pX?;!o%|$r#SSgK> z{-v~ui};X-@VbXD^R>tDW%bQ(Qq7fd&gLs0aamLVAmoCP<;TM`%wGu{J_j(@$bZEp z`F;$1Xt~FyfSgRhd<*-YlCM)yPUqK-(R^GxmtH^r+5ij#0003I0ucZJ5X{N!RTqo# zLWBV^0@zbj+9Uq_qt~`*SNu13$OiObT5s)s8ja^?Kqi|$lMQZps*1+mA*q(Aqlq>Y zGC`~=*~|IPQ8e6}f@Zx&;)Uu{yaBVf)RKE9YE^Xx!dCUhaUQ zU2(Xh05KXM1AP@rD1*G77h)JKrk3FTHA#-U}*7X9K#5(j?Nc0nNKW##9tAZ!94B;qnTkb6Y2B z6)c5Nn)jt)I^Lz+i$+~hp>6k(v67VYWW^^I4t+cJvsUA2vHtXVfVPG4WOcOzFBGui z*Bv3=CO_sr(|%#9`wKk=VD}2~?S+ALqvmZ-(-OI7Y0&``R4Nl=w&`MUC>n5S%(%?7 zA0pHOA+~heu8Xak2X9hqEh z-2zfK+_6?vMZ1iideBwP_1sn5Wf`ms&g+(!sTb?HS#@y={{VP|jsXeT#Td%@e?lMH zFH8izQZ~E@NWwWL2tjaWBKBm0M3(&RI@O3`D!3+^swus@0r+Z3Zc&rSl34x+Dot9@l-yl9b> zjb9cJ^Sa)HC@G4Z&A)p9zpfbVCKRsH+5e7YR3dDYfyYwvIU!H((x&fIn96b6K|+;-RY=W|bJnRg<} zH0BaJS`!`8MW}=ba^9s2X8q|bp|{sAf-Ep7f}fk>E(ZhqR2CU2Q?#Y2pcdot;}C)# za{TPi(Yh)UfRLwNW^@<#hCncYo)GKQyzV(b-fNjIy1n${sb>xNx9L=6iF<6gKZ+*h zkOCAjTNkC!IVA%Lcz;9*r)bpYuH&+ac)3@I%7&wzIK$gg61tC=RJ0z6#;5EQqQMLm z9}V}N2zIom`{~X+9D2CpJ_dv?zp}#BQPFCQjT}GeZw_IN`y(VophJZa;!B>g6(kQC zodwlB*#ek(aW8WR7rJ>*sVDh}Klng9c&})gel$qeO1)jw!g-Y1JJoCU{qXy}5m-dz)Eiwft z#B2TsIim32p%q$*$4}U1;E;tei1l7#WN=N0KDu`vs{5Dro0__;r9cP(IkZNtOL3n6 z0FNH2G{9cE!}S1yqPM>5kahC$N@cs@r*Ys)Js8r_b9I)j_ymTbp*S-Rs~QKSPo*=% z{{RK$k(j`OB;{*q))}4r06l_G_eKiCwO!Dd9et+ey6D9)kzlw9X#W7UTjzfurANWg zNbXUA&zN8$RV)BM^N5=bH%ngE>gE-F7$ma600=S-nt005B{52r5=wd`MtSazUB{g~ zBh`Qa0J%Doa*5-@2D7Pu!%1*{)E9nLW4?4hW2k0obx002Wm zz__T?mQZ#FU3ihr9yHo{gV>;yLKDtIZY$?kq;qgFe-!)ouo>9tC~^P*LU0||#Iv5U zq#8hw0$$hOeWeCbN5= zHFp^EAI9+GG*ZAg)6M_@1On;%bcT||0B+SLKmY&%2m%j4<-$dI`{N7>@is>X7t^PC zt-0ch7~{(b00jzSC+@?K;d$=bz)T1*1RwwbRU}??F|r^6Jhx zI#|iZvhgxP>0^h3F(~AJb%B1!>eg#%G@9IE?)QM4EfLK9Zu9Aj@_*O(wcqgjkpBP> zC;tG=->-kbdBBkzvU2W;n~fhvW!ZuHvOSK>8xL>V7fI-bvp>=wDaWv2vw6e&w-MgQ zryoFAHxhK{lw)>>b_Pj^>HCpj7DLn;ec5a}hX-)6gC4)R40?qfvQPP1g};Hf;=17W zV&`0X$=(6J>}hF}Hq^aCE$?>Vb{*KqtpGj{S^}QiG69ku7QKqMS>&TJ*V|gJvh9{B zfQRerV`IoP2ypoH+aI@<1a$0?*~`^q{l*iWq;=AKUPq6s>e+Mk$|Kq!TWe_H5sRF$ z)z-maVPJPJYa!>_%6BcrP5}kRXpfEuq#a#Z0@hr}FhzP@9@?yD)80IpRsR4NiJP?@ z+AoM+r#6QfwtT+19QQH1ct_j|1_uIIBe0ay_Ad{V8cCawpxLE zylbPSxNYgZLl2~jRpxr>JL^SJx$lcW>`JOWLtRZaPS;9@J5Vpdqy5d z4(&@^e(pCd{d3*X?pcO-VRVz&`;pMkb?w{0=_WcjOtH<#&u38s(YNbjbh{u>@%NGw z-eYWsji3E>BlQh~;Bkmdv|b(n$Y(P+#a)TxuHnW=Yb)e2*a6fZ zyJ6$kj{F>JcCi3qBPUp}EG&~)1W_6W3`&nSmSD(7>FIR zAG8~{WOzK_fIz?8$NE4aD*pgv)l&PtSv5RyusmUwo&2}pWzjEyY!aE5L&S?2ZVcsc0b1?1L@N!KYiL4{w|Wvab&vuJ2Ds0OEDm_ z&RXXJ{BD!_{s1iWpMwum+_CmZb!)YuoCPkT$Z#I*g7eN<(|%2Hu}8 z5O`&&cazh2H#l+pL3l{(gk=%?!ykb8ybD6S{{XkttiG&=f7ez5)L&B%e0sBCeZxNa z0(#zAPB%8&cj7UU5e>XQfV)Egoh|*x81cg7<>whNJ+LSL0IMZGqjQ~?aUFVNQ3p&thqXq0`4r!qlNZcST49^(<~wrB%I}t+dPZ?@$WdC`@Fxsks}0I zZ%D=`^omOmL_2Q%ZotP=PTMSOz!=Nw?C&X>osX$4H|k@5yCnU8_GYj1CG5TMf8BI; zSa-w~U0vj7!7}Bj892@s@#(~)I{0D>L^jiW0C?n5}q_Dm1l0bVh$q&}%JPVTH{zovJ_ip#Us zaNYypyPdZf996Ypw!@z?@-&a$P6r7Xj=28-!b$rD{{V1j^mrZQll>q~m^TxsbAs+8 zsbsh_Ho*#JGORj#mIvNMKe9w|FQ&-CTkH7_JZ}f#ZJch~lUIcY83%j=acSxH{{T4m z{{T(X7LL3(Ygj<&#($>zl0L}Z;5d8?_d8jUpnD^$Tt^sVKUVxbM+d-i%+Bq923oTv z_$FF%eu>0}*flyg?#;nwoWzQ62X_d$&r7kk07&;tGg_m;pMd@x2$3wLMP3Hdf|Bve!cx_xn;he{7 zY(IoO%fX9#ZMyJ{rKbUsxTVs zF=YHt&)w&Q_y-GzsbuSsyOzIzd%n2YeqnpFz8B%=C6aPAgRXJ5GQ{g1#GUN>@J{X6 zyF!M1Nq&ED@xKqQL%jHB3?GQkKKR*BCojG-_404{OIal6-V5IIlhnJx_zT_QZ+wp@ zygqO~d;9_Uo}-1FIhe3se8aL3^)95Z$oGRxi1Xxfe+N;s$M<@i{Y3C*!+AzCwhb)U z94z^dc;2qn{!dq2H`VWiZ>eKQ<>WRbJ8wQ6S!zW1p2YbEll-mVo{z!55x%F{V-^-2f;J8AT4vk6bphhWZP9P-e_6dr+;65m z@FzBdOZ!^=*ppWB&FXZ)Yz`}7hr7CB;ha0%<%IQL-Rycw*RtQX~?U37%7l%BA;?Wm5dI6w#VV6ytpZl1SC zwnA(Z;!{r~ZtRP0zyP~IM8ESMLg9;U>()Z&)5{f<+CNL7I)FjpfXAN_>D;{Jd!N)y zInPYs`bXj`QzhQwwAp9XnXJ&*ftVZIb#{$5+7DqN6{aBUY1hbZkV+gru7hDXgqsdT z1)bH?Ey-1#7@ZQ(U+VcB0uW8VblS7Szz)z@9V8nsc1-F$Ne-O35}M+ zgcG{p)-d7D_7C`+EINR8M8&jkA!i`uP{Mx8zXTs-L7V`+i3~32PxN1KneDVA*km{- zsBMmmatF7PJK;F?7mlye3nSaJXC;Q@4!w;h_c%IF!8*FfeolI{bzwQ*0NE1O)?4a8 z_qK>Dyei}hdC0?pT|wF4cGAoZh>H(m-u~y)`i?Z87G;DQh3Qz6#=-qa2?w}3;PNuN z)wf)BU8~NP8?n2*eal86vdP{6F_$NX^D5t}>UVj@ZHogrP`h^6kXLTCWPaqHi0!SQ zNbLex8pNUh02xFm7E5|ISinFeCAb0HPei@$b8IXdE{>t@>g}wP8hL6;PR@~yTF%V0 z+qDe4z>TA8JF-Mf=Ci?o_s2|HUjq_DA;vHkgfWjfz)1~th&T5(FQu@vmJo!;BE<*; zrS%V4Yov8$q=e%2fP6B`An}%+wtN>QV|Q-S&998GPBz1+-mU9y+Z>?6u-V<)u)BrT z)zQ`bk9-UvPZ%A|C)w z>}-&qY;>`B4a=}wI`XlLCKhk$d%J(?c-!YE60gTB4{%ltvB7LjkRKE9_?ta*vg8(e z;5dBa?tPDWT~LU9_ra>37I7rjN3)rINxMS z2669)kG>Ci^(BG&Km?1f{n;&-cGLN2TfRagj^M)fG~>;dLl2Hl!!a#{ejc+u;m6k> zcC+JnW0fEqwEm**zRTX7c3od^M=cKn)2l2c2~y0ZjGagz_-`z*L$0_!8!ix;$qt(> z@q*7?7Vt*Mo6PWof++SM93aI0k=3`RNyGa%mW=%{i~C?L5CPPyg#^+VFbgI2}jTnscXiM^@VB)^cot$^9WV z*pg184>=4z?Cv~+GF9c%MA5lsK?hk3yUrsUh-4nchYJ3-{{V>yonE3!*pGua%`ESM zct1Qnwrs|9z$3Q@m9#V9oMX|!6CvwmoBEOh3EaIo9Y(Do#vaV)D(c@>VFVZx!|+Q` zJY<>j@iwuk*iRyn5G%oJ4 z^Wbs62Z7)c))q|TUx(ep87ERm4R4}p)d>JggS|mn1`!<~+;A3?!N?Eb&OGNO)8)Lc z4B~ONag(zpoSWRtkssOEYuj+b1r&o@A4G55gB+F&nZ~n@P=)zpYcqiPKKKq7C%6I| z-GiL=>SjkL*q8>gnM$F=0qlJiS)8^4-bHTkT20PGno1F$yF-KfcXecPOptTDWa|SR zj-U-MCD(Y*gTTvQ)Y`5vkzvC>5yEdPF2@CBjg9p^!Lo46EQ8_OWs`Xw-Z*CCY4|Tt z2Fa`+2xB;0WuJlM_(y!HmVDH5 zd^cWJ*m-?RufWbS+45!e#_~3Di+AC&uxG*ejgkHNF8A=;V3Ik>BcD7x)O=FjrH8xC zpB!8H@<<_V-h990^iM^cYau0@Z-exa6rzyd^@}D#OE&Yz=*Nu%q0C#@A2P2f* zIra|WhsP(&?%l9QpC7N6f17T({$3K>eXMytN#Nr-T$c1tR_)#nzcVz{YiaV*}QwfXT*3f83llT9GNVbTjls< z$M{Zn?#p;DcrSU`W#{yUACn>sJ`KEWzvX4WT%QCQYUqDLE0 zjl#7Hyc8hy)(gfALal<`iH7t?^QB5}8smmoO$HZ;(2Q;@C!eDGmBPk&|F7fb$D$Vdj|jn2}PO$o~LDr&jq)X~e`xb1_@|TznU84cd!v z8F92dQRtWZX-h(#?UD-Z7DPL!x2# z31cnpIklfmhK9yl`UpikY{q&*_si7|#(`)@Y62D)D`h1N3bm9sM*F=*#aP_sqNZNA zCgfnCWfK@ra!sN680{YP9?8r|b6yb@#IS6x?J`Q##wd(V{Wt*N&@sB!1rIr1;T&sz z0%4W3e5}R(YJ)0L^ht+#94{$-$eFgtv=k`duCT;E;(BB8=*>lWX-+4J0m0&7qn;xy zJxje6MmuoZJ2k82v=!U@KdUkn2{-QdBHlEkLu zSRY-^c3Fi0Pw9AtC;_zX%Sup_65w71cY-G*&q+CqLrf_6JH}Y^#5ZOZHsDZdEa^zD z33Iszs*JLV1-&DSiu(v$iC1uTLH7s`4NOsnS+Rlc#ua60zcTClXZ*DYW1b0^91#tF z=>!4XgeXu9VZGr8{v;5>vhDU@zq-%w0w1u9%;7Tb8ex^ z_YiOoqZParD(u9UiEAyd5bPN$Dxrb_!c-H$j}$Gfy1c^W_l_RO*vII*(;t0m_CwGP z3gKczYv4_ijApXNV0y69J~()1#$}5Ul@+JrZ;4Lx?ou1edzI#G%(yt-TikD!moq+L zEz(9Uh;+e5&|TU@$y9MY2t06PULlRjE%}#tBKNeY4t^t6T6hucj#GNZpmFLY$^nVX z0amidZMO|Jiv7j`AUR}%46CoLq}oOTfh)pTz&&L`Q5&z8EvTymK znW^q=4t%LOP>)v3+QbG(c8+bU#2;oN%SDBcOZDk;hzt>oQJUl>Bu?56^UskC!wJ<7 zb(cJTIE?2$#_oKY6&2}F4?&!gWN8=R;#e)S&bOTHYw6bp8{kN? zOuX5*sp(;)#~$YK3<3UXB$*=pS>4rLo!~aJ}ZpmKdv2RY{WYo^;+(Um=K@M6Gx3CC1Jr!-<6`k8$EJLm?0>H{u_I^Xt?Vd|#MNh^F$6kj`%6H=$V%GVItDiu;FE z!FN@LTmmqr@y|B!%r?fcJ42oM{Xkzt5L{0bRzC}|9U;43_npU_oNJAOtO%)dl9?2ketrwK9R)!kJY zy7|hk%tS~952}PWAtW2a0#r0rB!DTNBGCo4r*~TZLQj1iIJV+mpgc2ca502dL4$MrSC6C zcQ(S9X^y*;0hpD7R;MV8ctu3<{7#U}5asZE3bS@aX7W#PQp#HG7W)P$G4pTf4*iYp z9SU9expj3Jtzg+N->5tm+5Er-*a7kBzGDtXal8%TGQGc75W3@hB1?=~-Vuar7S(Kl zNZ=l5fw-91F`#y<-tl+Kr@Gp0Fk0;RDtRS<03D;-!zgF>sw@euG2X|CWeJO>hb6;| zWHE6};X zpX!93j0a)igFrAr24akMMhJ{?y}is+`NTI2n+xMh`-5(vun3l4sh4Q9*^Xss5&*g5 zA%e!rTb1to#VRZVxPk;uI}jasUW1yLT!PN(@x-=DI+HmmP5xcfz(QgP3osLUJR!)%~5zc@!a$67o?8x+VUl?4-q36DX%LSpWD z9_Gk&R^wvCAILJd(?GKH3xS!6gwBHyVSrZCXG-*9eM6Z=<9W3cO}u~VAH=NtTu47H zs!OQW%H%>%55Si5fLj3?6>3~*zdS>jejIZsf)(o+MHjm_T3>iU zfL%u<+_mau-kb9Q@Lk!`P1Q!xJG5~3*Yx<7FjEDAQ?7PXPkAD&L`I^Cj*Pmu zGqo&=!A`>n9&C)|7(6E7p}Gu=Ny$J*n8|W6$VU#XQ&%~6oP9#yujDzDGP@KoOK-z) zqJunX4dJ|Wk4&h6u%-Mkl7`EMFL9GBkVY$>cmo1TVY206FuwjJvx!q;T^7TQnF?B$ zE@Wc&0)8ZR+CWM&FtpxncSbj}9~&d%ZH;)1dqCQ|&&w~}&-+lFo^S8rM(heRutmeZ z-9R1&$@#2+Osxk25pV_XFD;d+yofVfM#vmr5}1MKX1FHx4LuwZqBgyw7j`Z=Ae%Wi zeG|w9#oGjaQ2~gnSBoha+pGlj&|w@A6EdmB-rRj)>0h&(M|bmhNQ8Tj408Z{4f7Uo zS|0A>2NZBV;TxCuf2L;nJw&-R4rMdeGR5x@??}E-oktKwh`0zF@Ga3Myt@&bWS6B> z>B5TVW8QO@apSlx)^Y8`rSf8+ko9tV3g+cKJ#`{(+_tQ%3rpM%=5|2*PZQ!dpPY;g zX|4870SsP5uF2vO>ePlzEs4A#iV>HBe3fD^osopFKW2kwNal8eb}9^h;3|Yl#z41( zX5TdTHzph9FFAXS;ruC&b?vgVx%Y~UoeI57$yxwkbjn6C*9PC{NBXl6khNZY+&5n<|c1ZrDA5e?ML(31^_b*YX z<45H}RpUb+UF8tH_4t6OE0_$cs3yQ6(C=#C^x$c!eA6{5SdeV zl-sD|m78eFiB5WU$`!3&9nKqy{{Sq(qez+c(=H1%KoJ4s(Tv!m=8Zo+9_LU_i6K`l z0%clX2|!slLlF~#uphnfD2)|YgD`_Z!Lw_G2y6UXi|UT|OBH5pVgv7WhsE!X`GAz_ zoEH#C(9B;8h-)~*IGDphP{_qZ*u*ckR57_r^n!eV#mn`L1dx%azX2$i+ByxUfPi!~ zb7D=91+M}rWJcK0sGdUQ$Q~Y5sB;&J2inYLmyD}!TkJms`v!{#%kwM|Hui(~(>9QI zMjZKJw62>C$FWdIkS#%W80_F7R}s7bqXw5e;A7kXvH;+78M_g9d6|F@gLn3ZFzwfB zd@hF%Jk+?Gki~i>r2rq7F=j6Yj4E$Gzu7xbdlBv(zarx8l{(G9Nr7@mjSW*7E@bi! zQE7kmC~4&9Al5j~tTY>NUY!u@tFXtORSgA_Z%o*=6m){Ya?_ zM`9Zgw`S7!)W+7RqJOz2MvM^vCV}gF4cDN66}a5T?h$+G43dT_4F*GhLIS`Wt8hyw z;Ls3d)Nj2bSh6-rRf2p48043e_bj%ILd%T?txVv9d8>I>hzXcMQP7D3Qixa)%5i~o06_@93UG)Bgg#e< zFqaYxA%MV zF{Adu`95kA!C!A7{{XfpGVt%_VsmgSFU0=DR@r;jA$bgXFzHMKp$)pq#6i7oJJ-Y zu7no??>vGUq?_`BJG2GB!R=wHJKro-y;hjlHy9$6?KhNUv{@);@c>6Gh3!;vWe3kG z3kT+*5|1oVd~YiBE5|*6FsO#mXcT5D*mAby30vMaawiIRKSZH9QC%E3sOMSF1sk(Xo!ZdpqDK$xfjL^ zOZ`XRJZ{EZ=3=b>0EPMbi4KXF6=UD*fV0fCI|{}B0BVU+Nsb8G{7%Id0#N%EM9>)d zC#Oh6G_^TLG! zAz2}bYzi1rW<~%V!p`%GWrwmK+ zfcG7e-9*qL6c3@OxW5=%eY7MDkY%i8~kV*0En$Ql(Q1guLT}iLuSD%$2$>xwl2EpN4@5(rO@>@A2;o)CfQDRwxl!7z z#mMHXoxMw*3E(tE=r`31OJsZwrMxx1=^*b^7}C6}xqFJH5*bf&F0qSkd6iA1+#OWe z8Nvy3cNPXHC6Wj_S3 zd7R~?6~p)liOrkLy-?kN>_teeP#0)u00zhP22k3^ZSwf8K8M}IukIC?Fy0iS)iVo- z-3`-*fI<@yr(|A&F_riTly+RI*q5K6N+}R-;4u}_`Ori@A}?f7Ru7O)SVvYnspHIG zsBe~+l{6h_yBGzOZ8AyjEmGJ9(tTh;#!o!ZKhC-7V$<$ZLAQ`6{(lcAP&IdI!Ri${ z*STEVI7}JKhUi1T!{ML7CVL=D@*(JfEn^}J+rDOHKtOxIK_pVNV(Yvow=rC=+Y#wc z@@)cNcG}mf8{sja_7qLy17m(;>^x5|F=?>@G|1Q5=jYG_H8KNJ@XX-e#pYc+kuPI~ z(Y2d!rd0+8;1y9t>ZU5wor9KNjK4z%jx+B<$3nv7wIJT#$C-IuZzX-kBC?=wN9I6S zgP3>nL*bj3xFw)Wg)fXt8$NuY{{VI-7`+|UcZBF}tEdrQcaTckI=gEP2PD5bEyl%+ z#=D);Zu}Yd_cyVPo@vmm!A}1GN?eaKR9%PgN8Sp(Es55oEf%Xm{6+B?^0Br? z*+PyZQxn>`L+qFdT;b!%246cC-$hA&G63R%oAP>X!wa(o6ev?2tWWT1`nD>CNC z_0s_yze*jWJOL6ydW7n1fODN88rt8u_8hB~rN<7bf7;&Vp5-7^wDSUq#`XQlQORpX zlKqhBn9gN@^BooCG|fK5f!-vHl2FILk%P0iqR7S`IZk#bibl9N2_v~@Xr>Pa?HG`*XZ z!)G#v6Ix0fDpusjK+nlAx3pyuRwD3HBF4{RKMVF&(a(Se$zPaK2n~tF`uyOPOs+{< z=w2_PTv(BqJhNqj^ORM+N&xI%!5oZ94*TU@3d_qLn5*hm!za+osHq_3uEW@n8?c0a z(|67~3kC=mG6upOpeet8Vd!QedRhSV`W=@f{BBL@( zY`MsQ72Ti0G5ja_g6}0bm}`Lwz`2LsKnda!`i3XwZ+;U%06tnv8fS1NSExvj(H=rx ztBBKNg@BM%g~G;No5J%5fXV!t1h`h^Fhbu`XkA=g=>i)`BG=^xj4NoM%b(eJ_Mx}X z9N*jt-_M*|q4p65Sv$}(fD!V1SB4t5qFk=99tXBZfKC?$Fh^vfVKoANY97EBYbYTD zddt(vF0dF>DTA9s%tMqcs+eXeRj-H(K{R;*&jUY)tH!B=5w$nnh zx%7;Dm4^MHeV;t0KpGQ2SUZ4Qp@nXX78rhLIU~;IeY{Mly3FJK%-I?BITd;Uf#w3G zu?gCJk+iA9Dr7K2wJ>vPmoWxWj`U)rSiq@(5ZFFkc#fYP1f?t&*FeF<`FefmsjVn`L+RhzEv6+$%wO(MZa zPyJ(1QeZC@h#W&vT;NWlk`(Z1AV&U3#UU{^TJUTTGJkyqiNl)+Cbq_;`%N+gD*JiY zQM_DX8IiG}Zw2PGDl{tfToYWA0b?UtyG{^P3}Q@Y5oe1!HVQ1|f_yUa+PfYE(LV@mM!yzq4jrdzt(f1=3+7 zCH7RqzES3-xb7jxP{-agaqhGQy_m@cz}A4qN-VV=(7Q>+nUMkZd=%J?^i7sz;n_bD zQHcPr3+7qdFIy$cG6Y&=jKOVD=kP{fLDFSgSS_p2uggnEsv`7uBBUL%eP!255?tpl zX61*>0DJ@28^0^4R1duRpAtLLchq=yC8P(SoUnR;X8fO|89*qs&W+~Tj1DVbDmD~c z!HpLOLzt)0i;R03mt$-*`A=g3Vtx)lz&e6Nu&9jPJm?buADAL1O58EQXwncD-=8w< zaUUi~r_8nXOAr$CSR(v@DptUrfqA!4vfL85 z;!R*UwgHLkUjidn4MD+I2rRSg1$(yVJHm zm!XIWt=sgtcz zu<~$S_Z+m&Z!8lAfMRJJpv&0MKo_#6mJGin!gB3JN_>$ zZh}jTN}u=)1Umsi?Hl;xd`k6-lm(fz0v- z)B|=wm0}4jlNB<;%}3>uEDjK;f(o7+uFXqPSI$moLKjnh;eWse+5|G}ifq_(u5Fz2 zd(&|ax`aHs4#bOe9nxMCH_T?5us%F3V84S-ep^Bjw|rlM6SUz{UJLRmDjS@r(KxwS zO4;khMQ&P>@7%kNVFDY&rVF0U;%tz%H%+)E719K8fGGC#BOb(BW2gw-Jhan|0zb(f2Kh zs79}Wpo{3ZzkC41J+@gyz3EY~17C8brX!?0%;|`((u?{d1H?O(jk+xfzy!*?f-%eqP#Lpgc!MS>GB0tL?;bZ6 z@_@ULuBDfMA#$UOl}7aCoaX-k69EOQHh5}0-u^fzyFWR;uH-`uwju5X=~b}3LuQ2+ z;tHLfiTKvOrAyE23Bt)(+@+AX5dNdH!Ko(PhyK5CUOPC9O_Ki6D;$%ZIEj6>hBBMM zJGpK9lsB2_VJoi?PnkbaXr_Yc*BT%<-{;cGO%Z#g;tMY^OGSc#={gZd3FmC%`aLE!^NEfoC2!)31owCEg?lY*an&*M56E$CXrZ3wr4lm|=5^Pt`ni7v*& zfKt{AiMa#d8)b0QE`@whscjpKA4)kk*6*O&4K}2rY}yEJ)h#+%4YvMk9w!-J$&Kun6$?JJXWJ9$PwHdTAyqLGH|{I%AJ!sNVZH+~95d0G%8yu{ ztOE{l`r|?|VD&5AgGaXONRd<8QjVzsWTaC2cxluv;e7eb0n>=biO5tEh7oBTZXbq! zC?Di;ysE2NYX$F$M{=(qEL!rkI9;+JPe&SVYX? zP9|k&%yL1=m=g0e>L!|?ply_^wLsLs(P$Bm7SN4|&nlNQd>{~|rdNuI46oMHd@3r@ zVZ;xE`<{J3tNlyDHt5FFr%S?Rxtr7i0|ZN*g!_ux>RkJOiThdSk^H(z#-VQfYDK6f zu{Y`f61-!|QeF(dtp+e+EIg(JVln-iLB9&iLb^dKY#(}YGc6R;VS0^gfsd$ZTXbjE zSU%@UEdnMhyBexafDVEn)24~Bi%b`tK~^J;q3vV+?#bmY7@)(zWLu0-aWpG5fMxJ- zxU?(fH5W<%8eU*{6?M$ofqV-C%Q|F!Cm2Bu^Erb=wgRz~S!Cv1;n1*-5Rz!FayKDl z#_v(=+ACXwq%}wmrR&UM$%m#h5Fi6%zJwW0wcBsFs&E|F)XMR{FwrP2JO(4V5Isae z5_Fw2Wdh{IvxOVMvy^B1N{%uGdTE#4AHx&Dsy0nf#%B-C3}1^7+?d;k_dGVY-iwzL zk|mlT312FfC3=R2BD6t$Or{vriLTsuqWT_ZqX}ni9sW@p7)pSA=jTwR^CGy&e|SN` z>!}toG~N8n91-FnOkvDdm_|b1@Tdp-dmMBsgANqE8PrSoWiScgK|Fw{X9M?q5p~Eh zq6bT+G2jh@wX%Mvr{+q{D)%Rs5bgL3Wxxp_>INb;rgf6FOnK|&2<^swg%@qNI z$O8Bh!WrgR0ch6S$K!DhKvDn>+G2p^CgW1J=^&A@`-sF6S=WXOvB)EDRrL}703rd7 z)`PAio&Zn^mU|co;00arqhDG?eK8`dJ0tW_x-8%S0A(@V)X`$I5L9<7@0gU!mlZcK zM>#4d7I`qaVJh!0vMa?`!1|aFOF)ny@cBS6kd{lAG_}*}0>b<21)n+)_OYJH)=6a9 zIjK4b{{SdIuLQM|P!XHL{AdUwrXQJuQ)fe@B^833L!h5t2zx^d44x;-G+?0os`TDz zqHi5j3{puTFniY`S!t6+;F4B`$BDy00Xhn(UegG$C2#yga2aSM04;LrGlf6#0ehBi z3KJ-20OWHRT7z(CB`UQaXjNeGIv!%QN1-@R47DS%Hx^Bm;Of20Z@~tp+-wWJnU7?% zBPs>yl4$NJf9@Mi;Y0)O!$6c@lSUr-T#kc;tTAlavxhMBM={WiIcnXb(LnbuNb%Ry zDoEWA$sLXsQ-=v;chHRN9m4mLj-#}{T5pMXZL}t?RK<(j?PK_c`Yg?#5U^JK>m1a% z3YF#_AS2i%JF!;xMSv$NSladUYN4MJ^k*Hzm4RGcyivLA!XcgkE4>`SUqs-U8T9@W zVt;Fd@LYGyeZ*JFA$EbJoIWaGwAVlm5haa83PD;dA(Cfpk7){L=h`OzLMU+gBPzjX z)KPIS`~(oakqNUNSW8%H8#9V_O~PWryNAJy?^FsM1Q!!Ggt`h0o519FE=rqL#l!wm zd6BgHIAgXQ@E-&sJuf~Gz`%J=#t&?F!*`|xx7ih(ib=x4 zW!M?-Gcc5QBOM5#zv(%P%Rm{5LzjJ$=q&LXs)lBUJq8PMU#2V=P4#sa1I(d&#O5r* zaHkT3%tCM)vPa-Qvk*@JJ#z_l7A)!PRsozJi9Y<{W$-W^9RC2t6EegX>4#FV9sQ9d zKcoryM1;GjL-7dJHiv{39lIWHn5Lm%(xXQNdhl9bCj%q%eh(G%<=*#r-hA{;49Q19RK0b`DUsFj{_UP1nZ zfd{j{NLsz&Kb;MQcpJG4It&kxo3nEXx4;Dciu7#6qz2$UlN7vk4`!4G+T zLhe}VWZwkxPK^BtnTqpm@o<1E;INa;8&%%I0p*eJ>Evm%J^?3y-|r8A{Z0^kl=k2R z)e7<_!k2Nsy#xn^hzI)!Nm5tFVAxp?_T;qkObnwfHRJ}x8Nvs?$-DIpQD5IR!ln4? zh&CnwLK64}oSh`DoTPthQ#m0|ghauTU$*rqzu~VRQicb|B)eC(4MPJX?#5WQ4I~r3 zc7>@K^JLSumde~b~!{W_ z>qDcZy_s}U8vwlIu#8RgN_ID806q~O42SR&&oJRa_FKU2x*_iiJNc+Dw$a@-FlxeM zm_K~_n?_A<<^`XL)V^mw4Byv8;c%Y#m%n6NJ;*Lhp247T=tHp)AxIIH(RKaeiFErv z;zHGb-l^TLkf3dFc^?E;-bRArDScDiH-%n3K1puzld+$nC@*OeCYVFv3rgujL2tyZ zC1wUb&qK?X5(|SRBnbKG?sAxqj(fNVBo;I+%o>3(d(y{*$5O?(Yc7m?uI*;GD&kLb zNu8@op|Y-?r<+b4W@6z0v^6s2^T0jFz{O`4aIqR6u$NVX+r-B$3}06SSQK&~oQ%8M z4?p=vTVH*cZYX`AngJUY2HMzyM&uO+G>9LwT=R0L z=!`B6z6i~CQ-5PkyG6$K#$ zS%ECEI7CZqCOXpc%?4hU&&c93E6w&2?-u-#QL;??MSYK^WrRq?-VKrWlInM1jtDYQ zi1o*FpK^KkKHvIbZqm^lj6RI19kAI%*oVpe&$*w-KB^EmKEiOrS=DXW5VFlX3Sg%O z*PkpftA@7_&Al+dm262npi6xH`;R_iscreiklmRk(OuQv^iYT7 zblNLPAy=Rsn+Z+PD<8?SJx7qycn-)=Ru(h?=pD-^-jylT#NSKX8}x!IzoZ$Kq7L6k zD{zKO*#b?oXAH_;lKPcghPk}NQTksE^Z*c4T&P0D+QQYH%{ENA^&{&X zN^xGCkgj99BuxhK=!nZ1M4}Zd;%Kb}krJ8^jpO$KmJ?%)!1P0iZYSJXUe`S!R$&l> z)GxAr_P#BOX+DHC@68Ez#E%Pr^G2XSa<~U_F_VEG%pI`=ajy73?`gpNz z_HIGduT(2{Jly`+RIL49h$(h(y(}&zRWRs0#NawJR#3&P1!U1gKelf!j*eR`Qs9Q8 z!to;olK$Z_DL0iS7)4ZXIND-i1GF|`%i({GI3FlM6v+?WOju2vYeUy)1;1gze^kl6 z&R}D00nV#Ip4WnX;e%adVN3#A0FNMx4d#n^Ej}D1faU!Y!?ysiMW0tKjiQC*<(OuX zk)Qb^C8N~L-4Kc+{RIAy2$XD)`x+sIa2z+!66c!qndTrNh`b26>%0a(0DKM3DX5}x z+RH!EDE$bOqq$Xw`pczdh82?VN9!BLQ`R0*`!fE-1*3MLIxzeuGY%v0AlFH-q>Do% zpX>>3o(9H{HY6{tLT8@?vmcg`c|Tfc1qxm8Hjbm=4%`p@7Z$dSWkmz*ET|YpHcBCM z1pfenHi~A!OWUSi>YNMr_t&3Ngzyh!!}Em4iir~N>;$~U$nI{fE{;e9$ra}90zXLH zyZVm=Wni`+=}sx2%e6%3o9|}VsPKspf{<}$I$X@&NQDV)2QU>`4BaEEVCITm$yqz- z%v7Z(V+yW9{tzJo0fY1qIv6J0CGfWhx9A!PN{Z{rrrcGe1=?*bFhs8D6o$;3GRRwB zJfyClQ}Kd^t2kpoRx&})p#@|8{61v^!(t98{L(O{fvHOp@G0ZQ$gO4i+U_@XBs&O0 zP9_f|xPsAp2tpVa1~5%1f8=cu_i>&CAHZm?QYlq7L~4nvh(gP7=mxT2wF*G80J6d+ zf{MG$9p%qV1U(EfxWSxUueY-ikB?R2AYKH!XA<=@pl`6~Webq81(<_^@+lU{sWwpb)0@ddMgj#im?{ijDH^g`3c%?xxJO`( z4=W(j199x>R3$>tmDL@0s|*?R-^>+_+4?gwha@wF5+*_Dsw#6R0tf^^x-%Ct$eS?Q z91R61e<9rMbG1zRiL1&s(9v)c$Zr?m(Jw#bJ0rTFrI~NTv@~r%_Q4JqT^#+&52G8R zQp6A(qX31Y(S*B=c(D;&#hh=@Osy-$M~(_ca_n~=$g8Dn#khXB)%44?_R6F{e2f7& z(tR13QN5ejRRd%QR@#d5EX*4q-2-@;c?fbqOhFPb;XaDs#N$K;!ki~*NS470pOb}9 zAvn4h4`gV8sDvuuYr#AEaikB%fRP_9AObJ-Pb6@#oIr2u=mpV4!3`EuL%#Y7x6Cp(}2PEx`}6n0$+{>g>@` zLBQz*ODqH@09;CwMS+BDpdXu=8t!+L&4p3tKFHWpChs9vUJEIOr{cnb1-y(hhVQiZH-H zNabvkGe+!KZ78H&h}3|9O^~q)CP)KcW=zV z27y!zbI~qN24?f(D#hP?E<3^Tv{4FP0(ZlE#_$eSCCg?{BTXGZTu^pESa3a-)-4tr=OZ&PhV?fX2V*4TM)x-6XD`Y?{&AhJmF6n# z2>W4F_bfu`*v1;`+odS|aejfVp~?2NAp?qEv$5kb`$mL)htgMXe@3@T2N4ILx+w;$8t}kV*76 z3Gjzfysv>;#Y|`o47@C{BhyEQxtBTv1)w*WC2T2l5o}`tQ5#<}r*-^vtw7hg7CMlw z-2=Qd-`+g#&EgL^dGj+6?n4E#`|}2iA8H7DXD}g4AIVJVENBTsWI>z{l)!+qpPnEl zAVtUMu8DHUfxqfh7zh+VozG~n9GHWI9Dt0{7r!n=a!SUV67-Os{16%dB0|MaD1&=> zUw^?PEy#W1XnYiGWUf9Hw1kEK?>SH zPdo_Tz?@rL0#YB6Wc~^LA_5BrOd5Qg&6-%!FiapiR*67xX@wcJ9sCd_u~<=PMJ9Av z24pD#FrYT1c%!%gYF@4K2KB zKbc1|Ll^4UCt5o&isYZ%#*{Vp4R7Lk7o2};CDQaP7u1_!lz1x;meou)&;?J_^u<0f zkpBR5T`aQh7l0T_A6>FB#0K;l0RW}Y5OZOe3x0x4LE1Ag#ohk^zBCHNbQ>{A2jMw_ zOVk$=F>t5qGh~hKKe_uw2+KuL%^D0Ai=ynKvyf`tMVVO?K3Hqlg31B#5! zQYqk%3uxgU7h0+}4i+#5sU((sMegG8tTG=nuueXQml< z>8BEjTZ6nUVYrS$4PwuPFgh^SA>$4ZDS+An%<@8yaSfo}kS#^SDY}2!3m^ykrsNYB zfat6msk~T5h#G|+u+mhQAX-Z3Mr9dKdkpTM?4Q znG=ZdP#2V_-=>6%w=ew6Nwj548X%NxghX%?OcxS`H#kXI{{Uv-(PaqJIW#S~_VEj_ zk_-)qazJBjX?`H{g#Q46oGLKVj4l@BbkBu{gjUQg$CE|MG+d2! z&S&6ERm_ES34P8s`3LqyoDHCrMbkPgBETU2QKh0sZtzZ27!pBPz7NWT9^|?A^Y;PJ z*h_+169vWc5OE&_1EvQVXh$5JL82UEBByIY2Zr6qt=itVhWzu*p{_92Zc20eS;((lb)lRXpvc5l$m+je3h;e+p_`!NS{a zjy)4iiQe?1F+=oDP4q&49u7aeXiM;c22OS;&h?-Mp$TG(-(d@G@zaG6dpP197`aJ) zviD%W4bVgMgT{k7L7VWzl^B>TbVFr}M)sRu2m&cX7u3--%vuY4zyWW-1qK}jc~N4; zZW$?{YoMnyKaFYdu3kWAmLaT2Ei}le@UO`eX=qE^LsrAahe(51McZcLj@1rJF!;?P zZe&B^3x*dE=nW$dEtl;ZaPzn5#7w$8?;VbPff?o%8=OJu#({JXE%ZG~{{WI8vP&+| zvwuVv^9&JKOgyznJqGlg&DnUOm)d#30Mld(n7j6tGohKk3dv`{i(Z2Zj~KR_O>LxO zDs;sQmkj~b5zqjlx&VtnC>mo0D@ZxRRfJOIgpPR!G!tNjZ!d-h8YH#U84?%xOMG-s zLLF5DIvCJP;8-`r3^81l0W(1xZ8l*pv0phd<>qvU-~_kg0S%4hC_=1&K86-$_|{Uo zF~?cMaqal{hl|6x(a?MP@U%iIH8L|y6ZjMG!3|L*2uENh=cSLrmNvslId2J{;~0Ug zENKQBZpU_QBcfoza`{{TFAWjs)B zaZCPhvD!b9Z=i)1#4Xs(mwF%_@Ij2=aN|RHY~)6Nv~$*u zz!L<#h~p6|aZ$-kHqE-6fbkunS-4<=igqQ_a-E4OWdR_J?G1-+WpOmlF`++fOZWz( zi2;ldbMH}OfK)uAdAQ>9swhc^OfubCrYzxggho6vOl14;%w1$0yD;H1FgkM@@2^eb z%R?K8h#K93^02{br<50()Iq%Cv;kfRNU5{^B&-oGEf=VuVJ65@Im)eFAWA~e28cMa z6wNIiXwa815Mrpt95N}<0U~W5JMTfMM)0S3fZ46f)Lfa-_hkNOCd6UsOy5IHjN-&s z^Du~&El;5qLN44z$1P&q6bhh;LHUFYe=0$;msuvu0m=~upT#!-jfz=Hw;^m1r`+a# zVXQID$O06KI&$iY$Q!;olSJMENV||sKm3iE{3Uj04Z)KMR~tc%gWcUf*M^Buj={9- z%N)*ipza(j{{W|q1Kc9;e1uhWJHeO$_>3JA^kIXC7HF$o)zGr2(82NF4+3SJ5dpQg z{FnC3vQ>1OI&SB)F$18Eb`v+UR6;u>QLrPrM7H7ifG5$Ur0%9jdUAc0&& zNG13b+YvhliC$0hASAXKF**2JW@QI|lC2w1LmS`J0HwO}3qrr@6Z=^R$8iWoP*#u% zMTL~MFv&$7&4J$Ma4vElbY~gP?JUdd+-W+4)PI15_=t*pA%L#C14Q@GS5;<0Z3V>$ zP{Pj9{{S!9CTL#aJN5KXoyw%Yg@Ma1{1LJ~PK>kz5b=TS66F<@=_iCcv@tF*@&!%) z5cmH85J8uP@H}TNZ$=nNw^B)?S1^7_jo~?+N>nVS<$uURVWdHfJQN@(a>V}tNQeRb zW6TNtW5b6XWJ$R2T{6Y=FhF#=7nJ;mO>_erL^uehM0ZG;YY?S^Noq z;vW*bRhmUaT)AzB?NW{{m%bA7LisAVL&{E22jw-3cQy?s0xC$D78(%$0FXUI z7)Doo1}%z%NEEP?Lt6Vp+0tM;-ckrI5YJd3=zx7ni(W%OklGwMp-^paV}XzMW@JtI zb9VO_{Q2(!^Q2zF{BOhq?PN#5{yecer07TyMB# zedIleU+bk8(n!YC5p-9|x*iIc@~u+e6P0LRz_z6(8^=h^3;0~95Hw&NhKBvH!l{8` z?ST&gUk#&uvY{+t#P!Ip;i66?61|ued>6RG5c>WGjTY8edxOI3V8&@hmTM@*dOVOKfe^if$|~$003f=&-n+`LDOo}5rb$g2BFGn zg8LXHCRn;$-iVzuc&7w7nuXUA7#xAoKJ4eM$S+bnzcKWR)NHzd0%G=o7r^5yVPibN(TZm)qNZZU??n$-P&N6& zZP;AI5ui`-u*dnq95LTV(E$e(O+6eCE29TvOVF6sHpWZHW*g*;9b&w(&;68kyq6H% z@7zE8A@DU;h(TQma>Ie>EuqwfLq_#hU&1tg0PZ%X(iplB(8*)uG{*=K4Tw>uLAr;~ zAirWP6@>&VlNOVP?ko3^I~%26NGWpKE=u4RAdq%Cg634v3!wvV@Doah#9#3#*BFp> z;1PBsNX3arw)`zy(dHg{)GkM7DCy{a;e4%sW^iFo0vUZD-~zZn$8Z(vK}Zk*^x?iM zYnK;I=wOx~0$WQ>9NNcmloel;GX+9iV2XbUdQ|{{k)R-Nn1py7d570YbjHIOkO|cd)} zfFS<>;19r?__$zg8Eq;PY>H4TBl>BI;v5OMKeZ9>A0?FiPud$F@RGc;np6-p42$-M z`{_vu#196@Do80aC0UIvn~EJvgBRcsTzD>)C(B`R4y1O!nXS<-e)M2-FlPZ2n*n6( zjR4uZ%oD>u3_0<#ToSE)OvAaeOmh`i&d^9)Q@JwukTKD(NGqHe3IM0f=?e!oxq*2cdP-#qYnru@${%Rv{$i#4t$#qZ24IYkHJ*f8V8VsCx|f) zJeYf$LT}Vzi_-AQl?I58jLw$=Hnd1$YhU0k=!a?N{J*^z6oN5GuUAh<0FNub6A*Kl zzVPZ|5XFk$QEX*cNy#`?&h`F+ep6>DS!gaQK_EKDE?l{8w=P_{aDG5^4GmT(MGjk{ z4uw799t{g~4eSgu-bAS32z|_7npI!wNt<~-qx?v2LJ3(Ew1GcE2m)> zB2vPo$#V#+{sJ8=B?K01*#R(*!d=9Rw`JM`js^gT?S8Nyo}!cGO@Dxn)a$}=~7>FQpO_CoxOsOYYV!q~;sE&l)v ziFy>ClufN`+vlp>am-sRnZcI`Fep(65^b;u^p6bj!?REx8AOhvZg5R!oGF&lhIA<-Yq=lw7x*O6v71Q;4(Ex!2Noqx+=7db4Y zC4b-`_!g)dE06&fnW-0!`W(DEaLxV1r3=UnChLfU8#kMhKL;NO5oB`l5M-!+WP?*d za%)9ELn9i9D0bQom~6;9#ly_;l9~h)f5eymKx%6@&^{pgBtp&2AHgww6@%X{VVyb& zf~aF~PqPV%sIby-IMqeE?0}&Bp}G&aOVptwp!(sF?XqVD_^~(NfcgYL{{Rq&!yOCS znok$eapZSlN}v8L+43cEF}k!mlE#On~8k1#QNkGculn3rgxT|&J0}t z0N96ps{4Qvzk?S-j&`vrmHz26Vbp$aL{{W?dO7`x4 zWnk!6@MTZ_2uJ=#azhH*)Kg~bHefVAt{A~+1SSNMsF8e1_^|jSx-o#~@czEtIfEa9 z`M+}I%#VVmCozIi0TtOS4c3*FV;})9v?`YJkjW|1^rmmQEEbRDicZ@uVC-w9x)lYo z=KlcxCFp;F74b7s{VFA$7c<7o(&2Ii7l{x2$i#eR49)_lsnn}@KISJAZ7^J|3bGH{ z2cnL5vu95YASz|MNI*2d;qyy;2x=vR3-nP}RhJ$9cP%Xph&yZ;ye7!dK|v(PxeoR+ zRNaGrgf#vy+;9z;scgLBFKcuphUOsF(Q#eVAO8THSNR4NF>fM$rEc7QV4^jx11@{6D}9Ieb6+5)B|E9OG5LsHee_nkvW z{KG|0*G-)#nLvb5H@GniRgtvVgCp@sYVBv&_%JfV{{YYihsd_K9Cid)#Io|3qzrjK zh(#3~#C`(I-Y#XU{h)s{xa&^Idj!to6!UOYdEPJ3mVOlEa{|QPbRmL|>+=tdgFzk9 zTInakp3=BG-7R7d9K zZMtvvN+LII*>pnI-u@AO@uQHt`$`{s!LhR(l2HEu>r9gHm(fJaH%`%Rx7CO(*RSvj z4})p`3i(tHJjG?X^EW-mh1P*@Xp+J=2+K{nOU4RN%p@ZTxilJuJ_SJk0P_t8#C}lK z3f7mljlITh`*{Wmf(wpb@Zs3^wUT9}K7s%u9=jV<^%1-@wk&s}B&;?$4*p-hQD0!$^vM7-?#>paCpiW@or5>jK(_nt-mR zwA(-*f=&Mb^ovsU3sLPF+^#*6rT4)&2#XP1BmV$=-x2=+34F_z;tvUy5ZmzuH%t(3 zlV@@#h0+TNV6WWXegY5hgxRTFxpMyi!dtiDQ2qY^g3qZ87S5y;06(OKsBSII$3$7v zH%P2iZ{$Dx;J*UND<2B5lsiFUcTS^0?guRaUh6P_s3iUos&bbw zch7wryJf(PwH1Wi7?H5=7pQ-f67oA3lD<{)yi{u&6682_56KrN(W6p^= z^A`#mxH^zySuvucXxM!+kpgk2yQ`cp7;CSTXlcm z-Th-~c2(E(%$n}nYpwoR``89x%1X&d0id7&0H}Wr@Nog)`EFtFV()BW??A!H$`0TY zlTm<$1^gF;B+%x7Pj)AbALWIhKzJ!6I0zhLy!C*ms3gZb~yPd=isD6(R*d<&yaIS!3u2^~Uh9h>mb+>_Vd{gu>8c^1ce zs1+%J9lw05PhE}V6rQ_kBocs%!-o?X_Ox{F^17N8(`}gjxw@DvD$CGkL&!*p zNCn?{VKS^_oK0qTIyr@?^!gQ3xXqRZh*lHOF%Qu_MO0i~5v;+yihWeAC+N2BVW(M) zW)0dSwi5+0`mL;S21o^QPvtc_ z%cjA#-W7-{${f{4BwXLAv2UIa^}rV*sM6$fpQk0)6x2_An_7R8Q^k|VhdAQ0JIxR!V-2Rcbf{FFZ32n=PHTp|dX11B z^pyZ|oD5ohl$6W{tppbpSY*1LWD&UvapYtAL@-k4IC4_Z1b4drDL(w7li+D{5pD8&5 z$8IBp!lq_FB3M7L+Bb;4$n4P_!QH{#9nM104D5-Eb6}*b2_GoEua@508Hq@{ooglqIpO@#cZ|X^D#^Ait z38kW5DS1#BaTZEtmz~Akt9KSsnW!A&Wx6~;Zn@|Gs+ z3qAVc?cf<*{_*-9ZE*Q{R^nLdZ+=oW$W4&y~^xsg!}s z%cWSlSFi>wZF*8o?TNp16yGV@ceVTCK=FYx?HVsUyVu%FDSNW1e8d>w&JU$4@-<6q zc}_>N^@}YMt~`y}LRPD0rth&mGa>UzGnQV(2m0dDKJqvgj~Z;Xn8y)FVYEj*BIz?L zbhJMuLL~aX%AZ!x^lRG;>gs<0SgLBae25OG>?a>x7wequ*X_-hQe4Gt+*-TMLeKVQ zPNEHl{=QN^v$mLCUc$ezC0N4X*WXg)>ZF0AJ0o4G8}daD^PFltEp2ZuKKo8p6Y*d* z_FnG0D8T`StX@a7LAsq@k!Y#fSgO8I%c-?w!F)f(e>|sZy82G$W0e;k)d)EX(3=a| z)HrPdb!ewo!u6Xetb|!gG4Z?DNmiD^4}8tjvtZ@LFE0`E7Knt$D(i>^q^V_@kdI%; zgaCW{6fG;aLRD7JMYJdNj8>5(aK%{SXsrnpJ)Q5mfEGnA)qFoP)eRuG0?ADgr!PDl z8=KI^PX!OujjV;+v7QLHjiD7C%cC4uG!oO9M;E!gNOX>=Pr3$5M-?h1LHO)(EF?2F z{kp>?%lWemj}~2`Kg~mHP|I&WOMzHps}4kBx6Z+w6=_XF7Hi(r-SS+qcEX#^$W=tt zCN@k=GsAakE?3SId?F@CzVL!BtYu+?i&LD%(OU;RFZSPPT;q>kg#D@4p0iS!TiS-F zk^nrm6kn2!YJk5>EA)$VHLrZ(b@V@X5^R6vxRe~CCqE|hmka_qNEeLWIn50&NXw7* zYc(vu4-_q6n7PWY|8P$Vi$e_j<0f?o@&uf|;#rz2 zG0^|XOD1ueJksI9(O&+gJ$(YSsvZ3kjaTqX)!g(BySa;Ct<#Kji><4~_qajm2cy;Y z!D`K#H{(WZ>MoBVP_lrZHIvz)dq&7T{dltad##(}Z-;ya(PWur4*4m?l46auL9Qki zT-=u&*wd@Ejazl~p3sx97`^k+U|hShdTHnNk`Dk%U~;Jim-AlY)|_x;KrZU8Le=~* zo;0eR#xj{*tE$RHMQ|G%7G9IZ%KFWpCTDgK>^4DkSe3TfY?%2crEhB+YY+)!YF2$l z-r30)W;c{!KFxTF95x1b%S2zgQIh7b5tnau`!NeI-PurPBvD8xa{B{N0>| zWNEPsfzd?_!QUmt`J7ch@YBP^=eBL}mnP@Fo-J9?S4R!sxJK+?FQ=-NJJr-w>oM3p zzYQ!sMd@cLMBuPj!zHk}Q}wXNWh9(wY@;jda8+3br8mbJO!IR|y6mT;6~(h(7Z5|-}7Y%q3jxcjqv zktumXnQ9ed_26e&Dagliz>8Zi^|Zb|3?ECUxVhL3k%SEU&jgbNlA3=udGX@jKC2Av zv9*D0nl>f-{4OBs;m0wDQGC9=)vbNrpD$IhQ8krp#z`O6y=Ns1HWy>Qsl5z2Dh@Ih zTg_(}uwM7{_6m93+Ekc!$12p}BQ~NdZDif|q_jNT@OxZP;G-R}g>GOrrocHILyDin7obvVwO?OlaPjM1s zcBVJ^i;EVXHouXVZn}<6hmI8UN-;efF^FE9!mhV{O%mPir9G=kYU0~(+^-{_ofnp^ z$a5D(PweRXvr3N@I2RYkS7vLLn^#?JNVi1Yv_F+#5v80JWRKrv82+lb%{di|$Uwi` zZq|UM7`z$L!2g^|8l>q|q^%h&oy(5lFvEWmwFr}o`b1tbNms;v zx6ELP3-kFWF(Zx974%9#GtbIlYZTK_^F~@+FlI=0nO&`iTt)7o>t8_`W+oSB>_llQ znx;?1g}W_?*#di1!gATChgK$@GFwJjbOb%4d+A*0U+}fKNPmiQSLG0et5ikYN0MgA zeaGt=UM-mx_a*bLcD{>C(d^h?bIT^F4PM0Gtl|uDGe3CV-D8K;1wUG-sJxr`XycL{8Cv27nfQ77#>m;l1zNrT{P~9H$g_RZ zPWE>u8mF@buYyzxGk?~^jWkGGDZIJZnpQg!t#@QeO2PMEEf8HI=nIcMn;_pZPx!ie z7-PsW`RfbL{CLk9V?WYBfU1CcCJ1i8)!`0_qbs^Ra=KI|R!}P7U;#5-gpIXIVMBYk zBTIk}behW=s2oSSlNvZ(ldgbch;$X5cI5C5;x7$l(PKXx?zc4m+#a}yPr5ao9PFe& zJZ9pA<0>fgd!gvXxQk7c0&kYbqDi`}1-w&bVdZI{cO+`e#)WxyTy{X3@Ut~BF-4D1 zGNvOC)LVpiOV$RJX~U|c;V4$=8ydxfFoc3jr_wwZ(Y%4HE{$i+Z7Xpq?Y&&ol8d-7 zZah7`haT&TYA-`oU`FVGFpq+e+r0Z%G4%eG^{I_XB1}Hl40tN(T@+CJU9CDfa)}pQ zsD1lf^fkUgSI~@DQ{KyXMydF=ro8%-LDoFPtmp(Ez+Q?^qHfmTu0zn0S8{Oj%e}sF zw{-z_G(xWj_KfXN@&y;Uy=Op;N^SutLjSH;?#jodD1m83coN4+>#Eib|4N}fqMm~g{!`T=R5ES`T>`VOtJ zcq4$K;4tERJawD>ZdLeZ@TK>5M0L(2xu0Z#^<9AQtji~RwCL6^97Ep`r>;yzM-S(i z!&SjGYxJZikdk7JAIgSziH6$Lo}H`a#Ma!JH?3FU!iMINDPgh-fmeGrU_~%i-c{nx z`3p+1G9xM%@2QV-1kx&Y4;1VK_VP~BZWoGQ5%c*OEo>*1DsVHbk|(u@-%yD^FJ-A< z_jCOr;^Mwr^0z6^3z7ET+2q`~S)2QoK|K~BL1?VLBQ9i2A8DMJQBS_b8(YB#+vrx= zr(d~-w>BMV8mZU622ICNby5<>y(m zv<${Bit6d+Uf0IiPIw-mu>^z>`7*&Oo1s|?m%(6^=DA#U(Aje8Mj~#CUROBuramrw zQmK^*8T^VHlc3*h917;6*{v>^Oogx%RY^@R6u2UUXA{~LV7;hXmYR)Mw z{nM(ZIjmreD_humzTET{ry`G(dbd5Zm9{=6T~H^1XUW%RqnY94>*|ia9TDy^6SMNS z3s4+WEl$B7GYiztmOHBb%E?p}qJwYWy5Kn+l4w0^i{(PCEs*v9IxSf&M_0z0HaE-b z{;qJ$mllz9Rryof3x*Ccvt5+-7zaEok@IbN#fWU+l;$13u*NY&z9?+ zKDD`urr&SuQsRj5V7N3(WmTSy4Hg?9Qg|U}JG0cB_&ZX4)$h*4yK>eMK05O(z(h*ioXSQs*Kd&=ICbEDLw99l?=ms@a763}Hrtqgu({l2nNF ze0q^u6omJbinU54mNT~qhc8E%$}YtfBFP6^fS2}lg^IZO0>5z&PPQl6{3T~Q-4ezQ z_es3UE1w)#EiLG&a#P$D=veMF;ok{F*3qi2QK|fcp43J$w$u!qe-S*c^lIJ+J4(fa zs1a~3^AJVF@t1yUs}Sp7wk4BkYF?FgS^DWjMIWw{0zHjn>BOHDQ)91L?J{`E@^7UY zTHDJeuEI^cyOxg)OY1b7PSNqO=37aVwn5134b!?5J)_r`-?bN~IPNSHt@yMO=q}D; z)jX9iW-)6bTHOp^Z)+JS_F}%jKrc&3;6%oRLY7uGD?H1)oDof?*s9mhWTjFEN?y}m zOAl0q`1GK8CsX3hkAZeU(}gz-TLN=e-)#L*aK)$>sMgDx_I}_t-!R(!&=&|!G+|9O zHZEiIitB;phSiU*G*0c_oExw>tQ1(Q0vgna>dKz;WfpNhr)n2*abuM=dVQOSMOD|R zmQ+mE=8vdA&B7+@6-NLKId^5(RG+qqTXeEW;L`PHX!LrqM=?#GExT}*PI4?=o|w$K zm*#ygvSgoJxf-V>RFbuw*Glyix?b0+_^u!reznY8_ca0BSTX7M*~tPs1g-#nKkUS_ z^6pAUAgI9uDk5_!gnx#S0vStnoT`aoVdLCiRA)QxuKSR`($$=4QRe7EHS`bc5}}bA zsV}TEPVtYh60mJyJ!5k`JvhY(k+?~_TJL;19EN!|R>HFW)XtXwylgb$KB_p>5#Zdc zmOPVdGDtx{!<9ihs$Ek$?2aJ)ug*r`sX{t=l+bhLR&M`CBr#$FprN5)VE<#2{)_*3 zBmfK+CN?E34h4{kokR2!HK!OH*FRzj@n04S4qA_uFgihFMud)h>IT)h1!_QJd^Q#q zlew`!aPvsS>xB+XZM7GVX+&f?(y~+Ns`*gOqx>QCZcX)yf~mZw!3!uoEAE&p&UF-bFfUUXiT0N+tP2^z(@luEu)C+UUf~@Zf5XA5XUae;~^=N52iEu{350}Vt{ok z@{`2y;70oQWpb_u7ge;s<}VuVDKmo1?k9fi0R4xZ6&;=M2La zM<8NGpa~jbk$nFLfQw@w99|FyNHV6d*n*vbZ@87=NYubgFfYnc={C3)Z#1vzSXNM6 zvAgSoupvk;36EIAOMo8z=h@7JR9c~aT2xM=ifH{Q3j8lzR5^JKETCafb@wbCE%vVtv$QwmOQ8vkv2RFmAO!?cHZDt*E&W%E|#X7+~t0kKCoFFVia6Mb7h|7pV%7C z&aBlb+oc=5uKYcxH3m$l*ArAt-(UzNbw^4Re*rjFsBrSJ5IVWpXF6TQ^9xS2CNi?! z#pSKm5#S-z%!0M1HD#Wie8ZS|)J-!0c=qK1D(qg`jTMQO~sZC`SF zMmz_+2`RPk;{}L|Wa!#VpAYjbj7~sWF;XB*GN*W<{a-d&s_Y}8FN@*Z!xhU{=QdRM zhS_kIsG}-1o9Z)q=q6f~v0*p~X6F1l8__x!z17x0%fChhvQ@WXhx@C_mq;XSMqbzm z108qXH1Z*wuw;R%%vG@H$j0c#8S>R~?ezwcAljl0x6>ap2y!+b0HGqbQ6~A53>VjN z;n!)H#D2HIy#%oFi$UaNE)NW=UQu7r<1c!RUHb2FD2Gga+* zRoSm2#bfI)nF~Kq$=uiy0*iU1jHRMmR*79)14f3G`Inw|Db1{EKJoeP}Or^RHfLPt4xl%be)fKbsxYQl4p znQJY$Yz5c5k&6*f6Qk3BzbDKSlufVtbcF*ps*Y@RJ79qIm(o0&Kt07*E&916d{=XX z=^gQGGquFU)T-%1ho)t$X&#N}V?$t1me*pUC&%VUJRdM{`sqo4(D3OwxB%EPEPIQK z5N2F&v{DSU-B_6HG1zbBCJw$pNOOeCr+;SsWi*FK{TJGH9(8z{M6!u83%DN<51-xf zK-Ng>whNOF{e_(it^9kQ8V@0#(jwu8iGZ|vQ(BEy4~xLpFk+=RuwmX1sx?S-pMd{f zi1EiRTs9E4(4j}>>6l_3J!IFN-pSoW*rnzM&65hN=Yg@^V7{5-(%s10L8+SFa@MBGO)2Z8NY=ba_(gL%zaCzFx;R<}lt0&ZYTyPa5x zHOQ74l}(`xNwdrMxE!HlNJ}YMOa9~~VeiL@+lfK<6uLfQXO+Ss{@yqldS<3DG}8Ak z4TE`?PxKweUybUknP+f$Da9IyC4;4FVIqC|ZqXw3Iu@}Z4g0|?0jV)^wsuF3F;%zl zp@+|zj(g?%20G^u=$XdknTie}QLKltqahI`xg`>V1qltT*`;M2n1Yx1plL8-B#3US zERJ5){0&B;J))K;wiSgbd$%CUZ4d@tg-Q^U)PAG>mboSbjj0uexkS)vUC@ia(axuf z2Z2!d*d`df@&ORdKf&?J#Vszh)UnYZOp8y_MDt;>&2d~RBNu&ICDRI5%yEc~nBdRX z2fXpc4ohuMPfw5RCx$}8LYg>u=9g}UBm^m3?dMt?|838)e82_TjOcNAgC$rD6T#Yx zre|BAvDP5V+|J%Snr#jFZQ&Q@Qpju4Bq^2fs7V6696hGaLfeEgvBb%8`SYB(1nx!J zOJ5>v_2^@nk2CKvEm@H;y{eLnMjkYL`sPrZu&7^yjGhoKKxhN77&CEp6Xq`pFUv7b~i) z73RsA|L7aEw6<+5uP1nh&1#Hd>KpzeHkj{i_?evEwXT(!mJMwB%0R);<)R3!weJ8YKIYgfSFgl{A*haka3FRV?&eF;h#u8f{IG)Y|VKu|YMZn6EWj z@IA^;^75Kt1aufC0V22cwhkV%DO(Z0YGVuX7N>A*bO?UlDh{hbwtGY?F3NgKNePK@ zFfoKmrV>KtEF)vF;R0bXTSLGgt+6lUnEv!@wVLf%}DpS~9H+opEgiPsWK{CkK$ z7+Rifb`e)RC*74lhLzznb5(s9s$4E;goMD_3pw?}qLZktej3^xXSS$6nH^dQG}z|_ zC2(iQ13&paNjI)7`r;%=@UIdL)w^+U);j8<_L131(Vtl4Q3u zHl|IQoOR2E#oz@S@-ekZ0u`^{h`^k3=M%*@TvVX2D_~pPgbjh{(sN@_J(D$7KVM%;tY*B9A~TqS26&O$<@|Io#Fh1p)!W2pJBGpY z5Cnm4Sk*`nQ?xZBtaPv(69l(xZMj%1BO^G1m@_Oc)a6HP5#lHgafW7AkM+_`aR7#p z>LufoMHq(MXlP+91`a=CTI*gZ{V_cj1lUq=L7BGPSQLKDUR~opQ(4t6`HWkWKGD)H zKd>9yT!jF#W-xOTzK2zh^i0cu>W+nN9|sPoiBqp&dYK(u&)$;b@Cftq8Dp%UdJm@=RjhZ=YU;=xqld;sbW zUPtE6zGY?)n`Z*`?Xa>Zi>Leohbxy`>6SAxf{+$%P|!1DhkwR)m*5DiuP2m; zmmBH9j6Nro8UoWaDE)k=2{>S>pa4q)g&cdKR~NICK>6o?^Zdk>*=`D_@@f2x6k&85Jk`GgO|L-$8=JO=Sc=K6=<|HylVF*a}Ss&^p*!D__o=W<+prNopME%ujv|hFLh_~)fSMS7>Fi&k=K zhlfo9Gsc3(zBi@9#R%&OXNf{E@l9<_4*M(Zl2(ZK^8)jT-K+so0 zESCzmgpRWquYZP7iW1VT$HK+J)!!1jp4f2w7GHD*BIWJiG<^VoovkN-(778q5>f21 z-o}D|jbj6#o50B0!HfnpZ9BhnS5m2)Wx?F$ne*+$&zd2#=XjBu*n6F}(YiYLh;D)+ zVyz}6eEevb$8^U^0jr!Y%-sB!nHY$RWgmbAL9%In^$C52lxTc3km}MQ*iPWL93ShL z6<;Ge6A^~ViixlpuAP9%0ue}Ce4DF~m&1gJQ(?Z4vlq5;Cm5fd*>p~fLL9r>@^X6m zIUU*^w(`KkO5=)bv?Ev<*3PhccX(`$PoyGJ8qXZ(4gewTctcVe!H-l8OIKmmSFh~D zLOk#&#gaK)=-7b7v5PLJQU`M$-+5xMK%-ACze!V2Zxnk*11|Na2*jD| zEHmcMck4U@o;jySJ!&=7mx6#mV8Jb6fV|ifo>MPhr2Hu+^Yl)TgOfb${!P6%Qs!!HsMmE5lr&R@u_WA8qk$R4^P`YBzG#)JM8pVpm zsR1K|#9&l8LhaK{i<3`^g#meoH}#}*@Nfi~w(5;Hq0BLh)UJ0%KRT$Xly}dwD5WF^}T|bNbgvC%R|JyN%lTN$%<1-yFIRX)q zc{`m^h!q!+cd9xr&yYy^7ZWnZgK++EDtFk{frtby7E~G47`wc}jA4@4de*@4_$5Zb zO&Q0&Ry!4;URWbygZstj>r@iGMcW`4)X_>ufhvLMe+2-dP1Gis;MeYQ#=UJ`nd=s> z!b?P7uKS>K6-gpO-g@Mvx|%vN;nDRkQl!PTYj#OhI8`Vk!9xTyp_NSZPLm<5sx1Li zrSDuFyiC@5F(KT(VoCQL+U?%yi@~|hKp-knL>Z^j_Ci_4w3i9%7V&CCpdT%I7y%ax z@Sqb0J|ks01Mu}{`#FU4wveCWxICTY>9ZYGXyDg{#j&6($9B}Ax?6{gY1cK`{jc-s zsK4&SCpk7t$S4$%RI%)4EZ9mQ^)G>K^0wJ=@bufo(9CsM zTI{VsiIgi3lzN|2?sm*tL*U0c zk|Q2Y{?%=>88Owc5*fF^p65gO&$jxfr!^5Z3HU_3HGdU(C7UpvSjsU8JHb%6dvvsJ zgAQnOYjer_(Ws(7ty8}7&6i$uTmyM58f!r+oCJnX^oIx8;PI2pb%C^!Z>zQj`QOjJ zi<&iY^2fr~aFT}o+8moZf;km${{5Z(w2WHXMr?QpcQOeskfe~D(v=8F3(8o~G}6@N zw#FTk-Wq5bNU@8+kWZVjE2$EeVSspHX4GMmdgXOP%p2-j$kBw9uzbt79}UKQSO6Wel#y1EwfhOG!FmgY6FkFJu1<~-JHtty#HfP1?O?{A%I$I3z582Rzdvzp;g z`jfP_;M$40ZDashq?^%;pJxRPt@6a9Elg8UK2&b(7p%i^0d4 zs31}!2uM7W70vJHz*|w|{-(qBRmOx8}20q}iiMy$8upqVZUtXSI&T-v7C{o-ezvi&baZ zPR`ZU;I7{Ko3z*nvRspR)5y^YlomvPyfe;C+B1vhlzSBLTA&=H(e)|DD~mw`SAkg- zmnMS6nZvDpCh4*y!eNi66HA_}HO@?xSxj^qD$o7Na#S0UEQv&Bn#9FY!?O$<=AG1Z zqjF+31ak>!jW|94*p)5gAApJME3x72EPA}mZ0z=0Mpe9Zr+sEc*&iJhuhGW)(fxfz z29qM|n>kClv}#stEj-b!voUKOzPVn`=TYNDVCEZ7LU-rJLzeUNk+`?aGNC+SODb!6 zmtK^Mk(1oWstl6Us%#a3Mm8sk<*6#18=5b_=Y705n<`nNV#FTlE*Tr`&(sqCp_vv7 z@PBCjf3DL1MKcy9G$w^8HaigJD=Y^NmGb|<8TvmsE3wFZQRP0Bux3v|I?}H_qF#_5 zM0A{$W@wG_Y1)q)s>zk{W*k&xbeH;~Bwm$M;8cpamdOM>9{a>=i8C8=137jvR+qKp zUJ0fwatM?lVqLkt>iAsBHK0^f0@^&){Xz*-5To{OQl^@*Otxp{O1{0aVg!ptp*@z+ zLR*=!^5%fmQJN5rXzpw8rxFrdZNBlTC<8aC9$pQ6qHbZe9!U{ok9>n%24>8C9+myr zXo`wZW+{$GqomF44*;doQdzTF=WhOa`PgCpRVAZv3sZHH%B39m>0DK8J5%mcm$sTZ zh`ZNS7RhYDM_Aq``{3$EN#YUPX|NI%HIw^Ars%knp zgotCtoO&QQnJH~`*_6faDOK8Wviv%A2$YJ54xdY0m$gZrjFVf#EhnH8G4iBd>TKdH~mtilYQzvVaR=IT7jiPnw zpoxbAf1&EWUd{7aUr|%BR8)u&7oPj6&DKDRV$PAqFS8Ge3i7H*rz_RM$K7H&WK2bZ z&a3JROpc$+kjt7OM`V0h=00r=8Au5t$SWE1#gx-w4VtTVRLRn~I*h7Ln{Px;zA8dd zc#3JaS>e)QU*GPH4VzR`_I3w%AyQO?U5n+k&CC2B>FOV%|DhS`pL+E_kcI+aQDRcC z1EIfSe>W0^q2f>$Gj=rmztR=F2y{7~s*C|6ZVd34C+E}elwrCOy1QQKs}9K-QK>&9 zb~sKO&)L@2zMc}_M+P4mgYu;-d1-HXmR#5Q5tvd2l*)|@q|392bwRu{REfv5d@C@& z*n${&2c7K_{~)(7zxKeamzEL`FHJhMM0Rm}LdD2Ep_CvST}u6Ay6ot(MBmXBn;!2v zP?q-NKJ{QQdr|=S?fB%|_x3)0#wt(c_-lRtva%T?!ZzpStV7gGilt!V9QPe+c7njQZ?jgyRcH=S@?UHpr)O1r?w= z+KCH?zIEW>RvC9x)cewy)u+ioZDq&7r+tcmCKuNu=TMOeAd1W^<$6M&RTjLW8Q*Ts z*GUJc`1B;BAX&;kA)7&~+P5h5MRutrs~o1BGt-*0I}<$ZqmP|*31y8r%E_*RU+7=G zzBJl7Mr@66XZKtqNAt8P)RDEyru&%ZEy`Qnpczo(;7yr~MS*xlw;-jO|=A!dPPnuCu-U*#$_s=($ zaUv1&YLog`qw?U(_tw5{XNCLxD7#^n6*ah)Zd;|u!RUTne|fs{)AGJQnO|v zgSb+9+!%1M8+gg9op_>Yjm@>03}rnBtH``qk zdPed2)!_tjwjwfFTf6Le)TNV!$8#SH?!IMgq~gmuO26NDMth7xNh3S(9Rn9`cEHJQ zx@@ch{Uc&9WQ*9v%7mzuJcif^k)japV`Q_=vE2o zPF}Tnb8Mq5g`?H}N*%b+3G_@x@xcF4lH!*X5-t;vx8WiQFU%VBam?2;gC9WohWuu5 zo&lL`%(1TcLi1ppEKPSZ^4Fi~kq-J|CMk!FOq7qytTykBM(YTx=lD^k&uuXA0}y0n zs^wq{L}q=;!R1QGF%3TE4&ujg{}mki=A^1gidW+9Dn;s{$gYThGM2YG2~>75@xmYE zSCvvJZtBXb{ZyAGc750#_G41b#njL)L9p^9Oo8#Zp;+rx6&LR*mwvbWhv=*RQQmN#ZQoKSlyw*(kdK~E+HdoC5r1O8P z(Es%RuKz7Xn3O8ae08gnUgx;oL*yGRQknZU| z01(E=CjG)8d!Mwt61Ui^55VBn)x&{+tykleD}!^+#v`4m*msJ5>XKy1{N%FBltz2) z=y{_yllEh3O&iMObfnR0a?i#I4)r@+M#>d}smu1jgab+=+yy+gGWV&HDXIRw2NiGY zY46W&fx6t=cRYX8>;@su6IO(rOl!`uXc;8xvrRr$hzJl8mm~PNeCvtp231cc-TDXomP?d`#ccTzsRBrshh^^&w!2GVY{*swW{eFu@o%{zfkwk$x4erFCR34qJ{nkKA+0 zJ>hy6tp#&JYOeEXlVF7M+&3}Gly^Tv;4Q8k((X_5_-s1%Esk3Ln{QllmJY_B>nY}@ zFjqluJUQc}>^JY0DRySn@wl1#KXf63^cNK4GnvTu^kQtY=ge=W`gL3AztiY7%^N}X z0N2qeme!f%iQmLHe1D9fU{(9-peP9p zm$vDA017_LqNiG%YdB8;@BJeQ@p$i1zw9U-B-$STBB?PrROy6l|5~Me0Q5cptO-sij5m6qG6&B5J0299O#BP4$1nR!7ukp_Ycs(%h$vwB>(U+D z1b-FsBtru^1VJ6P2s;o7>UDl#(F$9vr146HT4DRrwU6fFK_U7I*3 z>)L}8LEEGD)cdwAULoMmapnZ^;PXfJ42ijv;0@^HO*pt}j>W@tHye{MTk{$bS&c`n z2mL;nzjzS`o=`s;n#`Zt7=-+>@2?ks|AT*u?lw(!6>pHYgNnsrOM&DLyV#PqM&p<4 z<|!nAhZ87A{NUPex>_{&b>K#6?iHO3kB}AHLqEF({7!9i#oYF{HJfLj{rUyVLV6@^ zL!6wR^Mu|;{wx;z)fLH|EYPnhuFRt9VS48_cN=ry0sZkl4B~ga>8FshR{~mUvT!>H zT|UpVB3G)nsUtm(_yB0Y6pJ<(ZGQM*XO2#>#}6SwVSXyBLlyyCZiS|dz~X5i=U z6)hM$l!`~$Lj@vf^B+m|Uwbz&OE`Z3Y;w{D%$e7d$%nlBe~({I=MAKv$4p)fB{H&( zJ@ONuek0q(saQX6hm>v**l2Q^hq2vE1llJf{#mp3;tX!MZZXx)?>DP9A3%8|6Np*6 zi+_bj_v4f6U>w2I%GfGOhCP<%NYBImv<`jkFeT27BPf+T+hM8;|jg}M!NO^u!Ggc!+HIdaP2lS z_W{5e46JwSYlC8Z^RN$t2)YFe=GvsN?>S+`;oB1%h|uAw8JiuDHvU{Y-as_a1}zi8 zP}%4=6m3!dF-l4`I5?DPlY-z}6lq6@MI$P@iKn;5AGq))_axjvEv1vw)Vz=om|jh1 zi+3$hK^mr-((Pj(qZU2$C-!KYh`d`NwxOh9BL6%*SRnmXuc0bZo=wQ|Dc)5uiJ2?J zAErF^lq4JhePTY@^v?}8t7oHwGfNuS-ahzZS5m;2|CwVCoxvGb+#!L48KNTN){ZA~UC&X#h`s8z&?i9BhKIknNGq%UxA zDE{FE3g7xYU4g4r&uz_vD?RNUM4WJmn7Kn*x6~qMI&Sd+sD(A>J?^x}R@cLj3CF4} z&W)}ET*%=QB6Y)HULH@0OqIHGc(nl|Lw*xRJSJhtp7!yT$oPgSSh$a8BfL>@56-0l zqyGX?!%Kbg4?tgIB2;e|LgxefQRai^9(#(aEXlH91e8- z_uI`$UB0lsJ{yY9d*`{L?Z0h&b+#1{ituITkN*JRF(VB%UN!RcnMH;0w0gB8_(s!z z02paP>><40-U9z7Q;GZvS`NA!wk-3tclyx*%+meAAlX6 z#6R)8!-ahnOV?sn#fuYTzT&m;EBHG+^3$e<^S9!T z5K6Oyl#8t5pud+lt?M4;x~mhD+~#VJUfc$G2baSrYu7RL&H37ITkUu)`#$QvCXwQx zV%Sk^q~I!;fi_Aq9{rbIJf`#dLi`K+mN*PUw)xIFjbJ6p%D+8Brj%>bJY%RX+f8;S zCiqPv`(su24P#~xd^LC?+o7v*q0x934>DU#!av=-q2{-0dK-U^IziW2tOCfV3|>ow zX2&m;4{l==dphk)u4Dw?3?3zv>|Z)_n-;zZ)nD=d6`4y|&Fo1!A@UBpk6pDJsv7vh zOx_lJEU%qDXyZ1mxMUx zOK81BZ))o$5$3rTSQCu;rLB}lukDGIfzE7>7_&Dy5IRT~Z$K17@0w8rvGF8k=N$NV zjq_}JeFy24>H`2RoHsfDu&~poX}{}cE^d9%82?^{H`iPrbpG{96fKqdq#xt<#>ei8 z@K?K{f|quF082BfF%2P&yKrH+ZL8i!QfcS)LEwlG=Tx}`iFi9}V4oem!MJmK=6Xrp zk%fsZ1|j_f)}`lWkd&9OB9~b{3B$dqU*d1%9bW9?cX8Cty~+1@vK8+Sz`fP`@kMOS zRFS9wia4U&rWlqfbMetzis}a-rr~ru%ad+~lQhWVWJn_965G_OiE#gXA_QfGTmvCT zJLDTSOXEQkVN8O<{Tf5>^22JG2I|?4%RWX2<{xV*pUABe|0&9&4wCMh4?yGIYA}jq zmmp>2d7ycj1aB3<6CfV<{)D#^`g9SLv}TFlHa;XY>U-@W>hl5E9%!6zlvX*fD>8>1 z9kia;Lpqg1J^(uUcDi!rbZkgA>xMB#2^0Mw#z(&lTZ5XuIexB!p{bz@NPTt?>uwYKNHn&NBa5qZAj4ejz2qR*X$Q=(Dy-#zo$ zNAA5YV9qZu{t$(mOLu^zogo-h3-YXsfgZHjk#PT?y8bh$$?gB*hC`7eB@_=uAP}k^ z6ROf7G$~SII||Z5N2T{(1PMqBL_-G)iV8~8Aib9ux&n!z6Qs8Qp@%!a|IG8;ukP!8 zW-`}Yd-iv)wLWWqK0Z{JT}S;1dFj=q+pEYKms@1IojrX>42k}^B9guBrG{EKt3Kl? z!)-<$5#2D}brlIc?fwr$g$Cxu<7(w)H*>WTo~P%cp>v>OjGA?ffr0x0{{}$}N&l*{ z6`SD{xs7)Rn(MQ=+cx|ik(q9*zv`bdd1E_|1P?RG*TsLhoC)H9qXr>H8%4+9Z9igc zHq8;Qg7j0E@g3E48Z`@+P1B`Voc(tWNFw*@{;AHCf2P5Nuhn%dJxQjH_mNf2A`Ai| zD}|XgYq_%U=YYSC2L!_~$1+j2AX;xvCv=m(pgW>e{bDRI=R_T)N4)#K=Qpe2WRG{5uZI_TDhceyi?aLgoum0ITVYL#C znRwz%jyA7<9FgGhRqdI-S5T2z%iw0}6NmNg-_qY7OOW|nQ-gr0xhFC{Y0+r#E2aen zJBB{&8RV`ZXV7Yo!YXN6`<+V{jsD3Vh7oGL?_KGx%C6BtRfyi6qZDtUNIiN_)EJHc zM;`ySV(d@AW5-2V8;h@-a&B)+V|xpAp5cD8e(F7IHdbfwbj3B6m8C0mJp@VRd{{QC zI;ui&>`&H#2;EanUeaE$GOkFAhS`mfN5BaV{To@QOy>ZKD2kT&ed;tZp0iJ>4)Wn^ zPB0|j{+&clthK(1vGh5>GAap{yHI*3(_Ix7uFdcO^g$~&2mQ;{re=CW$U}sU zuFsgM!S1>?odY1+4LlAx$)?$ThqqTCGn-9N-?zg?X}D<^HHYW=E_~^{|utALOa->XpLklEG7($n+L?jU z@EPoS)wOB%f}Ol)GcWdGopvpeRG=g%Ya9|d&^vtHX`YRaF`x^ON*f422ly#_j@Y|DOkW7I)h+ua^;@w# z$TkgYnJZ)@Ko-%lttg=uaL<9A&jH3}NW2`1WHrH05#Kj=Y7deP5f^5EYf|fhzf6 zjtt#DXreQ*ok`4ZIVZa9EaB5$hN{XaPX2{*Yu_rk8<{(aZpD|kuZ!)&urBgUaX+HB zs)?T1eX&Os(r2M;G`t&^s?-u_UDk08oyI?H6t+?K^hs~C9%#{hg;sV~&+S^*2@nCn zskgQ=T>jf`J`-m1l=VbM`OL7xC(^lD=1f@TO-K>3(3fyBsM@!L9b$GCGHEG2e)(93 z?%CePC;F^iE!LGQa(7pei{Z`y*h8_KtHSPGN{ltM=$Q%oBf%S*WVenj>=CV1kqCMe zQ5){dRj5x*uS|~7Q5=UM=#&q{at03C z;c;G8aQE@bX6I$b%i+J3%rvDZZa!K3G3|Y9lTXzP=v27ukJ9g0PpYFh+t`+yu4-bm zJU(JQGJp8z7$qJ`RakpqYE*gLq}&~(Q(%OW@D=$|KN9p5L_CS5G^#BU2uh>sQ&{;U zW&s~F$KgBa`%jzgJlnrXwWbQ~{XyEP)B09*3>#U^hfjWbDaw7zWD2Skv~$i{sjI(A zJjoJ=g;wc{R=3BUvPP$8qi^p! zShy&s*(SUF%rC5@QKD8p=g=>ycNI#0`ur^C+Ewk)kUth-GR4B2wLun|u#Pi3=>C!R zL9DQjpH>r8I`O3U0hUz`J@nHG6g9iNMNZqSORG&>kfPZ~TLyNw4#lL+mz@K?E3`Rt z^f4Xab|f@7P7A__;_iS(tN`yp!nl@9xNo^Wq@mSUxkVe>p!OeWC$s|Jy``O@O@E^o@kE5c^RIQLKw{2grP8v;$$64`I0lVO14$;mN zbWln(etKjja=k+_Qn;jNy~+NA?~X5d)-~uTrpA%z&|Pfius|^go#E+jgn(StJXHzy zD%(Rr_d1uDO2eFk+l*9WtQE>*fHTd)OQdtaMz43#KoiINk*J#vciy`&SJQUhA@7s7O2qP?5M|CR>I}e0?iubJnjK?;BdD#lB#oTe>l=A?^E`Cz>an zgFV`4a~3}<^~!NPmA-wq{M=|C1*@+@C+(9D+;dmGPE{#*uT$YwI(C6m_E*F|DLM%0 z2JYRm;USf|(OjoMZ^|g@Jz^j{bcs)4#rE~4BebV!A)*`8pOLRrVX}NG9Ts5881=>?}H9rSovu+pZt^=p%EDMPV^b%9tUzwq zS?kNQ9Z6q16C!o5snT&bZ>zJrsmVb+>7Xkm1J)un$b6c4G*nJE8vd^X3h+OlpC{w} zD7LP-~v)lO%4NO5z^3bF*5*{fEf@EjD}=SOnc=%xY+qZQOi*7WF;!acN`6%tl#EgQnBa z>LuIYOY@puTWse5m*{Ygr%$q8>RMf*SN(wMfs1dZY#>eJUJ#^_ve?OgBs9& z#UGB-fsErjfui-h1Kr^^fAf>doH;lQ;sx#CRb_iDC7>VYfGVEfQ41}X>U)M3@{a{` zQtntiyfZd^_|TQ*pew&}iuk26W?5Wq?d0`}dh@0Oae=(zB(^7zG4_KnK5wHol!eaW z{E>+jdiXe^78?8gyY5OQ@<4w2QEc^$T+M;u6AZ5%u;>P_IAkriY^dtXCtuhD|E#>y zte@|2^qIxh^z_hFwjwz=z(VR;Zp8kw<~_@yQ?|!vjtOlFJ1buZojlEGp{i$LgnY-j zev#H=`?dWgc6Y&ZK)HhQuXI&&-GvTV%v-URv?kSOATgT#THb!dN&= zAr@3XN1z&`53lQLo-EJ)@z65oI4l3-H&36FbunmFDv?6*1)Uy!_G(DJO_b|j(BOOY zJ~YbQc=+s0<9YFcw$DIGFuFgqU3K9gwj1X2?O-tbAoyTy>auwT`5dqqe%tGCJR)#H z-0+WG>&nOA=vkpGUqGj<3X)&fzU>lr^Tmw4)&zJvX1e@@l^S{FwPDPWe$R2)*yhb4 z>5kO$c7~1;;LWqzs$Q<0(SHM(?A2z>U#DgePx_w>Q6mFA@zM-`|MBOsed6hIlV`wy zSacHd^NP;O1a0k`J_bq~;isTKDoCXBO2u_;ecpVc6F`W%!L?b`C~}=XA&@QGqL+NywU>GQmQ5p5AvgQ`mChhFLk}M|oOMiW1%4>Hj19`y@1cBYPJ=AlhH6|t z@UY+2`aJOEJ6eOfSVl4_f9(DqTcUa8W(h~3QL!D*mj$cq2YW4~A)4arlV2OD?Bl8s+ve?-%9V{a5KxPe}PxD)UTWrP^oT-IpSjbn{S@_kZB+ z|2_Y|V9x){LkT5C{r~d}|CcZ0F_n^U@xAh0jz|Eru*!9BrIb};P)y}O5bm=uP%)18j~^IJy9z6I zsEDS{(Y-fO(+re(k4_Q`5n}_pY}4Vptj^At;8GxDpU~c_;r1QdE~hHur1a237Rc8J z{!wQ+|Ifr??WxLv#v>c=CRe^Cmh2;mXL-m>Ms~_Qb#slQYu=lGW?QU|+1KaI%T!5j zIjN|DB=x8avaurd23vna6jz-$dB(8EKyXgQqg^!^OrEw_o_E8TFlq=%fowS^?D`^Z zK0qXlQ{UvEy^B2>i%Vwh9Jv^cZO%Cd@3aPG!Vswsr*-YGzG zgC439u|gC`jbdTIa>&0oPad*`%&}>3D`V(_r9&R4!-5);O*$J)qy+TLvE6;Ftfg)4 zl;=O2BBZOOxGnK)P}Sy?!y7APq}nOy+83U9$hlY>){t0>p1QFJ@7YeW$!0$uB#X*S zbBkJQ6~2*}W|!uNL*#y7RrPDr^_fMz(Jr`%sANrSmnfu0x;6oP5ha~x%Odo{ZC;mq zs}sgKt3QcGw(W*>>M}uaSzdimUSEkCuM{^d!Mk`}X^Sz;Mnz>2yW>)|#FZ1zdR%a& z4)`u$P+%y4V>j`%xObl9z0i)6SGZ+e_cuRJ#g&(ZsLWQwX{Pvr5ij)~?WH{};*ITn zKvXZV5h;A`KD6Q1gGUTrn7?9lfk#kk;4e`$qRGmg=;{xZgGurtGtP|tT?t?6=h!vo zNut7=q)~N|PF?%)*6iSbF-7Hnyim*h8UYSWS@$obO%Yc*^PnfpL!qy*7rENi_lIWd z!Lwj*ZXCPJk?0I>2sh{gVRdhgZ(DsxNI#pTQRo-JV;!C(U{v;ksJi<|03uw_BIIN#Un!$Ll1FK?wlr2fbirj7YxB}n&CuHW5CmV}UT81qA!cKzbC(9U4?R{iTc?g< z|Cf6E|6E)8ivPE^{ug%Ri4;djoT`WF1PId@39fSiYGD|*)Y`6MDcp0CWWgXwEQ%rD zny@7ym121NZ=g4pQCrhILHfwok*P25SO0XHDyc7d$0;S{N|Uh%2ZjV>m(Hbdrt*9J z?ZqEk6kJ#Pf)(<{vgLs1jg$u?;^yU}fGB67Q)r5rxr`m7cvsGPA(L)FctVQ242Ik! z34Ph9nP!A{T04Vp|K*(byA)^Q&T2AB?;t!?@vJdZNwN)r9J+Z0Ef&fgwm#Yu*$%rL z59Ckra=qeeR6q*D*>G1G;7x&mXo;T`pmy0puQ$5u4X@q z?_07msfn;X$O0}oWlH`0-{iaq_AcxjX!a9U@70wwFM1of3^nlX;Jm z{M`V_zn?%QsdJlV0uKBbVQ=hAl3TJDvR2f~T;@oYxZy1z%W2re=&J5jFVa=hv600> z6wvH}N4a4T&jwvdqSlS_a2JSjzp9TBf#*)Kd6lf;HuOYvo-}F~w(Is+-vfe@6tS|X zQj523#}ZXFDR^BoQUBU6NiwT9Q{$PB1XP1PKBhXyvsTY}7!DxYb1~+~6qzgmeqVM* z(-c*3N^T8TvW6;~e}5*pz{^Yp@3#D}GH;~AoEZalY+o(fhI^ls z0PX-%V;<&e>nkW>qLLZ-?stv3gb5twO_Wod*XMDdvHdGmwBs_rIXr@UslhAtBkaF02&I!?MksvT0TKTEuZct#3C zavYj;x-GaG&LMYtOd*3Gn~k1%uuv{hnET)H3IYWFep>+HmtcX%RM5 zr>k_fYkxuCy1f5_Rd46GdXRn!ny^%65e?~&acHHlKI#9(V*cOff0d>5gr1WA9Udot ziTF2)^jOUQKNZ8%*4gMbzM`BFUqK$#$b@$LCV2G2)4yGaDWl^ z)z1z-w9gp$s!oEpJ9d(VFaDGDuFL$vevR$5*ouDiskAC*0Nn}JP$cf9bL7Edt4q)y zsl5C)p?#{q*}50l+Sk`s0xqE6D6K&B%*s@jx_Jl@iX%vhzQcR(Xu{GQ=~=Fc=#1pGyE2O(%R*w z?T{!H`5j6JzX?fzMJ@Zo*AWrg(G%oc;91+%(fdw9Hz<0U>^W@rQr06hHKct7QHV8( zEwa?xDOxk6*bmi&OrSv31PL)XDi1c*#;s76uPS`S$bqVUUZI$jpZ%(d&~(b=LfwU2M63#G^qtk4w|aT z9%A`AEMglWgWOW`smhunh1SIk%_lef!fAcG`+1j~{tNdjT&yqHm!g>PM8&Z_B)L4Q zWw@|$;n+0!zi?Imj1A?1RLajSms`vDH7>01_JtYTU0E6Q(42@fUeq-(;AVEPMs!0^ z)0cAd`vH3Lie1r}`?zuYx$86h;vC>40cAZEdaN46!pt#U_!krwK~@ zYzPcO8`DgyFghOTRoY+JC$ysCt3vdWK&D;IEbB=HzV{Xz|UJIa16yfK`!Evm;F0OekK%>0_ViUq!d-I=75l zo{K+ZBpg2?g}#wes*0>7)|oLQB?^)qE`rb>U>}1OnV7)CVg3?ZpQ-IE)difgm1?P? zeeO*PYoko17Hb_hnaDLkXeS;TjrI0zuW*J1h%;MrJ|t!-<&Fhk7e^`EztqY7V!`o( zeB&L97_s>xbrODcqg96V`z!%TfVuu4SWU^$OyrJ1y)!$4hZ7Fg&JgHmpgUt!l8ek! zp&Q>UwQ5A7B2^BI$Xv5S+qQQ@w-lhtvbkodRh}`X%gPG@(oA<34mx0+(#bK5J4`HGF`xkC!!1t|N8j-2Dnpceg52FPi9160(u6&BYMfeoJt#sw zL>nDA)SxTBTF-^HyG0Yc4ivl44O=` zW<1L@1SNcb7M=0EYVW{Q$R}eUfg~{A1s)>EHmB-yM6t@uqP1=iAu;kpi9?A9H|1ew!dzX6M>eMv2YVz-0`c<~H*NN= zyfOhqNn+*uSKM6}aQ9o-bIg}}%+@bV6kN2NdO43*ZKH{duS=W2Bxu4sx5Av8@n)eK z8v2!(u?LrJo5{ClaSyW%w4;**-+W3K^%4tgy3b|cSL*lef>rT4W@M@Q-Av7={8KmE zZQPl91-?Bs$K0cqD_e(jDx=2{A1di<`$0!R`;TM?s21X&_BFp2N`zP8B7~a zy{1{EB6JVj9b%`A+4D}h6MCt-zuJ+7 zOHRn2F03DDS%-Vki!W>Jhav5YKG%oPy>hC`e|D=xADoSR$tS@ED` zVWuEj{z&HOdyJ~w^2U;OY>CS#pnrp>`=jCe?>WxiUsN~5x~qSk1JXMW!-_kr)+3^K zu85;~W5`#IF+dZE(dB19HVQ=jd^pVJEjyC4OV|m2)8i5PbXy#!YqHf@@ku=PSy(~S z3+A%-ufo>$tKE^Rz7KVN57l_T{(c?*mGss6JLT^M)b1p`qg_#~=4OI-kedQctws@s zxVqDl6rDXwQmQEm)AQe!_3Mv|5!^~rQpogC=@dyj1^+pVKt_0?7cJf39nR``tk`W;MYtPdctcGmh9T@L( z_A!cdL=4aC@WZ&SbqP^xwjDL5$|ZzNghcHjNa|`H2UguUjB#SqptmkxMNE@#c1NOq z^g$=_Va>kA(DN_i#1?w}70#o`%N;LZyu3rbPqnh`+(;;-IiIrDs%r8l_s?r#+m;XY zR+%r&B7vMK8tWSgP8GtO*L$7^zEdyxEcq62Y~#uy<{WUZElog;%}f*sA004SPxtuy zvpFJ`PbW?Z@iwi>^N%+l>9|9_szYrDMX+fADJo_5+t6@{?~f#bnUUC+^Ag{>dN6M65mU?$I52<;L&WTBP?I9 zKLxfTET5@IWp#vEl`MpFvo5#E&Tq8B^5negn4)g+{3STa@#)aF!;nKI=V= zthv#_E`8-Zs;ce@Z_fG_HS@cFtjn;oe`8nbSz@j~S!C zYbn5SI`!;jsK>lY>B!#U)~OuHm?}W*5?E^E{W;+61d_dqeW7$1WXwPj62}8HwDGoA zma)3*6Gux28>dC9P6fE}7?Ru)wCvbx2dRcoI;ykI%@LoAn7__23t4LPHjAhFU0X-A zC9ikx*SM-$<^8LcWmma4+_#_JH19u=yo*{_f5f~OA|dYWytbZRz_k7%;pR!Wcn-sf zgrfyhU@f4UsmrNF=A+Vm0Xn5Ptayk^ouVwoN*5jxkP9}8Ti3|X?z5FK$Z`?FjO47MEm0fo@7T%u)yyr73)=B$JT7m?iNW z`JS&I?b3~E_uTF)aYv}XQ4-M8#tlMjQJ<5=0hH7A0St;Ex(iu4<|tDJCKP0gRvRd!}&amPG+YnlZ%Y_wAA9dq{D?2u+gbTlca5!!_DuvV*m&t9YbmG<}q{t+r zlP5J!tb6nea!DVDLXmUQyKB{&nWecUT>;{4xkJqI`1DpSI9*@UTfj4e_= zt4}@aXbH5;l0GR5$~{H%@Frv_}B7H*~p8JsY~O#6+4TQ5RMV93NyfPo*!DNW85xI*AhScz@MVP```L-&6` zOPGBoGeiD4KC>AarUGhM&la(u+f`djA`0TPQINLfzUi~o=Y8qW@ZGq3n-oVwe_Z~~ zR1v3eTwd6(zDvLG5FfZLGh*^Z+&q!FvU*#iDevxFdtAe5)VH~TXYJ(!tI@hqZtaoY zZ?67jwbcuX{_*!hg6&74F2;7MQdyagr0l@f#(K3Jr|hV9J8ZXS9xy zYO8J|=6@Uo&Gv23L;k{@Jbi+$ZbJ1Br@B<)_I^PanM_JBe5=#ESK1W7j;L)VxrMD{ z7m$lQ>EEzEVCnOuu%QKy%lq|RwgUXiHMt^S^%kCCakOB~^0E&-%AMRtauN9A(x%jT zcn$zAW#oKfXEiIeHZvS3h?IEBTLK1{Tw7}ECF$|*fxulz6B5EU?$?l=!U9$OtQi3mApmLn+33MZ|cS6K}9;Fhgrjg#q z7$y0Wa7UvV*`*4+lH7Pq^K_TzcP0U;i@NB*9JbZV-k2%LT!XV>W7K8a7a^k??LErP z$6&i-V|jkDvkcCiqy&iM*k9C;G`(K57e_oR5RKBu!A8;m|Aa9cT7S`z%+SS5?;`0j!rBAs(xq6*cwqlFN7KAcV1u7_Zfx=P))Bw|j6^RJp_GB- zoX{c-ij)-R@I(}z8ZmuYVXi8~&{-kOkHp~TN>{@VU;W7X6~8XkD%>KkS=F~sr`{z=!?Zk2_LmmZzq361 z6I55)6qoRigElI}lm_cnwou6FAD3qm9^cduajyG)RY91U|i2uJ_gT}%!f0d<6WN&c zwm42YJxMu4Oh7K?kMxSGF3cC~lDYm|Gz!6U8Y$9Dh>*coZ9^W_Fb8Ju1(V{m*{X1P zD#l&WAY*Z(IOBa8_r(s0&V<3zNhzOBVZ-dypc*#6g8mhnfq&|H+qxdipe;sbWc!5+ zF5RInE;Z}ofThkP_om9M~i`ZwYwepj&-&az%x%Wk^85#D1Df@#RH-zKPFb~%DtdN~|7nsU>LDLVd{ zj8rydR%4xWK==IYE+q5rbx%^6uXnvUTC*WxtWQ_(zWR^*EEio;4xRYT=%i=ac8u}E zG5Luy`PGJZ6($6@zKQi%Ggd)Fq2e01qCZundoe$TPa&!noaZf0xkUw#IQTBRDy?fd zzUrPxPq`7s!{8qcljK?vQlbW3)=6(1AjgyD;Vvx|PS2saK=8&zt5Yx5um$$A2jcwE z`T)b>kQ?bW@r&_wBEYH(4m`_#>r!ETD!Qgz?MKX4eEwuYh7sQc&dw6_DVhiNwa5-0 zVSG)K6ECgDvyeU^*9KP}h2%(qCMObA-dekJUBG`p6?gpfYT*5Nn8WRd046lm zN-VJSH)L3U$ShHaT-q~=dU1uc#CFOfP?dQU`lRQH@2V*Y%i`!F1;@*D7Nz{s2*2+1 zF<@Y;S6T&fmZ-hHR$BedY=WzQMc}Kh%&SBTiv^?5?U%mgWWUbRtb6E>qG#Dp;`|z0 zVRBbj3v^wL7ui<6_ExTVtKi=t51|w3Gi6|c!9$M?gP znC2S^hS|OUc?|L%n_W08p$skvsr|;ZSU7Nf#l;LbOWoMVjoPxHe)WIpI^63^}uS}Ybze?2+zs1U+6C)JIR?SI%* zAOBj@Wiqg`lbCc2N6nsG%*5{PxYUg)TD2I8p92U(YCZpf_OeEHQFEOeUy%rVACXgm zI>S)B^E5NWp??Tr$qz1V?c^!u(9G3OrKxY)m0|9)UDA04D)SC=?Wzi1;fG& zi7a`Kus-+!m3_D9(BdT8rF?cTH!a<#f^DNABvE&Mcx_Y<{=C-6l|v|YUHM_iuMW4S zjh{QLeHFn00-XIAY{qHr^p|*fOc^vZsS55g^E;?Y^sCMXD#L)d87g@R_4tRbUiHXE zE4m1XW_=qM^MT&GxAG)~<*R*OB=g?ncb8z9FG#O}fH^%PSR(_MT7oN-=c>MQW-ub8 zl1aP8v?C4glwpO-a|4CT-rhadU}O>@NOEX){8fm}=>DkOYCJ4%%fHXY)M^cUh`qmT zx=Di+>I-}JQ6>XVGreCVos#)$oYS zv8v+xB*l^qt)o74do%(MSuv(9iU<|6mPu*lccpJ-)5M`KyVtp9(5z$Y!TEIXCMzI@ zMJ*cTxmc=$Y|E&Iem&G<=HZc0!HA>!&@Ri(wNJK2;o?vv^=GvEt^SV-elzEQ=3<65 z$*Q93nxy0?k9+TG2qc2-C5`F{gps7GrYlK|`KEAgR^UgG0@^40m&ks|cBYyFU z0Noy?&If@DnxH>(y?8Bx&A1gSuxhBXx?(}Po^xAY8-mml9jr9_8z>G|r$pV>z49*~ z<5{)PiEn0W8xOSLw?vxS%{M*cfy5b>_FRq4eu32Ox`ncbv0an9#+=-X$pYBOLV~Kc zxwSqr3cKVv^)f4do?jW1rqhB_jbwSinfrG=WE0^t%i7xq(ii#0t|MW{t>6xVnKN!j zsIq5k5s<4)8?0l<_^RcDFeWOS ziMeciQ7{6xQ;$rnW>RG+Cp|y9%r;r>poj=%x!%8SeDnT#X`uR#m9PT7>hbW$r;}S% zEqE$;JD8lBVVe#-{8mC?KTQIXqSE(M7voAL1G!c&r0>c~S@%Hy3|ddc$;PJp*ow(l z9Vv0&&Q{7?#YNFK1}cXx|3vqz%zAk$103yIf2H}`pB5H5OyMMhkd})DM_Xi!<7`>Wo4Kk>Z z-?PE6vzfBR)D*hv{t2~{`gIh1+jB2}??j0ArcTYfIP8b8NnC`ql%$pjh?&8prym%9 z4*1A^Y@4_r} zWOx;BI=^J_z*%NL{a8aR|3nr2uCK$kHRW-S=SX4-byo5&iFdQ?EZV?zw4n5(bQg=4Pe4s1J&Gz`P~sEo~L9Dh~+> zjn%ngN6b$Vy^Ig!?S>D|0l!zy0ilQLDc3Z!5?*(%j*3HJw0;`kEDl{?Ak;%}#8vs! zO0c=Rbn+e`Q2Aqp9xN%Coa4` z5x?KaIpfVI;g{b7VQ5#iV7sr(_Lq3{w7<}?3>9s6nYbADq_ItgCqJeSKrsrmNbOE( zHMK!k9Z`5qvJ3cI1^es{(eT$qr`7(n|k9U^sOe? zv+p7yO6|(?EqdxHTHjEfJw#)fmvM&%-Z72-!hGU%1N+o)7cXozc^!InWG6|TTVu^r zK#Rq`thP|RFiJk)lcnd?)c`ezuH!o!Ygr)H-3nf?DGHE zsjD7KVZwiYA-UO~9x_+nA(Git)XvO7@bN@%dhDoLC59|g@cXC8~u2UKP@K4zj_>7d^NT$4x0=1Bq2_ZVw z|MeC3U-m%AZp8A;!C*80Z$egH9mbmbWlCq6~;~XU}J# zlc=~hp#=#YXnk}`dqUh!THQVL?M$A>Qzu*sI%so>QTJk{b>vr9|J!!j;}1L`zj^>E zd&QY4ZNJt?g?kzx z7?ivNHd}nRE?lf2Up%RGbPiY-%iaY`FaaWZnr*v+`cTb@w-Z94bM3K5zO!|_BQBpl z_wT$RJy^(M3tgr>VA%UUeOjjz=apN#+7u77%YH)%e%8HL1d=qI(5P%ZLfv>VS(qK;`r6pJ1GThI|(*3P&@w^vbOcY*o< zX7F~}e$qgWDlj{60_J8uWv=l?7MT`rDKh*Y#i?)Mj0hk^;NtWIu>mg1J9Dk(TYOA4 zzvt%um5=g9C~`1>uP#%x#;pt>e|G9d{u)q4vEN6iH+8+fiJQ-1N7KF4`yz#B3*VmJ z9B*xFAwZksdPiCZ;%KracJV@4`)X$1X=4ZoDJZ_$HlTLkS=@e@@wkcsrWv|t|UW2OiK`~g|F;4c@Aa-g4C5Yp7nK%8n zQb?`Rn}M?VbZK$Lx95*$lZR*RVw#Sq)YUQSPANzQ2i`lVkzXI|AM$L>Z3^L(wo#N0 zT6WiIvfR+A4}yI8kHe&NHFRc;R%#t#TeS;T`nDoh1~qQPjJL`j7aE9x;FL3qYyHAZ zFdt6A%m0LtTJI+oB^p%c5lwISNYURbT_A48ay)E)F7jo#)w;77pD47Ev;IcLr7!xK zu7V90f0r8e-729o*9v5i$*^_euFGD6S^zq_9-SsW7lM!d&om`b zr*93$)u0c3oqpS_vuPjV9xv=hV?!hRmW&xWB1)oSA%Qa^?F3c8qq8b z>BBI{p4iQfF{T4{mmYtA3~F|GyQ9Sx!ZpGyN7+9WOsjK{O=-vofwAa$nprrV11w(c z(GU*hE|um6j?g5~?oCd03j=(Ix-9FLhB~>T=rk9olj2VpzOO-TGAF6B-ka^~>1hK_ zz%j=%v0s%f-wnQ#MCCK{*yV5$!RV(P6`JcWkaYz~#XN*RvN6Z>Jz5e*b*QM~{wQ=z zbvI;qg@7036h&EFpSj&jXS!K`iQi+~RkXk4{hmOD%DgI8b>I;FbeRFV>Vt1cW8Ft)fQso*qK^$O1lzQD7RwcJjFM1KTz;2h0p$- z%}|n@cSgw?Jz^0QEQ*}0LAX@?GTh-0T2t(a-RM>EIZGh}K{ zr_!Bo@FCFsLU_M-Slqf^321TG0&aFEG5d*%yvytEvCpm{W!6Lsk>Gx52vX(Sa_`o42+-j(|;iRUwL;X0S{9u=_{F>sFxB?wsls zf0BDcq^NEpBdAS?cofN>=d5xBphZLNEZ4y#NM}r0&Rs;pFy)a_=))}DkrLSma&X`5f>$_1$NaAt`(bIa{5pAs3z|>VGd2@7XwN-~MZq%qa&f?r9`PskYUwkVfT_ zdrr;-o}`&Mm7p^{BvORO`>v8yIKYYiYJ>*C$8N8C#NfsTL!bFm_mWNw8ya`Xx0)Zo z>mP5~=vqmO(R9paW*OCi9R!&9DF`@=wC?g1&-z;B=u7HRD$Q@GO`P}L)>=8Wc4?Fe z(*LXU3xB?V(>jNTA5oC*ya2y|3S_m)wWLz|5;TdcUX$r(yi_A(n}oH}-a(v6cu^=~xP8 zR2FDLeGoEIWvnDZ;@uj*-=HHBn!hSwB>8CXha&Y@F|H@o86i}tUubpU2LYJ>Lw7|=J7Da zT}ac`Zy%Af9+j)E;+wz8&pvr1p_mtWY6dY2hI=K11N?o z!tIwhiS#BoK3QJLpP|oRn=Gba#ggqs49V)ZHE1)Mq(bkPnAjf#(gck@?Fyn%%?b(> zdM!lG_lwV8mkgKLvM;{i1ter-BqZd21?lAsN$8!OtCy>%ovRxi zKNk;@h>WrtDk{={prAsrMIx59e}syL@(LXZ0~r(R zpZU%IO#jjUGym5d6%8HZWeo}U6*3YE!7GA)Lo^y+B6B(U5v-gt`gROOtf;8-E2TGt zwZ7N3P&Y#}HXQBx(>|!fpOUt%`Fny->F6ssmYPuNlt6%K+1tnWwKjNYr`LV{i7?c@ zeD0JsmQIMzH;&qy%2F$Fwt&~QsaL3uxeFU)wQ6E6bJ7e#eyud;GqxObd2~FbdI7_SBz?KTeQb_Px6a34c4u+8N1(Y z>sR&TH3d0@>M=yr73(5rL&h&&khD0~sy>L{x?4Sw)L(_DuKy<6EC@!|FQ|T}w!gN( z(jDsn0vf7WmP^ZBY+|z zaj|9KIY^I(@-e4T@?&J`whTK94w+9R%!ujpn6`C+>_B5``L=Ci6owI3xlYpS zD6xNH7$o2tGas4 zT6PCj<5k7pc)L};>Y4SNG5=bH$s};=Y_1$xX<9kx5h+^Rz28{GS$CuIOUof^P?Z|1 z2#-yQPtrA;m2(dabb7BK&4klhx6lnA$Fro`^h7(ioSn?hqszy$vKaX2afOQM@lk6o z(|p~-XNS`uG#1wgpV=PSl)>3EcFDgg)Pyvx*>p9RrM0UOY8v+o`XN_zgG}o9teLhdNNZFao0~IL5k4oJP0KTLy@y+%6=4&lo-%*G?oJMb`!@%Rx<6qD zY74?FSCmfBu3`-xxbSKlkG=2|)xn3P^luaeDznQAV-nu2DD_aayVxrWe6^wf?&Dzy z58})%L=zl@xm{~uLjXlH=kSyyhvB$+UW2K)Yhh7-0+mL}`KYN(yw(_Abimbkli;g^ zVdV`)cod;B;l;*X*|m&%*-_WJKi<8SZ$(`e1-|u>Xm4kR(+iT7{|nL{^T8plaF3lo z3isl!*ZJ^@*suAZ)g3)JYlt>R3FS3aL**=se=?xfegE^-pDC_|$8Q>LVn#fQPG6fX zJ(ZI{wwO||qg(;PFZ+JYZdBVMori&6P`NDCrI+S;Vq*Foi$;U>wDxQUOFk&gj%%%n z7E1FC5WOyw72rj?%E@zLH9|`*aLv!*l%u59eq%X7iuriZwIv|o3dIbD|8!+dYrESg zGu0?tQnv?WM*pE+e15*)eNsRE34FeM{n;vkwlNcbDfK8OduerG$s(zvwJc5;q&+ELZ=~80@#nhjXyB;$yUaj+Uy5!;Wu$T z{N24)?_o~uNH?j>c(Q$asp07npXZwv=H#HTZ!#|dz zZ@7i34G^{~c62ZskJ788h`5EJkM}EHQajLw7&H400A$dD2&aZz6X18|s(|da4^~N` zUoBuw;#C9rN~QF2F*jnAR4GT890h*HM~}C4Iy${MR99Es5bv0w-wdg%$qTbsa;Pb0 zJ0@ef)>=&paT)y)a{uuyqey3eaBNPl z#yYbH*_$I%9d%(d9>O?bq zG;takGj*1I`J=Q7bROdT*~igYPYC~S?n!!}i33^cp2qpltxkU8T*d?G6mFm8l zB(dJU{G`;r>owcsZk;gflEsUx?`qNu*8sOf%%O(YlkI!_R+;iP&NHcC4zPI}l8ayG zb@Sjy_-X*ZYyE(~m8pXDig1|Vec7M2Nxc$QN=XQ+lZ1DsRxPD>Z}m+PN4Ivza$x}} z?TVh6SY?4efX14&6x9`6v@>Lv6f0%nwckz142mi7Ugj>(pC7c-;#RN+_QB&3G_Fn8 zYnlAqvxO!{Pvd?xKYu8d;JIA3r6X?`LZJW)&Dbs+2|PT`NmKIgQpcW^~)St zcnSHn#vh^ve=W&(GyNEKqRl+S(qLO9?S1||#zqloHWrevU`dH^s5MS^HeH_SSJ^4n z>(l3y@7uSaRh*GiUsTz$LTUSJdsE3`US1b*BQ@_$VAtu1zr?Z@M0z}8t%#3xCM~Z= zY&aSKAK<@3lgw+N6n{Y)=U;UQ&%gr;?Y@KZI`BzC?Lyfnp!1reV6oI5R;{l4J96VNiO95ajfu%hP zTITk-l@k73cepzbYUs>FJ=~Kh?kY*Dkwm}%qD-;bXi38*y`~ysn{*!Sxld0t*BsyJ z`To>NTsUGm!}kkbbIqY7U=6von@Np-Vy$#FGO$=ok|!{MY%K4HTkKw}dWky639s}M zA5XHVO->F!*f|s_$BqIY%4V81$R7GvFFP*!oAZ+&5f-)j3Fa|+jE)~e~^ z4fo^50kt;RM*oT0Lton3)ImRaT@~y_ijRyktk9rPe(oBzkpd5}+uyVc6zAR0C8h=x z5`9;es5EFzjUI^-H0V+RG|l!eSkUoS*E z*cQ}z*ZHjgfK(^KVp#nLu{k)%)IDP3rUbpryaCU*4D!?JkjYZd^cN(I*t9IXhi`QY zTO&e30Gmo^*v~Cq8F#9LP%h589Xv%Uxl`de)bk`dIz=9g25Kdf!U#`99&ftTg+Q_z zHyiP_OYxJzpOl93Va?%>E(~bzxR}MAun{b&0n(n;3frKKG)CxQ#q_VP9V$&%=c{HR36acj;F` z-FvCIIf>*qUI|sy$+?$54NgprWU{-P3qCDS|$?9RR@gTuhkxK!5#t z!!5)Snp}b^H`S(EBHhB$-e7g%pRiu&#AfQz+Qk5d4Le2xy{g1$A<=lip3=YzOl9yMrer1+^(5MR9f99fu7=@Fx@)sKtLZ2!^SIDBWU6jw@MKN_vfe64HDI=*uzKv^32iKwv!zRY4%(+>#&(15b}8FBk$&~E*gP>!vQXf0Tin)EajZmh}2R+svgaurPcC< z0o#ZrEXur9aUqGc!&~q}rx7fth?i3Cc%JLLvyyAQmSkLzfnq;mHydAg-N*m6M2ap> zne)hj7RYNUNEaqAi)$mGfU_w*U*=3#`W5!zPSK2B8*W!Ea5RNh(q~Ptf#F3LoaXoV zQvoB7AJ|bwN*{!xi0AbHOV;VqhJ}|&DO$!BQNG_C!1C$lTisrfKfxJnuIt16)itqR zslaI0zMVQ=0_XMm81hrMIDfO$47gnQhd=O&FT{b7Ty;Av};Cp?#!Ae zIBgn3!T!2WTI!NaEzG-N(jBRBcutYb1)P92<)VH6=4hyRm{F;@#=n9m%vFYYdTV$ zo+vTfyeG!Xf~W-L(}q?eV(7<<=Ex@Mdz{I_(0|k8qGh4EAqULiR`cPu^TtAH1&Z8#)Z?o-Yb+@;I&sdL9yJCd=Nl zmb#L2>&`e-kpxs4ADZwdK&86M7;|NJ!L)>zzi(j{wtF{E5~)KzrnN#t#jM{VES-fl z@a=n3L5j`Gr%@dbR=FC~opQER1~C_x0+Z&9=niU6}f$!oUAN~e9YFgwW|*OedIA>OxU70y$R&#to=VUj#a4M= z<_184GeAsjorVqNzg(46Ew4C-z0w1q}C4BL`o#O)BFHK&Kh1WhV!+ zO}RpmhT&C2?1FQ$wRDsu(}kLM5bK_T%eeAho|Z!#!BYjkR$_F=g6 zhw{lX83qADMzlPia$x!1`eAoqi&dFj+w`|>4wn2pb_N87Jt-+9inGkp`;BqU`@tT! zX8TsI(`%6Z5kWhE0`>L4JUxc(0>X00@kv6XPc~MW5bfLh z!G$Rd#oejs0RbAfo%WgudEPVPo8t*g1_EP6Dl1bSD%mnxz5rd<$*VP?zlNsS4by>m zuHCLH9@Vtnl3%VlSwvmAW>q9@)+gaNwf=cK&l`%r?=KWq&d7a!(yAu}xaRT;0b#t8 z2W$(!|B`&imT`toIQ3dn3K5p|^&3}Xlx!m@>X$H>&kO7(*ChEw2oQk*%hji@rmY7oGU=B~V2(KxDx} z%uK4%9`^!Ad74a4Hx;o-M|n-6`kWLuhVR{JG7h@AJp>cnLtIN8NZtk)2rK@2K}r`- z;J#xizjm#B`13b*-!#dreDZ2i+~Z(N?ajKdK(oZ)|hs zPieSMX@eysN5+C{hwnaRJ-#3n|IE=}A(Qx-HqgXBAp@Uh^N5R?f3K85aNNp}yz$9f zq>fF??vj@n<_X(Fb^1Rxm@#94zp%Fy<)=&KOOVs8VMXvVO(EbZ z?bb&yD6Dc)g8I^{;nZ87n%eyRQfNC0|qx*s+e02S{_^x2+L-h`sf1X&^zdMh=TK+gkE5e1G z3KngY3Djdv-U)kYpjbQ?MA@X~pW^-B)zw3(O6)CrxZ7y)}6X0I}Aav#GL>EJAx zLpsp7GgN<0qA%J?E!jGJM=Y(a;Zz=d)>vY5=bOq&^jS7is+;?n0t{|X9?e!qS*US7 z0a)6sWkJHcsOD9hosk7Np$z_q%+PD=V+&+(OBe_BzQnKS;rR#;JO*)z9DMdj(SS-- zcTBguoR08sDu3;6{6e~=`Tj^a-N9Jbt>Dj>#})dY6TkWW=_90@+6&y9wOLi;w3S(5 z)0aT-^Nw)JQL+6h6w}X|wGuEWY07`8xbj3X$OsW~%5u%t_l zOvkiN5v>LNjRj9srAW{}#SAmPo|7hfRoUc|RYwpeXYICAuO);D$o%+?fp@;r;LvSn z4NB!km!QCI@L9b$Jx6ulDLekyY9#Hq{yvV3imkXs6s%*%Ygl|UL{j~1Qa#e8{Cnf+ z9fwouZ;Zs>)Z5e7_oaS9`OY(sOA?7R`Lmm(`fy_20XK>t78a+BbeLNE*K=9)ATb`l(kwerV`f&7QP* zNazO^O{{K{4E-Dx2otCvGTt$0pj8#FVU+1(!S;$xaf}-!qG}R~6(cpZ()Uac64GZL z(<5-0RwRH*4OlbKtw~TRP}&MH#(CV0M{5r%UreXlmX;amX7$0xdu;mr+a054 z-0jckePs1Dm5DQ*H&v%X9i!LiLi^iv=Wu>tPS^;P34AhFR=J~6v)aPeRhzON&yh@2 z5=IeDJht)vnbh>R0OKU?l~_ymkf!Lbs;h%aU7uw4V*LDwqyY*ovW2W|XgL_1U1s!- z<&bp6U3fI}V}?g#wOy~d{EUc&N=_&Zah?HQDCjW0afBf0Ans;Go5vFeHkzB^fA3DM zJYu* zqLO|GEZ1Tz!(9MbnICa)$3X@XO)@R(bOo@sM<)s|X-4hg=_HAyMh!&!XMDdvn72EK$(=UhxSnqGT)PE5k{P1m9V4?7aMWu#u>4WPmvxH_8Id)kjhpI3ZkTP8*R-C*f<&X+gw35FT2b^ z3CHBlkOqZd6j*OxpF`dU0r}H6Be#sgBekU zwkuu8V~C7)E4W>RLtv8(>zx-Xq4QIf!7Gs-OCiL445-^djT?4H4O&{9pyYPOX`D`O zrWF8JpjW2dP~i?hvK5;YHS5Y;*gj37@MsPkv9&P~u^}v$dQ2ar2ZnhfZQf2u7jEib z^0BG)%W;mMd^w+-(E&1@nCns1>3D_8#%2|NIm6qB0B2Rnvf16ofKpDG-^4#;N3y3LlY( zgJOSZ(s67Fv)~srAvj*<#P0ZFAwPZRL|wkRlA+i^NzbOs6wEn&(N5P3Pff*)Uc?#u z`ACVmfso7|MM?7G*J#k3o|x-4nd6aFV#J3rEkGAaV_#q-ViVfG zSQ7TACd-Rg`YunC6_21b^lZ{C4+25ZrDT^WWR)?P!{9Y&a`r?RTp#i=8C&z1Yf*z= z@$*w?o>8h+QN&?np$Ez^VS3A#x?A_kNOgo#m6d#~9$>Y%N>aEWZonoGpr?#5S*m7l zQpeRIbFtwso%*C{4}kS&QX{ia(FxlKaYxVT`eaFX=TJvLG9#ly!N-O&rP;mie2l82 zA6Xd?+M-{&SDxuT^BP^)Jb)lNuBPi@e{B6AUJd)AusUj)QzjUbP6pH!;oPi#r37ph zDiiS#V$h-E%1sPF0;M9>2~KNZo@ID`%ZNxA!L}%`BeIWE!)P?lxIOU^sO_mXR|F^d zbN;qe*lL0at33w}!fnk>q^yiU`>AGPM`S8MrG81xP>x9}a+z%}aQn}6K^rn7u$)|* z9?LVo%xXWYZV0V9vnPb}kSlu4HNDajuSdtZ38_9`(azpr^=UZ$_s5?bb{=bDj~8|4bjAl+$|Y!pGDBIOjd9m_ zrF?mmvgvJ;WBT|-jaw*)BoIdiMRtBD`1Q0Sf3F+08Z`ga*X%ZL;|yB!4)8QD#pYFh zuiYY7yD}h}xs67*Zux_Sy)V~RG%LX?QlxkZPN4kcCYzetGK$dzaY^u!UoWr0VHq@K zx#WjUrw7A0)Cw!DCqeYEKgk}N{4TrcDEr_ef?x5~CsPzNk#g0jjvtv(grZ{8yp{^7 z3HmOfk98=$nBz=}p9VB+S#X3p(oV)=DYD=*2qIaL#ETu6B|+ruuytZOG}pcwOu(#) zr7Gh*ONVNS=b!I2pj<@j78&}+EgQJQkMQ##QW&S(rSj)RW!OS8h?dqQb?QB;aF~{h zzql?FMVuank?_wbdi13tJg_7#Y1F&PGOcDf58PP%uO*1*%Lfb^aHrMmD?jdl5?lh< zg&6HK_cj)kMYR$(yD~9PmrIVYJW@GldIp4SB?zrskowV1F(I=hnQ=IwbaHT|B=C$f z{RAo6A|@G^$2V|l+W3%z5q?RH> zAo~gj`5+9bPM8nCTZw9`oz7nfc5?#N!@11LSlXr-lXmxj9gbPweJnSHQk8p87JDk1 zIYI}3KHk*Aq_Sl>vgv7X-mx}XaSSJ>VFFU*egO>CfksHI+$}zLUs$S=Yo54hT6LgN z)-sc-%mqbcHCO6M+!hwl0(Uh2Ce)L7LJ3btdK{A*Y~Uo24Gr+1%?-EChJNRusAZ!; zFeMkaS`|*@Rv1>0&YRAOdcL|GX$nT!~6=E0)$#mJ-P zF@}-pa_xAop6LaA%%glh#^CZ`YHVWFwA_@<(X!@p>-e2aDXls$s+B}ARpx*A4Nynx zgkyF&ajX1&?BlI6KiA&aQMi&7Y8<*fEgO!i3K+grZ7+Di;W?CN$#-oBoot?yo}Xi8 z7mbAn%n@Z<3uH`*S>&JJemd+RGR~1<(SMMVjk3Ws#(AfEvP{uXLm*Ty7y$ASf2D03<6;%6ZS~oM%p;BYa`okL}hhE|B}m0s|*%EPgyt%EtBrciYej8 zwdg;MSZ12B!5T(G&fQW5ytb^N3Y|xtQk-h7qr<$A5lD`zs7Iyh2P?brzj*`CG|o*d zsZAD0rxe-UG+`x-i#t5YcvUD>IzYA1#?&D*L4y`8l{CuMW;-RMHLbN&AncC4*9XW9 z#x&*$vlvd>U)4`Wx82<2uIv?Qj< zC}CWl`cm-0jgmHd$#)Kj8kY9i{w#!5e7N$Wopk?P=K5sl>b{?+@)&g5(3{LIdR$Rp zngDHm$!61yL0lx<+LaBn;#25Y46?6}*9Vutlo>lhJNGXnQCc^pI`d%=8F^V@JE$gT zGT-8eAf7o|P}l^ao`}+jlebID{GTHLDJW~? z^qnPJsX8|NHI+&Y2Zyew6yw)h7>U?Oj2iI$=a#?xmY}blWKu+`3-F_-sSg& z@CLPF2289Hg%zs93e@|J-h6(-L_zH+L=3Mj{NN@58z70 zDVRygw4IjltFmntd=TIDWXw4K_Y<`9;R8~UVf)$|Wwd<3{O}%UQB9uHMUcA>+vkR% zuHL|WHyfUXyXWIW5MAkZTC^8Qwo2hTcrtfYSyXx2u5lX~6wj1a!?opUHwpSq_q;oz z*=F;0j)~l%jx^#cvGv3rXYZ!ec8;k|-rIy6mYfVKEcc0JcAj)YrGx{wcF$132_;?W zEw2(8eU{Iusnl=royXG0fyzu+s|(9UJ}Huh65hPPD&@uyOI$`dD*}D|JZ|$zo0Ngs z^Qj_dXceTNRQ0k1@Ho-?awFs*zD{OD=CTq#h znN6a&;yLjN4;IiKyi0-EG`^=wq_J%5bF~TtJaZ(ikPDqNkOD{Zp0l z5FoumLPkaTcl?L{WTdZ9(U6b{iO`7wB=ii77<^2;1pK4|%(7(CGIIZeea-pU4hLp3g<+29@#9=au8p)mf$HY)dL4ov z+#2dgN(*dviuav`nE>yH^k^h{(I+5 z@Ugl@%BcC?w|(+4@sa2jcY^axzli>mGab$GZkY+sN(0=d-6d4M)HLzZiWj7*wWE+F zi&;4z%Rjoi^vu2Swl*TR4)>&l<8N}cYkdqT(9}gobQz>66?~`6J|+UOA6}4#AV4Zn zQ65QVxa-J@>fA8^xfXuf(cqB!z41@gAn`8z;ndE_efZy$Au>(lQ2u3a(bFU8^FfI$ zbR&f4L1Wz1Z0N%7Tm1Xw7o>RG*$)(l-{Op_IUPo%HB~;r-4QA8^p*afPf>t3z?`cTPxp<1IwJzD6Gue9i1-G5}W~ zTSi&emR5}muKx*;SXiZ2fU^a@gMU4?RsO4E@3hyrxB87n^lRzCaGk0$@Zl06q$8?m zW1UY=qXC^ItX|R@Tt8Efd284<7SH8gBs&`DK~rIjm|P@kY{!9^C*(Hil=Nwwk;mA( zCF0N@&AwCC^weSE4N;Y^u-jercn!_S{?K0^@3YET#A3v!{x3*J8|9PmC;nIs)sTVw z9s+V|`i(zD_L!dGQw|^5>2PQHzKdD(g7nBrI-47;v2)1g>vlP-sNuTfk9p}smSxfO zf|O;^tvLP_Ov`?GHSQL^G`<}ns*QC~l*-CZ2P zDRY~hkzSCZo$SiTlF|y#dSmRRvicK?%%3w4l4(-y4O!_>Hbr=YU~S_uc6F|W%Mst+ z=!&x&owmy3`T9I3sdxm^r2J8=BG2`Qm0<(HNDI2ggvG%;qHrwn}UHTjsh1`z4iHYBJE0K}K~-k6}5OGsTq0eeYDK$H!%~^GIM#Wz0+? ziqC=q`SsA@o?iSzJMBcBuGoW_aP%#4jI)@;{4yxeRHBabl5pmD?=LD7n2-z&kn9W} zt|(3L$kXOe(yk{WWWi~}z2#9R%wQ6M`LKG3Xs*8^pl|plei-0TBUc@Dq$?g&Y41J*&s$JZla)KyPYw34 zDgXTC)G)7D={AG|LnK7x@B76b#W*Kuj3rR%FIDUL6mtvVqvfcSjG>XF<}mzd+bH@< zqKj~}XW;7l)Gpzd)44;YMu#0woE2vnq@tAMJo&f6c_VK~Z`=!#Pl%LcgZ1C8(E#Sd z)Rn*8E#(#7<4IhJ_4@Kfo?a&)c0JNmcV^SpTK%RNdJat~V`v*pl1XJzuC$2hN{j5A zT~ETZqP?$}jJ{9#$3)m$Sh>b&=Z7stQjS@m)li>qK+W*g4&v}gd!SOFC|GUq1?lx8 zx@?fy$L&kr$L0C24>ePP#(hh|q|bMb^qbCon>c3cffO4X`c1>%?@y_*h+bE{of;xQ zcngmG?f5JEjls>GJAO`enSpwsd%(op?D)gTh@4T4aWly!3fCmukU1fO`GSopdw#G) zteKEF>J}*;ci=f`Y)ae!Poi?e(1r=3oLGvJQR_V=$w?25%CHBTQHOPTC-x*glMxP? z&oRxVBYt?Cps+koG0M~4cDbAsrf_OL#3Uu1g76o)^!2EGLrP~JW^Wl7Ju#gs5%8kA zs(3HrS~aR_PpoW2#DbWE_H&k;jC^Y{Njg-L>lqrO6R$JnufN+BxcIZ5hNu7Kn>{uJUuCLbP(9QJ@@{!CxSAPK#Xb4kX)RYdY>ux>5NH()#U%Ykeqh-bJY;~!s`mPCI_j5&LP2Zu~K=YU7mDOkHQ;RRG(YB%I zdJNp@3cRGjKg%Af3mxq6DT1&JrS4goeJv%E7={hik(NoCdae;TnP2%S%7|?tuK#hFTBW_3y)~ zo=Pj*jPCBM)=N&?C%hg_db=KdCRk=RxlIP>q?$v!fy7@a{%K{sTK+(x&klulPJ656 z*c6D3#Qb{qD=nl-1AC`ipSw?=$Xo7P%@iWyGkipo@7x_+p2Fb0)V$+FLz~yaLbOb_`i*9sqrP=Ea*YeABz9yixxDf8=UkfHM{>$}5 zY7x|Us{!x_?35bn525(fQJ0$I(O5y0BMOoDK#hk2dSDyonJ7r-6d+bX>cY5UX#yrm zI`$wrF8b|t?|NZWQA%6{6E7(+bI2Qp9&hFWb0au*tMZ2YN4l7&2US1E3|p!ECTH^p zAy9nHabkDwzUmscK+wWpkbaY^u(NuUYn3`SYBUS|9$;rjO+2P;`JuU&p1<^LIL;@t zq_Y#kn$xZygoo+PB}`5GjDr!3law^^fx&Ny)}VHO>tXBzy+4=vr-Kf;Ngt0Tw7*~U z-jyKwjDAI#mB*0c0QCO$h8QBO4Ub)7n9De$pwHgpa)zfs;!ZE+MQS;sOCp41BLsfN zB}znm2I~+IgLtTXGEnNqiD9#pWBecC|(+zPj7&){M zg$!3T?Jnrh$hkQ9a4yLQaI=pw(NAfQjEk5t?_w^}NYiu|0kJs;N=v`$C%PMsq@-95 z!CRAliBvbAFi1tizp>JCF>!E5{LN!cMV^>xIPaG4lKsm~3jew6>kfp9ua7Z`UMW-K zv_^3my&$!1AxxMojZ|bN0c4}Hzx^(Y^}NC>oC#LCTdEblxF^@{^0=8k z!LM>p$IXkOSOlWdZJ+3EcX@qUd>bo#JD^l?qJ^nf`Zw>~)-aP>Ba*4RZ!lM3c zb+fIbHu0Z>PIei8xdCOC=j!5pBtDwbwt!z%v(N+$Ukd{pO#OE$oL8;XWehFsvYuig z>cAlT+*t1nYRGuxSH49BD>kd|fm!7MhkeJCR8cBJ3x||ho<`1@6=PAs;SL)zph&Fg z0Wc8tt@>U^>R=Up;Ye&tYhGh#un#^F1S};lvjoz1{p0J-mVLtT{r!CXZvzD>e{IP_ zrPR)*kcjegrjA}_nXiK@-c~WfI*H`{^zU^9ogDTIgpN7)v|o^7 zP`72JR%Ug`LL6_J})mOJ`){rJ>+$W9C1iW6hta)Rt+Cm|+6?65Z!k0g|T@-O|?Gl`#y` zwhzC*1WC2=Yn8wq|8C1P7+Xq-Wp$ndaB4JtBmd>=bi^kVHK}Jq{<4|@hum%E>KcCJ zCdI5^1G7d&r!4|%@{}DhGgns1D1caeG)8e<*-;o-V-99Jv~)J9&yEQT5*)BZ*;s{0 zUTW+C?|*4t;|Z(WEPa+5zE{O$Ro_w?mK;t8;Vwe}7x~hLTQcgjX3Wpg@NF=|ES5cA zcYJy8jg{KN&DBcFn(O=!91#;;FTKN4@jrQ92_&!)pn)QN2 zgM(QruLbeo9%WF?`w-`kBFkF0;XU3E6gC(-5>URoqkpx^xm`)lR9dZ9(kkCZ|GTcl zh|{nskT%4mR~AcDG#*LziJ8XG%bV5u>XC5QUj?kghMB|VaDP`?vD6f#J|;fMAYk14 znF>l~veSle^PjlS@DuX%Rev_h9>!MD8X;1yt8SEoI4G_-$i;kpa7}xk6aSZkWLPrc z;jg5OiFq%>GGO_3ZUfAM*PnEy$|CGkew9|G^TR)QWMsEMCt*aONfbw$pw?_%m5|Xe zWJt~kGv#)P0fqTW#HLQ3vzf;?-P`S4R7V9d+l0hQwQg zJ9qntVJ8ajU#oXOK=An0_qBAU{jx!b$ezd%gXzHg1=MYbLMWA3HA58b+d4>*{#}V& zbER*s^$XI%um_>}tvWaGvuE&_q^GV}vn~Dd-eBw>6q8RBqk$h*+aK*tHKfE8ygeQ& z!_3t+SS=WUpWT_}7vr7UxbmzqKaEG6=Vq47jOU!`i^FQ9?zg-f|G@Td{oGPuTW`ogxvTwarhcy}?#~I$ zq=Hzp$AB;KA)K*g*UPUCf3~j{P zK8fD@)_%z=G?UC^U+T^a4X|79{r(6^DXj?Msr$xB zUa-9}sg}|6>>;km=>|JLkvuCh1LE#n$ky~yTZ^R<#ji6zXC(k_I-kY>HqtjPT=Q?Y zgEyLsa+}r%$mJCBWe6^B14bhaDGbl{`@4n}i1n(laAa0wOTV1|Fb3h3N1aJ$HmYpEP2q&#j#}_2hP*z6z&=4-rZIihQUp8Ozck^&5RRA)_e1>vs|(%=AL1kXod%4AZ-6D)QJ$5H@edpjiF&hGJi)PuvABNQo8Iih8z89(w(mkTqRj zbxu1v>+PYMFzTxfUDTm3C4ImUj-M-Y!)rfud^s}6(mI=d>%DzJGA;>vZ(NJG=U)6! z!}c?1KAmvPq z(g<5`=a8iMfNT(pLrC=(@Q^+Y-h44sUu!Qxn?K?j^;eYK8$V%-_cuOmeCrF+umNeL zSsm-S-^3;TaAHpMVBGh$M&+u_|A(ThaBH${`@TM? zgo+Fqf(#@^52U0)*#KckjxOm2nJ^k2ltwmkgoHzKATYXlL>dX{k;*`NI;6{Q-#@V9 zxOZR2b^h|a%fCitQ3w@2;;o*f63295k$BUvQ#d{!d*C0{)tL%^oq$ybK z+)Ml3yjJhK-}etL7Y=1-fYN7oX(xsgKnKua_sUEz>c8+0tNhYM61F0u>PgaevrEPd z3)Vo>UKxe$Rkg`d$6dN3l)bbK#7NH^E3K+OBK5x4C+8ua4DtTA<~`y27>cjG-VwrB z-XRX@Fp2EPFa^8tOr%B^lz=?l!$W zemeSO82InC+m|m#MTm(;|9^C(%7b^9CV^s;U7%LY?=Gv?)wieF0l19YOF=YJ#{Loq z8bWF=B7)TJV)wyzS=iUtxznS4GIbf(-Sf9fJv%?e4F&OTPGa@T#{zTaPLDFcdj`4d zf?rYw90;BNtN}e3F5HdsW&aEH;5?m(`%*gs5r4(X?=frIZK%rOe}1$W6dH=I9ChHH zfu2H{#ZGZX0`5Q z3ot5t@?<;rpQH?hRo+jF(88Kd`j|Rs)d=Gm56@(F&wy5ri#VEZ?1X6@2UvyK-X;|n z|I>00o!!&KPxn77`26xh!voxFB13nKF8+y@>_@j{smhqw&p)I;&O}rRp?X$(v*jsX z1?oSJ*Ev;tuHYsF)i0@sdf%_a!k6-pmW*N2#pb z;Jl6JzNfcx*UP4}U8akg<2EKAOf0=!^w;ZmTPKyxsA^k5UX!Atjp_~!<`qi}Y`&W7 z?+5U=bqvKahTX~R_nr6!1)JRgT5H_uc{M!$=FPhV$`ga9-QQ?8c5spn@7vgy_xrlC zx}nYS?uJ|iJB1L47es*lOg3L4m$tq)-YszwV5_V^>R0Q1d=j^VZpP+4*qLSeCa~8J zOK~1dH|o;+UQ3=cgjVr&3_9U?fj&z_c|`nyS`4T3`>}aYWy>3J?SZO_%^YI?h5G1GtyIUYOWkApR7F zkpnD%g*sIQY6Z2FLw#as7~O5pana2|X4%5-JK9~Z1d=+BWJS=u(GL#gceTJq6z2}) zM1*teRd*_c{$L9Ropuk{;hB-;oPR>JSB$u=dOH zaw`74=5_Dt_TOu2sh|WTq$48l(hxLcFdpxU^Jw%_3fSUGWnzPc@V0dX*tvJS9)Hi_ zU067eXiO;mo%^RD`nR-(TVKCQ8!d`ovlqNuEGsobA>_FO0JYYp&Ju5f- zDCp1me!g!yL~*b-Q!Y#8KMbKXVj8M?V;oNOSbK9-t_39gIrd3T(t-&IeH85bH^P(lEw7NrGzf6A8L{%J+P~RvgZ|)`aHQhWMiSuT zNUgNC$_un_n^05+8$&|hr{#(eMX|rv4nAM7UCpIVRh)lg6MLtv8MdLfk-CbgbZ7Go zp}T3p^ca`lzG!O3O1GKjl z7XDsKRe7vyan53>70Ip{uY0f;oA>vcNUr}5MvMT8R$%%jenm^w+^5-YCs3oaT;T$IKYTe{UdY1FhEy zKb0UG=f6lHbo4X;_2WCgza!fPBrX1%1z*X8d>3Cag^0GeuV2k~=`^R9oHNiA&*8NaM-T{GxkAJVt3WFiw>DLGDIQ{eVZB^!w zdbzBP`9fG5|IZe!z1Lc*?ov#vBUyw|&#VM%ERTYAkgE&Nq9JdII5t|T9?rK{3u_RQ zf#Oyb^hDURda2W))c-;X^W_12Va{g^6`$kKyqUZ5X3x1-bvZ^R_;P0nnYz#eN9IOb zJ6f>p&vGj8kXn2}kDJNr!?qt95A;bwgNpu_Q4x3OSch|Yo8z!#ut0b%vQ!}n=$6-8qvcg9&3AOa>8L0z1|a&Oyk4Hui@^%@PTdaAQh&qyp**m1i1;PrIRFAU0JH0r*hY_9DfGNo!rOGG(;Z^t9Ti+m zzot^=km=@D%TQ~F2TcE5`fTF@(vPk^c@ z#5p_sY0iK;jd;y4`^3|wsbeb~?8t1-!3s=JM8{eFk&CCPS#t~F-I_C0FZwcs)TULI z(d()bo%oTC+Ty}knYTClOTl|qXA8l6|5@xY-rrlAt+Ms$4PjvgK2 z09vw|4$*NLXP-%6a`oc@6MR7iCJHi+?F)3674Sv0lV#iEb6F9ZhG!@r^?#IY4aMAE zT}V-=o^~^FVqy{QF3e>o!f&9a#lNFqsorb&ksZHK`U%$A!9?d4f!?k7gAaf1K-<*Y zhX?DS@nHZ`W@vO$g?&=tg`3c$hQsB7U!Y4vOW#-j4OiwD*C%o)aJ_g>|GYuz&>x&z z&pT{wZ^5))G`!U0VkX{@W3kfhw`p1$t^nY|vVy|Zn?Us8J^2>)CpojjYAL5?n9u&9 zsX?AR3OqlGQXWSuIO3f<-a?BNG(ecMvpRI%MkD1U3`VOn$o{aZa!aUGiM z^2io)^qe{k)pgU2iWZ5w6$N$~w03=+Po+8(wXFvRZZ~jCm4_JE(UC~}|70FnvP_wC zo5?~P?q|(wtm7W_T^2j^>UYOJ0tW|hh{->Z2zn^I<9Q$&bS9 zQ~cija)lk&t=E)=QZ%;K5+3h)o79%Y+rw}{JpkA?gK1J({6c^4Sju3~7eZ^^+Fxh37~!Qj*EInRqa!} zb-2f`EMC)Kj?iCiL9GKQzadDNEcy$ZN0Di5Z!4#DltRZI zU8_cCfvc>Voam9M-4=Of7g&#KTYZnFvfyQ@w8jsu#zKrLs=gpN*CUI-9oADGe~Rk) zeTjFidaE?~nzIuNwKR2k;WPWI%LoB_iC^kB{!6U0zi5<66W9KxvOjFBJrGFL){Qau z-yDM8{&=wQxE1ii=Hu&$c|l<+nXlPrrb-w>S|#5Ibk|3abY{@@9nj}Dg>$gf2y{Ge zaZRV7SjRxafL|@C(8UfTo_clR2M>8d-dZ?!i@?TF`Ka$)mI7dBDQ$nTlxZQ{;;vP% z5(e|gibtEXf&6*Bb!Lh6+@jx0!coEg^jf^D`WZ_mK#NwtLBNj5xkt$lcDQSba=%~J z=(5Vu@;5Ypx68pxQ!O;F9j+-cC=%-xhO`tS^pH@ZM0SlJ% zIxG_13GFG-DLZBH>V*Q8#8VE*q5rl_N5$kd%6!+8gNX-|e!pt6r%f`cTHu%Eju}FM zQ&G6*0R2Kz#kLly?_XppG0fuM#9gfk-!*M*OO@=t54MJW*6K|p3Y4~qn`dH1XDMQ5 z9~5p2%0&UbDWZE)?6XD{0AwG|MhsUz;pF9I6#NI(dcQbjlJ06##w}`8r#QfaX`B7` z7pTI<8LXinU6!=ow6~{y{^X)w;7?l?n4mXo4-dcLW0RT!(I@cc<%wT3Jf+A~*G%Lq z6ksQ!!WO2wtgARRdM>u4u4WKYyE$?1+>hSjz5g4S-y`>?6~D7xQEIB$rxC+`CyA-N zIpI|A;!g|6jpNN|Jqv?}{)ubsvsGzD@INj~7umb1Ip@h=hd@YfYGS+9^6vC%5O$~) zX4e#oSiDvxqFjHc$V^?;Cf@6wLylq+%^n?Vzth|HJ$}!|u-*>tx$4L@3wup#d&`7y zGC#Vzkzk9FDaFP;_n-N;WN(!i_lqF-&T5vuAG^wDd8I(!B94-9FSpR=a>*r1~{oBUR^%hJi!`Uu3z9eaDkJo95pSPW~<3@a9Rb z$>~q$6ShCu9is8)=ot~`a*$CGDC#qG?(S4%Fe+*=C8L+u(uT9|nne zd?I&OowqXK>9O|UyE`AB{u-z>JpS-rV~gqAy*S!-z5NsLRw6Y@iobW!2(U%ASe)&`Fy?Q6&{) z?9w|HSoOC&SN+7RV#N1`iW`G$M^X-UKXWfy>6q4k8^<6CJNo3oz^y@2(Wedub6~a{ zcFMu;>%XNg`c(N3I4`?%cqqgwlbTumGCbtrzLI|`R+3&SiOr#IZl$E`&wYm)V);fd z5mU#Rfj~K26|@mtQJJbNfU^LW6rtD2o6Xq8oQ_^WyS0x8+r1}M7BQJ`3uCHpmL2&) zAa|vsh9pmF6N;~wf2^5a>T-Yw7`)u=q^24`h(7d}lNc&~biNy_e(Gb07-uOLtc@&i zY}xhTh@7zAmDZ}7aV8!m+9pfN0qNpJgB;&v;R%S&Hu3=TmLqcj0&od$ze7G*}CYM=fkEvuGgp_4ebx-uS6A&(>DAW_8ztHhjp+N)Z^E?f?TaE92owsarcN*uK?ej@}*`y znB_1v(AHhD5v>)-Uf33#Ro4Q~v*kdfUA66{IwyOx_kI$%s9gVXqgWNxWPmIX`Mzb+6YSN!hwP00$`I!>WEGu?j3 zo4kYyL48t?kCG!#_x-oR)BjLf1AlX>(rGcB`Lo=&+m0HX0Y()((-cBYi93_a8w^ZY zW!y;3MdsDE=)rWCiNzR?>XdiK*kgy@gjni=C9p-*t$1%9-1t5u_L4q)jrVu!4QFtV z8ClU-zmK7AUX$B7PCb~f>3il`R2P>qmG0Tyz3l0@^JauaO~JBtz7`@GWYlz>h2N&e zs`>;8Ybuo7!vO;pwN_idw;LlV{IeKq)`IW1;(JHowZ{|AfZ>jxlI=9Cl$b0+5q>E&Q*lN z`-d9e6*YZxtcfO;ek(=#Cer%%R!va$PM#+mDk=x06_^mpJ;a8g6O;_yNr8-{39NdT zElAW)gj9;U(CrZq79L^|dtofg96x~0jAtUIbZG(a{=JssopCuiHPWk!v;z+F%zX8Z zYkSi3eSZ|sp{vMR;v{-HI4t%8fhul)|7Rc(c@glM;XSQ6zPT-ET|AY=O(Id&HT6qn z6m9fNY+ z6@ohoy~4KK6Eh<6)T}3!0K9NsU#<_wM3Sb~Q)omD$G2~q91G>Fme7H_gbGL~f!*R1 zZxQfb>Y!R)$By9jf;y-wQHZQ+W#Vylk)zQhBXIbvynGljvd@frUkTGqd^|kiCvuJn ztk){~XI^_vz5XJOfm5qIu;39s?$s-CwLFR5s&2^a@(BHS&EY!aB;i1mOjL^1efj4L zX(hSvoeg_fnAYw2ojQfH8JJ&tvF>!nos4_Qn_1u%A7RL&xRrN0Ctj~5ww7&*AIVk3%wh=LvCm3<-c7XMJ@kHrHI*+38z$+)k z*%H1)7%v63YKgkHv(0$Q6ZlIp|G(D>%GuB4bqfs^;_6=ZXAX=J3;ABB2XWO$PP1`q zwf0XJ+B#2QJK-ejrI2y*#%Su^^YjwQKE+QwdzTT7f8u>Mk33uYbuvCy&vyXEJ7~+A zu38D!?M|g#Gw_*TtC2ogM+^O(Dxbxkj+wHf6Z+*FM zYA45y0f|Gka!>wVTT3Eny()F5F~`lBT<1}&^%vK{D#ff{iJ14VJE|8IYt5IRvY~e3 zA#iR;59~nn(S-TSaZwiXkjh#^01A2ID89CP+pkFA@@W@@iWfsPoyB!+ZMuKx7K0@! zY?*i0jlj=*PKG?SWrh=jq*1Hzx#%P1+~E=$}R$Z(a1WydJIsdSPlMD6O?rz%I}(1BEfOy?wq!aO-mn{ z?0uQ9fQ#x+yO(T9gJNY8dSfLY&hgP^SWK9e;mO?dz$<w$qKrICqbe%Esj#-T;SbU9eOF>_XyR=PVO2)gyjrJoEYLVnfS_RYi|Gfb&|5ROw-MeQjD%S!1kBqozu*Qdg9C^Bn+r{C=P6 z>igbH*bE>iFTu0?7P^=TX`P4L`lX0%z|*!plv~raelQwf`*!~F}`YLtI34F zI@MM5+c%70QHc3g1uYcPw6~yT6GwGOo_=VZAG$v>J0)zjYRNsq%o>J0kP6U4my@8b z?Ctd9rzN$-AxhaHqnn$(ujZ6TxwNWXE!GL zIyxJ(-WZp)Gng~I`ue_8HcGZ{zU{)65oDaKs?t;K z!FYiX_Q8P{i955u3bfXDnWUQp5Q>sRi8eo6vna%oGCzcf7mID&68rJ-y^+3kRK|77 zlIj{-Y$_G^)g@~Cf+nn*sA>lzz|sD{`*AyO62tQqm`HVU=&t)a)!5dnEx7BVX-_}4 zi&KabJjY$7wl~)!pl#kQ~|IG$+I4mp?gMDOQZ(I>Q1NSJyRfd*>@iPVBy$Xp~u(cqei3 zzbfFS+`qPK_cR+{pWaEXP`<#Krf6;@Z`!T5z-LPY;A)>a`B)W}+B{}hY*oA0}T zg_OJ9*gAW$5ea0Rcs)u$dH&;dyr3hP(qBo7u#^`+wOSJ_R2gYC_)=XRGy^9(s+T}2 zCsRe|KO4F*or_autBWhm4&ugIHG0WI>=_c#`(j@7WWyt5Z%C@e$SKmbC`+X!G;_TO z;~cGUFJep&(ws@N5As7d$L$0eKlMF480&Z49KM@oWaw|K|7|;kL(bn#3+8So=+_50 zVwElLwmS8AoMFzGYj2!1IGn?`^CfgptLbsAh(vSf2w+XgNAyMCU3I~XX?TaRxpR9e zk3Jlup)~QU8wEJB=xIWMfZ7ao4=Ts9@BOD@`;#Q@l&*RT9U{mXi0X-osi2=*Aoj9v zGe^rmUn(lC_Bog3G3{x*-=G)JA@X494n6OyBfV{`)<0X#H}d;dHtO8YQY*x~i@86r zO^NTgZlf(6BanTG*OHij`2(=cLn8yxNjmEzsRz6Dmp$qsOd1-guDhSt3G|7`Ump!e zC#C`I()pH~o@7bOQ=C!~k1daqpH!l(Mc}so6pt3<{`&8R!_BnW5>~Tk_TUw6`@HrR zv5{PLgRyZ%dM!IKnceYG!}3roI=~5Eyqg>7XqC5wPVNLV9F=GjMk3|(Oy9|xSEbmx z^eVZGa;YdXUwq1rr2@BgrRAV2t{?7{mhHTHFOJ&o#f%39JeVFzgcd<;bt-ciuoiJ@ zNv;DxYLt)?r~55j$@_YIA)zLr{pgQEqO!u)xZ3N)Y+Z$#f|txU!I}`Ph~VbNvMH?> zROW~LPpkw{tRqDInaHDfo1u(9WF{}zo@1dNq^m}*UWkRP117_$Id*`4U80FqWLlEt zL4}tuKf5MqMfKssMy~X_lWm30Z2JHk<+Z=piq8JD+GV2XGjSH+{|#$E0-kwFeQ30> zXiV+@7u|ZbqXz-_iHPUd{>-2d^NPH|d~8p5mIv07BvW0Lk$w&gh3N`HLHrZ z{OM7<6mo+`d`VZm<&2cxO6$L?xFD=R0GR zQzDp`4_R^_tcQpJy%49YJ}SzFdjV;Hsm8x70&wWoWfGMgeJ19pPx3 zb!hqX=muS}T8`U(oh;8}Gsu z;z*)FqNr1tYeoiQZM05nkmRJR$wgpw&<=tz&nvP3>YT1DnP_9z4bDh^G)-@L!Wei? zSSXXK3o?^`I_`aJd}l!;*vI>Q9k6nO_QmuFS0vN|&Mk|dhzIE6W}ewUj}@(C%pd)G zttrzn&Ucxe+-q;9yD+%VH^z(n0_Mh_n{zFYfspem}m+B&Da zAmXahgU-2Cwa=1WF+llWX>L0*q9f}Es-xOLhv~zF44{!oJAUbX#&w0$r*)R_yM(MBs>m0m&I`@>T#=s>y!Gjp;@= zE^iR9lpbQKs}x`x!lkhApZSph>({Cf_Mp4TXKyzv9&%JH%NaDT^5prEsP!7K z*bN`3My*)v-=^;I+#gqRE9i)`jO5*W?dqD^JD_q&H6hJ-5|EAk*?@ z#QFNWO0b)jH*|T+QPo!N>WH3E@UZCdBlC%M`6lI42Z%amK3f~3i+pBEWcsEh0>HHGp;3pj+4 zXVwh;_uApF%SOJ-xxSq=E3W>aNHeFhx)@o`IEO+cq1?-E8C(O;hT<@>=#1l&UU~%2Yi>27O6kc6H}toy6f%ao#o;t?k?aE zamnz=*5DtYw5wK;!!zJo=Uy5b4k0Se^D}9QV>7f_2XGKDCe4 z(p!p%KOE>}IC3?eq3P_1&uv__B3?zMD_+57A7|rfu};6x>p5IJbh|!Z?8 zd3M8$c7K3(HsE3}xDJQ+DJQ48?O_O+mDN713{@f3L(v22a61bRmq`w-FTUR2l97(= zIdZLKjiVaH?^|Nw1?s9506{|N+`dpfArP_fBM)SEGE3Ae+8&k1HzF_00`;{!j2yk| z0Tc@@rS5YL;VBcfYS%z+o*Z zzuoEbYz8)tLJ?wycFpP%MEPGBY-OjaJ`}Oi?zy{6<+F9V+L!gxsyV%cU0tYj3ahI- zV9~m_(EyDiJx$wZ@Or42*-KaECk8MatjLH!uhxPV8*4O7su4_5TDG9*u=l=9n%wss zVhfJG-9yi_AjdIt*~KmDxb(Il+8t~QBR8pp6$Hukzic?EhFMYX@H!WNy_zD|MF)>3 zd0$2=L7D6mLJO@Ice0fJcuvpy(${_~l3a$N0g1?w7=TlO-UBCseaEInTJ?)d6Fm-> zL-M0xe1*@$-&V(&J^{bc%#(i@*}k5j^&V(%kRB&0VTL4}*jADMU;=9`t~Eqj+>DW$ zoj^WEeXPj>G6~Mg-wTh5s^IsTfYE%;pbG#^_AY#K?2wD|7nAp#b<>S?Oyn##(|sCu zafoi6uLH1*GuA&70z7@Q0rbG2u-$ya^N&2uHZM97Gm;QHWefjXxj7}(dy_N&j zcYLn?E$2=Rd*pjlGIrEG#yI^Sk>VJpK6PX7JwAusMj@JL;c)HDUafa5yKDY zcUpG``==D44{C0pMy`5^al)%m;B-ePU7fy_Pq5IAAE?Rk$@Fe|`s{ey*&etDRB zF@b^Vo-r{=a4MFbr=ZyXUW3qH>{QpO)!w<+gbx>;fo@A~i3}+Q$d?;VoJnV&?CRWG z%sXNtRY6Pm8u|)Xwu%=fi;BvYx(#>7&Juh#0hwwWM--m%QuK~JZi3<^`d*?VgEfpj zmVM62j+UHd!@tXjDH+4xE~^;6-(j5_Ht#EwbCKBJUC%QS#Ek{+T`BrH^S(2NogC92qjA1m^0fTC@t?bd;4zT(LkGsN(Rx=`gCDhF!&QwaQ_lOt0Nxftl2WYG9E?&H2 znxv~-44I?J?_d;4e@ys(dZ#GizZBznmRpd z>?^tH+66LG9*6~$+cX^Ofo_zW#dxXHzn<&WY&O$bwmmeu5ppM`xUdgZm%W#ZL35rH(20f>#wItm%6KE{nc#a?gNq00(#+SqG$0vc)4ZDae(_l)Sr5tDh1v zhNK<77{T?mqwL@ul^@_i(VhL5^LtE^L)tPDBXF2@Uy<=|UBZZ+G3TKqo+0GC@0_&fBV?e;3X(j(BO;z+3&~egq_E%5o=@A|T_KTqcq%wb z1Ot<4t4V|?Ph{#r%k9O$%AROU%;!^0yO4yNpYK`IGe7VAau#xB9*xHf=b9>O z2~oc0UHzAk=7jJiBF`f^))k63Em{~DGppMkL{7HS(d9;Ma6_2oU9CD9YO?qw+fcN_ z^=mQL=2kLqzs?m2v%F2(@AF*>5X2-`BgOVu-8?8}%<(zaIyNM72u!KLaQj|BkZ|aD zMg{~{Sn=cUwet7$HXS~SMnxK!)I;;KlL~k20nsk; zG)qsK5ks4emDzS=I4dbrcCcM+j13>c&Mg84Qe}Srk})dHN?^ZVx63_u(x$G2+%~S@ z?wDLNd}p1&Y^TYYX?n_&de0Yts^hC#^ftI2Yy68_Zn+L`^{y;$z$QNKqp<=79Za_X z2rU2l?1q}udtSC9QV$WCFm`sdR-(_l)OM@XI(lp$;+^`aTq#3zhMqR3L&D1euBOyz z-&3zL-hg)9-mN7`K4ca3QyyXs%hre2W*udWTF>x0MVJ0t26p)^vl3ZT92z5 z$Js$2!ibr}TDOPD+R-1|5Berdr9${<0;p{PXrXhN+JhU>kv(!(d1XumhH;gOydQ|- z4Tao4l4|$EMoAqk2jj3AFXiif6w@zkj%^yX_R$kX8?1lW^V9baNVYo~Y6xh(vz4H& z&04m4F^1b~&V^XwU{mi{BUr|IXZ4CtF+lZ)TZnY7x8bJ^isj|cz%5A2Ewh#jb>6$n z5LUT;qdsZc#3xDimO((f25VCIt?LV-JKF8>uQYS=-im#6X{ffQiD(bt>HJ`Sk~MY% zkOCK5PyeFn=&;m5hktEH`^IROjkah%xAw)$mH7D(#mJ!BapN}Yw+3IA1?eBNI&Qrn z*KPUh5unEGIvvhx#bw^Z;s~n}H&Hh(xcR5dDs^hJPN(ozG8v)$On7P}+F}105%&tc zs?=DBGp|}>N_YCxUkw$x937ErnrGTU?68!J?J6akbwHv0KIL#Dn0~gFatI*UVf`!( zYE3;VJN(4rA)!SpA=A&|I%eb<2)s5dKaV6ptiZW`Or$e`)L-kLD-YC+2B%(7Z2pY*SA%)h9! zk^rER+HNZDcC>bdD&nIsL!z`;Its{Bl4Mh!$fTClE9KkYi5swU7<|ZTs-Y~7tN*0# z7h38)*S5GA{WdAj)5QGV(ddd*1MIk^c5E}}d@%w6^ywR2j0o&AHm3%n=ePPk757}u z)cRIN`B4L*nf(dh*qmP5n8)|@qufsM^fn{C!Jt#uTm`^0*Q_VEDxvkOB8vzuLl=*S z198J~TZudKzT&C1xIz=<9Ar<-XNZQ?Gmju23^LED_u;kH7*pTJIv&sUyI*R*;G+v0 zgw$#EC+{ko2o2Un{VDg8I{eW5=S4IoZDefAL!=n|3rp#0{y`bk zObWte2Trsfk0F;$Bc051L0o+;x7zvz3rl{{AvO1b&wb?>Z|L!frylKh`;=_R^n#OVLj#G&@Xt5W#n{ z^b2aN)~o5@IX?dF>FC)Vhl8`SLIcTT;fZbc0FKDJqkHDl$!bSQ(S|@C#TxZKtWwVQ z%~uY>A9b*W^Fh6W)Rc_c{#@cLeJpl3b8lv9d`B*-N^R3=Mt8#gL6vHZEU?UC4c#FL zNsvu6eNg8&YD8{exRY}5_SUpfR`F-eLeyatK0B^rtB@U46k0LsP= zUa=g)o)R(00NchjD9;hi{KaQiD3F;3aXU<10Fxq5Z@WLt6Cz>XcP8vS1vh@WslBbl z*I{NdI^xi8J4!6}i{SWSc_8}lyX`*=8JzTnYlZMhC2892V8sUVojX=*n!T$P50w6x znZx-duO5Vk680QrLMv@8?LN2|CBCDMa|zVbrnzkMitLwp<_u(_Q-bfO8~W%xBl8kRy1298sAF?r zaXFm_hlc*#zSr&YAqQ%2mA^`w>2ADA5?7j_2#sHJ@5oWir&J59ggsj#%;kUr$%Yuz zXNehGIl#o&Gn_Yte)Jb6;T>j;4cilY?F5~;2Dk_OVmv%lle^N4*lPlJ`vS8~_o1pM zN}ldkbrjv~2SXLiPV7B>@h@8|SQRCKQa&Dn!d5Mr`d{Iu`jy$`!?WWhcyyq{y;h{t z?Y@sXeTBepZ=q=a6g~Bk3W$l!sW2-$vk15P|B`yw!TEt98A@vqY-Ij!u@gm1I-W~` zHEeL+Iw}q5iZ@kt^?N}!oZ+p*lghM;7+Cnqc-lg4${m~a^@j7&6@LE4aK+OTmkqdO z$4Pxa=GG8~pkDY?b82BvtHKj=)*Hp;`4K$5ZT!EC1vA2{rkNB&v2fnIZsI!`j&NhH zcfJ`p&Pv(|AdVmM(oH+wM2^``seZb9bizhv!&9m5%l!=XyTO8U9TFKm2c4GSSWkD` z^l1i`HP4vtwm8yM6Y`_-#skm0j3@9u$};#zCwxs^qi0wp^u6fU)zVw3*dG-^5s(Bw zhRIUxw@Y+eYTG_zg_A2n{`>tR#g7V0ep~I;UhlckCI7wl!lNTZKJyQ@e+XJI77aXY5WO4d#4V6zyj+%?9W*R3H+Dnam;AkS>|ge5XDdix7RZ6q23DQ42`uAROOREZUOY5vSPR*)w~im=vv zbw4|hIckBddAmHo&z})|8~j;BXuLSZCz&m?#bLfz0r_A%c3uOpD~Z^x4-&bkfN(|c ztq~cdh?qNnc8^#P4q6Fc9V>gr6c$Xn`4nux#%i6#6&F?Sbj@$e{VC9M-3Qj;ki&=U zU|eq!V{gcPymN~z0%+iDTW9yxSaBV93J#XhYZ)p>u?k6ctB^v{_h!e3@IXR^V+Z50 zz+?-9t9Y4xsg^?AxwbElbH(uOqcDT3xKRX~IJOi+DEt8&p6}H=>n6`$OPoVyye;J~ z3@xmVWP&)--zbzm*ffK-3A*V$b6l)oeWIjnP!XI>6C&PT`61}qsNo*j(YhwFXZwT8 zovOg7i)JyLb}0^8D`}7<=Gfq^>w(wVKfhgO+D>+J?>S!8uDMsIp@SMf82_=0Qm-qbm zqqiYArbn#;P$4Ve=rqkxvC5%S;RbgZ^6c<(viY5n0e%pmnOqoXIXyFbt>*a#D-}+e zdGvJ%U~s?leKU)V`sDw`rIG?-A4ya^Qirj{BNrtO5dX8&?#R|3Ev|H0_HWNH-1gT6 z*nM*P{h9o~=bLHAY`wvJ^=d&q`JLc84z*&6GuG;vpUC%586ik?;Asei)*+ffJJGuy z0%rk^?oCiOff%N5dg87vRmOA&-$dlbrFqK>Ql=VfQSyaF#T9dD!n%c2Ksm8oju8Hk zLu&c*?w$F;aG zP>VsBD-{YUL?hTk!*6WO6+NjGyMJWJPSHJCz@Kvc|I($Cg=c_`zt>bBofG6)@Q5`R8dC4Vr7SZ=h}Q|I zy4KfAT|r^YFdvD13s=Ncl?PZIkJZ#*W&Y2A$p<=f!HEbaH{UK?4~%*B4^JeI?#^p>l8%G|=eUE=lV!T(4WV!nF6Y>LfE!BfLPRb)(lp~qF#AK5-a-B>#O$}HLuaWJd5V(1_|{T7qsN0|8vDoj z+6lNxNyZ}@oMUW;jiBH~;z#0piD159>5{n$E;45EA zeUZ)vR>yA`OFk ze}f;Y0ogDAc;oEVHd9Cwpd%#ns_z-EgLN*}p&T;k1!cmZRRz^e_>xC1f7qP5m}8W} z)RFWm!@zprmVLvoXL6;YQU&~<_NUB6>lDpiex!N71cy7aOeq)TObho3{!`;D^S zU3kam%r35Iez)%?1Hep(B;>=rn zHE6cWmiTb4lqy;3Q%i2J@-}Tr)NtpQh!mGEb*mTJR(ITv%n{r^ z3~4UcGI^@(2(LzD)^50Y^P$Z#(5TnvmWX;jvZZ+!laTo{hkqD;P2=(Re+dsJSj=@u zCgSPL6IoM9&X=Gl*h&x@hSv-7mONN<|ByAcWbZCM?6Yhk%#}FnpYh1rw7a+AVa>?~ zH!|K{Px(RjSMP_6ssS|*rZ6qoXq!qQ!Sx42gHhFjls_wCLfFnP0b=iP_jcGNh83HC z7qkc5$Kvy^9)xh+?HztZ$u+9V?;v;^Gm0k95hrx?iz^p#hx+yCt{p=&p2I{}rC5>t zEseL&sr|)sB7qUq>%>`HlV$(ec}-a0Q|1qs%x$r0D;Jug1`~aa&uttTkkI;!xW>Zs zFM|sLaeL~v9m$Qsf(}l(6S_-LaE9zbYj-f%>9fQdJY4Xa1-v0c*q=XILhbX!gdw@1 z^Gn^s6f2adn27*f1mzH7VEowiYZn39@*Lfubl<`{)Xh#1_UftFjTR|lHnb4%O; z?!0H1-=^OnZ64u$$Dry6yIO(R{MC0GV?3XL7R7su`}nVxo8NS`RtRU( zdv*u=xb0y<9rf)wLlbT{BkAVhr2D>LIk*?Kn#eNrOhb#IFj!@Va@s@E9uiLXtv7J6 zqT73PxIL^dZ7g^9Wtu`;P=+3%81y@V?8%QcQ#4!i;N9?R67Y5cO z4aR{FU!}9)PupfC+I~BH(5elbbXMge-+UroZfv45VCm0T;GXqFIjcaEI&`z|sxMe4 zl1=VP^uO6p0JbTD?gcdGi;I9v97e(sBVE6QSG?)9%irp z+Zt}TQJ%o$#=CEGdLzxL-_GFnpM=a7fg~M2ht5F}mVt1ltP6p{gQ!a=zL>mh!{?n( z6FqbL3~y1J^QsZ?81E2`@7>hEbFPNeXFe4Ms6V%=MK4LT1^V)c1MlL+lhQPQ`EomN zPCo@uCU&=s)8}CSN78pjHSv92D~i%YI)W5ILJ3WJ2c>rikU&CFdKC>-X)3*ULXl#q z0YXXWU1_1$Pz6*%=%64S;rH@?-uXCd)|y#!&pzwibI;y8`YgqzYrd*@?&0sZY4wBZ zp+PnZOn0zj2&98Cx@|-{<#LeItl{oOgC z3hv}Fd6u-ki{+Zmg>Xg69(_1+z|I>`fKz9g7bpi|?dST19>CAu zxcCM`EHnO+&Tb@nho{@{$^{APp7pf&5sB}z0{)gRNy6Hwb|@&3-i{h)j1pxm;+K*o zX8vvN7!{i=o*!j+U3(SaI0ttPhfz;XU>K!`o**$T#dC&W<#@NEJP{xRR%F&N5kDaw zey%kUQH3_&G(0w3LJYTp@;|vtJFy#Ayayld7jKp&npymQ$3oFjCQ{bnJul4AHP2)L zp+WiJXr&o$WDgj8_+mVCSXsAP&FYVKvv&=f)1)zeeo0*B+^^^v*4InapSM!H&G$RS zh4H$50_yT&rH8MtX&~0&t zp@UF$d!l;3>A;F!^1EuDH!Qk5uIBKB_^*{bSa`=@y^+ zG$S(ka8?;^xMSDwJb~421{jfWt}U6EGz{_4jc;^QDWTI07k-_`fiEg7gn%@lp03>6 zKFTwhTB1FCAJzVW@@0Itqs(9h{Bu(2lK%Onv6+3&lpK4{-u>P>$dd~_A z%dExdd+ISBjF)>0sO#BvO(|5;n*b5cYTyy1UD|avHNv%o&tLOZD-SctVn=QY+?#Fp ztIRF#IqO8hNTzu?@(X`K6_Oj^l8)jcl@Oq21Z`GtoHf!i7&<>?(%0E@k6}+1|9o4> zdN8q42FYV)2r4nGTyfKeHg+G!cy0PzuZO?CHD30RCjY~=MmpIhQWRk(d+uDmOA+zX z5Hn$f8ptBaA2migl8e-8U#Z3ue`v`#v|1){!w(sBH{i?hAu_HTA-dt{tTVk<`A0&_ zR6rS8wOrUQl^EbT;LlkzOLK0Lo!l}tQ$`P|;cQ0Z z+;NL#=ttG zo_F-Tgd)%QcNebmIN7Pb%H@;^W;{A zH)6|sLk{91?>kVKxy;-7SXZWVNHzsu5?o2Fc)+YAzNZ39 zqw;D1%u{W`N}^(jq}GPIaW03C)+Jqxw=yUj`>QRRGSjzTHHE5c!M&jkcbCmD?5XwE z^_O}g*tE{k)Xel`l$iy_E*eDoO*U05rAD!aN9ots7ojRn z;-c7M{UX_-8xpaRt)YHpgZjEG=Z_Ae3|mWYwbo=`T3v|A>BH_nwwFfsIh8RF*Atgm zZZqOkjn{_-s8=`U|GPDj$Ji^()9_g~B2d_WjJk*|okzpP_mR$#!1Ji;NgY*@1lgvs zNvII1Fmv)Ht5vT-5#9VaAla;|*1zA7pw1udswJ0eYQ+H{+Q`Kq(yjMFVoP36#vffHV8kVOq^ zQl(OK8#_eheq;s&{^+2i(RD#}2$YaSue5OQ=>{dRq#{zK0utCOR^eU5^=MMrq0E#$ zFlWoMTkMU=^yxkkM3(wYlHcXfp_ARf*LXAQd-d^P!1EO2mfre7x6QWB(TF#~3;Wd3 zUV=Y3S<4nf30M<>Kc5K_ai+AZ??Kfd6#GxAIx9(lCq}b|darHfG z*3|D$2^33u3o#>Wl38w*hWrOj4ipvAedFoaD1taw@)2I%UPVo;rT}c;_bs*Oax~G* z5FPpw(v7hh)?0RZ1$q$L|1X9c3@54&GvtBwl3ioS#1af+xVN_Z39(QjLL8>;&(j#H ze?pzr4dmmE(_$9Ad(*w_Nbkr_4Gp%+kOh1rG(3!3vqsO{&C5(?;yn0Evs;t7rujp# zfBXa!u6yAbz#gL#M)`DRDz?N)F5O3P-jVWgWd(&MI<5?AfVCyvKVcz!KmmrV0*R)fkFNK z@tz)a_znk5t)4ut?qymMU`4p+OG9eJR^65;tVnQ9S&vIlT#Wd3aJ*mX>#y2;2-(gL z5$^-LyILE7^V?#D^a+IWd5yNL>gzsA4>uMRF%fbtAY(t7jF%%LX2)?PuI@z*6hvT? z42L>~5brhCJQhE|qj3|nF4a4^=(TuHDbvE+s@J`~=U0Uc@}+N7)iZ==?7wE)og(`9 z>;@Sb{<}3>GND49$0kr)OLLwY0`4@c z{pHz$;#xPlUnRLIjuR3dAyVi?-`I@;fs`n{FIAN_HI4@Y`v~yffXRE3{YA^p;&+pY zVR|L$%-=On%~a?TELr@^{NTc6y7fc%l&12rbljBzq_!d^5U|~L^L_?tO0EW%V#n-< zg-%c`4A9?@GbDEY`i4Vckty)akxh+5ny$kq=S&%o`z0&L{z2+Y2^jLk#Cv&h`)K7@ySmiIe|1i0)6s zB6kt8cs-s5U%@5oF#G;qF+HBg7EPD?B9?LY!kC^kWW>No9MV!jJH5yBR<6=YV`24X;e*YSJz#&--Hy94R zj|S)%mc&MVfH!!E2#ijpHCdr-(%9_CbTcc2h}bFhVBs$+6SC@`m27_1l{;ClvMar^ zIP|5vl5?v-iM7>mK9wIJkG@|)KLqDt49#Fto4fCnFW*DVP}{dy-95>9UVk`O7`oguTW)GTEX0}v ziVv_6-c1}a!Y5?4Jza2I761#iBE#Tm8Dw7nt`hSAe&Vro8qG1(KkA$8R@;ECA0CQWKR>Ylj~ zH!I;~BxB~lC)Wi;Kq*)jJFt(<_R458T@F*`PsNLOrTtyJ$Q;#q2&vWq)>;aK+o5f|G9QrwZXaFcQsvK3;$PFReA|F zqGpVlP;*shM-ofXO7(8xtW>`(T5VorIVIoN)TVBx3FUi_AW{2dGx<#*PA`kV5XXoY zdCbp{@u0v4O_Lq$wCx5bGaPrd_@`hIKCyT&q9Q{N=16#M|LsB^!k@CX-#Bc}tVN zeu!h{!|DY;?e<324k;t=!=yp_-g$t2?N_}SsNqo2prmKTFT86PabX1JH|X@#`=Gkw z5n=7|y123Hdnz4LX0ZB=+=VI=qqcvA)+}-v;bq)x-bHKs-!15DpO~83`;4S*wzN5{ zt-JJ~J;;HO6!a{eXAs=?o$8qO0Q6cBmB4{Y=8|G$q`_0_EtKjmIpK}xHzG}F+5~_; zt@ruei~bf?3gJD?E&*=mjsvV&M!uYxRo`1n0*lr(UQXxBpPj7II5X>=?OzytX zz_luZyI=#wAKNiI4`n-mobJnV{F^r7umLEjv8S~ z8gV{56=r+FcarrG^T&kpA+yTTo6YQJ<*Dez)R)e-tgyDeUEA@5F#5WV^KUE0Wsc72 z=zw1){&hFa^8WXZK6S%O*B(fk@nMWj7NRFftnck z)|6Kg`Rz3<-%=842}(~|eYDLxtdv;J6W$OX}MSVDc}0iUf(3L`x1eS=2Xk>2-uDJvFP=VsK1pw7Bkww@_k(FcAiTc)J4030jE4-xnT0asVDi-E}g1x7@PO! zV-o13#_C0Rz;TkLY5neb9UwPE23{#Nl$L`tbN8uhdZLRhuG*gzIh7h_{5T=v+nEDA&9Bc&?*^5~_HYiQzM-mZ7*9(`~J#PyIN4kVy63*V;NbfSrOGD;8D==JTU9^SYpmSkN&zOtYY-gAQriT=8rq z>ipUJeIxD#GMfSzpUPLGgKetM1yjJLlZoXlF)OM+jV|ygGTrsvW2uoxTviH zuq9|(FEP}(^!_nQzgU?6jrWq2gg)l)@8L2(O3O-S(T7z)|BJ)Ku~Ukqzy!)%^DaJY z`sv>jGCw%IG&lE(w19khk}Y;5;UP2a8_vfv1BQpBNmhr1{x!QP{D%15DU67_G(%+v zV7}(NW~3SQu(u9Gx0G8des4%t6KcNeW~E5;dtPF{V9RW;Ct`-*zdwacE2#+xp{SoCsxGbY%bw!Y$ikkWN8bsEbCMTpX;j{g3VW?L1?)QORkvd-w_B7r%M2^y z{^d1PiK(5Dr^{DZV~{`e&~Yd_&==8Sh6tg51cgh9l-l(t{C7)J5nwqR83=K8eM1>F z4aRf5TYcFc@!zfVN>ty4J0rcd98;zM({N8(MC>tsD;8=_wD4HJl`0riB8s~f2iw7S zH93RUb+1a8~sKIwC*+K)w!3?#(E_}WvmR_+x`r`v{?&IFu@Gmq8)HBhz zB1+8P}h@w5?ug1+B%S}o?mi;!F-B>-qR*&pGD0uXX_tmU*fWh7EJl5FC=d+_=(HG)T9vUg*sEph3FQF1h-M zs3(?S4M#>p!wUF7mH7kJrI%lly-NW0n=Ge8R!`ANvFElHc@GmS60(Ij+TqvKn4JZQ zir~w(hb81QgXyA%FUps*%O(yJj_k8p=Wf`T5$QvR(XbX5bQREf~mRE>`5dDBw!Hjh8U)YWY%YeN5K zJAc}fzKP-&TX0fiYOOE`KTgw7N9+j%z`rFSPX$Z#m&K4?Wjr;hj)Ua_bx+_!Letfm ztjMWD+V$!_jKwhsp%5~ z6z!u9<5bZJD3YU1oshR=Fw?}a**ZK{E*Wrm2fu8A<2Y%ZTF>A31n6)22+?k^KX^+^ zt^F@8L2X(@wcPO$7$UmZo5aNBI%I9veZ1edfX}3uSS#v~Bb!c)_z@OU&n6!GGf)1| z9q4_4`Jo0;tLb~C54yWAFd?|B0w!%nYm?s86*qE9+^%w!a#O0H7M%~tj)3NC{aMSe z+sw9h@!oXGD<@>O4XBw z$NQVFpySUGXrYpvBQP+vu|InI^~c_u&3ICaT5`IU$-N-&Cl%*j6l^*F-Eun814*Lz zSitGI8wTd8pf9i{uZ2GukMYvFD;uqY8oG;S$N>R84i3>zL*nQrx9y^BK&&$hXmo2< zO!$1jA*Vy3(1IyDBwc`8A-0>$e&_bR7CM4vl_T9!FzApy7g42QtA|~(+KhKwUeH3s z{ZQJp_MiN2K9}6qOypQI$8vr9;rPG5>?N z9&T7*=KBF<~A#FFmGA7nYmG}>} zq6n4W4em>7nQWMadP7d3f_#QW+h;x%ehLC%Bgbif&{jRzzl<) zNevA(9S0cEWFrEO7U$47djJ-Z>apkCmzovQex7^aaZNNB(Y=sK@Q>^U3J-?vZE_oC zUq0{%d?22j>%kdOj5Vi^NvPxiv@V-CBj3Br7%G)l#+NV6mp&>>4v8Q<&16@*MqZi- z>(c$=5i!Zo@JglRhAzOLDUe4^>F1Yx@qbnShVQ}cM;XazogtAzD*fi|^mV<2=G;%q zJ;NUiZ_5QJc-m++J(giF!Adqg*+(3wU$Bx7)Z5UT?8ZDxG zn2M%sUix8wuWoLC=zvnVlq=84Yha%gNU`{Uxv{wC?(fPs`n$t4!^;B%zVxecyF39< z@zA(ov69&Fg?BAQl`wERbJMt$GE$U({!m%RPvOa|X357G@k*t^6)DDh`i$GYu|Ir* zrM;NkGli#dzhb!V%jvn2Q+G8IpZC<*{L7%qw^H<4PGQ#q7w~B8sUyqs3WR__`@?m^2oNzT>abP+zZIaIx4z_=qM{seb{&y=VyiwKO!gx&_7b5Scs~8ZToovcSN7Waa z!IM9#mEbBMZ~`1OJX;i^6%(*l()s8qsN`MnZ*ZevdOqT2p8fBjrXe0X%#r!Ssq9O3 zTS@Szq{=E5KCn*@FcTamD9VB}dtj!k80V_7Ix8D~8G}sq7qEAr-`zSG30+s-K$~Sb z=5>)Kt$L-G$Om9fiEKheZGXQw3K!YxdFM*H#)Q7VYzu{>KBi?4C`YVWoJd4xtW?ii z1v-B}D1hgBe9;Am?w&Ti>a3dLNiKLIuBwoGcon3wIhhUT6kCSoh;=Puc@1=YMVx6yJI&L@JLu>uTQbm7VGc7Gum>ErDS2C&BG|~d5qyE! z6;wZ{0_d`<&8bu@7G)S^8X~??WD8Y9{HRC-b;w0kfvS5eIXU%@U*6nv)I4h;`e})= zVZvfamDJBhJ%x`E72xgQ!EeApUMV2cBxNuiA7ZCD)xEOLj|^jz>;6fA_l=!RZd}=8 zk}VIN(y~|pb9{NcR)}f?IOq7pVrKh*dr{1|9*Tol2zhvNEt#0znuvD^b~7i%r+tb) z>W-hnp!!?KV^QVPI99&fFrjI_M6h`O#I<6*z?EUqBqHfp#cf634GjGLoa}HCpiWgV zf6spV%hXWn1$tyzNY;NDqglRLKEvl4fC5|KsZmH07F&0e4t%agsIG=J(Qp{(UH1eD z7~?kVK3YiMq!&ds6P*_tD3k77J2GpcNMavn75-xJq2h^va_!|OTJpTNPH!CzmTEH8 z-_I=}sF7JsLaF|JmS+*I_Z2ruk6R=q7E02n-YWIIG*mK$Xab<%UBZ`OXK z6p(IaX|X1ssLO8}$8s#M;U*N2ZAyR8E{ive|G1F){V`$N@CZss{T*ZPwz37E7~(#XYbqu88vYP+76Wd;lYGYZbPVeuF~xy~SofMW);!`b!n8LKboS+^XA=A71Su zjTat%81rUY1R??ni6apR{Z4E0_`pC`c}q?*`=uCs7Y~q&t!}w%HA62UJ=Al-);cxW zD4q9CnHn%R0%yms{e+eGN=p=$GWxKu7 zuILKd8^{`lQC>a)?L*?iecYoRV56E|OM}TW_!lUWP^hQ#=z|em$ctpveJ_|y>btyD zERo`DPjO8fYQ@*fEYVmH@Z9m{>2yIwfULIS={-^`53p)sUEf*`! z93WcoT(f_`dH-mXNOXG`?jC>$lR321G($^T)hS|BWnILRnno|S@#UB z;QO*^+iS~~LIhxI$D^Q%EO1#Kt6u7pKqh-yne zCetplO76|u5P=`bi4h@R0b%6!1KR(PQgj%4usrEXCmx(KATR@ujF+#q-EMFaLls%X zyf)GHuOvD1(7t@gM-!H-gC`8Tsjx@9q2CEOs=rFr_J-SkI>4KCO7V)G4;sWduqbu*xP4S(KmtLnD_#sOYph5s+s`TO+Y|$iybw zS#Ri5^94+S)+a0#P_3i@;I>SBZeEuaDnYP#d@H<$2=~wai zUcZ<|=kuZhH8ryu?_w^1Aw13N>yWr$o=C!z-Qz;$PE}boS&=pY6}ZpbyZe z^E?JdjC=MBc?a+YTd#qN6ChJ-;QW$}5@<3#qHqd89}E_?GopzPrnj%aMhBX<$W+ zafHk?YcNvK3bN{)&=P`g{|>1#60|qjReh;Jnyi0t`4}u{Uns+$0Wr=j_X;HjvZ;d0 zU&#R;kn4&wDuaX{a?!$r+5{HLmn!blXQ|6;+Wskwq{qrR)*FK^Elqmcb`0<&sAavmUCN4V`b1q?_9RA3r;~q0?%+>6T0RTujxdxv5n1X{f*_y%6-=)ic(2xP@!}u5ZD6h$ zi~~v4ueT!p4L@3vS)y-%prmJu?!oBfM?P#3QL1N8i{Ibcx?u=sh^}=|Sc>2+^yhS& zMW0CQXVTXTF@`;wiGoQTEyfnNV8129gKnmiQqv51CUYk(`H2gfA)ICjk{J^LV(7R4`umTpqVy3Iqv7)?0fJ(D7@f z+>GZlD=n}-V>y;@Jc0{j7m-H}G#$T&&2rN02lpM`Eyseqhiv-iL4Sl?=}q$?Qh#UI z(*XnQW=4j{%qo)<&G)&f{EINGM855U?n71sr!nk(rI?RC*?l*B2*lWWDF@M-gdhL6 z{E6NrK+!jUnA=--sOU>1J1yC6dM6<>j<2w0^nJK|93MEfnl|48P7oQioO0ObHAQ~x zOF{|(A!B|Te85AIB_tnL;+DId9y(Ze$a9^-X3R>cP1u;PtNyL8yyrKfVnuI4K1Q6R~oS*C4=+<3bkAv9HWN6(Nhja#7zg5libZ zjEwy+Ua8>2PIM5HYC1ANL~xpI;gsLpn3n_5tZA~fW11^C2M~{+^clZu9J23Q4F95! zwpf#(!W5E6qQ9k{KhZ7j9I??fFX7(Y?ThvAJ_ei8^{(`04E2x22jnFK_686K+FNn7 zld4mTP*^Q4Y1$2!Ji`J%XBo&}SD82XQD1%4eA%j>`tK7i#>A41@Yg>OWpOYm)+I4E zDHJIQc@*R-bk)Zzr&Sshk>_%-4aAxeu4J&|0oNOK4u|Z0+%Rr|38>3`c7l%q%Q>$q zb)+L^7^e$xyd$j9sN3s@j!+1OKC*rmT=5jfm!L9%HtxEy5|nSHXJ>qwJSz!$04?R3 zta`)l<>u=Idl@D_0oqK`vr7Is& zG{~{Ub&bDmdd=HkXIhtdE|iLhtqYl50l|$p6NxEr*Q1!#_j94`O$=>Xxt*gRAohWS z{f}9Z#cjs8@*qQ}XQ?FXm=lH6SSxP;p>H1-b5Cig{BC1nb6i8#*GhrLYw`bXMHwzO z752w(o#gSyR!rLecgyWu)Go7FD6x2AWc4Y|{%j#JlC}Dttg~Vd`C_>P(Xm~6B;xD` zGh4t@>$n&HV-awigU?dQ9XbvgWVSxbUvefm#?1bWFJtYkM%cVi(#`x(Mf1k=%cCof zQB-d{irX~9l-%FUrhlh0F*>>47;8t_G4Kt4Fqqb%kY!X}yvkn2J{{f+1A?`7#J@aB{NGa*yuvwFZjSynXO!6ZF7( zYAws0wD(`&`~a!Wv1wD5k+Akb`|E6~9P_D&p*hZpmxt|&?kkEPe!n{U{Q_({gQGG)%epwCx|<#@EG66H&Qp-M5AMA{;|p6G2WOXrT%gwK5U zg&x|{dVFqUxGN-7>?;96LrPNVk#-&7_yhBLLkhmNu!1>tJ3-ST@cq|G}l*{&Pa@iS&T!K+`{MHUn6PnFK`qGAv}$6k&*RJjvKu zw_2=yYlhnB{rPjBj_P%HQ*|E&M)36zqW9JJ!A|v=Ot0J&Z{nzyYNVu?dOe>LS&h0j zvct_5Brbw^pIy2pJD3-0LulY{LV6vT?Tfe{2ghUJ>LM zvJ&grAfbo=dzy4T#p-dzsUpZ!O#fDIRe> z8OdzWHC-r^MahuUmBA$f+Vq~~lxn0B+#WkF|h7w)Ow{6`3ilL0gF z1}e7`UW!pqz=FnujFKD8?Llf$sQxPUAz}n>FLt@|q_wE!FFrIq3s8SV&v;Cdem4qL z1U4!CQ1+Vxs)5?1Q+3H)-H`NYNNffFMYKY{et2cSyMxT;+W5^qumCDqB>3IbC2^Wew zGU)Q0Fz$aVB-`CBb>_r7ze{0)5EjI|# zbMh`z+ADLzv^%RhKW|lXemA{BO6WzTOOS|kC^|2-Jlpr4LqR{(cfX(U4>BC2yLUg; zAWK@}qjx~=(NKQA&-KD}Fso=uzJNEGEgg^k6wj>~dK#>vzKNnj@LLkMF6%hIH#1-F zFvQUDXx}`box=T`%9JN2f3)FqGIuaspf`r@7Q9$LjG^`Ir{X|2ce8&^S#0ZN7xDOi zbUcP%ycOS_$U6V)FX#ATFqF2tUGNn5O(cE2Pp-}|5a|7#@41-7&vyssVb7wbgH*TZ zBhI^V4&MmtS;_+4rN>ZU)kyLCr?= z#mU@nRir4p90`AT^lxzk@)h4*IVbf`a;rxpLV9omB!KB#6j5|MK9TT$w=DkLdXG(h zic9)Q_bv1}*`M*AyA-0*uSg4+_lmW%if?`5Pzvo2A?JQhsVLF+j|LRuoWvP@r!noj zdeV)|d8lcObNHk7X;*(`N2NSDOZ|c*{V~OmXEDb;wf7eU*~jpbGt~FHbAFg=T|WFs zG4r&GsN4*p0>^y|t9SHBI(z=T0}rGHO!y{mz}8KU%>w%7uf} zETh|g;Ya$4QVDVUtAYAztxf-76K!e;IesHP7yc0R1Tj1{cD z-RvQ|S3nm@hq(%2*0|&f8_jtuIU#61p(f;idodI~0`z)&2 z=PZAG@qteG1CP_X0Hs8ZwS{-D^5~W8aOEmtpPy~^M6IH(TVQNet1hFxWlCd2J(dn5 zh7$=C{GD1i9}Oq?;#cguIpRYGnlm-#zWsc$gAl&`TWWU|?vts0|J{BE#rVkf^S`(| zialTX=zM~mS6*L9Onq3qhcT+ob2vnf{KMV(C@wEBa`lw(EF|>Z-3{fzKiLPJqTXa| zo#Z_$T>a{9~|6XccTVRo~zzJa^a*){&!_>70_S1k)SpE z+^5tf5a7I~?9EZnHphVxci4>q4W_Y^L3`_km9{n%#>P&(R6oQf@I1GA^8mnTo-r>n=Q(bvP1AyI?)>0<_$^MWH>0znlCa|OLp`tKHn7yGf8VW@xj{_oo> zMKK8+5n|}S<$2T*cLUEwDc*6@)TMuL){z+b&?&910u|%1@2Z8XIP2LYs0^snJ_Ou_ zv-uP(70Sl!ZUq(0a*6Fwr!Spw8Q@f71La|Z^6&K1w_;ArX#UB&u=2(fhTrFhvK5fh zCs4ZJX@5SAnQ0Cs$G6-@b!Sr~a;p~51-*|W32rN6V)Gl6AMosYp{y^>H>+0ZUuKxw zTV+@xC$j41{S#7{F(m|G^%3ZMt3G;)?9RuZsTfS)Px6iW1A;v+Tnx9G|MmVTf_?Bj zlGRCl7^)~szsWbD78=t;W$Ob!;p;81T9Eg3bzNcCmAxEvVAHlCdG&d(?)Kl0TMld< z))(mp_@8aN{}=k|H2=%}BzNzU-XS5qbDQio>FpZ~(9+%IqURP9fBHfdL`uV8Vk=<> z_xi;6ghws(o@t7teJZjL^KEkKnN%9U2m61hxP9xM3P}tCgJje?T6Pg{JQM}SQq2M_ zn^+a)9kVL|Y1dNM+0QSb6*@uPE3t#GC>FyU-wiFJDvlTckVgb7zXiYks|R`_(k6Jv zgkVW@1NWs#qtxi+V(7s@mpesYiOjJ~$D^V*+ik`No-Z3QPLh_k8t=3A{oS>jdwPi#NePE5~D&oQ5NtNOSU=&-wgqH;dRwa;T zH!{2vV`c|e#z|eFXAn&m8kee4S}HxB%%b$X$b^F4-zCk3(A z)Z_i(BwaR*ATPx-H(Z31k?wh{Y?Z%Rfb?cyPK$5q+;zuI4fE2f^}wpNx4hW(`D>-v zDi)vNZPY>OMaI2R-?8RO;oX^}lu|40o_Yw(<18$wmBMkG`kd9(X+d*HFucloZoOtT z+kC&;X_@J)>Md_{yTwXztn`@pQkBVz#Er4fF&eEl+0d%>db_`ji59f2lZVy7VJG45 zs?aPdrkU$fV|M`nQK_-iDvhooO~lRL)S`}(f(|zaRP?Q7d<@)$jY74*iV)pJT4qf? zP^vL88_XbzTzst^+7l93j+PD|y2)4Bq!W_7Ai6!ib+D3HgWv4MrN4$}JR1;I{zp}! z4_x03JvaP5X_bKL<5RPO?N_^T#tMoru?n&eO|BQVSg{_K#&L_jy!ec==|?iac|J6@ zSkPTIN~Jczt^!z$+!R^%yW_Do*x>+4F?VBFDsQ!$vUy?WcVQ7JHoE6BwJ^GdD$b{l zdKF0)Z&(*4VW}@;)Opu;GB~JLEM`r`Ryk(g0EgTur<%xC_hyS{-0+`qj{Pm~8sa3w zPVHY_6urDSc=_KgkZuZ=DE8ObaZ43)S&p?#IDoN;e7hMIVdA>fDa!braB4kD1sO^C zYlBTtpLMTe^|0&;s%$E<#+1C~-M&1T^mwCD*%WY62P?{Cj~sFN>yyl+?2nl$9mF@|Adj?@eWb+&Ha;=Z~orN++@!m><;iO>l`9j)PP77 zKkme%+y1m+4w3!F&)sJQ>Eli&!0uNIpuVu{Ux$j{A$n>|Me%KTckX2Pv9MQz!*COU z7$0XhPKq297kXf2q^huCuq|f5n7G z+|qFqminsH5TEBVR_UbddsMMf>8J)Rol%V7`R2am`+Bamr4U^_LC^Ao7q)Jq3I4U^ zq2e_M4At5zO7kkq9Ory<__jTP8u8dXw7)1L=hy78ev1{}tKxeJS&?O4j}jB)pVU3* z3)AHU(v+CQM1{%;kH*6K_C_=U>)6ab^Hfw#lPaKr9E>)^i!a5}p`TB>$|KNTE!FoV zxzjw|iMsW6hs+GJf9T3PZWfd6J*xh5zaO#G$`4)ao@BHhPBHg1ps$tnqW@!tBx4CW zIA>-QzgrIu$bnk!9h)tl5x-%u5r4~BU2UYEB|de0fd!blETD#}+~;mPc8Lm_CkO&Ay8FhA2oOK_)>SG zK~tNt4QLu%vv`DC0)6Ju&QQ#G&=&+QrI>o#a+E&==D%eXDbTT?SL{z}C#cC(Z1 za$XF{@VZr4@}eb}k4aLpRa+L$yZx;aV2Sw-ys((hwhmG=31ZdJA#Zpqsn=LM=yr)gb6=3>BW1&WUEFwxm^T(+3}9B^+Po3 zF9>#c^N*@w>(x$8!uD#M!1Y7e>M_I6kD&%Z$L69m-@;DA`cYy}1F#A1KCQ9tqCQK- zv=fklX{Z#CpPU+0VmX@Ll_`b9eSnxT3t!1p3uO$y4cVqZtCsC=yJyt+HjujY-Q-%w z?U^MC!V9Rz^xl`+`P>%l`Atx*vHlWzo?N_8$!Oh5(Dd8p2N4_YB~`1f1O9UQ=W#p) z%#NO+emb>i+yM$E>=_7sFW;-C*L`s`$IJ<0!;9O7#90i!$nH3I2U;+`30a3hp>I63 zT{NO=I5ksWwgFSRdWx88%ekk6_zdN=ZD5W$Cfa+9sC>o)_7+%k?T~exbxhG&5fl`w z6u%h6bNz6jN~`3h@FMn&@U_QKeT$54nn+n=q>XjM>Kjd8V-0#xwBL4Q7n$Dby@?lU@pFH@Tlt~7+T2$f*P+kcr|#Nf1JIpNj@3EBp7VI z;6va6;2R%gq81a$P7sRFf$Do<{sktng=Sft`!X$s((A(#p%MWB6W|4P-#E~LduFv_ zV~q?8EHO!>zE;NSy}M9V0L5^iFr46i`#VTbYE4G=a>A1_NrQpKu{0*#V})Hpvi{Yy zp6xY}tT;29xv>Qi2aHv0`!o1vJ)Gv|APW7(_@c#Bzkw;Ewa#OyE6y{f);xp zS$0>6i`P+6hQlb_;<%qlP248t!N>O7c=*Tp^g;rmWzaIIQIqu+cPWz^iB4#;kKhX7aq z6j^pb$BX#G5_#jMy#ATxX|J*wNGBB5YCN9%hw9s1cK@2`zj8D^P`ZzQ|AB#fn|`r@ zZm^Li=j_9OxAp=4po2t8QCyJ8+mx;P(j4ojoMn1Ef>!k_SIVaD-z#TL zT_z5fE35;)lEe<5`j!J;0u!LECInTB-yW6ORWFK`>;ncN5u~uynsFxU>!4*pp@3Pb zVT+2r7Y^Vr=|Qe_s5!wqE(s5$Bpr(9;63SnH&e71A?}Eyk$hpiAYg~KnEA0 zw78Dj(OtpXeK#@t?GD$u$169^-2s0rdt%Q+3?wTx!B!6>9Gmx$an_hFskcu* zb~L4^t~6Jc&?YAI6@8nzpE+IdLKAH9BXeRVeNl$)Uh87)j-8K6i@T}(@CPbMzVObW(kbb=ECZ#PI|EN*9@S9~mi)2{FSDKoCi($=;DyWjhz`;clI>EZ$ekPlyh)TKbTap74iV? z{XdG%#h>Z_i{q-VF1nWyxs+RM#y5;g5kk?vA!av}nb=%HB#BC>x#hAg(*=vL4I9H; zD@-;kG@D#=nOve0x$C#zKVT30?DKxV&Uro0>-ciOHi-8%4((BDJ%92J{fS?69w{H> z6#0mf?LrGlrdoSTPH7IPjgXOF{qq;YFz8zM-Afkl2{YmG{3W2%*Yz{{i7(Bh$bI7- z+@_{ntZNob>GDKVceKHo41+_`cB_K!q^;@$lTI@y5#vhBbr*!@d-J;#H{Ss;Mx|;i zb1cIG%>yYof%E{M)@gbsWq)Os^xUt?7Ya{3RiEQB(^HDcN7;L#>B!U)OA85|jA!?~ zeozHS3c~lz+9GJ`XJ!{&#wMzBd3CBqX6Y-YmYSr6lQS;HPJYsbSbC8$;RMlTu}%%N zX^y&#Y=N%N3%01a{JuFEH_>ZU-<4_iudiLjzgxCF)$!@y!8NV@@8 z@?#nY3yOb|%Zc$P^QWdy`vk_hKE0Rh$D`eC>#Jm>E)uG~cnXcmz;*Xa{{hO9;;>z| zj{5vAI@@p`Xd)K^Y}4IV0Lbw4ZX}#Esl#?OE@mA><<}}%E7gDg>Uk0U)xmu+LVC>MpFe(p zV~dxQ`ez+Z|95HSrN-)AWDcML2K|QIQ<^R?JA^^lNpryqigP49cK>Ds`Zge=bV1o7 z(U(fxg=Bf1;jy?}^3cOJ+t8`dNbW~qrVRz7_vq6>Z7M7NU6LGJDDhXEV> zj7#^vq3%sIsIQceQ&Q!!Whsl8uo#EJ#Q4a4EojGRtnn*qb+L$8OZzuF=2s^bRe zhb`uDMg#_$7V5+=&PYb$e{Rei3Cu7%`6r(drn5Z!G1d8o&N+s}g)dx-@vrF^{kJ+V zHPzjjRZ@oJBj1~HMMxvT;SNWyY&z)3Ex%XYO=q+3%SZP8oSjuz@Lu*zJ|US5VgCrO zlnPtRY%CSspd>@$_DsBZSI(A3lT(3BA9yrdq;vEGZW7Gs&T7%keyS7kjbhXh zad@i{gQKOn=Hw^rS3YSRxCFUbcq1fb5BxStp#X7)!m~B+^jlJ+fQ`N+g)bFI1{L2l zD0rDRg`0R{@p`6Hjvb~rW15FYnac%1P!J44U<>r2(KG_PEvQpmR+0*O5RmiB+6}db zmLP~CQmSsTmKUHCmxO7%eX)fv)`|71-1wd-%`G*@VVsQNJ=$hK>09_nAslEV_Sy{O?ZR% z%yNgLL|``M(XWA2qKa3ITzV}dw0bm0d#KKDxsEssSmD+~=h&HG>Z5{;)~Yy9*`*+od58&#>&t zpF)vQG@)H=fK<|BUwYU3_~S&AaNyOakEfKXcogX(OB19;lE`K`kMuwf2{8i?US{3m zKB9Fp{C}Z*Mfnv$rPA_5E?8bhf!cceTw$tLIBgkeB&o6{um+sggRQku6wq3c4|kIy zsZpb}Q$!1*Y~uM*hB&9F06QOqYsG5GP5d58Za4xqsz596DKSJ3?%jn*xpNd^^1VH@ zD!5f`-+DES?pAI=6Fyg{3D=?-ukPjIktO}}(4%G9kt#uLXo_W|d- zQP0-+9=0GhJXch01^+0@OLJeE&!vk1ZQS>dn)Y_{wbz(PK1%;z!#Uh9_T2hlu_{K5 z2ml%tG;9IMx87U&6_ssmEpS6Lu)tt;8 z8&Hlj_IiVw&etV~KI=;FJ3uUeCpG`{lZR^?@HW0J`Y z-(Gg4zUA$SdOw*Xi}Dtk@ZI}Q^exKQ65nR)HLC93Q5_7n7x+G5IA0JA;ZK&DpU?dA z*lD3c@bkKoU43$riz&g2`n2rf7uZ?UZxkemt>cmZdSdt}Ln)L45U{;zcb$4{evWFc zy<{y9G0pJHQ211%O4^d*Pz@4$uxQ?40{>SgQ$JpvASIit~i<~IJ@`;cfG3Aqlu^C zbq20kz9rB@cvO|yP;!}kW42Tt2=1Xdm9&RhBb3Jy1=f0+A9az1PdGi6P@2AjF`HQc z??p4GBrX>iE4ht>J;_B(&nEY_cGC=fqI*sp0zIr`6mqmv^=y&gSH8RguiV3)ma<+vPS!!P z(OuWTJ$7e%&0Q;4DYN~KC1aTyW=2GM{d|Kd$oYKrH&3@bMQeF&qq6@P(B%K%t8RXk zQTvXp72sX?zf!JK{;P6m8;RYOU_2dwH=G~sCh*;V9ci28C423@|KZ*c;n(uDRhKkn z7Zj+w>;uOB*X5qf;Caamyi?MbdM=N~%|ewt@RWOi7T8`#QT7_cDUvTug^A$!JrNol z##$(H#LW4R@TQ;kv&_{;x2zn>KPI4K2ZPv!6PJ_Qj&EK%xz@z*M_`&dfCEaH=^@ve zGF!Gv)?+@R#4W{!){F%^`(N)TQ#KsLsh?)V9+|BYiL09^OM+>Hys38tzM6p1hhNhd-bbH59 z*$QcgXY1s^>h5$uI(~{JRyl=YLdM?=8wHC zMP_N?Rd&Gr>Q5X0F%J=@46lDnxoP5(9y8jLm65q=HLv7M{qg&(1v?d%%LmU6!nt)~ z!xyqBaq8e*JYZ^>&Xf9L7rZIP|Z9e1k=az zRh$&M)lXu+-Rv;{V?aw-?;*@TAzoS*{N?&aoDs_Vy1(Ee@I}r1K|!u zvX&lQ6q3&|FQGXTd`HM%8a}K$Jv^76{hzcMBagqk8d6A%+4FU~gh+WO?FP>eAH3L( z?~|odP6*pY^X#3}WVXjXQQao^- zS?VF!e|*W=ja;xN1}&AiA||q(!hvz3L>AulrFdR_nZ4f6a|nD=$`6l9e#%^Bx4-EQ zi2x8mnYj8_=I15(B;MTw3-2TwZ~|I@)@HKAfY)Z+9!2#~=}*t7(&K23a(d zKx2ZyBcGI79j&KQ1^CD%3 zu%}?=3ZVYWC9m7bAZN*6na~2nvq5wBArkE8Tf7qqI@hCCqWU4oYm^EPBI7SUTg0YJoH8S(VLX_PS3S|3f8`^D z*TWk&klv`r5fFFH@5sM0wzBQBzSNc;d9`*ljI^{u32yszM8w1nM5lzgKk-x^io;{y z-peP@Wx5CoQ~hwp4+PfRVtTL6MB1v;*b>->8Em~P>$s{=BUNM9qWiX^<#YMn=k;Hv zMV(q%B@t)==iEBl4m46)EAwld-|pa3L@VAUhMpQ-o`4u4jRb7Za-WKQ8vVL$b8u2W zz|1LxOMzo0yRq_TjhzNNFZS|0>Gw6N&p_BcLV zvQ8lAUSmI#WV$N=*md!Hqsow9A$(1k5jynGDr^;0cXFa(kM}?7xK!ysKZx^3 z)tEt)#)94K>G&;akMT+x^`7M1&npbZEc{d0VTNeN7L$}eKVEq(RbPHiVDQ%YuZ+A% zsjhHiQ80rX27t*xQZ5f*vSX2@#;n&;N~g^3VD!Lsp#uxQr=-G{g{E4v%v;#{Ru@ zSD-dwA*AbrbxZyC2PdJoyQSvjQa=xC|1NyN89P_0NN}>eS*oAo z`L4+1bMIox$!XjjOi&Pep#nlMOk6JLUXZQrdKLd7=UL}hrly)Gj~;*d22I9*phN zi%e?1y5!`q&2iu=lpbP&(*i?Vn95ALAsKLnd*Y=!8*0#mw#od z2xGSOQV8eU70VF^s8M4dW9jtVbcobOzEn_7qJ=%Y0yE9`)$AN^m0t?CR%Gd zM-5}Ay8P)o@kXC-N=(h!_GgM_S!4EzTl6Tsk7$ThD}zt} zA=1f)rlv$GCi={xu z{k}(zHAjWfO5IaO+Hx5CjD~EgEUtBt6eQg5)F@!x2iUJo+(mNXIR^Y^>gjtz7*u>T zw2K%7J^^H##dn}c*>2GnGQJBTKTAVo8!bM~qVH%7!J5v9R|B_%-VO02W<5RDG^nkx z%q<_>_}As#zWWxc3~5WoY6pu!1C(O_%IF5M1#q!3%mx2>6_%{NH|}xBi4!=9Fe`1= zp}oMwPXz3DA5Aa`UGu9lr%3Wz`Uqo}nd~{CQZ!8u2uZtsXuhQD)gk-WP7?OUZk~ez#wix-nZ;oDsXdd;ZBE4N<|=D8yxOh;Hhg7fPDC&T9!lp z(D~&5wO*@WEl|&XetnXXj(H&^A&66GFRFDL zXD|pFDgwS<=g^uTQ+_E*1nfQdN_WWZK>H^p|D-v<&g@n7?pxaZot>3@F?YyXk;iGY z!jm|Dj_Nk{+IgM>J(=O$Y*G!w&Mi;s5T8m(E6ENw>E-R3`D8x@zCKMaB!~4|QLi>z z)TU5-{@ME9;xy>Uk7KdIs6beHWV#Y3BHg{T2?}5_C}E6XFiUUK}SKOnNq<3Pd_%>f*D6O3CL$4*YKO@Zb zB^0Ah%gw)Ghal{n#Ukl38OKYq!Q9IM3-)*$e1ReBo*cphyB@fbK+(?8lMbE#$VQzd zU>;mzm@w$B;&XHM&i93?iugIEq;Vy(v*2%#4vqJ%eXIQqK!881joSeelwlEHy( zG>DJLvZj-uJo-UwLCh;iXGG2kHM*kDT#{#3?6xX&`Ue`|S#$91(}x2zg;8dX!~K+b zXt8&~O;n=bu+xKEH8S;F!iP71hI0%2Tv0tKfb@$d{I;zROPOj{s?wCvy=Fi$_(?89 z#7e)k!Eyd7y~Y(vrD!2`GYBWaQ(7C*e2hmAncrNVmjts27a+n*QO*;VoT5$8WnQ(@ zpsxS*?%r_8?}FtB!tq!RMNE%5#G3Yr{63_*UCgqH)zseJGjwO0hu?MT^H=pWT0R(jwq11svr6bJeYE^lee>t7*gg7*{nM8;Wnbk@il2>u3m@&wlP8% zAVgCy1J5k?A!Zu}N+yOf^q~`#9fRAPVN?r`7y0?*4rH2a5Omi>{~yLpmdr*aP5Hik z7#P5tNd65&1OTB?e-@HsfO}QIS|OwR6&_vvH~UIN_}kCZ$+(xq(!;^JLC8auTl&>d zPNcx2L{K#HTzu^0AHGlsKtFB%>XK1 z`Ly4hv|HO?MQ|vnp%8|1y1DMFdv*U=G7rM*(2*SPzcQwmn=HE9tP9Lw`y9rWQ6rJ&-?+8J{guGC7ygM)>_V!A>xz~CPH#eHe zWz8(-HyI2OI~qWJ91^S7^Whk?G&q~fiHT&t%i9jg3eSWjuGo1Q_?99iQ=3${Q+haJ%#MQ!ewz2&QvdaDqzaUlP1oa;1@#?%FFNuY zQPloA$(U$zpcp*uaA>-(c^26QT95O=XBUlGgZZk@;u|jMcVu2Lbsa@Mq{&b_k&FBW z6%vQ0Luan|H0iU=Df|QSFkp+^l4V%*8jZZ3?G6qVU9RhdUo*IJd$i70sqePdYK&Dq z4fsoe<6eMC+0IP>&+qGsd4x9RZay(|kxKr+8`K?r{a_H`L>|Y-+sW~j+aB$bXI{?R z3UgZd{=VK(1QuO7Yf7g$U%%X^D`QDGGJn_(h98Q%WaVC;aDL7&G+bNRqSI)A#q_T?HS11pNd*{{3tfDEH;4p0i&d{y-m3~g4Fmb> z(x#%m8>h&j!|y@^o>X_`gAva*>|Z8Qa@`u<*Stzo(l#xfZf6X7nXe4UvGwc`}QAQ|jEwQ@&_ z=khDU<+W3SbTRkp$iR`C_npM;G#%V%dpUq_4Hqp#`lwvcU@3g77E7 z8zmmF4Ck97Z0vCxFNXN>kHJ?jw#Pr&*I05^L`TF`&m#GTbCn1h88PqlaRHKZGviji024n&rudiu8MUZy%uHoAC8ymcxPl&eSBOw9y)6-AA|S z>@)d`nbE1PA-J($P^>L#+)`fGIsdaG?$Bu9GF2L7B=K^b=B6FZoaM3*!QqRYqqdkX zPLcjic$#~|p4!xD?wP~w*L@o%C9C(`fhwo3rq@zVeQ7V=0**Q5W)UiGKR& z@|qm!wMzJ$l`GTJc6P^e)^e+aq@e%GnJsJcOx+e5@W*`~%$*{2z7-`apN9cMQYl$?1WaOi-@ zoa#Ip&Wi&MEt0%`l^Xt)G34a;&f$UWw@tkLXh-^3et+ao`)9u~1@j7M zB!TxC%Z;|NZ`LQST%d_KMJ)^rw7?%<)9Vg-o0p7k7FNO_eVl@sKWu<6TLnAiAP89_ z(samcScF}TGQr^I#y}6>Mw{(3hzEES(N2ym@JM?4fTPVsp)%rn=Z?&>2yVSH(i8^sfRWL%L`#ajg^6|A=k*3b!Sxa3~Tc{d2gMuF75^awaP}#2Nh8m z;t|cxQ`I@n=-P-bB0L__QQvyE5x&l%qj2qb0u3$*CIfPM(EN=Vl~Ud64;KVC%}PD9 zLhvv*LRUMU7_fE8J<%#;#(F!-tG3Q=sAO)vh?+X_a85bRpeGa3M9^nvLc*@;UZ6w0 z*{xD&2MHnqJQy|#xvV?xV9e}%>upGfXgdeRkn)NW+njH$!Rbg|k~4zQqWDeCo0++( z6NhcsQ+jqLUL|+1wriq7RoMA}BrdhQiXL90+38>!_J<(DOR*fOb)?z6*SEFgbY!j` z-q?(IlQN|{h~vGYnqXFxoLylD7A9}gb|>97sJcNz0^w<@ZD zjVa#{YP1Y&2t#LV8!Ntc1x~@($$GR#{IJ#`Z$pFwk^@DL=!1U7PT0pu zD~ymu{fj0ihlVJKke|(7(oawC_uz7J%3hdxkn5BsD6wk(erz?wp{w}Og@)7yDBv^d zh5g~}HF?b<^Zr-csTPHx4=|pjzCqgJ3+B79J{6~Xg~Pt++IG(dKka7m6xAU$RGo)I zhmrr`e(58bId44OsApOe&A-35QT|=whf{McqzgvlDdAh>ew0)D!Q%_ z-IIo#_`Md9m+W5Z%f>LN2s5u%%+c5gDGb&Iy2oWDa9Qa^mA4cWF5kNht1qfLw!dzO zu;}&D1FsX*q)CtW7=va%6#H}Nh2?Z6+lPjC=GL1|HkSOBcPo+-VTANQRVLE66tA;_ z)etK{`jQ>dl}7nOWz#z42{Nv&xK!~)B)PC1%AJ-r&yHQn+d73_8B5VuchJTQVt4?ftP#^?R6qXDN8XjzfF)f@=!bY zlQes_TuO)OyBEAv-#0r@X%hYKJfP|_Tc;#Y-{!H@(KB&)8|P)O^%Y`L?|Lj|j!oXO zoE^&8`Pw^p{A`IH<}v&ZF^`T-l4kr#by#H}GYGdkrAY$s3bIBaIz@5D0uW@&ckg6T$w*l|!g#Ntr3KroXN!kT3dweCV`bAhEyks$# zHyAxryU1$*RrQR5XFXMKODoPm%+r3UGzIdfpEMOR`LVHNKRU_9y)OY2+>h3$5%KqH z%MLCL(ppv&+6u6(O#`5$Crxvug96!9a97I~P<%=Z=!l4{J%xaooVs_;?LBv_z`J1wP6Q2XfFuRrYx-C@ z1(8S720aGxDt`BZ-Ue0W*XpM4vr)jMx&4A}pRhbU^}4rv#zLmP;BI(e^)IMJ)7KM@ zMUx#FTU;V;b~VlnF~zOThgO@Nx&-&AlIY-&^-k{Y0VFG-oV^T zBC)07z3P;An^avLi0Vsr{<#QST=>U{n151gCf9x$s+m8jh`N{_uov^XJ6B$T#aqm} zb;3i5vY9oXH?n07$$~Yk;dPfR2`Z=FsnLu0%J;8?QnEkwcdQ$rDw@Wx{p^yQ4&>Z_Skg7cHw;d`T7= zlDe2Go)S28e3Y2ZH5f|!S3!{0`Mshf&=18^FG*kw5 z1$HyJqQ0@dR2UP-v#q#=Z1vunbV;~T8R{J?Pb2pK>EwRhl)huTgTAb+&->DS3j7su zprf8r@JjvF(B{;)~N?efo7o9R#SDc>yyp;k#u-_ozLYDc%hx$O5rm4b@2D%J>m z6^bQq!d_z^Z=H<*Hb8y4DWJ5aB|0Szd~X3v`pLIqre@O)U+t=3uT-7+BTJ6)+^ z{a2TAIg%Iu#VddH@zJfPBNr5hYdX&t1Yh-SK#%SQ`j zTYey{dsO5G%}Y%E(JZq+fK7@)V_{xfU3DKjZKpl%*E2cG%l*;6xa0)3%7J1fHf08y z@v!M8&NmgMJUZic>c!FhXQaw(l80A~DLO-(IB4J5T~**bJKe@mh>yfY6KRx(Q&~wH zQvIUPF6b8&(L*2F3G7uTdF7F@QaVuop$k<3rXYVRDPoBpYGQ=@De4j6)|Fdfi%A9x z$3|E0IU>xCudmn4gNSR+L4H@>rtkj(>|N)$Gklonv_ah2x{bH=@eVvOId;g5Bf)MjjsfWJkxN8~k2+tDezBFE?ZWki5}JY&Y- z^yq$vF5)wpds0yqeSr_Bxju*aQYeF6zC(sd2I$18JHp4bE0;uYh$%u_kSCdI(bGvJWa|1qDiD(Y`Fdl z&O*aZQslU1E#Gl51ikNT3SKPrgfJ-)Vn~Ekaod3phiD%)3NP%Qtn@c|$ybtQgc7yX z5XfW}?)g4dvX047wP12eL!-xg0=>avx?M`+rJT>_zlbR^TVO5FeOx#3X-`*ge7S>9 z+k>bc>ZeFLx2?0W#a)kIFSG+pNsb;CeeF%D(-J%k3T+|0H3K=jUE48AZqo~P!YQGh z>93Qhp=>3$beTDvamj?AL?-MH4Owq~jQ1TCW&FN$`?)fYswQb6STuIPYK1QKd%QoM zrfEw7u=b)-6UFNYZ!;tpGP5CVt=_&GyLLzXco48pJths#!~QLXWExC1Yvm3* zWB|>6`dRHkLl#Q9`E8-S%g^1|#i6sM+cO;`4!@1R;{hvJ)puN>5{ZfO`Q!d<%5akWjX5GnhlD6tdxP(sf-}^Jlco!VKRS<6>g3vC4U-klaQM(8 zrSQ4vD7mwKi8}+{fCc*tUuta$peEjhIW|9w0p*OmufJGc7;q=i#Q;NN?W418xLtCLM)=ew5 zQ(@u}L+ae%PG7|y?iV=K1L1cQmGjvOX*kVGo^Jj_gLqf% z=y71_#tu~0yp5wgthi=3Yva=x)J? zi~VA-Ecao>|IfufmcQL_pseq<6*`GS;lQQ#Ro_FpE1>A7bRXh)Kn;R%Mym* z!beT_?B5OYY$RWze^#)o+IkImFSfNby`?I3^REoyaPz?{gTP+G8PBu#qdfeqe)$US z86y0(t>5&ZJr8G~veSd@wf|8*2$nlj(DCw_1X_@Dez~a-2|peH{=-mtc6d6UUbBCi z9%^7QD$b=fy$U??+68nZfH)vq|Aj^jUUvt#D*5`HeA#obFAfCLFSQ@7SKp&H(-DXW zz<=294&JGtW%;!76v+|%B~*cWs9e$Wdy)Oo<7`a&KR@EPkI0+T6SEfwf6l2a;aOgSpkfcWYU-ej>LyZ$D#hp=(wI7c%_}Um8B3~r{fABb!)ot z)s9FXprzui+4U|&Zc6hX2~!?<>IL9Pp^F%Fa03kgZW(SbFNnBD;=>p7k^zEwSjPA& zo^mWU9Au+#1IW8$%W9Or5%9rcww!)_T%EF)JyR*i*Z(UM2D{8oK6&U$AydS@zXqBn zg^UE0M7R1h_$^9JB6kJI1Xo<@W*9Uo)b@|u24bpCG`*j2eGd4fn5^tswR=QzT!SzL zaXxhJI8CqMt<;Rs_kyMc75L%EyYjMwK4dx}aw$gU2%QFOVb-|@gBoStl|;wjzG^y2 z!w%MRCl)g5wPflFvwK%0(Z8}nXXV%Hw}!s!DSm@BI5~$r_3q|923vM@xh9@-jsLR# zvH_CmnOH|+rM)R)b$SB+%0N=z5O%y#ozX@W;eGgMI!Jd(RVyF@FlO4`9|bOS+Pyj3 ziZvO1`18rOYGtJhUsFfYkceN+q_jsnAoILB+v&6Q>w+-kw`$-9xK@%9nX#BFsP3y- zPcmg$hf=xtR~M=LM52QK$H5-L@BU~e-S@fmj#v8@TPGV#sYz$HtVM~pfl{T&&y^8B z){s;())YR3(|6iLx}6YsS0Ioqnka&CUv_ss?E1N3>0C08b3^W6d>%!HoT_yqsb5%8ZG| zJap%^bC#5VD7g((TBakh+{-PtShP>uaYys5BFRw_Y*H3u*5WI|o%z8!@l!WS5-WQTArlW?M{+8{#G&D~|v>kz6^R?b$PjH-HxS z9=}gNzg!Gv_pt`jrwFW93CXja>`BMshw!%kl%flLxvy}woxhtSe>vMyQC)$TFUE^% z2%=y|NbKuQr8Ha2F^AnI`@nT-Cy+cx?L8>mS?IN77#bx_&5bkITEp-Tl^_Wo0bkn< zaWT5Tk0pQaNwoIfR+&ycS6d;J|OS;6S5zEk?Y?8a|9a!SQ_`fo{r6mpc$xz~< ztL!6+7FW&yJFF~f<@&wm=y})1Kt3RyPEYRvjtH!1iY|zzJ!qY>$}Y2ZbGdK$Uv*yA zQPaJpUhf8Lxb&+jqc&7=6 zy;-^HxP!5elM``l@BWQmu=n6S5W*-|y(-Qh0t5w({To&KFQrTbhanrh zi?-;?QzYb_&Bztx0>i|vy+2L5IqJi^;wM^H2U4r$yWdd>=7#zI>Tzy!7m&$6r5ZP_ z8(UT)WWI7sbrDZSn1pc>^Vv9%W)VmYkEc%QatqUhB-fZ zh7!V(9YfD$`&ZUH+07vT^3)K)JD(INKvJz2P62~AC9)Z}O=o3`%67|`qlQ>5uhRJi z*aownR`!wO?x2(zLgQU`Hv}^z$_l^yeEMvDzNm3;+ap`WvmGfSA|_xix=84P85 z!69gb_M!a|^M!8W7A1v0ym7J75Hlsv<2@7Uwu1FkCYxX>8nIh&5&nU14&64pYIXgk zmNP=XXa>Ha|N0dx!RhjRc=K^~*oCpxA}dW5yg}uObkA>9NhV(p3^w}Kz+XQqqw!eS zos|lzZsVEQ%YIf`?h}n5yF2-#Cl}A{>bJ9A(?}8lMRi_^xqNvS1jpvmb!$l1;_spN z_2=AX9T;1fzfD5wuXTFS|9Ls#x9Tz#+F|>>Ay$e3iw0qF7e9cSUCn|D39P0Cc4T)i zp%r_px(H%FHb9ze@Efn$|DU6asgBV6Ek9fKW(~S=Au?yv!|&(U$NjT(*wQA22Yqcm z-?=!lbjR84u_p=s-J(AnAUIv!C$ItJ)&{+#&a3rg{IHJj23yD9q@pMj9<6sgQ(+Ca zx4~CL`YouQA6D+6e#@xM>Afnb)Da?$SWU+aNUUK#H4Ea$_3t_4sMcrO{)hqI6BZ?b z(MDf88Dpw8ov-pP89IOLJvWxO-MW?IMw?uIqpW`LvxA{lbaMjO2B5IGb?8?2FKA{! zXxTwW+K*~fC(P+|kT_4?H2h9Q+E4$`u0%^b%*Ee%=b|iAJ|-i~1j9ZtL}dRw@^()3 zYo|1NKOsiQFZ*D8OWr7-rmK@pvQoj+UdGvV>z#aZ>Q>E{t+9Pe`Fy<-bJVW3g*e-q z^V|AUlzhsiLUNWP#q{1%oV1eWe#xtR>WOIL+29KUgHPu6Y66{ny@vsRCk_&wM9=XfZ7nvqAhx*+(eS|3=wOxb4#OR z3drVQti;cDA@p=?Kf1(|mBYZOr3JT!GNkud7~BJ|P`-s;sgxzh&2cpPwFB*6bMnL< z_FT&6pZ>7Z7um8Rc9~Q34QOR>#lO-(1n8ENV*~SB(5$KXnMxAGfaIIh@+BYfz=V0Z ztU84LI;+3ClE%1R_!KfW_I)o_<=5r?&t3UeFc$8s$@$@X>qTR9fqhn8U$WP(<&Yf2 zW}nf*I%U-|g{~7DNtTnNdnAQ}yUClx^kB`Y4nnUe2kfey?-TLHVufW+X=hSRNpG; z<~>TPVUqvV3`Z6=#C{qZ`L@r*wgGeY%B?z12yMHr-+XJHbfdtFI*Q!3_dP3pq!AY_BGqKOeN$_ zP~`(_P)0Ax;M|tO80Wl1XAw{^R_+aYJ)?kv5z27H>`GQdc-+2_BJ|&OH+MMac zqK1+#i>is(qjJU_EvR-9E43%{iWeod5(Ra#Q!fnJ??_D?J@G{Up@rf;u}Szc`$4wggB z`vJVP?V%0<%||J%ZtdpYCAX!?RZIA;msfzR4Af0UgC{+c>*mk{M*D@qxY-r6W|pHQ zTG|yVNXvY6B9#)6Rd=ZlW;v>1S(Cutx5r&p+PLQBou&_n^GXmOwdtbVihoUKT~me1 zzHbZm+-{sjm}VU}Upgvoz-n4sCTK}1-00y5H~xzm9ikMVOI)&>)P}5>(&ApO=*4+G9LKkin=CA23?{ z|L#z9+n_CScbDe@xqFkhHn{b^S|Y^Jl%7y_WOl()8*uaNawU>B$^tUeX5A1lYsSP^<%UB#B; zR^6^1QOmoL-&H>R*;6wdk5UF{{ocN2JEO`}y9Wh)IJ)}Mf=DRJ-1N{R-d?*?>%;>M ze?%UZT<=PBwt5}xR=yhz)@W!rEi&@LwdQ}CZNtMrG9#N4WrvO>rGZE~TqeTic}yQa zsbwt$3D!a>%yJjMR@MRvJN-n<%P)H$gnbv&2XvL6Pv_RushG5qSxbJ4V& z^O&_sVAYQG^eqaSD1&|`tN%RRHxO}5lkQ=$4nLZflSLvg)`qR2Xj}p0RE@6Ul}OHeN#$UZ}N)n>16FL11XQK zJIEYalOi=n4rIXU#Y=f3Dj{W^kUm>Amq5fV0KZ(Vr0wYDG}rXl#(Tnt!n*UN!{nf$ z1uS;voBdQim2f}Cc|kFKC<**>6S0%uCv`gmEb6?KVf+O~)p6x4rKN#<{7@`&@YB++C&eQtNgQwfCx( z@u`%fO$kuibR}tnDn)H!RY$%^Wiog8v&1V6T2K3FVM|(~ZZm$mHV_WTU@9)cz~{!! zz4NOCw@fTT${dsPjh4ojsQUfLe(f33h}{aYoQ`?h0$Wj!;=7;KJK~8(*39eOyc<$# zG5S~L)-6Ex7PaS5Vg*}!=cx#dh3@xF+46RGWMhbbWpc!Td`E|YFI9imVNNao_&R#L z=Flr$hG%(8fULlinFi7UdK1p`J0#?hB1KQUd+@&5*ihY{qeklewy*Dx3cIvzPGUiu-`VD@L!zXCXQ!5SIr-xo5K^k8zOOgz)!1kgW zT{S3colmZ5VXTlE`%ALjY-#Zt8Tdza73^Z-n@ffjKGlG}EovoPPWi#q=|khY7T8#( zv~Y_MnZq1%Hw5taZx2sN2Tay#L?()1_F2Pybu{=YJS(x6uqrC>A<>O*%D zWgdwuZu( zI=}$dy&r?Fd*EnDw#)5ezm5WH?%4iqXi-p5&Jz#@+zp#wT9cKcKrFzs%ZJ&`b`%R;))Cl`-?w||$2e5#UfGlD zThHr;pVO~6FGVm|8H?|~C2wM8Y}5^FlWFF|g+h&VkB=TJSM_gi6wO|D9Q{)3%^tfV z?$!l&m#^x@zgRH5%{@|flJGdgyYK09z=)AC%^M%5oK{*iN<;R_=De#w^< zpWZ+_Pd&NYEik8#_tn0WmgrQH$%#rZRtp^wQFoJiRC)|yEByw_o<)e>B5!LBuYe9F7hzR~KyohBK5X@^5W+E4G_rBO6btQR?y z%k*TPw+xeOwzTBlGdws8*HIYvjcP zP9kZdyVi|L0`H7l&hz*!(gV3x{XYjaZqwq0PgA6bFP8V&Sz!Yh-eBPDUzs>-J#Af& zyZ$-uxsR%$WAciqf?MY>f%2vri91G5zjC;;R|-}>DHwU_o3YSoS5+4l`_zz(Jng(% zbLtsnz9q-yrzs(U!YBO%w|VN*#x=yeYhUBK}2= zX~T>He#Zh8xo{)X^|Ae2uE1cM!L;!dc%;nOX;d%WJ|yVT=X(z65sg3*JLI=?TV5$yUinpF3mk;_GDt^ApK2k_j3CD32F1Vs90J${T-oSoQz4>v=T9Tf&;9=hv zmjw`!h)i%vmtsscnc-}V(bIj?u;c^9HFLhDeS3I#>A4_v%eMU#(@Ax7P}L(xAN8tK zecSb(qAObNPr*c%^pAdeqx?&GA{B~pq>fy?0fY^d*G=nt+4FN8=v5A zNBda#Znpi84FgcheOa~)hY|Jj7^|A=Y`naLYLb!JmNOwf-Tls;wzQ+ZzxI`VIt-qS zncDm_{G%iXtC)XNlcNy|P0kl1&++^A!dfzBg+JDle!p>ys6;99hr}-|{6~SQNQ@F> zNe@_ojeB%dKdg(W&$uGbYj*W3OC2xmO_fV22c0pl|0vY#Q&6oOT=G++}%03db&9b4EhwcVzs*FznN2B8)zep z<8SSW`62XpiNpxe=Zy+ZGlXS)dNmx?^f(5$V~F{hpbS=(Wa@FIe;g1D*q2`@dQaul zQjfdc*w7LaTP>4d)?(G^_%v7#+g+bn!fvjG-|~^@RVc+A9nQxY(w;}ODg4Xdt6K+b zr}wb|5&r=93_RFJ!$$vuy4e~;&(VNWU?JAKQ6&C~fEs`d+OM4;?T!S5^?JRTxoV_( z&*7Np#eh!HDY2PI~<^E zI78Uo#9v$Ml*zi1@SViUiQ*{*jsgefi=w{&C^8Jc+-OcyXbgQ7J+jl4xGLh4f7(;o zxWM-O?|{Esbz|B>&|TtZx7)HTjTu4%QeE~lCWH}I&F^@eWfPjsKeKXUhQycPtqxwBE@gbRnY95=y!6{dS)r2>R-D(q z1eVqDe_4UZ=>I+)wT0!?deGN|t?!mjkxccCXi63?6_UNI>Yf(?^UTnyMfOcwFzjIR z{Xb{K(Oke8>^Dp%N0NW@V3s85YZOv2=1tA;OMiHJx-RM8SfVFau+*)Z3BwGIwy4`v zqlqnJf79~nh~q+`mC!UpUd z2)mPKO!u|6YN@koJRmSGXhCASwL0U(kGrBF4iZa-#S3`EQH4Eoz1_Zo{B~OjdLny_ z({y&WQDj{4#a`2-lnk#0-;1Ce7@fE93GI3UqW6nh7#$1fiTLgs=GJ%fk=mko ziqEM(+C#!FG{yg;Xq;^4SZQIh$F%Vd}C@4$t)|fC$L{ zcIIQ%+j+EzMbwi9PcG&yvYy!KOh*BVVnnMONVec&V%foCC>CY{&u>crtjIoAjW(7F z?5TCGSg4jXe25e;7f&hY*}9s^;PN*e7- zH?1<>w;^-sAQQ;^ow-yfQ&%BqVei0_9T_j(L<|88U+^eIm-PM%NwKLL#|=b3_g${R zKYVVR@(u#TSOa!yEg)fb&>S^7Zk2Rewc+3KQO#LoMI9z%ecEs38(;SQDA}VT&bIj( z;7EL{_H;+rqK>e2_%+NSSfM8~IQ9v`s+8PY-yf4>y`+hMU)vf{84b27gb+t=UXniiS%nZ`Llgy#R_L$KKW+OV?P!^Ys z=RK8jZb!^E5ihM-w@^!Ga73KJTlijLmD8B`XYU5Q{yq7pY@W5+O#;k&P)Dtlwr|bw zn%GsIIc(;4s#eS4^JMua8FNX8Wzr9rw$TzmhVo}Bb*5S3-m7h~o(dB8n+4T6h@M&% z#EEn8WDrOK3PrdD34WX?u6banxQBAgR$>pA`j+S#5+v*C)vK@9OpG z9qZCr^FzGfV!)^nODtEp$D-Vgl^Lr(tF`8TD^`8XS0@g*Fag`8!$j^NR6W`XSLgBI zheu!SR_TWS$LcloHmLfFy3mMbvfhKh!^$*LS<)!NNWAci_cyUdU*X$I_98U$2L3_I z`RbM^y@GhxI%=At6V*-?%hTq=rAXO|O1%qIzS%6}u{UBWvzWsB3=bQBRhxAmfJ- z!aL(?s#^;llK3MN!kY8emqG@ouR8?64{G3+W2%tt)>?Id3ZUY6V*XnhDw} zpf`*+Nm)HfhLyIATm3%@zo%p01?1ZN%L0psh%)y|z9p#7qNaH6!JJg1J`_r6I}caR z-%r=i1W%~OJ-=&nMN`a*_t$L?+4{1JO3a>myMVBn-~9%aN;bho{R6010i~GikM2~J zdSkJu?Dt>lQ^xxkW-SKImZ_RL z;ftzBet3P(F+Rlg2EB3|&dxV`*kv~+sY~hbp-H^!60k^`JfQaUf5cGQejxD&!XHF+lep6#N zp>_-UH;W;EhwX-KwaoEka7CNW@Z@LIs|D4Z)^UxdVwoCX=O{sZ#qJNS`b{wf7Nh#D z2E2FZ9vrE+)aUu!GK77@a>VOj;jfj^vK>@!FoRx6IovJT=eOP05uBeoDggkEpph^1 zuK;}+p8cldWl3oZ6d0+VYiQk_*$ac_Q=H>mPRhQ1NWiRV+rukKy1#cCFgKPyHi}H1 zi>%;C+KlcU`Lr~L@nxCqLw3mu0k41q1xpLOq-=8P`F|7_qeX_3*0le001f@!n__OOPN8A`-kyWN?e(IYL6D^@V#Hi=W;CR*Zl zq$Uf#*Dtq(MAm6>y*?|F97FKCJYihwrcB|3++fGnm$rWNQT~1O@y?!u$AvkThC2rE zFrrGxGfrY_>@oNtiyV$aSdPa-AKMwa9&nrY7hIZrD8BUbY}B>@P{JH!E&^6MMitb$ z%t^wdv@GNvY2mpg?>f&6dGuIC6l8yaZ+2I|4s%=kto^6%dZ1c$O*_AtLGPW{U%{rY zr0l*wg~{SNW1L@zIdyBN{_Hqp$G1miTpkLZ)>Q3%tBT@iHAtN>48|%V)LfSWUWWWC zT0R^RNT)th!S%*yR$86hw58e5xV`(*CP@w#rBwvn?~(wz$M&nAVOSY%^qhZjEi)=d zom@kMe?E7x+g@3J$}_=titBtBu0J{&VS1X|_o@S<1^FHMB6_JNR^fnu2qM!DOle=P zC0}SpH5#mozl?ngyJMp_bXsMw-?VY+rK{Iw^zofx{|e846i;SZf#9^VRF&hso%mc- z*#{O)n!pSS6`uj09(qr={oB;)Wc>Ai6%%p+VTC2wzV-TX51h(6yeFMfXBw)3t#9(I z%^a6#$h2C~Y4c$!*1430x)u( zOKa~%+nkYBb*c}S_oSoaUwLaa3KqlpJkZ-Dpy!3b!?Rn1z|GBe3(*~PGJ0h^Dj z;RWR6FxdfVXF}7M+b=)=uKuKqSIl=FOk>ch!*3!L(N>vL$Hu*qa>xHn62BM+gUzho zPl7#^E9?a?*U%Q9(d6Fd+{xwiJT!=;5BhSTE;t=nTHVFmXstsX<7^*2?vN5%kGAer zagcO!Td@_HuP0+>Klls+CKEs5bH&aW`PRrr0t%0t7BYd(X>*fIeP#*(3_+#?FVN+S zIDn4xaLd04gTutd;V6pT66&@3${DHT0J;psSo$+bLR{Xbi1b(OG8$MMtA53UUQ2S> zxD!K8sczV0Ru1s@Dw~gSFMe2SCZg%p7!(lS|**B8e?rxS17<& z0a$4rF27{heT8^8i`~l5eOvy{+d;j5uSESUF>2(O>9-08CdmQGJ!a#vb5oiWH6i%v zgM$r$z$0r0OUctfssAX(HuY;15e^0nbq1WhlQFkOGy@qK3`*Ay|8@wIS2?)0T& zNUGn)-+)i-p_+=ldF6z1C?`H~*Xnl*KJlil`X5seD3hij&!kSj;oiH*fA)w-z#AfQ zGBh>T_t+=3d?c8?C$ErtEfm*&E6E5z7dCST&tnMBUx5FjCo5vQwOQ>l$Z)^T-H%br zaK{hMlWeeEO$g#%7{rHAZWU-^|MXnGH(5in?+y%`>tjp!NS0`+GW7v_8F3(6g;oFA z=e#Y2;S-Q;)q2i}KW#?p932d9yn?M9^dbGv(@b|yz(!7`&AB!w5g40?XZ}EXBC1)! zvdnn!EDSabwpsf*kupd(xr_m#!7u7Bri}@x=fO6!(w%J&ee7_zU392m7?uE_BE=|xCMGYw_tzaPX}$iV$d(rdQwx%8 z0@?Wh8%hz-#!Fqf7OUs^IYTW~y54J54P&xmt#E;r&av^5HhAT#`mH7ng6Htaj}L@c zR%Wn0e8nv*!<-lzF`O4q=WSF#dj2YK?vmS1J48BPi|9XvU(IpTmws{>m^i-RXe z=Y){1xWq9a;^*ffEC-HFgFlxIK~+K;F&Gyy;-;Oj7 z*1L+Hf(zo?3koE9-R`9vcbEsJa%{G1jz1eOh{mPiu(U4QY8ENc=iq#q`w)r39d5yE zUh4ZzWh1#%h`0amn3p`>!JvhVps(e! zug5wKJGa`1RZ8Apo%S!qR5s5@q={|3zt`+)QDGIRv*8+Olh2}*z^XdKP1}4@!WJxY zl6oI$1z8mM#1f+eL1o^uS99B0A&JcS6rfkfKP;n9y|Lqr{`N=&VUGS14-4Ec=<^oDcXamUmH+^dw_qzenciMKMm!0NB{NB+`p1; z;|)Tie9M$j{_b!(*KOmzB`3whHU^XLEuV^>pHNjm6EE@vVm$T`fIv~6lf0~AuedlV z&l4&n30)8Scz1D{7-#DSQtp1PIrsT4W+fwP5!*S@kX!$IA;DX`z~+bv+OpWT@<+>n z(GB?puyE48I)6xQ=}BJC3k=9{*`?jpv6Hht#5j3hqTG@F?;rlQv6E1JDUyzitg^A5 z67%q({5A!LdPsIkcX^X}9zGJnDcZxx_4!jtgHU0CJ?r1oQd@Ts44(KDh3RGc?Avyh z4raPxeg4`KC}30a-PGXO=RWBp$CH*EECgtjN0ZG|_Lb3eQC5wO;78f)Kt`Qz4?V8! z+zwbVS8XqTXo|dex>u6j8i^gAAXA_{=x}|jPW`sW8=?-&X&q`}l3gtc<;_^>4sETQ zb#eW~X0bBq+cT{^zsV;pzlSrgJl7agVVD{G9X&%(w zmYN+S69;kE>f|~OE%JB9a{mEuj|WxJB0Vq>^O;}s1?PJ9Mvp{UJ9Np!mv*31`dVK0 zlHR5Z;49tc*z7mok*>!)r{}corO{C}Z&qKbYuZcxB&;M?`pc?@o9kl4-$Rk~&7T*~ zBgsQPly##1$Jb&8{k<&6F!I6OC$%M-I>osAu?kKl=As5tk+)<&L`7sd!N^WgMgD{>Fy^ zdw(k9FIq-Vb|;nHZqwa*tZp_*<5I>%o3A(zXMw)z1*Ni)d<$5=-T8EnL<|B;KM%dR z7!0nkAe4OblJ)(STj7A*#@P&bRr*d*Z&x?I$Q0Z;!(mE5V{F$ayRgt3%snkiSW zkL;A_)?_L&V`{G}K1}LviXd_%ANcl^#r;PS_~DAC6*S;@30w7|J5OyVt)T-#Iq2mf zDZd0LFFrYrnzW+V3MYq+-#|v=&VmF}_K$9iS~BvB;j0eNuEIrTmY)Gy24E}${z8HM z0t_B$eka*lr!xgT+I6UdO)CA!Z}p0vgBaqeD))2YYE|&pmCJ-Dx#@4Z^&U9aFx;e;NyXNuoe_n@nNb8ORw<_ z{mPc0^7|WLeRU(0FTjxAu;<&mu~%PxSWGT7(MZj!l<0P$s>{Oc*it3O`#fiE-*mea zdQ?K2(z2uxx)&Wt<@$YSrz8zdb)3afl8wg!w2;$+8EGU=9^?0eP8}3P-E>1dq|1NJ zIm}+@fe_Y18@4Md(K1P?ZCG{zY^xj$Qn!_~@Z-FY1`mTciR&tqg`Jo;{W3^p0S;H9&oIPj18eDG|6^G_=OZlg#u{l|~qj9LaA zipGT-jNh$esr+;G>@B%D7|?4~jF**e7F15ru|!IJsa9SY?h}RSWc$IHV>=!km8ll? z;SL|9)`yNQYk&5(@iYR?xS{yMD!5aKC1InMnlwc*Uf(xT{&tH6reXf`cr5Drs>vAe#QjHc)bY*`(D^EeWTm=&BcHx< zWz7A|A+AM0YDaa5usTdg-%YV~U{{9_Uu0y^vN(4FSSrrpK0H+ zN%G`vn(WVw0SBD#+fiHyB^BsC??~Rh%e&J-Bj1T ze3`#@55Qw7_f=+vZ{nu6-b>v{qQKe zq3dQ|`Zfou!tQeY0R8Cp68YmHH(>9YlSH&uKT?DXTbc?%A~&V$tegvZhFGQeqY1xt zk+ANDm{r(ayLc}u>pyG|q=t`KsEM6o_2WlN*wB8ro{ASg3#(FT*i#SI2iy3=1W(~O zR7h!8v*lWrL38nl%;oXn6b8s!^nOO+02}49GogT^EvD(8ebX1#$vhcy?oTm4w(@BB zmM(mN;RLMTrW3szOOp@uh^wlMB`IPA5U3`+GZ~z$cqvlAe^R2VbS7yPfg{a{BIo*AOt3k0_a9{Xm<2h^o5iTK9eQ!L%&JSPS4&1T!a_uxs9Ds>`3cjo;GkrGFg#2hUv^SAC z$!|Vx!1r`J2pY!hF0u%zO~#0+12bWVV9P?`8|b~HX=0Le5Svx5`YHzvLz_2hFT(N%H8%=nq zBoWC{S7i^gZ~FW0D)#309C72<9Xxdz$Ycj^Y1JN=EmL`4-d2Ci?3jBg%YE|q99Lh6OFb)9@4Sp)b_jXO6uSB^qgPD#NF|1&OTC~Pu4-}*i{(J=Zj?P-nE^!2Zj!t&$}`(Q(Q)Ang%&T zdgG6d)U#X{@U+AcGKcl?%)3^Tq9+yeB~si6{*DgJlJ=d5AjH!?t9=`j---69-gmaw z>4HXbU}KqH+!DK6K)yzw{v{xIVEa7IlDO{+pIAy{K|-Up*L@InVrRxVv4e^LKXvc< zaeMf{S^nD^-st5+Ft^uTuvzN15f~RSaKzCpZ>_M#p0pcnL4ydtwm0;>ZC5v?@7B{} z6b5b8Ab|E@5OBJ`wQ1zv6T`T8*iyNy3p7kvok4A_UWyif-UdAJc;2AC&+KXW*EPlp z3o1*l-MePuon0e1ui41);GV$c;g}XtVY+6!JZUj3VuasJ>dmg1w)4WiJ%37U#4ktN zz=WsYLM_OX3d8tzPz{9;PbLJ}k|%>B6_cd|ymBnbolU!-w{smLJ6(kArQK*rlB(U{ zAE;)?G~IBw#2RqEO0dGq0!kWZyt~XC>FvnP*rkJ3CF`uX(v8N+TklTzr{?3wL2u%- z{*g?zJHXImd8k#&gK)g{-~;BlTG3VW%vFKiS(|Y4r#YWm@x?KJoqr|6??pA8+8L#9czflZWtdj3CiD&mb*F2e54ojwb8nho0EZ z!^?_|MWpj=?9p~_==m2q;-zN4eP7?a1ofb!w5epAGNwY+ijg;W)Uw^n|jM}6$$w%V%3z|>OP1z0A^I98-PR!6c#FGY8lcc54*4%F#Bwnr92PVF5%=KjUt1W?01K! zV#2&!LRZFgEV1kbI!^~@fam~Q)#~88dIk6~*p;&?ioeHyw01AqNL9J=UHUA?vusFX zbHmtMu0*O(8wsE%gdY?q_d~wKJ7(Y1kBynL8J1X4|1{#1oCaxyLKI1RC8}BNou}oc z1lY2=2VsckEmI{RCc*jrI)uodVispXO&^*^5wLx_*Mpq3)NztZ>-i9oC!&X>G$o}H zPSVrANMMS0 z(ejS~)y7Xz;FHZ&&AX?*pKu~DVuWI-;F08gtTQ7kQ|qt^CPRJ zf$yi=7t8eo_o#{ySFl$Pb?$yuk0#KdAswqJl`to3P(K8a3K1l*pj($iG-8}py;1*P4T3GUzbbJObzO_9A&Zn3PlE;yjX_xDd!F&ec;snIS z#I2r3Vx@jvOZDy*RZ((^*}cM*>RSWYr>BgfGMwm-hdgR8l+zktPMj;7aNE>KDb@(m zCy$XysK%tHk|S{bh-kKP%7R4~PI*Y)_5A811tAwc!8sp(=c;;rUaU*;SS_%-``s@c z?B;~kILSbu;U{J?F3tmOTlri9n!GvhrZY6{fkmY)o<}OViMPhts*gQ>w$Ym7l|z^D zgx}S)lp08MZ25cVnVVMQPcW}UjNClzT)h|4U015{PRX9G0@=S!KC9WTMo)Y689y>Whkb?D%X6~y{Iyc zorkh5X`K{NE-xZ#5GGxH-Qdz`TXk>qhoC;Hk`SdCtNMb}74}Z6 z%U9o z(^B*14D(iG+Nn~T_5b*fy$wmaWkC9L4m72&7~^t1z=wf<-1Xkx-3543HD0d37AoPh zLFjE_`HfbD*r6XEmq>RwFiMrt07x5Kw57e2v{YBNlI#~P%|Jp|l*mL=FqYVOy#ki&M||2{o}vzwrPLsayzzCSM4uKkHuiZIWPA@Du3|W!hcyHNzvovZhCby zBjqEcJF+#<162Ji=;64weA%gW{RGZK+$qj9H&}|6{7UlT_}s)tI;l}iVy3kvHVOvU zXje4S@Lzv4G2E`=O&m(V>zt1bXfo-KZcAxe&8Yk%)YypbmMwA%OA)c`i;(9PY3YVd zO4h3GPk|PDG3|cjD><`Kwn0f7rykmILIN-!&Z?5b@qI?M5o~I7 zP2qrA&v~r>=kVhsSMQ%*?eZok&NKQgZp;gw$;R%yr?Iq<*J}PZG+vFe;m_I(($5v3 za>64gmZxpkl|UNqPUCJuarZjx1Jg7(E9lydXf4om3xYtLNQhZ^AL011(7aXZCbAGRFB9#N%zfO~J(z--o>udi=;_N1L*zpM1No0ic}U=z zoQ;h@Hv20MZo9m5K$qmHy~Y&9)lVlkA~l5lr7M;svx|g7TbcB#9^p(B!>cUN*L<(} zn4%)xx<_xbo1#37r|guq@BuweLPMNvwXMbodMgG2v z@m@O!W0s?jo9wIQ%1cpN_2jJu?W%sKo|b%7CAyLeybQgrqrl2KV)H-hd9q@VwCe*p zK`*YCui1)uub#%z+DgaM*?wld>W_h0ve$O^AvsP>BeGXWX;r0{ zHO8*{(rp;uUs&C1Nqng*<}mB>$q_dp?T$nF&)Xle*4Vi?xA_8{ReZuEZ@h^1;trIJ z&rE6XDAl+CBXizS%}m-_O+N_rU!E+j-DlxGgBaDM)7xsLd(_q$f$}LHwqiKfJ-W`6qZGo0XmcAGDBF^=#7o5xJihrvU5}Xq8TZQG!|0G(w z-uhYr&8Ac($EW!n3I1eoLTRx#NSb~{8Aiu$K{RJ36ALc=tK>r|(X;50@xN6eg9aQ& zipwcHSWbo+hb_^oRO?UkllJwH;N*f^%4xKpqPQ<)8%$BTd@9lM>|TKV#uKXTGP7@x zP4#UqOOlKv^l@ASmGsu%x526G+S5OwBxQ8J8q-8l-lykoA>f2{Q#XI`*$dcd%gJ9M zhK7^$>)APbrAEmyI;8X(sFkdE4!@Uz94<3u$1cOulr?Goj;Z|s0aPBmo^D#ev~p6KrRtR z?x;ySP_$KF&PjEmoc6Q6uci8$YOA}1TB)n0$#7P&cRNv}pAF)a<0ERl+(+>ouULng z*tw@B7j%GT{ikDGU^~`y9{#}zsU){t#neb8gr*(SDp7b2xBNfja%%TYat;&FH#`Wk; zFMlx-MKZjZGIzBMdRRV$`g%vNm!(_QDMn2O%>f(!ppiJssU5yuSNZV9OsXC$?(f0O zU_nB^4KDz6>ne$po9o1KEHU?aJfbQ`UqiGWuh}h(4*@xPtK+yoXshP1{#ZBdQbIzH z#DHYNyZJlwPoD4UFqKiOMyf3Q2~&kqs0;bIP!gT;^py-=-6AKAw68XL=|mb*^*dM^ zO!9xCNM5$?eq-&&X(R%{cnr%93{KUUk6_qggjn9N_R%P#s*Cd_@k=uFO%jswti zhs`{i>XJ`F-xy-LLA!(6$0fdou< zeND(hsNkbadN&Qm)czaGLZQYaEsiy>H!!AMqiW(N$SFPV082HnGSX`4rvs5k3Mus; zvI`&{I^f&4u={^-sv}pyCf%kNUwauC6>Atxoxy)fdOy?5znZEBeh<~~3jBW*Gwn4a ziwuJR=AnA|wU%8KHa|B}U?L@0(R==FJ#;vKd3%E*Oq&)GbnI2RG zFrb{8yrKPj_eTH;gdLtS)5i$m_fQ!26)_2=vTKprPIz+r2$fr+^H~skiU-THov{5} z3Nd+4V`!kGPN?+3Ei;qCSFML-pwtQUH}{ZC@*zfI0dc2v3k zotc#X=Ggs5f%TutcPmL6i(4yW%Nj~N>?R4Fjm0cU$+IX=*UygHIV8+iER7{P|32L} zu+6fCh(5VW+;!B_;DhvA?rmv?7C*ZUo4jGB?BX+=?5Iy}*8UMl9cPzO=jrxCBo@Dh zR;T=POAAnXQmBsIGFrgO?)_^Wuf{;f^?zJ&KznrJyO)v*Wjhcfmdq!+8nAH#c@3eR zG z5L6s^?PDUOuj5p^c>0((4uG5alDD%?#(i9~d3GEp750DCN7{xx51YR?fsb z9oU4~fkstOBc3LJj&4tL_PmgL+Tfo~@`gPFbwLoStn-k7e|SM8Up(usg>&|U9~`18 zdlE!X%(Qt9QsF($va^S1%5G*81nkPcItH&GG~YdLk+7bETp0z4fzGr$9r}%*-2_)& z;QN6>VuBpw?%R3bP8W5vKmlV7b}Q3XZ&@83JRBc*=$B&%OB-b%4J8qMWdM(I+mGd> zI#zDFnWR)0u+lRm8-f+~NVCnzWsi?bUIwbEyqHz83d{Lq0`d0gzo&y!a%PgCJbw6O z_}D1u)AZb}tUZtC<(;nlLvUTyWM;dO zdR~$wQtyvVL+dMKVxBa3dtUbpEHAR)K|f4;!!wpCUYAWTaHsp%dDOV+4(X13NSb-p ztAkl%uinzDz7VEuh{&<0-lLq0*8WC2E7Tw^k# zN(b5rht@_~BflhN>6SMPew?F{7!$yiO*$RA5f^-=EA zyAm)NEs<=%XR5js3MX|QlELOW49n`%f6K}U9t|Q(td}1 zu%s-GZ29*~J$;UQ;!YU}sWW*Gg4GA)l=M;@TSp!11?9qsZ7N@SZtZyxYH zQ2UX}6pQD|&ipy`Q(Yd~{kzXw?I~J$lTKREUJ4C6e`$F+=>a838 zkXWyryj%I;iOT8b=4ycG_b1ar44pc<;OtO?*;6%2rIF9zv_%n)fXSqOnfjqOQ~S>A z)~Dd4MooQ-IN^8H4`xbA$3bo(xzO%*y)x*#eiwf5jOpg#?1$cXhBrcuYJM{T2-dr5 zOzUaYYGx%mXP&z2ha**!ZLy>o-7qhSA5fJQ>s0d$T|Q{rJ^W`j9)2E1!HritTFdvQ zdv(PMfD1A9X>G+Y{P#kl69esmNPPK#Vau7$wcwRBJm7tgw{)^-3V&k+N)FiekW%V4 zRa7ghs=DpK^8EO2IRTx`2&)?GHbr^<`IvNYR65uc#^t+%xP$kWucfE{k78Ua^~EEy z`-|64BUOn!de3&r*v|f+MA_!MN&~Zg%h~H7m0F2~d zaq);B=!v{KD;97AkmUC(XIfG)Lw7Ffh;*JWg%KSVJZr$kB*XC-Z|oL=Z?(YzVEf0w zsVSD`5wF^td4tK6X|xvlP%sX3-Cz($9WNDXpKLhR7Co-fXvi$^Gd~&BA^IPMhAk~{ z&RwH&!)4Me{Q;6QQi7!dg>!EIFZW271$f?QhIBaSpYQiVU4}~i@l^e|hpZ&QbcWi% z`U*=5%UedX0O0Lz_J^5l)q+opbm#WsXzX_xHx3ULHZje?U;>ug0nrzos|t%rn{ z5bJAo)zG{5ilGJ|r9gP39fM5gQXw^OUp4~E#r-COhY*_7chTSadFOm|!ktUNp45a~ z7E6sII71Xrsl!B0w`=xwLbgc^&$a^3{&4De zL8-Aj_T3UWX*Q=!8er}N;OjKliOGZ!hiAAZG4q1Q;p7$jk&$Gwf}e{QAl{7TY$u5y z8vlJI>8@q&D+y`J85#y+-Y056>Bl68SI2A>)Rp$*F>+LrA@{I!MlcqebcAw!eXB9B(K{$u-3LFauR=&<^z}Nq^Psx1>gXY2+EQ%BctgybhlFHy0;gmqA)OT zebSp1@N8+60k5@vmnQZ30$tH>*ZiHyyWw`sBRwWdz3%BJDnJ>3p1NGW4UZO1{+Z zzx>3|grCokJuLFCrOkcq!=NcQc&YKAU?Ae0eQQRCL2%%8qtUjtH@%(^H)u!;aT!4r$)|bes%c5LXjJyz@a`V(TXAdc;4kid#if|N z>s!-aj=Cx33r&DVI7taZ7&F?|C$Wy80=Q=AeBwd4tN>FDK3fe*yBLK^xqz5iIN#~h zLXrFPyP6`|P<#F_Rh88wRu8X7dxp=e=!UmgrZHAk_peOhbj&6E0g=xeMRc!|DpRxJxuC1rmVU+=3K z?t~?l7cQ8j<_RdXxai7Aj@pSPT=!G4E-Nw$$Ui0Z9?Ca7W_{GGoLsaVFSR#2SZKs; z@qxbCVrDSeNV5M2PV_rMN|<$b^}u9ppL(!{kgSj>U@=&!o)2&VpVE(I@q@=n}3T7$4-;9!XA8IHw+)~ zbD3_3nAjOsWt~P=KPdUaj2XOOcv>&@2DY54wG?pg{#y6)zf9P6g%^%n_NeSSpC;v; z|0XP5?uzS`FKk1ljbo{kA~@iLC^gE|l9N)^GOw<>lQw4SEqhM%ZxFsNy(iF_(*D%m z)pd4~1G-Onq~B9~cf|F^nz7vTceam(HA}lq5YNZ?3IFI+)wt*Cgk;B-szRe@wC!Sb z2pX|xHR4mTLs)lco}Q0>_3S9TRO}HMG|}TK&7va#)JP+J8_BlRYDT(cV68$1>MVoa z_kE!vLyjhBCF6GDtb%{vq>dD8+kX@=(~D=XeX#W?jB3FYt~U>RT22xAq_Ls;_ki<7 zk1xVz;P}i;V#eb_(qUjHxvI7DOx!6=TA)zvw7GQft8pRv>DdgD+tns(#H)1SY6#Cp!VvFlpMCpTzk&TeFK}1aSxxw!qUHTMon9mRPpFJB&6I=j`v;u|5P)F*_41x z>SSIa|NP2hF{a^f*{wBx#v{d8@Ae-BwodBgW)Kr>YI>fb+)Ix#-1!5h#=nwWU!6WKAV z|50=v{!l-D9M_z(_nF^VgIODiswZ1Melet&?+!^6Yl^ZC5r@7L@3ymvXt548@csH(&Ikpj^?MwxIa9tLU8dU3)Q zn#rQM=G0)ZVwU7|gf* zO#=mT_krxs!|Zog~FEQyw~e^J*WI5*zs zy{vsl1>%jA`!m0?)U#bA8X$u1n|M%)bXIJx6R>-49j9mr6fG;EiMlv_e<{lD94n@> zrd1LG;M2uDPkX&{Fqktx~D1%@6{c5pKDBnLHr+=$} zVyPyevMoA@kv?jp%r#ByBM$r(MFITeKR=GjMCnEO$)5Sm>V*?V{;CTF9)f4R!v3sW zc>7EPU+eu9rl*g=Qf>1t1xI- znfFbB<-?y=0<{Ji5>A>>5enyn>2+v1hMoMC{o&0&sXia6*A%g?@6LlJ!r-{sm!02! z;LC-NYhp9Z!COe${qU(VIL0W}2l&Y|Np|d6wm0>1V@Vl2%jNugYbz%072Da2{9887 zL8XDh_Osb`}A?&lJA{8j>LMK|%(g;e)w4`9oDd`}-B(Mz7qb^k_Y+BSLvVt3geg znFWpyw^1{A^&H7FKHXHZnkm(Np)}`lwq9LM$D7_TgAs}H^i9`9|EGFC9uXWloM0^0qXyu0oLQnkRNIk(0r$zP87n-^C)*E6dvjAaWLNYZ|$$YR> z6T2>@k*faA=(=j>P>%o#{8C^w2N9w3l4p^SVap#g#s1sbw%BsB4z|~iOCNFiN#L)^ z7rZ_^Iij%6hMN1#mS8Y|8x|S+{Y67vIL`mDG{MN;HU&)2vqz=stDXLPD9QpnR&Vwc z#uF8im;FU?;=fJo3f%ZER&5K|8{Oc3i_mOQZ)|{nf~-@og>GOw26B?J^LwN`n@VJz zmlpElloCQaZQjz?M_D#Eci-ylpGLoLKx8acoDg&EVSDu3p*ufaEdkime|hrex(zcQ zdn9$%&;w*w3FMgPRMs1C#(%Hdfx3mU?scUZv(oKD(W}O?_S_0uIU}*kJQG4oyJgor zPvH9E9LA$~mz-ebYBJ9R2CIc#KMQGQ_m0#R2~~E!+`&4mwgmepi#XvrztlJRYig+5 zxikeXlm@D>eVz)nE^dF1I@5lZYdUJRz2ZP;JQn(72LM*Jh0I};&OfTh4Ynp~hvZkd zl(1r|ETh{md>Ru;XQHFn|E*;B;%^Ope@BlCIj}L3{9`&+@^~nP@1M?$aYO2MzlXqa zxl*s&6`k%g8}l$Ka>uf^a(Ma8nDd1aQX?(39*~7cdS?`=RBC;@R(oPP&M@DE9q%V_ z1p;6j(oWAg^S1Px-TDZ?bN0 zxmEGyw>;4_Vcsa+`o_DSsM}-TY9mef48=8i>E-Y*;~$Q#{e!!Yyo&XSvA{K=2MuF`)^*$cCc?|G6$h|YhV|LNc_G+c>tOw+n2uF493B&_HL$-Cd51m+Tj z^l{)m%n#P{XtP0n2}Mb84x4}PBnCE!GodKu^Rk0dv}c9$Pv>qUR!{6%x98pUtwpV8 z&!nwhE{E}3wk^n5!T>U02rtz!Ij?ZbYO(Dn^{%sXiH(;DwMStF@~o3tCz)Z9_jJQ7 z!X0&$`2Di^v<9NZOc&4H{-b#S3^>selm+)1`3)Qej7B@#szx{iS}#}Fb<#v5Ak+X% z60eI>s0X$oHqXDdjigP~p*4BRDf*o{ao`m1@FE=0vABdo9Jci$Ip97yFw;*myR#J!!TvT-0>8PN*5H3`6(fVW zWRa2a;2$MPKX3Fk1^xs4Ps~VO3;o>tX-wip1h3iTDI1Ke{Y?$`&U|)9yE#TCnSi|8 z>?*Um66z=}E5f*cWg#{$tS+X+=Ch+$H+GpDF8;uD0D8{s7Agczhyu}8mSx8LiI zkZv*Eq}XF#0ma$?1h8A6(p|Z60Q3TYiKeP!UGRQT=MDEIIR5f%w^W(uo)g7k%iwcO z0aGhA3NBFu(3<%SPhBSGok_){#cUbF@F~2a!g-vbc&vL4XmzhJ`@8A3Gk=_` z@@|e0oIVqELhl*tSxMQjZXj2@6D$j{CS?txe0=wkPdoT zZn;J<6;8pFl~s8`)cic(4Pl(*Bq%Co{F!=?gpc`=Hu>v1-_z=MAJ(CKo*laAq)ZNk zvYRLrU6;v2GaW_u91ojbm60Ss4 zm{z;LhKCi9XEJZpOE$R9YV!Ts6v9e{7uM4Bjll_5uq0!@!23lo6^SNq!f$_oFtx#TNtf%jum z#Uf6vBQ^CgNTE+n76}}PQtb4mnDuCgGDP$TM!3XkWHVkTY!W*-n z76K6B4wvG55uY_z;wM2r~Aa3sI~L>QwoIg>4$BFnJ|CP)e_a$_WH zcGPIRrV&Bp8(CX{e^q@fLG)85>^mTTTn?3fpk7=T-B_q+BsvxxrFr{t0dUGrpH3XELUEOoZEBewdQh znr_Wnfx2HbPSVbV8ZP}Nid&jxPoBj*LPS-rbUoL^*9Z7nKl1%sN*(CY4l#t>ziIOa zRf*g#9J$@JPjjfgdnMlyzb;wH)2mmgI5@GvEa5Kvk8S7bG*j?p^ky{z5?OBSj%v@I z57d*ZQTTUtvd(c8shF*yi9wAVZT6c{O&X6%AWOJt$I~xfwX}1hUxZo3-71p45^fN{ zk@r@g8Y~qt+*6MMCpA!_s*D60z$+V3ouh~AjRd$=X@NfT#D% zg@kj*U!RnL)gvaG@Uvl-YgpoCF*o zCOB{us$adqw}Sr*XwyXR7eGuJE{tb-WB`)=7w73;B$;5XZ7^=+xRjkVs~WCb z@hF!|F?Ko+Z)9(RmcJo`Y5Z zJZ_rrRP&W(SYDEM)9xSZWx>@RWnvH4hvyS$Ju>A(Vq2>?aKTJ2`r`gli2vNA&1_|Re``TpfBD=bTd8$CF*6?^#wS$uVhkzE}%TE;14JD#N z8-V3Q@Yy6ybT0kpFo4ZP#um|lu(zFTUP4{U)2>fHYk-6Xcn9fY`fl9eU;Xrtw1BSt2kZq01THtB@@Ex9W#R{B+P_T>liD<#2y6l% zyO`GhvAy$0zYLJ9uk1N?VBYV*%#F*NWR-8J7zm6am3)AEPG#2v$?|YfchW7@M^mHL zZOxiCGQaEVT8A%KeK>s}7RsaMB0)FU117plbH*#PNN*#;rGbaK@Xr~^!6gJx!LUeI zD)$-dkJ*ulU+NNOH|S;@Wm00s)0c4cV(po`5e+5wTwZW4&3_==$jauRlE#ntDY>uW z$5p3`)jk!y@Lv7@3HTxwa+Fin)oM4x`0UewCobUU`g{Tb?ze}e>e-ULeD~$8Pn2WN zeRL!^n2bO^;RN%&@p|)-Q){_{4sYVczEEW0_omYN2mgtmo*TNpVUGHZsZE&}Iqr30 zbh4`7j$}E}=PS1|Gx$^Jtq1!BZ^bE<(tk> z-%>k$)uV}l=Ps>c2%D=w$e%C%jPkQp97?TwXb>DNo;Fz|$f!DG%B1|Ta+s}J*QrAz z;Dtd4cuUzI%!k?E0(+8}lN#6R=|R)0-l(hK(9%iz{w?khWKp`duSDb1;?>{AA^BrM zm9fS*86{Q-qGJOh9$qO-HSaBVX%WlL(Y^nQmZRb&(gfT{&d{vY6`v25A``CeFBt#Sc9EC zBl-IgAyrVNH%s+~6~0b?NEqerWPCNvx%=P9?tR#+XDwqGghS-^cxJ(;pNwhJpHhIR ztYX;ES^iSJwA7y`tY8z@{X_XOzb4$`WcYL$+UB9P=>5ct1x8*&8y*jz9iS+|qaD1o zWJ0HKJefW~B+-H-yiOO4h0d54Q~6kBXdg_e*%E1wg`&$I9kO$H_N4zA>9Ts_8JBQ6 z$Fao%#*t~X(FB^onO9DB@@MYMN|hf9(zx4%gQVoAT?@MgMDb%nWnOa8CaK=ahD%Um4d8O4f__7bRR~~J`9u0)b(HD&lItAT`(K}0Al2ke??H_#stnGh(xW*6@rPHC)@FXB znc$pQH47~C^D7t?sor`Ct3|^zNbNLtQ6ak!@cFnaN_g8S!lNvtE@CtRPOc(D|h3R86UAc}t>iHLg}bfE-GZsiBuqy2Nx7))^sk8w|-%u-T)!S_PHgb5I+NQ?X-!}{_IX-$9`Ksyf=%O5&UI&*=9NYEcd<5!Akd0ABR6$QNJ1jBq&Zm zQdVn?GrZ)9nhD1njh2muQ0}_Rdd5`*kKNijZ@V-IahvkpxO}2_dQ-(!K`U>P!nbxC z7RuF!3i1wu5LQQraK#2EAC7h#1lvln&*vykEDc^qcN(7#yy=%FcI9O$<;R;zN<$G2 z>Fa12(vAdC`wuNv*XWThBtO^S1WbfruH z{B#o`fPl_w-i~%H)!lOuzbNwJ(~)YvAY{12_nEYP)JXsvJ0-@4yI&?DeS;Lq%ZJS8Ynpd$Y0ZoK0rzHY zL;Ilhkz+;n_LnP(x8VdWX)+gC5{ml>NZSS%g=`WL3uqPw^JmJgkRio(@o`Gt^T4Q% zgN{|demecgH3FI`eCH>c8<~XoK&~Ro@5Mx_ZAB<VI}l0JI*=| zl|ljmp)yn346$)4vi2;?hAcEFA95}q54&=|Lo4<#yp*7^mUCT3GTQTf^MJP?&4A-o zp0n$KgZ+KFsBCFKve@bU^kv{uhUtIq5H0pyt`?D_Yi`Nu(>t6<`A8bi3>JI#tBPVb z{xJk!JX&68LlnYru0iIlAL`Chx(ecb-UUl-0GrCIEe8+v;UDvm(lhjNn~Tvr;@1oi zzZmno1&)%x(3F@b`DdlkGpkPOVWEbB>MjXE0wA%JaPtY0PLXh%Zef8}^4qsQ3Obl( z%L!v=fe<%D$NSHDv&KbJjN5%W(xxnI;zBIP+?SQx1OIfNnQx@9av9!=2@j_{>fiD< z7+0Hza&?&9`o}`xDoV-5h6Mg~ug?vipI4TW6DMeD>JOBw#-nI6k6T}_$$30T-MNxX zRU9~R1*p|Ep(yN+wHfIdu=e>*=tAw*g$>0!{J76VN)P@-61{=PgrgQL_bt;0SegIR z8Yw?JoJx2-7r2z*7a^t{#Ixf=;Ooj>R}!L(oRCnT$lHU@Pf2k&Ca@35uhw44 zp{DeA*j{V3fUgW&Bz%rgxbf`sHEX|@KVF}P&Z=~=z`7~RCoXOE$3+MCUC2m}vFTb4 zvzKz{W!X-lDrYX&1s3Zm>gY{(Di*eDUTS;!_b)YmTf!$9M0W|14iw2( z+_;sY5F$?zc_Beh&$uX|S=?t5E6{P+dt@AGnrFS_KKQfeQ5GEcILnKCTCBV{FT;X* z?(Kacx=HCS^;R;KpWE!W$#c1DlQohFKJbrc$$Ddb8i|62Dk;5v^VVvxm)CO~I*k$5 z8xg|=4zp5!n3FmT7qE!Kl%8S}#mjc+m;L5@b)b$OE(N*@iGNy|8k)jkdsAZ`KqUu> zbu?HZGua@oDCDs|Gb-@j+-`#UULMGPRrefRj^h~aNz4zi?QSS|qbHiE*l?dn@tAWv zbGtY@rM3*{GP_-FoF61p$%-ov{U@#LDx3U=^otyahK$lN=ZrpjSu<4g{BIDgJY*hR z3BsBzrb&rUqi)#i{Rk9Q(m0-|`RcKEP+$^?L(Y{|2V}|F$+0_ z8ml0Fek6LU}(_9qhkJvWnE3UsQ%60Y=Q`IGs zs^KW7$awPHcdZ^O5%qX}^5OCw?z|5x54AGbtlD2BnH3DI1iNaZdcOWN!g`Au|JgHA z-yh9aiIzcw9CFee);>;P{|$I3+G@t~?b&)2M7}JVchC27erECjA{Zkn2@XVfeaLr? zS^Q_R>Yh`+oA&O?R0w|YNN(Uv_c9TYt6XF#015suaWE8q<)o_I!WkB+I5lS5DVLi3 zPHS$QfpwCMEf`XBkw@Kbb2q@c)|FD7((e7Jn;?tZOXVK%aHs#M^T_|+!&|2iCu8|% z)zkik*96ixW>fXCqufWyiI@>gVTpoPZfUK^27vu&@E*ZU+N%Ks4tgN~T{>(HDB%`< z38kVEIrDkzkmo~4;3Dg25aad50Iw&{N%m*Vv@M$y*2|{`<15-O%snJG0v^p-6|_Q~ zz7f`QR-*9ew{dIajOV$-C6kQraIa=P3iHwc_|HDFd9kh6zlQ}B=;FGS#;{c&UX5yP z*;aFM;wQC9R17$FJnjd$?qPW-U)k^$Ov%flJlglvjtxxO=!@psl68B*F2+(R$E)3a zQO=L@U0H3wNz2IG1Mwhe>z;8q4D)88NaoF@)uYjlbcoQ;3qK%E-+~~~Bc2=Zp5+JAJ`d@uo&QpohzYeqj64_Ue3kxdXIX=6XThIivMmU zUGpC$CEXr;*5PyoS|(@2UASFAg!Y{l{;c(l+s8m=@b}PLZ0I%9@;4jz0U!w9J}qUF ze!)JbJ}OnV1!&?`cKzv@xKMPD`Onx)Dt2=qZ&BV3A=%&v3xQ)?{dF_M;7@@uDx}ot zth#u)4JrziF06}7P9uLZVWMP_YNe=dZ$Eo*k<)hW( zpuhGPU#_3aqYGu(dFnX@^t=5C?D8^Dl7BezUcpPD;v@^{CuLl%p~rLfLK6V%TyJyp znXIWWj976+Fo$|`wa3IJ)oU3XzHQmc>&4XP zoPKsCKyZ->i(D>vich^V6*)i-d=_`*-83`6w_;)o9Icuv;$+vulpNk3VHu92&sy|} zj!PyadD1Kt6?jd&f?uE*Bh&Tf`Cl*$hps00th&LG=M-3mIN?=jH0;+3GdO);99gvm zZO?pvAx=MCl0(x8JsrQo>wlm?0XdAzdDbQWB%Yg%rxmm52B|p{R6ol#?WezYvT6^9 z7|4xEKW+E_TO{LQb?;&(UOnDQFIKpaei8i8zLrHE8PUX` z6sC~&eTjSIC5q)g2j6KP20KW8m*-&mr4q_lm_&H zkHU!Zno^#WNR1w$D42epHNiB8)T6-wL8a7As8mFs@%l$umpNk6O{z3RS6m+ z#%Ufn9ob#^v}vXH1_qv+hcDetOXW)pRhwrJ8(l(ej}W@z+vVTUj->2uMy4HkNI~L z*ol}_hNNf2GIwzE7!}q^p2ZGQ4xbLE zJWc3^rMpfEQnvAK2@9L!<=Hdk2l&yAJg{j z%t2=c7%DoEy+#lA&X4WmHa`{nhwi0K(l-aR| zMza`xeeBb3^&|Uqwuoii;Z4va&05JYsIgX;B(dal{p?DgK{!Xz37)-uP^Y~>@L|sc z=?r;pu>mTs#w!A#2!(b#_9Hk|8l7puq{IgQ=k~AVdd5G4Ugwn&e=+UoZvnuo@9_N_ zwNZQ#FNtH}iyFE&h)kYbmouGV`5Z}mJ@KnQ_pxHrQKdEN)kx)WMm*N{(umKy-JlKKELI7e@2DK_pbjoUq@zRLbC4?qTxJumH^%Y+E4c0{lFf2izaJYH%{v4eqT!Stx0K@e%{qP463R9+H`T% z2#eM%=nF-n?fl)=g=u|4UPnU)r$1-J~B+?+`+t4*ZhhIL?{zseARkQKY45NgJhx|g%yNPCk1+J%#HNY4;1 z{(p%vU1MQGK;5@ciqGR-B3h1!ZCfO0&%OR=q2K+wktD*vLOvtQ;hhUXZSY~>JAa>* zA$#o_9;@s$PXLRzYxwk;6-Sp#>&{MjnJkCZcJvuz^w}Fc>J>v+liw%~LSe<8B?;_| z0~VMV`q(>$I;-|HAq)rCl+ab-lV2e~l49cAKbQYSD(*$Shz7%52R?FIrQ99vT*xpf zsJH$w8y;JWOKFU!^n#_DdG*Z{ z`Arzp27g`HzY_Y-@fZHq=y}i~5PAtUx>Z?Y^!kw`6W5i9LL}UdLF6PnF0G>fTbz>* z(Q_uvm>iobW6J#W1*k@+acsD0xpwl`gIEQfj`aP2jWUih?#_Zf13A0JvYW}P79DZ^ zBUVD+xxnI+GEHE3hE4wQ!`f0TF=AY;`+Q~+p4yfkb^AjSjG5Y7@AT1m`suQ(hH>rX zlDI95F*(G?=q~n@rn4rs6wkf)?b$bq2ND43RBZ|84$x>u?r=Bn$)b0Z?-EmfhGGpj z>WKD(%j4RT7imdx76~(Ysyr5d7KZPM(f24n;By*YZPhr8*4S@AB~^6qQC)hy)z@L4 zi)W>8UUl+pUe*(@Mc;Igj?HG3ur~P1;tKUm&U!#(rn1t z^1{cG6)8rXe9*G#0GZ^_ky!uhb57C?sXv_$OuU`jjTxnU&Ijl5yK9~!j9!-22Z9l< zCfd?2M`4GHe|h$}VdE6Os$69?l)GfKZWTb7g?t0eFYBof&AVUEMxec6& z_Q#Fb3MPls6koFz3gX($PObj9@o`Vwap-Fo0D~%)EBYF13l&#E9T^qEl2BfXudA-A z)B4|g0cqQ4UA4I|`25+NM~JEc*lglpp9!*jSULl(22rerMB@tX`c2$!e64)`&7=mM zgVOFCq|Zd?$TZ(=zE@8D_35S^3$U4FnmBRSX`f1>WQhJ@hE@|JVe8`TREmLC@x+Z} zi9Qi6^kI#QcagR7=`+fjKM>Y8ozE$&U}WLg`QPTHO%b5&f`P6=Y}@=^!C;MXx5Fl| zn>9+@gK*ma$CgRVyno1Ws2cM-@-f0vze}pD0Z&JzlOtTBtBQ|``sOhuCNcnSydK$5 ziQ=2p&xsd{SvZn!_QQ`fjgudAgD4Jr%<_~?K$>gqvz%QydCu;%lw+Ui;7up3kPS;D zb^T)KE+t)8IkON1o7W_;Fg6do2QU+;rvvHQ`kd7f@-7px>0TK&uyu)qk9!U&NvF*B z#1}d~SiL>}OAm6pzwP{fi3m>e;niCkr6n6p(oJuh7at`0a9hu8N9*8#({ho^IQhw!kp`;b zRWbGgmWAFZI;K8h38AHAzE1%vBmf`5Sf=Hy)1}~$jIKyzfXLoJ`ZeX>#_W~vgX}&r zClo!h`}N-{Ke&l6ZlBd5Ef9H|RB0My*BXz7hkZEEUn>uR95C+R2utmPV|m)HhWh3Xa)%yDY%vEB2?(2*%pU8Bz1(oFzEHW^4H83X*U_u04 zZlq~sDD#f6V@fWX|2+RUu24PTeEY|wA;l8I-gnD7wv^NNBE-hV#Pa_ogu8`wwKo&g zx;~gK{Tq?s^Bn0^0Cl-GNQ4WrD%MfE#hdw_Wv8;}9vh^ctPZHGMt!5(ja?A;z_FN- zj`)>pH_zS#Tr0u?TZu6stA|&n`RmmVylgx=t6TR5XijshN zH%LL$ZB`=z%~x`8)7EsQ$6w`(BkMNm{g|FsPL%4>rTK_uur!;gJ(-N3f7!xq`y>g% zjoz;+-+XZjyTGh4tHFO94PSV={98H_zp;2~wtm0GEQ@3Q7WyP0!qsdMYy(Ixs>_JM zN1K8YpYEoac7|l){c_KJPT3KR4?3dY-&@{U?Tsxe%_DzZ1zMF;w<0r+R?X5xyH*3+ zi{52Me_175RX_gobtQ4sYNVFjf3czVOM}k_4r!5eKWqqpDK25?ipBfNe8gZg?msq5 znWBK|?0_D?E(bU^>-UrvBm$iVgyOu7>ssbj|Dcgb^}y2bFo( zrcHzQNFHs^-(`5;ja8qs<=C~y;qZGa$u}1*T3+XFf3K-tbN`==?Z>ewGbRmx~lbRlJWIZc%1&=ndbXukF zi9z-hfmtyzJg;ixIJD0)uvkv^=?rVR7Z@g3?+fDLi@hYFU;KsH1LKR6r3`DlddlSM z0}qsizo=Han;pIQT20w6H*Kx5i4Z1A>r!*dcD9QqFmv~MYP`@Hjf8!CmRAYQlC7tf zJM(KaAsb1cLVMR*&m{!(rjD|v`FRswO{Z^tBK5})+{);4_z&@r3Z&ev!K{Fv0D?Mq zcL##&l73zW><8EZ^k1|D0Y8V<&|?P2wc4d;nu_f8=NMzkESHj+M}{pRc^U5ixFAxV zuipcC=DN)}V`TdLBBO}t-dx;QaXgRZK?5cJbk?EBj&jUHGX$E1=20HIP45VF&IQ-) z)j04m%)q4$J06oIq3;hOz?lXrxeZPS)_+(V;!I}+?twE$a!Ynkq*e)d_4J>Ib)|WO zv4^djs%f887fBWg*zEUAozzr0y4$#Qe2U{6D)L>}>V*DX(#^u!dk|KPMOd8@G*MHJ zNI{#T$?U!=N-EmoGR4{dr8by;QcZ8+Kw1pm zmd#080%&tM$gFaUugc9%cZgxqY^e0dVy)JqA3nDWbj89z9hH<%o6uLbQWsP@K9G7$ z>lTO8;+@ybaYLG$)mCqC-^~*|t=|tQ^HwhCuNo+61^2$Hb8L^mYo2+2#mF4Fu*T&l zK9chTX5}H06*dBmRx`}kdgtMz^B-G3!Wv3FY>}s26#Kh<1eBt%ZMu(6j9SlY^F}Y| z8>K^HR#Aa5&itjL1N*gXKrMR8LK*U$I5BFKZl0WhHINH55)>NE9bB$#y*MmeY@{vJ zn4S26%Ym+w_f*>2-{H5h^QF30b)37D09$}i@0Laf}a=fFt$bkjH8Qy2#yZbMJuFU^NlWfSPeD2J^1 zQ2x?dDNmLBekBg=w5`7YI$B-pf$sqwdvRH#%XiAOv)8Iax&iIYM82!s;x1GcANl&hYea zC2k_jV5z`vxY|Z>M77z@m0Xb%W;ois#INdc;OgQr=h?}o=?p86a6&#rYKsmPz_jTKYSem zZ!Xp5VC>^pfTn5a18k;dsn z_+_m@pxX>!B_}xw}pjTL!pR6#*f(xRr83aEzkt@l06tZ|uB@d3AD|&v|N~I8#Vxz9llC z>>5e#W{(N9aPIn{2>iKi{77Sii_*ssTf{ZV>&w@~$r)^2=X?d{Zau~Y-T^|aLAf-) z&@)ML(^Vd3@j-@#Pqu$eAISXr!gA@65$#Q~{zlkxm&Y<1mdb=chLYQT12Xo~3q%ypW^QW^|B@{}WIvo({pV#+r+&p8NvEgUB^F?;J{oT{}!v zF=ygS{r(%?+OcyA&Vrv95)Xizt~Jnd7AVP1+nzQK`kK{7&Zr-tv>M@jPQ3==aLFl}3tp{@?!Pn5gCFt8ORbT@B z(0nT=e^F&V&^so3VA*z_>&^U%aWGS_`ArV8l@H7Ol;_sxYjk>MFgrsMP3eeKjVqX7 z>C~$=`8NWLY~iHAa)aRS9}|0pVwDl}LL(*@Lk!gJFdAOdZ%Car|E1zT^)%8j?9J>j zqxfXvvQDXYM-n6fCX|^ZA?{(JXthiOenFz_t1jy~DR_JKTX+#u=bIJMll%dH4ErMu zZC`vGd+B>FlyjU7IZj4;McPXsIxjVp>84r~53foOIx*%Af=K^ZaB>NRkZUY5m-ITq zl5j9`4qSQQQTcp(XS@NA6a1L}^v-Qy#8)u z35D&O@0P{IKEDjA(evfh9BBI-&{8i!?wK1 zdt-W1!A+}}rI5F=)kDsk_+ngMoNRWv!G~#o6pse{?q7NpHQn9&qWNJ@$$m<&oXkz}#x{GeWK5${2{cb;pfqc03q8WoaM> z%m&#d72=0-e?;#8`Z(gMVBFQjA%DqP!RutG?Yc&mY-P^Lw`Y%EkDny)Ro^9eUjRVc z)HdYpC#ArkeGo@a z#>mR$R0ba_K>gkmtHdfLXlFw5$COp)rF@~D-Ue^E_M)a&Hy8dET|ZqilmGT?ZTY5^ zaJ6Hu0QyNZK%?`UNxO2`lk7IV(lac6iq(-~xoab+qk7@*K39<3rh!Hb*Uc&~N@W!jXC2;!6< z1yMWDd+-dgHW0Jf?2m`LjGy<@D67po3+kivxH>PKwMKIC85+4~dU%VHt_oWw@5oX~ zX5L>L|2pI=bQTLw2>w+cFK>=*x9w#l;)W-k596I>W#;n+kn=u>K zWT{rTR)$EA6o$V(e=vI_F8@m)I zg+Y-iyZdCIC6yuSAKy5zPfSgqkqZ%TjhiKNp56Wb&?RM5a3q-NX@RYi@+YYn=kc)! zilxz29OQtW-%>?L#Cv3w`}zAjJ{7#`Q4AB9vgv zI_<}aB7w#-KJ>76L1LAc+*p$eAa}`oI`XY?TR;+@0K`;JyB=#ya!1nJN}xMI!2Gp74p7 zROAbJ4MEVMXoBBC`D=9>yfkA-2@OKJS*4u)tvfQ(=Pi33X7XGR)?bKLg20P=q!SLE zhEs2G?bFN|!pe2@v)p&IL&{-bLPg`4Ee$5{i)W;}j7Qw%rjuPqjGlbfgeS4>-rCpD z3l{CBV<+bu=dEjkRDP(?!)-&=xb3rC!etO62V1tE`lOdN61> zHfCkk?;!wnrudpoMOpayEKttwlE!rd%{!yTipK7b4h&Xhih=BKCg=7uA^sou8t|^4 zC9LO6KKLtW2U!0xC7PakyFgmZzosuL*6-!ivYXia8I%~Vx^@Gu+9I;><3ue*?q|A6 zohp>0>v_1zI?_z578;*kh6Cgd+4VrI*4}rjrh4hdoHE5my(hT&&OILHK>O>{YeiR* zUwsQ_Ej|)VX%CJi)R9FIT~pY`0hVfgV?r~qt+r*8t{T939~pD8imrG}s{Kwm*qe?s zb2;a2>(b>_t-KJaFQ?zO&M%&ubk^??0_?RCH3(o5MZR-7CG-!L4~vW2Cx9OhB}?QB z#aNG~)9+tBDh3`g$rkK$fi-dFRZwg;k$=KRQofbmY)1JdTC%C^3ftHew)Q7qnA`N4*BZg5t^#9nd+cx%vmlwu9E5h`cb@ZID zLh;CstfFQV#_O$U&kHsdszILQ)87Qe11~gv6DRP7+fW0)ijAks{npI7)93H=(;{Ao z54u!o%cZAn`^T^u4yd5LzRp(8V5~^)a_9VV{#fpZ$~Vg_WQd(C4DekU+;||VY;HGr zQ!5PxyRpf_T2GU%oLz_CQ4!Jrj|{fdO8w!N74j5{Gq?soNZIhED-;d$WU*jtwHsEDj@u z{{L0RJ+rgQTMj?&yvM!))red@p|0iW^{niacxQ=>uV7iZcvuLWbU`})fsq1} zS0m9uTB2|gs6R2(hG8Sb2F78rS48XgEbKgiSJR+nSi1PbbfR^d)SDHbMbyFsZZfp?r$Rlmn5`<-+_HAR*bDZ1Xd08W>QxLkWL7u_Ua2nDG4r`@-#FqgX9hrdOX)y0i>4`fE=W zaTU1vo9WitB2krHO=p3!?lCU0)fFIkEFMo!Y4;C9#Hk}ZoBWsHz}!z%R%a4OCnnJ_#6J}CUZDMS5kFh zy}EvY_Iu>8#C%Xc^V+5`?NA+?3j3U_r!Iqt2x__?SZeRi0NUv$>dm-+dm{jqM#ZPH z=>4#H##r(;-L=m>M}UHnW{~%v0*gDVCxRhaP z;bD5DnSZ#tR_JG!$&$h0#Ou;6?3+^x#5%Q?y%2tv#-6 z=t2Z}Pc-nsi&;OEgWyg2MMZ)skY}hXc+xP-hfw)Q)KuuVd-k>oq*x(hr;$MX_?A-= z?cQoD_-?7mu|zS%DCw_(QzZD2pcEMM{Av%mzV3J=uC7F8Bma4jQXNXCn}WCJfWrU| z(%tIDCv09qql;HA42|9Bpv#^v*5#$1MK=x0mz54RoEEjRri)0ZB1W~w_o0+u`^#Ol zS60CYTJT$j+)qt2NY^E=MWk)Vy$N-;CZy8B!r2hiVr|2>7mE%+CZicc} z8?Tzu>Y<#O6ZN2fDqj=;{jXeAY{1#SG!=Rd>TV=_qqS>JvCDHKb1$&2F2tWYGs$!I ztx3Vrn8{m0S*iu;Wd*D0cuqz)W8^3t_Tpnp1T5&H!9lM-g&E^vviDOg zjm?$)_B8^p!-6U)3|G#)6(CaUA=PkX$Ca_Y=xJtRHiFZ^1iS(}EzZ;LgqEA)o+XIO!tu&I(k-OFN>RvlBv z{XSy2vP*LP&(hRl)Tk0B(k@jj49NH>{=%}-TF>2$eN<{lE6qh?>0AjLaeDCOLVc;C zk$()e%iE7{%PmV-ea41^;kJ37yB|ekHsn|{QpMDs@4&2@jIuydH0{62MO~v6imktK zqZd^xU+9$)g4ua%Cg*If%+zvWW41Wnj+Pq<1!E$iAG(_sx9$r;n(luz7fCop#{IR& z)yiZ(mTFdLzcmyK0d|qB*7B(vfNq`27L4kz$+j;-E*Dm;qw=Gr@N8|*jc}Ia4Y_Df z9h?=cf4214u*m(j{7}Vje%gsGxi{W{aGno*FC(zTYaRE3dl*OHZ&o-^82tHj(V7KII z$*p{PQEHPGBJ0X>sbywAQI}QfC`GH3a51vA1z8Ue%tj?_E#*fpwIr&*5WJ$Yjjd($ z(?zS3uJ>v&Nu7sl3KOd&igsmcGV13h+fbG}Ub1G~H6K4KP|K|tx?ZvJp~RGuZuHa5 z6|YkAmyq&8lv+1^LZLGw?}S^7HU-x1`EVO)6^Gy7V&3n+OqzilgV+{T`qYB}TF6}t0v6_k)+ zgL>NFR8dC&aQjZtqS9;Sp^mM9AMRMBc#0gZ^s8iX22QSG~0 znOR7)X1P-3A$A_0YG#d)6k0Ruc(yCmH?gA<@-weCG|h;0>5T?nnR3u0&1=~&FyV!YJRLt?(H z{HW;WfI5}4BT-mZzs*JfVGD-D|^$Mx*}#7NEK%5=RVvCO%iLEOCERV?~=vY>Ref@}SZw zdvA?J{u>?SnU5=UN{>MvkHpIJOIXI%W9s&$`q@w_SWuTir5re#(aTvvyH|-7>OCwo zq{}-5tS38Ubqb0rFp4fk6CErUSA_o ztdVq~1V0YlJo2!twQOzazW7&YayyoTL!}70ebme3cBbI5-+EY<=cD3Uj1nPgYh$C`pRpCq}34J8_1dp z%XLpyG}E&8uPItG>Q>j^dTCbn#;1d$CGkJnjQX38-9jkfNI~8=e=}0>b$|^*_>djY z(Uo8pKB|#qTiz4H^9Hfx?de69!G`RsORUmBm-QEp=t1%|B(pWw(u&rxqbzU-jy~r~ z;MN!6Ds zk*3(9_RxYEY^b+tZYP&*2%}SXtW~aPv~d9^Mk`FZMZ@}by<@3dKXqjcq((bVHZ_)} zTlq(oEKsl!r*ay%7RXpPFlvt$FC?vQ20MXVc4A|7qRPj5hE`O5Ye=5;FT`2_89k%O zQm&(KG zrDd@P(??Y!5^?To87+wIHI5{M?d3*Tbx&wpm2%lCPBgjjo0j#Ki&bd-F;t7MYo7LH zYT#pFJg7vfFPCc4!6dGL?|K|b_Qu&#>a><6J6XCKS=Uv-waSR7OE#(8pE_+C$ZS^E ze=$-;BSa4l>zdw-8fie&zU`EBey_H8zxzqiv6s33QWyO8KoU4A&w%H7d2ld2=pZ2jZrR79~S+%HDL+O&2P9mX%{si1qu> zT(FJg{Zr6To;EvvrAsQc{7&qvDJ}_KS5~N})waiI;uXd7eU^{JWKu+HdY*k-Sj4x- zEzM;k1mZ6#Y8qH#CQ8MW8~0JwOv2r93sP#NfFR--IkqN*@-F3kt0@}PS~UdFmPW$; zrnvKIL)-S((yRgXYKy`*96~W9&-euI!3mCiA71XgHT_sePO%Zhq+gvRsjpJBu?CR%2niV?lJ2nK-u?h1^t9&epo!ZnYZ6N1HVp_wJ>OK`Y6A;%G&UhgDHa!{|JyPcrR|nW?n1Zap`wSEVZOhlsi5jTok!h>dcy zx{llLYHWHIrph93-Fn70Blj%^Yu_t#HDes1{^ow5Qt!))Wdg)1~1 zZh}l}mWEqigDkx(n!<}hwzA%XEkPF)$P(pLercP4K?~BCiN1SKR^HpLRp81YS+~cB zvHXh3yGvT?)G=!gt41cUCw!}qwjqFJqXM@0-h>8()vVn+FY=V??IVtak83T8*LKu)G%uK zZxgFfR$E9L1}CafiDeGC5U=l2 z@ZyVY^LXz(M-nvmZe;on0B{+>I?nE6yqq-TRW@fXVU&`iLBw#tI#Zf?Hx%NmWpetW`aQ9 zYpqAB>C1I&s#$XVD;8hDqavt3ZQ6?KVBj}gU!ksM+arx+tN^<#3&^ zTv;2L+Ll<@2;q+k8f_BsE!^gey7uYXqM9YY>HW3Go0H8`+KwwltIK~jpwO`4(8qI3 z(l!3o6_a(WRsk4x>dj51(Ou;{?8dn56|h?~Wz^F%FemoZKVHD9FNUbL0*b2j^-|8Z zzf7r`O;If)U7CclF#s*Cmz@q8hmg?AOT>`&{!Jb-fJ=7NQ7l7>?R(|9ub|`FFH&Q> z(c(pKIPd2|eOy-t*p;pXaSgWSTE|nFwT)#ZhnMk3RWl|>^!?2in#H|AmV(B+82MU* zGi_NcRup2yo?GQmNgfU+jFlOA`%>%IJLFPj_Nh23LgngO#kw7>Mkva{c)O;e`ITyIWc{~OtM0mbNWCHXYi6N>V7J}|fW97V)`bFYBS=ilqQUm}H zgPnyDLSCRT^XKwd*mkY-Nn<<$A!?M!Yvsz}xPlzPz;HE`W!fIWE|2wu(On(z40q*#A1<)5NU!|164&@AEd{#)?DmQWz!(18^jq4+a1Y;4VWf(_nEYsS1ll0rebk4utd$T!Q#+ha!$&g6KFX8-h<`_?JPn zG@PCvj!Nh*E};d*oVp|GQI5efBZx>uUjmIv@{ObY0vIhrM+y2n3V27uU~#=-@j^UzWy@JU4{Gh zd^kF84$=XoQD;H^fE*iCQ7k)X#5_!+f#K1?1EM>kV3?B5 zk$gwQ1(2~Qk)k$yG@)GxCbPleh34dP>>{O}w>W@ck5mmbek`yVJ66j*LG{J5t1Ji6 zMaz}>o1@k>V0m{1@Ioa#2Dt7b(aR)KiWO2WVfk+mVysI+m0<^PCktR$599@a?@53a zYhSt><{}0gfN5-oL>O-ryB@Fz#U-JY+3BIiE{9_8Vd&gSq*xmv;?Scq1&p$hV8P(= zGBF;7gi<2rzDa{pZa4r6a#TFJ50P5JO2+xh61KuaH9X zRKKjB0iLv?H$vFsIN2n{4T(5d5h+*qljo?Iiw)?%3|Ivt&aplxckulf@WR_a9+FFZ zr3Zxl9%THslKM&DI7YC1M?m#H$_rOgc4jpIWc*5A$tjcK8jzJ`f{7$fpiiX& zMTQB5m+5$m6jZlRE=Y7=gsv8CQh9ET1HxO5J&W;;BpX705k$2h*e4NbFYpp@xr=aV z0ig|{+C55X{DmU48i%o#LW;U2&^?qRQ0n8EA5|7lJvz{ z?2nFy=o(<}2Wmu1Bh-JxZU+$W1@J-ax(_Og;(H>ca4!J4=#!-I;WUsD^2PFk4VZjO z!}!)rn5CA~i_tH|`E55QBQ=4AnoX$!K)OqDGOR8qFO&3Jl0X>fwsqjiq6xOrQA`^~A3W~IW>q6!; zmB&7+T@_f}C&^)Bh~&*nkHB#Qf=(X`FpL1uejh$B_FiOESqI)l$xbP7nFi2aNO1Xo z%2EaLjrk*Ea3d^UH8R!;K!rxZsa6phAtD>eftY4}9Y5g0{!MtkJZKIZForFK_>5g; zp*B=_v>KKAi}U>>dzJnL4WRj7SH&0w%LX0}tm5#wABDq&^daz=h0~S*@r0KyO94uS zjRA1x2f#UdgTo`hfk68R1L!^j5Xn9TCA?a>Fd+*TQHKS~4Z*oG=y$0Wt}gX*lFfL! z)IAP}Ji_}q@$$YCp>aPh8-S$n*-I6N1Tb5M2(a2x5e-a?Cof9_Gm}sWOl-am5)Uba zqNo#8$Ut9##xKCUu4vfUUAH|L#rjq&6r_Ndjjpe?9jJi- z0L#KZl-gUUK9n0ce@?#u9xtKD3Ty~wdlo2Se%KL1LmD+B{Gi ze~RsZk3r^()H_ffZhZi}!;(#m>+tIIJwlIby$hsFJs3aBp%O7chr!-h#gU?LGHm-ZcM2+MUY*8!6) zQrH>BOVAgiGPu5BIE+W83%|NoZ(80AB!%ar_-74+1`e(%D%_q<2j8ZAl3|T}t@-gF2Ep zle7;cq9VX%gd`e^lQvtAVS5IZx8xV$BXT}I3`G^= zrXRI@7$Y%MZInWy&|6w)!-wxElM~apf0;!F#18tPHqz}S)Le2zjW-ch+Lib;4`J+D zB(RWRh=8g!qL%^G_AWe0;B6Xi2=o*82k}YFb1jzn5)!|1{1Nc{Dg&4YA_w4pkj0=; zU4X_92C2<23_H@5OW4W51LqfN15R@LT!7`pR!cB@0Ne}9Gzg(MVdhF%eDtYc?A(4r zYxp>i6Z{p#XXG0T=ONk~fjARN+oJ{x^^573>Yt(2Km+7(yha28rArM8iO5ODHx^Cf z;kkq+>h+xA3J4oQme@5!vPlSP3n{Ys2V z9v8?kKj;h>lnxmPeWf$2NA!_OC}6b(FVgbF+@b(NG!Jdau2Ll!$6P?UP`lu$F$hpp;l8&4^f|C|gY|+lt38oYP|4xk6VXyTn2@bn4 z*?YhQnK6U-ClzQ2L0dJD>xhLvE3vz-8+lwG42N-54}m#%rnRy4Fa%PA>;~G zf+}(@)%Y$JgN8`QV`I+9W|6T&;8+_p;}FT^2L<0BgeG%%obh~!Qgo#>rD$x2aLGhL zrKN~PIf6|I<)WcMW`f`zp)qp)&VYs*=|ib4zu`JUMYn2or1QL^b&q*q;G%7Cs+b3e z!b=sAb#k)&+_iNd_J= z-;^_1K`TQa70JgzgDeT;5Da2Y{OItxS4Z@zmlzqzs#XH1 zAoM`G;PK4OspM3KJj3|C0w{dJf2yS-0%h^CnZtXzlTpx`XJK>~!Kf0kBVdyqL4D6`$k@q^Rp)-I63@_tUND};|9_xVBK z<%)uE2w{WyZ~`#Pyrgiz<+c@iFyjll*N#^Os>a{~6RM%$jlfB(J?P5}(JJVEEb@|t zs+RJa2XGpe7>iH!vA;Jhdrtg77PqlaR;GmO=Ks58%^5o?z)W zQ%N)+Ga1%{$PvYvC?$osic9bpC?Pc~(EcN#Kriyu#8e7EbSs9hAdsqM>Yhv7MG13Q zw^FNS<-*Q*VdG(P-S}K5rZlL-2p27J$Cada=hHI=d{j)2fWcuXehVMQ0Qzs7Ylrec z@Ol&n3n^q3p^!E#@OFoCwug!YGRN@K+F1a@wjY<4xexqt7o@R#FLxXMNcku0;f**Y z=Y?wxgK+e}i+)!K{ahnb1!B&maAleRC55f=2)ul7__|bZS`|y?!EAUELN}IwEx{M4ZmB?2@C7i2%V1b|>XUzXs4K;m-J_*k0$F|(G_4B) z{3F7=P=oZHG>6Ny*nU=3ip@PCe@6dnp*m6LgI7t**qKQAHeeEeJ8uLN$> zr=*`-g{7tgcp5ns!3#Q%6%q;sf)U}e<=lYF3n)P5;XZ;^!2Mvsl>LIlfd-W{O60zr zay2i^M-l0L3pQs?ViylDG42a}dW^ujDyo!SNzKi0fiHSjs7O+epe%@tR`+ zdJ@YlbiPj}<#`Fs0_+QMehE-?%Uir3v!PQj3yk?-_`VmhmiEh;>W?2hGRuN8TsJ0b z*r^;Dj4zoh#?4xtAfuybog=J=;3c9IikR)+hN!REJ4Sxr1~9 zm~yOb1UHuw7RAu=D_Ib|1$6kyi0?J>+7&9d4$wGGE))qCmV{Rq$mp(Fi|&)!O<#+{ zuyV^wc_qA%>|ECfMl$t(%K$!1LzRJGxpo(H3{aw3O(lS^aEpV^Yy}BJF?m)YmH8t> zdy{Pks2)$7CKV$I1mO6nAWn<)6*QvA1V==EaDccX$|Jg-CtuABsex-5tY4_yszkv) zCNgv`FU7-Q%MYZpI({q?{9oDcI|e12dlS{H*bqL?CEqh#hSJ8?ij)I%tM+cBMohc$cKzBHp$%3KA4|51 z2BH*Js?Y<=W=_5xg2n7HK7#I71Z5CaW#NV5?NE0u>27ouRI#xogUT)A7!=nN$)XFO zHi=7`fL_!y(~s7X5l1Mf3+eq3ULL~m58zJRfrre>$3=+I zyt3~B>J6f>)c7%67o*$-&@p!|;e3KfQx-wpEw2qJY=6q~@y=9OyZP7ks+|X74YZ#) z3CVwu0|Xw|2!6Xn%e+1z!?_;;dJwH++A&sk>?i2`rP_zks^s9kmd&gKuNsJIasL1r zfpaY4>Ii%<2-WfjV;dPp&(!BZacDkK#3O6?K1gz@e5u(^CsHk4&-r=Z#mib!{{T{* z%o_QXkiizNbax414uB8NL8uPWH~C;lp87ENH=V|qlI49q6Nn4y#aPR<-b1*tr0^U- zktSVFXzo;!8R}oR`VC=JX@j_ zbHQ$g;%lbvQsH`n-;3rOW#Q1sDb@nw?0>!duc>a6Nk^ZqZsrj$oEg|ko6Lb|4`NND zvIjUWk#H=N1i^{+P!o z&y?kkeMsmR10iV$O9k;aEr3^pqo5CRc+r`$1$aFd0*cEWS!LK%_-`$!uNchae;?R) zSS*D+gW)QWGhDYSE+H2#)?-dzk`N@kmw2oT@Cp{Cq2q<5tI=>Ua=0#q5+ZXvX~o)K zQz6$G{wydb0OL7KeuMxNdi>&!h^W%zXa)H0qUC~`v)q_F<-WOek`I9M;AqIU9I&6K zAb25L^$5|~&^1xNSs+mr4ldLim!vQRhM)(X_^9f|&{AMqnC8}G5KhbgWonid_Cta@Q zK9A+?j?3h}SyVB773d}{EsPqh;ma8Xm72%#@>K=Tq+<>SGP;WX913*STPHrT8X}Oq zUc(z}>e=Nf;qw=D#TfA3JU+14v11k>b_@M+dNFdH_=^Rw<}_o;A-;yiroreFf#`qG ze*+=EE7h>`iABB!s8zw|<=&oh^@YWX6U`2C{+6RMd2e1f(fZgfTv!Ti%QE;SCh{|d zzPsZ7`GU=?rH?wYR|N27Ot>u396@~moIk2ESX8^>i5jV6_b%9WD`8Yev z;<)Bs)@3{Z06j?MmlP}vyy#aJZ23(~EUe3i3e!L7@^20nZA-`HsozU4hF=&Mv{IG= z(jw*0mG_6y!XE@ILN$9afZViA#aMTN?umFP$g}|UE)m!itFxdCnIPhdEd&glb~<(0 z*-H^XZX+zKffVD-a)9r6SFxI3nzaYwhz%1{!7ys|ugmRcb$^DE_-z8x z4gD{YZ6)0kSO~ZmYh&ppCn$O2{oJwL;bmV-$smU@Pe_Mh2(|nhAuuHI=k>m}B$0Fv z0iu>=#86&Wp9WIPq`}y{Z4&U>SpxkCvacZZP7!ETz8j1`h*J+zWzqwbLBVl0`4aw0 zbAw&95R-tkydnPphEl@WC|Xu)d;C6=dBAy~q9w2V?o6`7lVr79aDqbPAdYHjRI+*hw$TE##5&G`G|)WlDfm+7E!ZL>DI`^ZYN4;PfbdLR%Pb zY`-MEYx=klW-#OU><+9ggA-Hthj@0wP$=+0;^loo{0NR+?7KDZLj;wzQ&o_A2c^@nrG_B31(jg-C5c4%P#2d(x-z~)+BUKdi!`#@HJ8@F?!l>N zotNp4@lseE=Y}LufhB%a4-12a$?}MKq6r5|O};+^y3YrX1lPuVs|(Emu7goJ?zcrs zOfLo0#*@L8>3ogif$5aYrwkVm5(~S^?H_0*Ajrf|&<88ii}JFvq+bie`ec>}dXQyr zAT?%^$3<}WSZIn8lf&KM+y;_9BCW~stS__-T)EoO!@O|MRM^L($>GJGT`xhd?Uh1N z=P4w5(<~EdGF+u2@mQA5xClFS6sf?P1e{`px~5G7ME z>-r7)l&AJzQduc);2WYYf=&*hl&^{$^0G9wmf^I-sb>m4o=(-kvZFxlaxaI~qQ1RV zsHexKLE)CqR(TrEi{4?mVj@ApRa;aut zMVm$e=;vd4GG;nxE!lh#N9>qM3E3_ei*UXNlw6p*ws#K(*5h$(1k3u$V1>&~dxXt^ z`w;a#q_ct-=KE-7*Y$&Xg3y1&{{Ra2rc;6Po}l_{rfEz&huh%Gyo=wHF|-fr(L9UF zyg&X4)xk4JJ{r;}>OBi|-U-;Cka1vC2nhvJL6{4K*XtHsxl;`_lI3CAa-3Ke>cu`o z*q&et;c{g8e+w8otqxv@d^iIBrNt0QRA8{qwzz0#5T64?e1Nbi>n(M;DTHji50syU zOAx=wRFybk-gECbngLvDSBoT%7wC-JYaN#y&|f%Tf}TfI7tIc-xN#*Sk8n}o_^*e% zV6C1F*#>mI0#}ljSbwbuESh(}mv@9&50+E@Bx@JNA=A#j8rT-cleZYV3?J-hov&rm4uTrx6t|Pa1M{?wZ{UAiL4iAqdtab^ zpW_EmIrZ8cNhszQ;bf6$QDfWklL2KHNy;YoA$~B~%l+BXR!RV;8bvZ=Jb;nFzu z3b89~F9~@c>JQL;0K@eI$!7tE#_54|t5B>qY590%c&Kxp;gbIVW%wB#MH`pj2@CR! zG>6xa|7e!MCpr*sQGsfZC1+M=9sc=hRc>QiPR(!wSdZIwLQa+|=6~>dy z9{`n5@>nc1a#^c#UxTF8FYza$55h;tU9BzoNZbMRmg#~3lFN8PVoBivB0&?Ez;i4+ z#=S6Q9KKE>7uHX$EMLUi8BhTDG322+ZZ97<7op1-k}H$*z^IQUZ}NN=%kjAH0_boo z5zijoBZjvmyd0Z}^#x+`?}uiRnYiKbJ_k8RO79PYT&>pP=nG~|kG2N;+_Se1@JJ$$ z=^)VIx$A?!~xg!q9s>fr&*ZkC*D6*?nYV;DGA~r8DUO?WXBC$ygtfB4{ATCx6qYLC@&MY@pE70Zbawej~=m+S#!1a7~ zh+{4pUfi!EjQ$=)ADnPwR0^%&-;RmG+}ZqHM@U-?cEISKzE5jQ6fh=EJ_fr%OX|UR zXP9-%+69+|Wx9x+B>c6N9;h~fHWOtjb+Ud?>8+GSbcPGKxg00xJL_Q`U|>|1%CH0F zULowYhRE#;QF<#RMq%|mmUM32dELNo2l(R*pX)p>$^@{I+l2V=>$2t|j!?CrAZZ^< zs({^Wu7DSJ4Py={QELEsCh|4%=9k=^9-!j}fccG(2^L85i>VONgm?|u`E}a|rUe}Z zXsUr^EAS}2Gm6x|!(=i@ekToLQ5WDK9RkJ(#2$+SeINv+DL~jsd5OhZR_$f~02N)9 z=u1rtG~`={C9wX}6I5k*30y5lR96PJ!M>-5ILv>wxF6j~RIVK{lkgm@W<3R9W!Q!A z?%yF6hSZmi6w#ODPtXKm&vyYQ52(RHLbZ4*9BmbnD^~q^XN2H^x5f6zT9+pbuh9M4 zKH#q8s9MQT4!&OuDiIUIN&2);RA4SP)3H5d`ijH3q_}wET|qD#JPbGyUF6jJ4S?4{ zbR+03xIBPN7?vL93F?FX<#?Pf!0IyJ8wIrr;V*qsG&!d&s~s6-EOe?+I)nufDy8>M zCL9;BxN&4LK!TU>4kJD*%pM{L0sjCj_~VqxFRUFB^kaUK=}ET|yw@*Gs%y|2RrLbq z#5Rsf51DK_*5vgUMEQ6wH!IS&kO1#M{=(>~e_Ny>%l`nv@jR4PTYxP^oG*(+j_YA9 zmlv63IKoS!Hs1yy(Lp*^1y_x1GFA&*$&rzkfMNkGwtAAqwh#Gp;q}XX0o_k5iujs; z7<~!j4$moEsPz8ne79I>uW5?aiEz>wwVA4(0C1A8m?gzaVO$!#UV2kDMUTQx0~D+(hAY*tv`BL~1!guO~^Qsn2kBgcn@ z#_!GO7S7$Tui^d+Wd2MpW%x&!VtMR&Y>(k8cj5YQ=3LY_a)p<2L@5dxYHp-usEMm# zj7s7v2eQaOdMtQ+%95UhRJVW-?<>)U$_Smm%i_TSJ&wA*kBK9YsFLa}mTi}{VeE&+ zf$svSTWiPpFzgat;byX;RmuYE9HQZc_&v?y9g~CE~PmGB62(`>=Vo&ZD;rSsnt=EezN!jGbYwF@5~2 zsXmMd5&-FKGAlN1KtybEn4%MT(=ruQEq~! za4B{f<5p_@uQ@VdH`WN8nm)ZN@GAw}9iLPwdIG38c_9zCKbBJi>iJ-_qPhM43N^}~g1wErYDL2)Qllv_nuEc@T)el1^FDGy z%ob=xT!vYBD@3NyJvh%MMe=k;@K55;jFD2_11bpQax~zTcmlwAWU~xsIqiHpnI~_t z3X39-Y^-)q?ML;O>njn%)#cm+LT{C*{!n!>PS6dDw>uVP+5%S_SC&XG_ zj?W)dRatp|rT+L8G1lO&?p66iR}XhJ5ilPQz@7uJ2U||**FO&UW-dipUi~&7noK80 ztLPLcEkr*se@HO(C&hw%%WT0CUWMhpC2u!Tv{2?CelV~E{$qYBB>vizJBxd_-W)OlEWd1P}Bh;7QzmjVlL zcDng2h_uuSAg5U^7;Q#-ix})U%l<0>yuy|~@Yp?>xENkv=wQ`KT^?lqzdW><)>BT1kig)KGtRaE}2 zVu5WBXcF+`$Nk`1u+dpNZ!hBE{3SbFCs!{T)O}%n7xf2t2@s4iAyeKbw!u1eEDMOw zj8+*>fHS3hQ&x}j;qtfj!}=p=V-2nhu(VPP(4nv_ICwc4rlPrz>V^#J)50sD1Sg~y z9V&SjF(guWSQjC8g=Ng;d3fPyQD(5qio`F1z_9ALDkq%37{~l8c-L9 zAt!)M)2{0-%YIw1Q)?_)z?n+YHG3|TbaBX>2Q`Wp&&1|{&)I#pPl`h-U{eEwi7Bgv z>WO*yUlRLFpR_#3E7a^h5{h%U)b`i2$Bjuvd-d8tKQm z^?oXqm(@-VUR`T2`m=Tic;9dQ?E1iP)t`$QL7FQx4>1MEhnqw=8_Mqy`}V z#Nb_${&2wP0m(LE(vi~n7s2U^nv`oI=~ci&gnSsfsc4l2K^L;de~0?qsd!VUWypbF z0x)-_7+pe#4wk4|YsWt>ORmbC=Vsh4r|vh9=Lyho-c6V{09s}Iirhu~A821e@Rit9 zWxZmtgR0qD+R3FRjGlJ31=X@&=agrhI zNkof8Sz90GNCX(2mdh{{7P4$Tz`(OdLo_zW6Y}MCxELY-0D*86V<+LknE6enTcYrJ zO$bm`;XZ>fr4i%!PlS~9q>T2C^-#ktZN~_2UDX8Zy>1aYOKJ ziL~%@GFBSf1J;~m=c2fOp{4Uwb3-UFb`kdYbC_#}qV@{J^)1dFtAwc2d;<5pJyI)? zF^FuS^RM=5)eYAHjr=xSsP)4=7tIXYhhl+0N@gL){jmD%(g% zybp!|z4JBjC9sufYzq=%$@prk$?8O88+7$LEB%uP`lrj{@Tf}*gXNN}V_AAosg#Le zE#X?==JErJQUJVV7g z!QS6nfPb3(2gO-^KLmL%C_(e&l5*fcJDtTUMck8tA;XSpFXbrcE6N*MdVCP&a7gSw zh5Uhe8n5FkrQ>$Hi;4^4kBf4mCBtyvQziq$#n>Ui@|Gka#Zdk%*ldfiVbVrzPmFPu zW6KNI-!GR?9>A%EI7xewv~utg1_!%8;T!{WiO2*G>E6Cx(-7%nPYMERf%d@Fu-5Qi zxu(9Bt9yqu@g;1F&PcZ9ggj2wJ8exc2W@(&!L<44po&F7H^Aetdn z&Jp!Y(cVYWS5O`PksBNpp`ixmUctkH@X>)R?~=%La(PKvwxJ=v>gWW)NQv?qCQ1vS zUcGiud_f*12A%3J>lsO{Acn`#O|Yy4Rr3x|a{iIS2$pY8hKJ$mpTo)M6@Dk9k zEWe5IQ&I^#dAS3Xl7Jr>eOnGrPo7cHeBa4F+_6BditCqpcq~D(LjM2_pr&6(5|#_a z{0~5zq92KDuc{Qva$M>nht#7id7F&Z%j#Yk$MZhmYf5Qf07VusA;ubQZ>UF5h?kR6 z{vbDxLDb=@C7x;%kd$g6Ko5(eXBNi8U1%n}Fa%rQ4nTbda3lotFJ1@s98~0{10Klo zC4lrvf=nb7pN6+4^(D17&ixxj{8jcIVHxdYKXC#70LuLZso<9WC+YN3xGoh1BzcSZ zdZ&{NSFo%3cWhpvU7k&qErq}5=Yh29R|otD5B7u>FA5)TM1x;dtUbR zPHdO)%EQ2Q%)b#IGJZf~^7{6(ut@{Em3rfRXlEjpxSqaMK+icK82UTaa4hlO@|I>^ zNk*1F7x6=@fbnmKdhya*`E!iEiGoh0FTxit6@e~$au6VS9frjNl=g?UA*yp_#bDu@ z6_P^yCERDE+Ln|N;z7KIJ1(Gu=mdM5Mjh$7{puV(dZ&z36|rg)mfdh}rF{U_Aaat_AEa_&eA z+vez1gT3N2urPs*FAxtHqm|&-1jku3j}ec?8$#b2-XGw)G0uGyEHlf@Nd`;TSX>#h zPYrIAN7CM3Ol~MUAxyA*Uui2OuwRQT?U&g9051f{7oqis;CDfdN~7p4C4RO~(UznF z++~kq{BdnBO$ZZMJ^`exz6aAtyMyxb?F=t`tLztnx`tELy{v{EfkkaohS$&TWlPb(wB+Qwr+YD}A4H33RDLhXJ0wHpCe%WO;ZDA1LGR?BxJKMtaY z7M#FZ3!Fa<9&d>O7+OGnTN31DgWV8jmn(pG7`{FX7qZ3y*fu|M@BGfX@p@g1P1I`Y^{PX^h`%wuyT19W-1bK0t>0-~+gc^xXPiE+*tB|Z zFS+rmfvC#ElX&Y4E0z}Bt{?Mr1w(@wA1?W4?)QrP{l#2o-C6KfOMcx$$8PQ1c=7$s zBlBN_S6a3vUF*A^m$}HaMm&GL#MLW5yZzf=)>V2o@36=pRL=KbTJzp(&2(->d%!TY zchExfa#`1)JjlY;<@i&l_Wg;eXD8sa;!k6Pd*w!FwD&3Yli%U@OZQy2>`K1BxbG+U z`XXIXMft5k_rZ_rm9240srBn>yLiqX`8N6y`<82j`>a!7Q;#&lJ+L%4`tUf_d3x?% z(#hC=2p1jl=JHg}xrgM27p9g*8hhn~vi9f$nN{IRE&KSG3IFzrKx)yDJ#6#u%){igQ|mUbWLdr} z2LkZIRjJ1}27;gW;*CF?Q8lekXcF{4DxGm<-5w4rHos*2`~}K-G{*lHHS;kv_@R5{e*5Ukk z>xqb%PAkdT>^Ivy!Fky${phdGo=Zf#R#mqg`D%r)ot@9SCp&j|cm^$NY?@2FcryLs zs<)oejnNaiUPhA!XLfmA0z4W-{K+OJsP)^H4a%uzJh*q(F|xS!#(`ab(1U6(d|&)w zpL22c>X#K3ueO!f6Pf=1)o$HWB&(@CcGlhV_iu9Q1etLY_H7OKOP_zn{@28@lqJaJ z{58r~QBc9UY3oy8%nL5BW2_9m)SH{SsI37uf7H6N?7i9FAqAyddaL~RH2x?4l63E9 zdENrO)#i4fbDfjuZt-!D`6oGtm&3P^^KX7^ZhdG2J@Ia9OX-*HW4>~l z{OA;_occ*m8>@xuUpY{}%YJRHS*qD--+%Y{e}&&=SK|*R;44cX`T1ag%e99~r?2`Q z=NI4lf(LQCoji{Z*Vgwpqkf)|d$$@NwmE#G|LhdydojY8s>H`{Wfum#ZuWolcyGBb zq|4B%TV(?;bIc+OpPqC4r#9r;&dSdlKl%Tc?fXM)Q&vx+vjc;*4e!xB^!KU!=Jz4r zlC`6`FA9@hrG6D2@p@*xPtOYLbx(ubmxfQj&%vbpU4ji@G&kh>)&D|#SnG0qs!I8` zX|a0`5~q4;#kM2C71fz*MRljMwIOfW%IyF?Q7+oyN3D5m(oNj(?zFf5Ogxvz-jh$9 zO+cKxBT5-TUWaFp>wH-!^UlUsIQ`|mog4q6Q%?o`&@|PT#sR!TtUO|DEt`J!5#tBG z&Ypkmd?hB=WRVG#BsiD#21)vy2Tuu!yUgYf|2J-vT;KZl(X!|n=k?)$V))$&;n|*v zr+>Zv?Gz)sqqO}y@!H1j%0GylaQ&#?!;}vxn0Hm@;}i7LE{@X-r`5k(9q2F<+(>~3 z&u+S0^uwvxW2S-zF>a?BWBhoE%OxMb{+JWXlWKP2j^By3-Fs_a+!1V~)zHV?F2AQ` zTlhHZn?Ib!npU_TY|}0#uUD*du#3IlRAD~1rO3{zpYI0AmwysaO~aFqPFYwCuob|d>x^whb}mtx*j45##8 z`infsIUYrVzuQS(WVOv|>bGWI$~6Cm&3eI&6_x3G;AhPq^wHW%`bejTcXi9+u)4%D zNmpCkg+mPvm)xg|E*Wn9l5=&Cq|CgZbF{JM3}Jo+A*R&y#~t4%*7?p@`f*efoVww8 zF8!qQ*rxO+-cwgpPaCtlnu{XSC6BA#_dHwknIMU#KM#sOzb5ne{kuGn($ncXSrL5@;E18X^oHCv6}ZBv}$?{Ua{2w#4lJkcVzyVs^zKe zL1fOGEdA!1JmBZslIv^N);&o`wA~QXxQuzabXnNb=4;9CybTkl<)7*w0aMD+vgC^9 z*p4T7m5I^$c>{e!^qf9P;tc({qPeu8-#FZFZCO40X&Ud=L-vi%`gUeb=GR>L7Y{3) zn-1ITJ#?>p9{2sy=RUV(yxzX)1s`?I??L0`%hk8icN36fo9eA!XN?u+XRaN$-FAq) z@jq+PI){Ukp*=@aZrfNqjQq2cwbS{iz4*f!>IC54tC_v^Z(-`Cy7@H^mvA_hW+S2f zu_yWY3AFO%`JXIo^aDNT1VwGTJC^whzH?gb^1RugzjA!i@~C)jAN|_v%D8cKSZ7{)RF+1{rn` zTN~ELp2I-&2Why|&fP^nt@p#2URb^`gr@B63W|9OND#dJU?8?`WN$^qTt=loPEo?>xx^O(jDzhMPsKc;f}3M{ZCCS z?{^kvLpLklZ1RCO*%!5UO%y6V`klz~Nk-fCKZ}L?^xTL8Ys~$NE*x&Q8FY@KXWnaw zVQk18ub#~>CaXeK&mymP`fMs%PC9V@yS{)km~SoXUj(RS8DShCw@xI6DtP1{>sj%H`}bQp7c2l+kiJoX?% zFc({}c4(iCh4iz9bcJS8d&Tn2f_mN6ljR4kiq~5li2M;!zq>)=9Wd)&63TU*6_ynm z-^5}U`~Cx?l+H@k+@-IJE^EWBv%PX9`$9L~uv2Z+^RNoks;jGI& zs9v*=lryt$CNYY?d}GsXw@CY_Pb&uMjeGDL%fzdG`c~=eF&Bp!JY$G6?7Cb;(PjT^ zqkCRkI@L58)Tcc~>YEuke%nVl*+l%jp?F{HpR3(o)-)cC65Kk%>p;Hgnq!q+0pH!M zRQxWSOP_gukhr=v9VE$RAJva%^Rr$@2+ zUR~mI9Cj|S^rxWMZM!?_DNoiH&%78~hkPj9f%zEWh$~ouO^UQ?q!+ghm2L+p%Yo(U z4b7t!z(LBlnDNHDabuf$IfBa@MoymNS+kQR`e1Zn=n3&Rm- zMVoJ}bJ&R#i%zhPHS{jmV%T~7WeV}~?6$;+6?V?jv&n)ux1*R(8|T)0zbw7$?3kcM zoDD@e>;5J7omk!Y3`;k(em`;zTz~jvS<$+BY}#!b<$dKw{buVLG``RdUXwD|22xpz~vZ$b*z&i{4oIP%ew^v2!yUA_(O!%1zwzgYW*4wU@m^IlwZ zZ3k(TzzZ4y{C5o>iOVU1t^U7Y|8Wf|Djm9hSF?7p{r6Mbj2{$^WYx+GaPDer+YjvQB$VdC{#tV5iyK<&Mak&(te7rz<;-iUzjTwB9-5W0rfN z_oGkO7u9Fqk?f%MWS_6-Q6GFJuLR-ion>1roBB7Fn2vlyo7}hYtMfL!9Yl@udT8lVomJFS=-uJyMR$SF`K- zose6oOKkAl3NB0ptonk5fWrj?OL~xD80y*=&1qG#5@d)A?6fwzaURc_zsuHEvFpmX zSt^=mE07FvcUAF?VSI|QYSC|0xsXvG%FmBs@9JkHfaEu`v_+BZ`kOFyn6@;;eM>3# zemH`~I&h6kK^>QG$prgl*JfS3zc$oX9*8#0!V{fzKtH}9)LjyKAZxARp=Yx?PLluDZa`N%Kgs|Xv z9FV_?v#Sh6WzbS`y6aG|IvN@&=gfhudWaJeg@R=qsgjWh(vI09llR={NB9yv8WPRT z6>tqP4x=)D!d)Q291-4urj2HTNC*GhkiZP+1Zk~40-X4UD2=zgJhNSUBu*gb8^5Sq_E&03nil^P!^sXUkF1G-B2b>{3&JR2-`2pJ+Ty6c!%$sZrUD*Dms z+dx1Bd#r>l#By9hXk7~!l`=X@S@If(xl-P5y~r*+pudIaYasm~P~Yp2xUdctywMnT z7L4j*(3_SVKnw>|ktfL<%pKlH9LuGbri(FJ!OT5jA$2u4zY5EGX zw3O8=L*^_1Nwhgv%o#0XP2LJljAV?|&|J-4goYB)2!`t_Zf`jRVmP~0ERiK|q%T+> z1xU!y+c@rvf1X~rhnfbt@uA#+yKDm?xL(ZBR&b0Y#D9o;p^`N%|5$p9F*bzM-Q+1O zV66a}$QOU@cGZuxC!8?4wf`=XASq;#}1~~EeAZ-=@%@CYl?qF1KKsi|t zv*P9C03rWANYf0#rW&$o$N?yKh<}Dm4l}3`G)kF+e_!yllA(y@n#7E;Tb#Vx3vc5{ zi+PHhNFvP7BRJ%ivNJ4!OcJXhj3p5ui9)^p%%%kKN=UWCpg3tuAAM zdj5R{bU*fgH-IFBGiL$6?MLeSX}TeDLIhVD$IX%h^JTDT@G0gFE3cS6caLQ%cbFnM z2*P<*MgR#*ceUW?mB8dZUZRLLSx#Qq$?{r`s3rr909;gTqk=ZqA6$$j3&MgsWn5wP zNN+7V3LqL8`9cLRo(u()L-Xe7*l?kymxm1U=6>eg7t$_-bEqUB^Cr?Y=N!E zRMD^k&c_OlVJLXo;4p2$&6EL#2w=2^YqhW@p=^PStcYW9#kA3z(DX3PaFeVXzMHND57lzCn2+qaA3QGp|eDG8R+S7mX#Ubim>``9d!E!hxda zACoXL|6u3$1ENQ)v=Ex;E|+>6=_=vA8DJ%ZAe};T7LKLEu)top7vms|fw3U~8cv?P z#~8a83|O#^iBO#?7=_4_x5*2FD=riO#Nt2zyP&M{|1J=q_#-G&AmIw*bEO&oS9N9K z=}P3CnL5DfJiZgYLw>0Z*+2T-zaj{yw|m=h;H|rc#bKascK!u!@IO~FA1%s#*vUpy z8;%5|SnU*E8+ebc*!GEi-#b%MU7Xe|sx6FAmmKlD7ZZiFDc87V)E$~$6O$>ab^T!3 z4K%t+w@cjMM_8MxM90Scl+$-wB}xPLo$5(q);9ch2=vBxq&hP{_i0`>8Z!qPzBT`2 z(b8W-wbAYP&bdD0mde*zF)3}m@27i_-Sr=0K3>gZ_U1(qgu(5~v?KrY zY3Wvi>`SGjitL7617H1;7T@z}&zpkmwGnx-UZ1x9Iukw}zlu&DtqA`};Gze^ql9K*ap7 zXwLr+A^=hlroRN`3WV{}-2Vq6=6^waMfklWy*fMfH{nE34qF<&Xfp2P6cS-uaEVk| zx2iru?wd*oiI@wU`5(aI{lC^>ioRB9b<{T^<8ibtLz}`Gt@9U0-ltht0ju^{t?<>w zuS@ZqUu3;hWwbBz)wX>&MQXpKY`WuLK21nyy z)p_tlMgOmvdyr1!hOMeP_w^pFHZ7*;?!%YK3CGzg6V=1ey49FjKOkZjbW}RJ+nlp? zS&y+PxF4|hnyQsf8B^?#MZOF_bm$4<6LsutckAISzrMTbe%9&mrd849S3~z&w~a2J z%uap3s6Hnpr~Ws4lGlO5|Bjjld*s(P560y^4_d!ISW}`qQ?rEA@Xa7P=8)sH^E* zRl~Y_p~dDOlj|=O#AoEm>$C<*=iKPz z|NS8UR|W|QHIc2r;LRh44%(KuFM9=8MxjA`uNta!)#$JSn`k?YOs-SUJjT176T zoG{2*mxcZq1DQB`s@!REzd>dW+QZbp@6P@lr9vI5h2AlIbanf z_e={}p*45xJQ+G;N2X#QimPt1JruLCihZKlHyZ8lCj@Xtofrs_8L6&oY0xc0E-Wme z+GYqj@nNzYVH83A2YbOLblU_1WKo6g3tAhGBtBjY^n{`VE0QMXq_b~B8zfYi!oG}^ zq0CF{t$^^jOBn#kJSlp7u6Mn;yiMV_YL>E1DmA28sRxuwu_P>#CUmd_x`l$1h^I?L z@`z33NV#N$h{@W>V8UMW%b*VHFn|t8RfD?wfSzWSL)K#pvy%8mVxPn_dv)$|j)Pvk znq5cScpTOzhMjrO%Y}|$f?8LLhAaEd7z9Y#=r?wDFsV5wNwhX z1Q5A(?*J1zR8x$QfatoHh`OU}6>=T!t|Y1lhIrCsNth2pHHQb}Kq`a{@$yxS0*TyG zP(&P*9JF_HVXL5gx*-jumxERYYfcNsis7LwYXTL1jT1Vz*<7pD05RSRhLoM9pRZaB z5Jr44ha{z3CC&o>5^Qf}F_~h_oc}d0Hd$Z*@S0@La<2JeE7;5|Qgb#{)-Q8g9in%Y zpg}`-GFaJR`fb2=e2drwtOlymF%oPF*q)>4L+b(W4qKXYLHV_qqeH9Gs$LPT__<}Ose1(xZvuV1ds-id7!&xedhK845e{7Woyq!%hv=E z(O&SqDhKg;HCB<<%>bdK4D#fNSD{yD)O=CCuem(I)(? z{Ff|%hmgJ6Hv1*X=df-e(GC?9z z?hWj;v~V7Ih_MR6Q|dndNGN}vC#ng%0Kk#WcuPJ3Vr{f%c4WJgtCaW$n~uA>J4sigC@2~XmnS4VA#Z*AO*;^Z zjCl6hfj!iW64j=5m!u?zue^R%;ba@w0=nS&X@RkgfOXqdeEb!}NLbKsqvigQL`*UY zzG<@NG%V-9odK>ww=D;v^~-+R3^))xIqEdC|BE{m4PFK4Q8Ir3 zbpVNKbS@XGP;M&&5$pPNw}araY#_O2xsA3jcyXd>|FoPatm@$sgqf%d{6VILxQjSHC5EM)$xOvH{A!+Sb=T; zoNg$F)s(SvLthDytEfc!_}fM$>k%-NBt<4`&z_o4J%(08|~2T}4l?2<3la6Sb^5DI#5m zXKeH+rUIVi1!kx;icxiLa0Verw|d9}X|5du>YK9V%({RbimG*@y7t7H7Y($t!L7=fR@a5Wj5HSwXgY?|2upaef2}my-z~C_PY_SCD?;}+ zSo`BL={Vn?aA??L&asknxc2S{$Sx^I|NMLLRu_43*!RH7e^nnhtB5kDjP0)!Cx=PB zvD_5Bp%R2|4F2LP;dW7lI`M8g5e)k<{$^hpbAKmt)J&`CfIkMxDJOH-Z8n*dUf;Y9 z{bUKHLTq7^iE5tU%pCaH!&^az54q%2yH=0@L^;nS2)24jP;2@wpk089DOeP>k;O)< zB(^YBz0hxxS=MFK+@2z^0BHeGfb0%F?O|A#5nbH4orV&9>GRhZihG{`tL~NEm}2nm zVj@{|O^{OKHg*(ZZ=QEwe*%RrqAd#nVTVwUC`{|=5JtzGM7b2#C@i;b6jk3Zl7?l7 z+N<4YE?m5JTmlJzHk5#MRpdE;IAGCK{11`XZt?{C0qz`;OjV;k&UHH5!M4f~feS{K zpGFeElvzLRf0qH$uNVo1ger-X$7K8#CK6siu=NC}19+hSA~NZaJ!hNw;4ntoneTNO zr>6;kL3n4LpvMjnjKN)#f+CBO8DEhG{2;HN1wp!RAaqIEn3`E9 zij16aQDl1d{Q|U;^m5R7PzvE?kTp1FHFEv@&u03bQ~}Fd{exXjtyw*TId_H(q|AM# ziN!%f$??(T)k48K3H~l3wZiOJGE$sOYzvgU-)hA+NZN_Q5eym}!zE*h8jy_Zm5_q( z!gJY({n%tX@ORQ0zVS0unIM88OBWP7QYbk=KA><2h2^uvwQUs@s5?<=OK8mknk}#k z(pfP4rkRrK_yBM*$_3w1x{G9Ik`i=bKm<&MIP#T`F;Z4(1XknXb%^K?FOiME1HnPI z?umJfbcDPvicA55%%gbZ@t#ylg)zx4NN?BA)(4nLXWc28FaK3eG-IW zDX@kOEbZpivztVx;CG;+!}SRGr;}1F&T7f-+^mb%o4q9jYO+1nA)(b`y9W*+m#)X^ zyks{F87sQKaesw2LDJo#$Y13AD9mOlNeiNI7otahVM0Jjr}6P19Ex=z=cFj5Q>kST zcMVCAtuPF-m(o-g&Z_zS-tIDiWVglUTIFCnL9GCEK2kfVF=cXi`joJJsx2H4+!?kg zH|MT#krBb%ZK~Dn#BNxB_MQJbzlM(q#QgJ25lV;)Qi#{;+QV8XgbY`58;~Py}eI?QrnTdi*0IMnO#sX1E|( zDm8-tWcMede>dt@(&h@iKa(Fh83A?!KyO8!U=5AF5h~Zk1daESFCWsl0jXO8Tr1<# z?uJHqg2z3nCsJ|GA(N~{3L-fOG}&QCLlA+nYDZWpHr|4^kPD-V$Cxh6Ob*x-U|q&P zkMC7vw3!jgtrr~=c+tFqu{>MM91Hq_{gi&g`*BYd1E^Xf$7o!TECj<42lp3Uee8H&e)hj9 zon_@GT!{qi-*$FUcUN)A$BN96`ymU7H@pmtbxqLuLHhlJ+;6Qdqn2WGsO++hkWirC zEfNci;v{gx-@Z2sN6LB>(&JEwydP=Rn?sP`wG!N6b;XWFIVvNy#l8uuq%QQ+myyGe zvG0@}H6H+_w8BBqlPZ;&5}d4$K9P}RL7GxvNarSPQhSWzai()zp)e};Gvf4G?A+6PQlwE(;)<$5}Ip;IEEE9JJ6`b_!%~|rtY<$%>e;5&y_An z4pWLt___4l&p~sZLsm+RRwj@gq#RRUX=A37Ew}v*RRvUH#;=g(ZJ#*qId2{=jGAM+ z2^tO$u)EDdEztbwW|-)7g>7l>!<`gWCNtB(A%h5>BTX zVU2*D8_0DJr(Uy#%sqXSQYPG*q`Z}Rk{(O>+ZS~gN?O6D)W+x*iRKs>L!4sZKKOj# zQe`Cl>Cga3NzF(ZsH)0ucVPKe>JFTvZ0FV(xb046dOb8fs)Q2B76DR>PO`EM`X?V(5ynwV>+Nt-1DId1KbPHXWshY20mWMfut#~MubYSZFV5z)>qEc_wme8U9YF~yNl&^@R z1$y_TI$(#XO!}q{iEyT^%+>R`3zF(4pv6|*5^H&IEuD$}FD!H}GTujjQY zj<1tXpg@ZmOLkRzn3^Unqu|1TP#`s~2d~ULJh5q(Ly;_Z3l*6bDNx@73qyeJKVZtS z+-JUHBq!eg%r!<+6F48Vpn(>e8J4g(O$1+=D<%4(gXkJ{CSjrw zdkvho3m+2}7E#15VKUM|OgPEz2$O#5bdNVPqpex6?dJIJxUc!{z+Cm*hV(JxM)S5)dYrfd#WpfJw8BZT^#7W2u5hw3G`eJGC|qsi!@4B1A>l$Kje9-A~XCA&jE zamu7~@dLTlNFBybAsC$@%2q4m2Lo(`DBv|9gT%DOla}iL0lc@$op5cS=Ubgjg7H#? zsGJ5yKwI5tHAc8Tw3@{Oqir(39AG9o(RbA0Z$%w%+mw+z><7#;78=?1jgG|uNC0uU zqU}+PMsyfk+-x+kF&H^1GZb8gb&+No5%WHb&AQw4AvTxj1w_i&)=7vsGK5DNq=f+v zO>U+j3(y^0L)AZpXw!nk1!Hz$OtoMQPOlVQkVvvA=YhxN2n+CO2i(FTMv!0R7}0H$ znO1A?K!>fA4YVfk)*toL0xKdkjU;aju~56a(x`QFX{1E>lL%3P410lDmDiDfbP>O51^s?F%v;9N7%dT;Yp z$f6Jz8Pq3@=BmmrQeA@r>nIg6fI)nyfA^yD!O3Wmq-rW2ezjT_sfiC0S3%QkfWF7h zl%cub&XRGTVjTHaf|~f5R4+R_CBi8${^2RzT+&&BW)S_9&e7y8+z`ZMRU8G>7(y97 zTdMH79F|VYZo9MUUX4dp!UJy}#RlJY(--zUgFk{z1keog+>zjz7@ib@3%$byPpmcl zE^S{4^X&)Rq+F}e>oNiZf;CQ?P8O$rkhQPJsk)#kay*b8K9kCgKZll?Dlnc_<93&a z%NUKbIMvfwA6$k^aDOq5%$&F6;8pQ222C6 z!pBL31uD2ec7~kLCy+69gsRtX65@=iiLrjklK zT&{-oE>r7Sca$`o@Tm5x}7%%mXBoJ z#*}yocfO;AR{*aT4He>Vo|<%@JUED%0cr@wdy&dhosJ2?P} zOlY}{Lt*Zg1UpPJwp1Rm0Gh4xPTnW^e~o zw75b_gBwI;_qh^mB+mKpV9q%98ua+gfnJM@VMCl-O|IQ0YpU=z` ziBGpOLWB@Mab>m(USD0&1c7G%Md?cvhfY(0mL9zzN{;Io(a=HhW32d!*j<=g`Z?^p zsd0YHd-3%t+Ff&?avM7T-O#a*13TBaH-)3S#aoz8JcsWgk(6>;<4QDx>t{~D`on}Y zNh5$3f6l+WJs==F-vosR{#|Xfb_=2)XWR}P^pRS$w`Z){_9IuO(O8vy@99(lv$=s? zfuh(}+U=tr_Hr~5pcQ$_eo@9SW$iBznF-%2IJd$fN&f6JibqN`SM#^)ShOXrp1CwV z3CUSQ{5-DTv^m`l4f?|Ns_^`62vj0CdE-q*X}Eltzy(CeBApo*>dCwmUC7B%$(&RP z&(n|e$ujHxkROcgS!YBNul|O2t4!99NlBxqolS8vZO0i5;v)NdLONE4f*1nRA_YxRvl7PcB?7v@u@|FKOB|i3D!*5S^WrtdjYrlg~j}=SZVm)iIkjbNsej6wg07@kSVE zAEl0n_%x?OJhwewA?QPA$V9AygV|$i@6ZJ29BJk^$+0bN39!S=<~Ey+L4CRGP^)?w z@fJY_F=~Ts#Ipy0D>2DgB22Yr3sI(^ODKPuIxS-hH^<7ISONAl#?(VQnIcQT z5`^3ac*>&htO-{8W!E@Sg6*JZ0AxWbmc(lfcH6K4vh~p#->&!s9!i44WXu0L-h)T` zP6h5`&E_vMLk5Ag7QhMPdWKffKd2WZqEFnd(hQ-5Z$H!S+F8joQL3BRbhUl5*MflR zmIQj@a#K8*F?#Il;f%^p)`); //incident['columnheader'] - markers_list.push(one_marker) - }) - return L.layerGroup(markers_list) -}; - -function createIncidentMarkers(data){ - // console.log(data); - var markersArray=[] - for (var i = 0; i < data.length; i++) { - markersArray.push(L.marker([data[i].latitude, data[i].longitude]).bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

")); - // L.marker(heatArray[i]) - // ; - } - return L.layerGroup(markersArray); -} - -function createHeatLayer(data){ - var heatArray=[] - for (var i=0; i>>>>>> 7092c5d44a8eee8d758e1d3c71ffae78aeae5ecf - -function buildPlot() { - /* data route */ - const url = "http://localhost:5000/api/Myanmar_Records"; - d3.json(url).then(function(response) { - - console.log(response); - - const data = response; - - // Grab values from the data json object to build the plots - var event_type = data.map(one_event=>one_event['event_type']); - var fatalities = data.map(one_event=>one_event['fatalities']); - - var trace1 = { - type: "bar", - name: 'Myanmar_Fatalities', - x: event_type, - y: fatalities, - marker: { - color: 'rgb(142,124,195)', - // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], - width: 1 - }, - } - - // Define the plot layout - var layout = { - title: "Civil Unrest and Fatalities in Myanmar", - xaxis: { title: "Events" }, - yaxis: { title: "Number of Fatalities" } - }; - Plotly.newPlot("plot", [trace1], layout); - }) -} - -buildPlot(); - -// d3.csv('../static/images.csv').then(photo_data=>{ -d3.csv(photo_csv).then(photo_data=>{ - // d3.csv('../data.csv').then(incident_data=>{ - d3.csv(incident_csv).then(incident_data=>{ - // console.log(photo_data) - createMap({'Myanmar_map': createPhotoMarkers(photo_data), - 'Incidents': createIncidentMarkers(incident_data), - 'Heatlayer': createHeatLayer(incident_data)}) - }) -}); \ No newline at end of file diff --git a/test/static/js/app.js b/test/static/js/app.js deleted file mode 100644 index fa69714..0000000 --- a/test/static/js/app.js +++ /dev/null @@ -1,120 +0,0 @@ - - function buildPlot() { - /* data route */ - const url = "http://localhost:5000/api/Myanmar_Records"; - d3.json(url).then(function(response) { - - console.log(response); - - const data = response; - - // Grab values from the data json object to build the plots - var event_type = data.map(one_event=>one_event['event_type']); - var fatalities = data.map(one_event=>one_event['fatalities']); - - var trace1 = { - type: "bar", - name: 'Myanmar_Fatalities', - x: event_type, - y: fatalities, - marker: { - color: 'rgb(142,124,195)', - // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], - width: 1 - }, - - } - - // Define the plot layout - var layout = { - title: "Civil Unrest and Fatalities in Myanmar", - xaxis: { title: "Events" }, - yaxis: { title: "Number of Fatalities" } - }; - Plotly.newPlot("plot", [trace1], layout); - }) -} - -buildPlot(); - -function buildMetadata(sample) { - d3.json("samples.json").then((data) => { - var metadata= data.metadata; - var resultsarray= metadata.filter(sampleobject => - sampleobject.id == sample); - var result= resultsarray[0] - var panel = d3.select("#sample-metadata"); - panel.html(""); - Object.entries(result).forEach(([key, value]) => { - panel.append("h6").text(`${key}: ${value}`); - }); - - -// function buildChart() { -// /* data route */ -// const url = "http://localhost:5000/api/Myanmar_Records"; -// d3.json(url).then(function(response) { - -// console.log(response); - -// const data = response; - -// // Grab values from the data json object to build the plots -// var sub_event_type = data.map(one_event=>one_event['sub_event_type']); -// var event_date = data.map(one_event=>one_event['event_date']); - -// var trace2 = { -// type: "bar", -// name: 'Myanmar_Fatalities', -// x: event_date, -// y: sub_event_type, -// orientation: 'h', -// // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], -// // width: 1 - -// } - -// // Define the plot layout -// var layout = { -// title: "what is happening in Myanmar", -// xaxis: { title: "Date" }, -// yaxis: { title: "Events" } -// }; -// Plotly.newPlot("chart", [trace2], layout); -// }) -// } - -// buildChart(); - -// // This function is called when a dropdown menu item is selected -// function init() { -// // Grab a reference to the dropdown select element -// var selector = d3.select("#selDataset"); - -// // Use the list of sample names to populate the select options -// const url = "http://localhost:5000/api/Myanmar_Records"; -// d3.json(url).then((data) => { -// var sampleDates = data.dates; -// sampleDates.forEach((sample) => { -// selector -// .append("option") -// .text(sample) -// .property("value", sample); -// }); - -// // Use the first sample from the list to build the initial plots -// const firstSample = sampleNames[0]; -// buildCharts(firstSample); -// buildMetadata(firstSample); -// }); -// } - -// function optionChanged(newSample) { -// // Fetch new data each time a new sample is selected -// buildCharts(newSample); -// buildMetadata(newSample); -// } - - -// // Initialize the dashboard -// init(); \ No newline at end of file diff --git a/test/static/js/config.js b/test/static/js/config.js deleted file mode 100644 index d4e02ae..0000000 --- a/test/static/js/config.js +++ /dev/null @@ -1,2 +0,0 @@ -// API key -const API_KEY = "pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg"; diff --git a/test/static/js/leaflet-heat.js b/test/static/js/leaflet-heat.js deleted file mode 100644 index 891f63d..0000000 --- a/test/static/js/leaflet-heat.js +++ /dev/null @@ -1,112 +0,0 @@ -/* - (c) 2014, Vladimir Agafonkin - simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas - https://github.com/mourner/simpleheat -*/ -!(function() { - - - function t(i) { - return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); - }t.prototype = { defaultRadius: 25, - defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, - data: function(t, i) { - return this._data = t, this; - }, - max: function(t) { - return this._max = t, this; - }, - add: function(t) { - return this._data.push(t), this; - }, - clear: function() { - return this._data = [], this; - }, - radius: function(t, i) { - i = i || 15; var a = this._circle = document.createElement("canvas"), - s = a.getContext("2d"), - e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; - }, - gradient: function(t) { - var i = document.createElement("canvas"), - a = i.getContext("2d"), - s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; - }, - draw: function(t) { - this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; - }, - _colorize: function(t, i) { - for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); - } }, window.simpleheat = t; -}()), /* - (c) 2014, Vladimir Agafonkin - Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. - https://github.com/Leaflet/Leaflet.heat -*/ -L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { - this._latlngs = t, L.setOptions(this, i); -}, - setLatLngs: function(t) { - return this._latlngs = t, this.redraw(); - }, - addLatLng: function(t) { - return this._latlngs.push(t), this.redraw(); - }, - setOptions: function(t) { - return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); - }, - redraw: function() { - return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; - }, - onAdd: function(t) { - this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); - }, - onRemove: function(t) { - t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); - }, - addTo: function(t) { - return t.addLayer(this), this; - }, - _initCanvas: function() { - var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), - i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); - }, - _updateOptions: function() { - this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); - }, - _reset: function() { - var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); - }, - _redraw: function() { - var t, - i, - a, - s, - e, - n, - h, - o, - r, - d = [], - _ = this._heat._r, - l = this._map.getSize(), - m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), - c = void 0 === this.options.max ? 1 : this.options.max, - u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, - f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), - g = _ / 2, - p = [], - v = this._map._getMapPanePos(), - w = v.x % g, - y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { - if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { - e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; - } - } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; - }, - _animateZoom: function(t) { - var i = this._map.getZoomScale(t.zoom), - a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; - } }), L.heatLayer = function(t, i) { - return new L.HeatLayer(t, i); - }; diff --git a/test/static/js/map.js b/test/static/js/map.js deleted file mode 100644 index 21f66f1..0000000 --- a/test/static/js/map.js +++ /dev/null @@ -1,71 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data ©
OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -var myIcon = L.icon({ - iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", - iconSize: [20, 20], - iconAnchor: [22, 94], -}); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - - for (var i = 0; i < data.length; i++) { - - heatArray.push([data[i].latitude, data[i].longitude]); - } - console.log(heatArray); - - var heat = L.heatLayer(heatArray, { - radius: 20, - blur: 15, - maxZoom: 10, - max:4, - gradient:{ - 0.0:'green', - 0.5:'yellow', - 1.0:'red' - } - }).addTo(myMap); - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/test/static/js/marker.js b/test/static/js/marker.js deleted file mode 100644 index b342332..0000000 --- a/test/static/js/marker.js +++ /dev/null @@ -1,58 +0,0 @@ -// Load data from API -// https://gbfs.citibikenyc.com/gbfs/en/station_information.json -var base_url ="data.csv" - -// create the map for Myanmar -// https://leafletjs.com/examples/quick-start/ -var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); - -var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { - attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', - maxZoom: 18, - id: 'mapbox/streets-v11', - tileSize: 512, - zoomOffset: -1, - accessToken: API_KEY - }).addTo(myMap); - -// var myIcon = L.icon({ -// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", -// iconSize: [20, 20], -// iconAnchor: [22, 94], -// }); - -d3.csv(base_url).then(function(data){ - console.log(data); - var heatArray=[] - for (var i = 0; i < data.length; i++) { - heatArray.push([data[i].latitude, data[i].longitude]); - L.marker(heatArray[i]) - .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); - } - - }); - - - // stations_ary=data['data']['stations'].slice(0,50) - - // create markers for each station - // L.marker ([lat,lon]) - // stations_ary.forEach(function(one_station){ - // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) - // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) - // // marker.addTo(myMap) - // markerGroup.push(marker) // push each freshly added marker to array - // }) - // var stationLayerGroup= L.layerGroup(markerGroup) - // .addTo(myMap); - - // var baseLayers= { - // "Mapbox": streetLayer, - // // "OpenStreetMap": osm - // }; - // var overlays={ - // "Marker": stationLayerGroup - // // "Roads": roadsLayer - // }; - // L.control.layers(baseLayers,overlays).addTo(myMap); - diff --git a/test/templates/index.html b/test/templates/index.html deleted file mode 100644 index 32397ac..0000000 --- a/test/templates/index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - Myanmar - - - - - - - - - - - - - -
-
-
-

What is happening in Myanmar?

-

This is placed inside a container

-
-
-
-
-
- - -
-
-
-
-
-
-
-
- -

Human Rights Abuses Report Form

-

လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

-
-
-
- - - -
-
-
- -
- - -
- -
- -
- -
- -
- -
- -
- -
- - -
Max file size: 20MB
-
- -
-
- -
- - -
- -
-
- -
- - - - - - - - - - - - - -
- - \ No newline at end of file From c1996fd4ecac22b0c763cc80ab93f048e761bb02 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:25:12 -0600 Subject: [PATCH 14/18] Tues afternoon --- Myanmar_dashboard/templates/index1.html | 196 ------------------------ 1 file changed, 196 deletions(-) delete mode 100644 Myanmar_dashboard/templates/index1.html diff --git a/Myanmar_dashboard/templates/index1.html b/Myanmar_dashboard/templates/index1.html deleted file mode 100644 index e84b673..0000000 --- a/Myanmar_dashboard/templates/index1.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - Myanmar - - - - - - - - - - - - - - - - - -
-
-
-

What is happening in Myanmar?

-

A dashboard looking at the 2021 Spring Revolution

- -
-
-
- -
-
- - -
-
-
-
-
-
-
-
- -
- -

Human Rights Abuses Report Form THIS

-

လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

-
-
-
-
- - -
-
-
-
- - -
- -
- -
- -
- -
- -
- -
- -
- - -
Max file size: 20MB
-
- -
-
- -
- - -
-
-
-
- - - - - - -
-
-
-
- -
-
- - - - -
- - - - - - - - - - - - - - - - -
- - - - \ No newline at end of file From c55760cbf87c2c9bb29be471f3e3751613dee624 Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Tue, 27 Apr 2021 19:06:36 -0600 Subject: [PATCH 15/18] Tues evening --- Lisa/Myanmar_data-checkpoint.ipynb | 1651 ++++++++++++++++++++++++ Myanmar_dashboard/static/css/style.css | 13 +- Myanmar_dashboard/templates/index.html | 15 +- 3 files changed, 1668 insertions(+), 11 deletions(-) create mode 100644 Lisa/Myanmar_data-checkpoint.ipynb diff --git a/Lisa/Myanmar_data-checkpoint.ipynb b/Lisa/Myanmar_data-checkpoint.ipynb new file mode 100644 index 0000000..b4ef071 --- /dev/null +++ b/Lisa/Myanmar_data-checkpoint.ipynb @@ -0,0 +1,1651 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 45, + "metadata": {}, + "outputs": [], + "source": [ + "# Import dependencies \n", + "import matplotlib.pyplot as plt\n", + "import pandas as pd\n", + "import numpy as np\n", + "import requests\n", + "import sqlalchemy" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "metadata": {}, + "outputs": [], + "source": [ + "# Import CSV file\n", + "data = \"./Myanmar_data.csv\"" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
data_idisoevent_id_cntyevent_id_no_cntyevent_dateyeartime_precisionevent_typesub_event_typeactor1...locationlatitudelongitudegeo_precisionsourcesource_scalenotesfatalitiestimestampiso3
07812626104MMR14768147689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Hlaing16.847996.12522Democratic Voice of BurmaNationalOn 9 April 2021, in Hlaing township (Yangon-We...01618436417MMR
17812638104MMR14812148129-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Kutkai23.457997.93801Democratic Voice of BurmaNationalOn 9 April 2021, in Kutkai town (Kutkai Townsh...01618436418MMR
27812644104MMR14781147819-Apr-2120211Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)...Hpapun18.065097.44492Democratic Voice of BurmaNationalOn 9 April 2021, in Hpapun township (Hpapun Di...01618336752MMR
37812650104MMR14974149749-Apr-2120211ProtestsProtest with interventionProtesters (Myanmar)...Tamwe16.810296.17652Democratic Voice of BurmaNationalOn 9 April 2021, in Tamwe township (Yangon-Eas...01618436418MMR
47814501104MMR14868148689-Apr-2120211ProtestsPeaceful protestProtesters (Myanmar)...Mandalay21.974796.08362Democratic Voice of Burma; Myanmar Pressphoto ...NationalOn 9 April 2021, in Mandalay City (Mandalay Re...01618442039MMR
..................................................................
73237670869104MMR5279527911-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Mogaung25.305496.93542Kachinland NewsSubnationalOn 11-April-2018, near Pin Dawng, Kachin state...01612998731MMR
73247670667104MMR5280528011-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Tanai26.485696.69922Kachinland NewsSubnationalOn 11-April-2018, at Awt Lawt village, Tanai t...11612998731MMR
73257670994104MMR5281528111-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Lang Ta Buma, near Laiz...11612998732MMR
73267670996104MMR5282528211-Apr-1820181Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)...Laiza24.756197.55052Kachinland NewsSubnationalOn 11-April-2018, near Kumba Yang village, Ura...01612998732MMR
73277670746104MMR5274527411-Apr-1820181BattlesArmed clashMilitary Forces of Myanmar (2016-2021)...Hpakant25.613896.31482Kachinland NewsSubnationalOn 11-April-2018, at Lai Nawng, Hpakant townsh...01612998731MMR
\n", + "

7328 rows × 31 columns

\n", + "
" + ], + "text/plain": [ + " data_id iso event_id_cnty event_id_no_cnty event_date year \\\n", + "0 7812626 104 MMR14768 14768 9-Apr-21 2021 \n", + "1 7812638 104 MMR14812 14812 9-Apr-21 2021 \n", + "2 7812644 104 MMR14781 14781 9-Apr-21 2021 \n", + "3 7812650 104 MMR14974 14974 9-Apr-21 2021 \n", + "4 7814501 104 MMR14868 14868 9-Apr-21 2021 \n", + "... ... ... ... ... ... ... \n", + "7323 7670869 104 MMR5279 5279 11-Apr-18 2018 \n", + "7324 7670667 104 MMR5280 5280 11-Apr-18 2018 \n", + "7325 7670994 104 MMR5281 5281 11-Apr-18 2018 \n", + "7326 7670996 104 MMR5282 5282 11-Apr-18 2018 \n", + "7327 7670746 104 MMR5274 5274 11-Apr-18 2018 \n", + "\n", + " time_precision event_type \\\n", + "0 1 Protests \n", + "1 1 Protests \n", + "2 1 Explosions/Remote violence \n", + "3 1 Protests \n", + "4 1 Protests \n", + "... ... ... \n", + "7323 1 Explosions/Remote violence \n", + "7324 1 Explosions/Remote violence \n", + "7325 1 Explosions/Remote violence \n", + "7326 1 Explosions/Remote violence \n", + "7327 1 Battles \n", + "\n", + " sub_event_type \\\n", + "0 Peaceful protest \n", + "1 Peaceful protest \n", + "2 Shelling/artillery/missile attack \n", + "3 Protest with intervention \n", + "4 Peaceful protest \n", + "... ... \n", + "7323 Shelling/artillery/missile attack \n", + "7324 Shelling/artillery/missile attack \n", + "7325 Shelling/artillery/missile attack \n", + "7326 Shelling/artillery/missile attack \n", + "7327 Armed clash \n", + "\n", + " actor1 ... location latitude \\\n", + "0 Protesters (Myanmar) ... Hlaing 16.8479 \n", + "1 Protesters (Myanmar) ... Kutkai 23.4579 \n", + "2 Military Forces of Myanmar (2021-) ... Hpapun 18.0650 \n", + "3 Protesters (Myanmar) ... Tamwe 16.8102 \n", + "4 Protesters (Myanmar) ... Mandalay 21.9747 \n", + "... ... ... ... ... \n", + "7323 Military Forces of Myanmar (2016-2021) ... Mogaung 25.3054 \n", + "7324 Military Forces of Myanmar (2016-2021) ... Tanai 26.4856 \n", + "7325 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", + "7326 Military Forces of Myanmar (2016-2021) ... Laiza 24.7561 \n", + "7327 Military Forces of Myanmar (2016-2021) ... Hpakant 25.6138 \n", + "\n", + " longitude geo_precision \\\n", + "0 96.1252 2 \n", + "1 97.9380 1 \n", + "2 97.4449 2 \n", + "3 96.1765 2 \n", + "4 96.0836 2 \n", + "... ... ... \n", + "7323 96.9354 2 \n", + "7324 96.6992 2 \n", + "7325 97.5505 2 \n", + "7326 97.5505 2 \n", + "7327 96.3148 2 \n", + "\n", + " source source_scale \\\n", + "0 Democratic Voice of Burma National \n", + "1 Democratic Voice of Burma National \n", + "2 Democratic Voice of Burma National \n", + "3 Democratic Voice of Burma National \n", + "4 Democratic Voice of Burma; Myanmar Pressphoto ... National \n", + "... ... ... \n", + "7323 Kachinland News Subnational \n", + "7324 Kachinland News Subnational \n", + "7325 Kachinland News Subnational \n", + "7326 Kachinland News Subnational \n", + "7327 Kachinland News Subnational \n", + "\n", + " notes fatalities \\\n", + "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", + "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", + "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", + "... ... ... \n", + "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", + "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", + "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", + "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", + "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", + "\n", + " timestamp iso3 \n", + "0 1618436417 MMR \n", + "1 1618436418 MMR \n", + "2 1618336752 MMR \n", + "3 1618436418 MMR \n", + "4 1618442039 MMR \n", + "... ... ... \n", + "7323 1612998731 MMR \n", + "7324 1612998731 MMR \n", + "7325 1612998732 MMR \n", + "7326 1612998732 MMR \n", + "7327 1612998731 MMR \n", + "\n", + "[7328 rows x 31 columns]" + ] + }, + "execution_count": 47, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Read CSV file into dataframe\n", + "df = pd.read_csv(data)\n", + "df" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "data_id\n", + "iso\n", + "event_id_cnty\n", + "event_id_no_cnty\n", + "event_date\n", + "year\n", + "time_precision\n", + "event_type\n", + "sub_event_type\n", + "actor1\n", + "assoc_actor_1\n", + "inter1\n", + "actor2\n", + "assoc_actor_2\n", + "inter2\n", + "interaction\n", + "region\n", + "country\n", + "admin1\n", + "admin2\n", + "admin3\n", + "location\n", + "latitude\n", + "longitude\n", + "geo_precision\n", + "source\n", + "source_scale\n", + "notes\n", + "fatalities\n", + "timestamp\n", + "iso3\n" + ] + } + ], + "source": [ + "# Print list of columns\n", + "for col in df.columns:\n", + " print(col)" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
09-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNHlaing16.847996.1252On 9 April 2021, in Hlaing township (Yangon-We...0
19-Apr-21ProtestsPeaceful protestProtesters (Myanmar)NaNNaNNaNKutkai23.457997.9380On 9 April 2021, in Kutkai town (Kutkai Townsh...0
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
49-Apr-21ProtestsPeaceful protestProtesters (Myanmar)ABFSU: All Burma Federation of Student Unions;...NaNNaNMandalay21.974796.0836On 9 April 2021, in Mandalay City (Mandalay Re...0
.......................................
732311-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNMogaung25.305496.9354On 11-April-2018, near Pin Dawng, Kachin state...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
732611-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNLaiza24.756197.5505On 11-April-2018, near Kumba Yang village, Ura...0
732711-Apr-18BattlesArmed clashMilitary Forces of Myanmar (2016-2021)NaNKIO/KIA: Kachin Independence Organization/Kach...NaNHpakant25.613896.3148On 11-April-2018, at Lai Nawng, Hpakant townsh...0
\n", + "

7328 rows × 12 columns

\n", + "
" + ], + "text/plain": [ + " event_date event_type \\\n", + "0 9-Apr-21 Protests \n", + "1 9-Apr-21 Protests \n", + "2 9-Apr-21 Explosions/Remote violence \n", + "3 9-Apr-21 Protests \n", + "4 9-Apr-21 Protests \n", + "... ... ... \n", + "7323 11-Apr-18 Explosions/Remote violence \n", + "7324 11-Apr-18 Explosions/Remote violence \n", + "7325 11-Apr-18 Explosions/Remote violence \n", + "7326 11-Apr-18 Explosions/Remote violence \n", + "7327 11-Apr-18 Battles \n", + "\n", + " sub_event_type \\\n", + "0 Peaceful protest \n", + "1 Peaceful protest \n", + "2 Shelling/artillery/missile attack \n", + "3 Protest with intervention \n", + "4 Peaceful protest \n", + "... ... \n", + "7323 Shelling/artillery/missile attack \n", + "7324 Shelling/artillery/missile attack \n", + "7325 Shelling/artillery/missile attack \n", + "7326 Shelling/artillery/missile attack \n", + "7327 Armed clash \n", + "\n", + " actor1 \\\n", + "0 Protesters (Myanmar) \n", + "1 Protesters (Myanmar) \n", + "2 Military Forces of Myanmar (2021-) \n", + "3 Protesters (Myanmar) \n", + "4 Protesters (Myanmar) \n", + "... ... \n", + "7323 Military Forces of Myanmar (2016-2021) \n", + "7324 Military Forces of Myanmar (2016-2021) \n", + "7325 Military Forces of Myanmar (2016-2021) \n", + "7326 Military Forces of Myanmar (2016-2021) \n", + "7327 Military Forces of Myanmar (2016-2021) \n", + "\n", + " assoc_actor_1 \\\n", + "0 NaN \n", + "1 NaN \n", + "2 NaN \n", + "3 NaN \n", + "4 ABFSU: All Burma Federation of Student Unions;... \n", + "... ... \n", + "7323 NaN \n", + "7324 NaN \n", + "7325 NaN \n", + "7326 NaN \n", + "7327 NaN \n", + "\n", + " actor2 \\\n", + "0 NaN \n", + "1 NaN \n", + "2 Civilians (Myanmar) \n", + "3 Military Forces of Myanmar (2021-) \n", + "4 NaN \n", + "... ... \n", + "7323 KIO/KIA: Kachin Independence Organization/Kach... \n", + "7324 Civilians (Myanmar) \n", + "7325 Civilians (Myanmar) \n", + "7326 KIO/KIA: Kachin Independence Organization/Kach... \n", + "7327 KIO/KIA: Kachin Independence Organization/Kach... \n", + "\n", + " assoc_actor_2 location latitude longitude \\\n", + "0 NaN Hlaing 16.8479 96.1252 \n", + "1 NaN Kutkai 23.4579 97.9380 \n", + "2 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", + "3 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", + "4 NaN Mandalay 21.9747 96.0836 \n", + "... ... ... ... ... \n", + "7323 NaN Mogaung 25.3054 96.9354 \n", + "7324 NaN Tanai 26.4856 96.6992 \n", + "7325 NaN Laiza 24.7561 97.5505 \n", + "7326 NaN Laiza 24.7561 97.5505 \n", + "7327 NaN Hpakant 25.6138 96.3148 \n", + "\n", + " notes fatalities \n", + "0 On 9 April 2021, in Hlaing township (Yangon-We... 0 \n", + "1 On 9 April 2021, in Kutkai town (Kutkai Townsh... 0 \n", + "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "4 On 9 April 2021, in Mandalay City (Mandalay Re... 0 \n", + "... ... ... \n", + "7323 On 11-April-2018, near Pin Dawng, Kachin state... 0 \n", + "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", + "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", + "7326 On 11-April-2018, near Kumba Yang village, Ura... 0 \n", + "7327 On 11-April-2018, at Lai Nawng, Hpakant townsh... 0 \n", + "\n", + "[7328 rows x 12 columns]" + ] + }, + "execution_count": 49, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Drop columns unnecessary for purposes of this report\n", + "Myanmar_df = df.drop(['data_id', 'iso', 'event_id_cnty', 'event_id_no_cnty', 'year', 'time_precision',\\\n", + " 'inter1', 'region', 'inter2', 'country', 'admin1', 'admin2', 'admin3', 'geo_precision',\\\n", + " 'source', 'source_scale', 'interaction', 'timestamp', 'iso3'], axis = 1) \n", + "Myanmar_df" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", + " 'Rioters (Myanmar)',\n", + " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", + " 'Unidentified Armed Group (Myanmar)',\n", + " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", + " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", + " 'Police Forces of Myanmar (2021-)',\n", + " 'Unidentified Communal Militia (Myanmar)',\n", + " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", + " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", + " 'ARSA: Arakan Rohingya Salvation Army',\n", + " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", + " 'Military Forces of Myanmar (2016-2021)',\n", + " 'Police Forces of Myanmar (2016-2021)',\n", + " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", + " 'SNA: Shanni Nationalities Army',\n", + " 'ULA/AA: United League of Arakan/Arakan Army',\n", + " 'MPDF: Mon Peace Defense Force',\n", + " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", + " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", + " 'DKBA (Benevolent): Democratic Karen Benevolent Army (2010-)',\n", + " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", + " 'KPC: KNU/KNLA Peace Council',\n", + " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", + " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", + " 'PSC/NDAA-ESS: Peace and Solidarity Committee/National Democratic Alliance Army-Eastern Shan State',\n", + " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", + " 'ZRA: Zomi Revolutionary Army',\n", + " 'ULFA-I: United Liberation Front of Asom-Independent',\n", + " 'PNA: Pa-Oh National Army', 'Private Security Forces (Myanmar)',\n", + " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", + " 'Unidentified Armed Group (Bangladesh)',\n", + " 'Buddhist Militia (Myanmar)', 'NA-B: Northern Alliance',\n", + " 'Military Forces of India (2014-)'], dtype=object)" + ] + }, + "execution_count": 50, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Print list of unique values under Actor 1 column \n", + "actors_list1 = Myanmar_df['actor1'].unique()\n", + "actors_list1" + ] + }, + { + "cell_type": "code", + "execution_count": 51, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array([nan, 'Civilians (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", + " 'KIO/KIA: Kachin Independence Organization/Kachin Independence Army',\n", + " 'KNU/KNLA: Karen National Union/Karen National Liberation Army',\n", + " 'Police Forces of Myanmar (2021-)',\n", + " \"PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army\",\n", + " 'Unidentified Communal Militia (Myanmar)',\n", + " 'SSPP/SSA-N: Shan State Progress Party/Shan State Army-North',\n", + " 'Unidentified Armed Group (Myanmar)',\n", + " \"Military Forces of Myanmar (2021-) People's Militia Force\",\n", + " 'Civilians (China)',\n", + " 'RCSS/SSA-S: Restoration Council of Shan State/Shan State Army-South',\n", + " 'Rioters (Myanmar)', 'Protesters (Myanmar)',\n", + " 'Police Forces of Myanmar (2016-2021)',\n", + " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\n", + " 'Military Forces of Myanmar (2016-2021) Border Guard Force',\n", + " 'NA-B: Northern Alliance',\n", + " 'Military Forces of Myanmar (2016-2021)',\n", + " 'ULA/AA: United League of Arakan/Arakan Army',\n", + " 'NMSP/MNLA: New Mon State Party/Mon National Liberation Army',\n", + " 'KPC: KNU/KNLA Peace Council',\n", + " 'Police Forces of Myanmar (2011-2016) Border Guard Police',\n", + " 'Police Forces of Myanmar (2016-2021) Border Guard Police',\n", + " 'DKBA (Buddhist): Democratic Karen Buddhist Army (2016-)',\n", + " 'MNTJP/MNDAA: Myanmar National Truth and Justice Party/Myanmar National Democratic Alliance Army',\n", + " 'ARSA: Arakan Rohingya Salvation Army',\n", + " 'NSCN-K: National Socialist Council of Nagaland-Khaplang',\n", + " 'KNPP/KA: Karenni National Progressive Party/Karenni Army',\n", + " 'SNA: Shanni Nationalities Army', 'Civilians (Germany)',\n", + " 'UWSP/UWSA: United Wa State Party/United Wa State Army',\n", + " 'Brotherhood Alliance', 'Kathe Rebels (India)',\n", + " 'Police Forces of China (2012-)',\n", + " 'Police Forces of Myanmar (2016-2021) Prison Guards',\n", + " 'Rioters (Indonesia)',\n", + " 'ULFA-I: United Liberation Front of Asom-Independent',\n", + " 'Rioters (China)', 'Unidentified Armed Group (Bangladesh)',\n", + " 'PNLO/PNLA: Pa-Oh National Liberation Organization/Pa-Oh National Liberation Army',\n", + " 'Buddhist Militia (Myanmar)', 'Civilians (Thailand)'], dtype=object)" + ] + }, + "execution_count": 51, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Print list of unique values under Actor 2 column \n", + "actors_list2 = Myanmar_df['actor2'].unique()\n", + "actors_list2" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "metadata": {}, + "outputs": [], + "source": [ + "# Filter database for actors of interest in Actor 1 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", + "actor1_filtered_df=Myanmar_df[Myanmar_df[\"actor1\"].isin([\"Protesters (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\"Rioters (Myanmar)\", \"Police Forces of Myanmar (2021-)\",\\\n", + " \"Military Forces of Myanmar (2016-2021)\", \"Police Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2016-2021) Border Guard Police\",\\\n", + " \"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Police Forces of Myanmar (2016-2021) Prison Guards\"])]" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_dateevent_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
29-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
39-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
59-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
69-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
79-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
.......................................
730413-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
730713-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
731612-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
732411-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
732511-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", + "

1333 rows × 12 columns

\n", + "
" + ], + "text/plain": [ + " event_date event_type \\\n", + "2 9-Apr-21 Explosions/Remote violence \n", + "3 9-Apr-21 Protests \n", + "5 9-Apr-21 Protests \n", + "6 9-Apr-21 Protests \n", + "7 9-Apr-21 Protests \n", + "... ... ... \n", + "7304 13-Apr-18 Violence against civilians \n", + "7307 13-Apr-18 Explosions/Remote violence \n", + "7316 12-Apr-18 Violence against civilians \n", + "7324 11-Apr-18 Explosions/Remote violence \n", + "7325 11-Apr-18 Explosions/Remote violence \n", + "\n", + " sub_event_type \\\n", + "2 Shelling/artillery/missile attack \n", + "3 Protest with intervention \n", + "5 Protest with intervention \n", + "6 Excessive force against protesters \n", + "7 Protest with intervention \n", + "... ... \n", + "7304 Attack \n", + "7307 Shelling/artillery/missile attack \n", + "7316 Abduction/forced disappearance \n", + "7324 Shelling/artillery/missile attack \n", + "7325 Shelling/artillery/missile attack \n", + "\n", + " actor1 \\\n", + "2 Military Forces of Myanmar (2021-) \n", + "3 Protesters (Myanmar) \n", + "5 Protesters (Myanmar) \n", + "6 Protesters (Myanmar) \n", + "7 Protesters (Myanmar) \n", + "... ... \n", + "7304 Military Forces of Myanmar (2016-2021) \n", + "7307 Military Forces of Myanmar (2016-2021) \n", + "7316 Military Forces of Myanmar (2016-2021) \n", + "7324 Military Forces of Myanmar (2016-2021) \n", + "7325 Military Forces of Myanmar (2016-2021) \n", + "\n", + " assoc_actor_1 \\\n", + "2 NaN \n", + "3 NaN \n", + "5 Civilians (Myanmar); Journalists (Myanmar) \n", + "6 NaN \n", + "7 Students (Myanmar) \n", + "... ... \n", + "7304 NaN \n", + "7307 NaN \n", + "7316 NaN \n", + "7324 NaN \n", + "7325 NaN \n", + "\n", + " actor2 assoc_actor_2 \\\n", + "2 Civilians (Myanmar) Kayin Ethnic Group (Myanmar) \n", + "3 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "5 Military Forces of Myanmar (2021-) NaN \n", + "6 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "7 Military Forces of Myanmar (2021-) Police Forces of Myanmar (2021-) \n", + "... ... ... \n", + "7304 Civilians (Myanmar) NaN \n", + "7307 Civilians (Myanmar) NaN \n", + "7316 Civilians (Myanmar) NaN \n", + "7324 Civilians (Myanmar) NaN \n", + "7325 Civilians (Myanmar) NaN \n", + "\n", + " location latitude longitude \\\n", + "2 Hpapun 18.0650 97.4449 \n", + "3 Tamwe 16.8102 96.1765 \n", + "5 Hpakant 25.6138 96.3148 \n", + "6 Loikaw 19.6742 97.2099 \n", + "7 Myitkyina 25.3832 97.3963 \n", + "... ... ... ... \n", + "7304 Kamaing 25.5226 96.7115 \n", + "7307 Mogaung 25.3054 96.9354 \n", + "7316 Hpakant 25.6138 96.3148 \n", + "7324 Tanai 26.4856 96.6992 \n", + "7325 Laiza 24.7561 97.5505 \n", + "\n", + " notes fatalities \n", + "2 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "3 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "5 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "6 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "7 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", + "... ... ... \n", + "7304 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", + "7307 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", + "7316 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", + "7324 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", + "7325 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", + "\n", + "[1333 rows x 12 columns]" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Filter database for actors of interest in Actor 2 column, focusing on Myanmar military and police interactions with civilians and dropping interactions with armed militia groups.\n", + "actor2_filtered_df=actor1_filtered_df[actor1_filtered_df[\"actor2\"].isin([\"nan\", \"Civilians (Myanmar)\", \"Military Forces of Myanmar (2021-)\",\\\n", + " \"Police Forces of Myanmar (2021-)\", \"Rioters (Myanmar)\", \"Protesters (Myanmar)\",\\\n", + " \"Police Forces of Myanmar (2016-2021)\", \"Military Forces of Myanmar (2016-2021) Border Guard Force\",\\\n", + " \"Military Forces of Myanmar (2016-2021)\",\"Police Forces of Myanmar (2011-2016) Border Guard Police\",\\\n", + " \"Police Forces of Myanmar (2016-2021) Border Guard Police\",\"Police Forces of China (2012-)\",\\\n", + " \"Police Forces of Myanmar (2016-2021) Prison Guards\",\"Military Forces of Myanmar (2016-2021) People's Militia Force\",\"Civilians (Thailand)\"])]\n", + "actor2_filtered_df" + ] + }, + { + "cell_type": "code", + "execution_count": 54, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
event_typesub_event_typeactor1assoc_actor_1actor2assoc_actor_2locationlatitudelongitudenotesfatalities
event_date
9-Apr-21Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2021-)NaNCivilians (Myanmar)Kayin Ethnic Group (Myanmar)Hpapun18.065097.4449On 9 April 2021, in Hpapun township (Hpapun Di...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Tamwe16.810296.1765On 9 April 2021, in Tamwe township (Yangon-Eas...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Civilians (Myanmar); Journalists (Myanmar)Military Forces of Myanmar (2021-)NaNHpakant25.613896.3148On 9 April 2021, in Hpakant town (Hpakant town...0
9-Apr-21ProtestsExcessive force against protestersProtesters (Myanmar)NaNMilitary Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Loikaw19.674297.2099On 9 April 2021, in Loikaw town (Loikaw townsh...0
9-Apr-21ProtestsProtest with interventionProtesters (Myanmar)Students (Myanmar)Military Forces of Myanmar (2021-)Police Forces of Myanmar (2021-)Myitkyina25.383297.3963On 9 April 2021, in Myitkyina town (Myitkyina ...0
....................................
13-Apr-18Violence against civiliansAttackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNKamaing25.522696.7115On 13-April-2018, near Kahtan Yang and Loi Sen...1
13-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNMogaung25.305496.9354On 13-April-2018, at Dum Bung Hka, on Ledo roa...1
12-Apr-18Violence against civiliansAbduction/forced disappearanceMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNHpakant25.613896.3148On 12 April 2018, Hpakant Township, Kachin Sta...0
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNTanai26.485696.6992On 11-April-2018, at Awt Lawt village, Tanai t...1
11-Apr-18Explosions/Remote violenceShelling/artillery/missile attackMilitary Forces of Myanmar (2016-2021)NaNCivilians (Myanmar)NaNLaiza24.756197.5505On 11-April-2018, near Lang Ta Buma, near Laiz...1
\n", + "

1333 rows × 11 columns

\n", + "
" + ], + "text/plain": [ + " event_type sub_event_type \\\n", + "event_date \n", + "9-Apr-21 Explosions/Remote violence Shelling/artillery/missile attack \n", + "9-Apr-21 Protests Protest with intervention \n", + "9-Apr-21 Protests Protest with intervention \n", + "9-Apr-21 Protests Excessive force against protesters \n", + "9-Apr-21 Protests Protest with intervention \n", + "... ... ... \n", + "13-Apr-18 Violence against civilians Attack \n", + "13-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", + "12-Apr-18 Violence against civilians Abduction/forced disappearance \n", + "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", + "11-Apr-18 Explosions/Remote violence Shelling/artillery/missile attack \n", + "\n", + " actor1 \\\n", + "event_date \n", + "9-Apr-21 Military Forces of Myanmar (2021-) \n", + "9-Apr-21 Protesters (Myanmar) \n", + "9-Apr-21 Protesters (Myanmar) \n", + "9-Apr-21 Protesters (Myanmar) \n", + "9-Apr-21 Protesters (Myanmar) \n", + "... ... \n", + "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", + "13-Apr-18 Military Forces of Myanmar (2016-2021) \n", + "12-Apr-18 Military Forces of Myanmar (2016-2021) \n", + "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", + "11-Apr-18 Military Forces of Myanmar (2016-2021) \n", + "\n", + " assoc_actor_1 \\\n", + "event_date \n", + "9-Apr-21 NaN \n", + "9-Apr-21 NaN \n", + "9-Apr-21 Civilians (Myanmar); Journalists (Myanmar) \n", + "9-Apr-21 NaN \n", + "9-Apr-21 Students (Myanmar) \n", + "... ... \n", + "13-Apr-18 NaN \n", + "13-Apr-18 NaN \n", + "12-Apr-18 NaN \n", + "11-Apr-18 NaN \n", + "11-Apr-18 NaN \n", + "\n", + " actor2 \\\n", + "event_date \n", + "9-Apr-21 Civilians (Myanmar) \n", + "9-Apr-21 Military Forces of Myanmar (2021-) \n", + "9-Apr-21 Military Forces of Myanmar (2021-) \n", + "9-Apr-21 Military Forces of Myanmar (2021-) \n", + "9-Apr-21 Military Forces of Myanmar (2021-) \n", + "... ... \n", + "13-Apr-18 Civilians (Myanmar) \n", + "13-Apr-18 Civilians (Myanmar) \n", + "12-Apr-18 Civilians (Myanmar) \n", + "11-Apr-18 Civilians (Myanmar) \n", + "11-Apr-18 Civilians (Myanmar) \n", + "\n", + " assoc_actor_2 location latitude longitude \\\n", + "event_date \n", + "9-Apr-21 Kayin Ethnic Group (Myanmar) Hpapun 18.0650 97.4449 \n", + "9-Apr-21 Police Forces of Myanmar (2021-) Tamwe 16.8102 96.1765 \n", + "9-Apr-21 NaN Hpakant 25.6138 96.3148 \n", + "9-Apr-21 Police Forces of Myanmar (2021-) Loikaw 19.6742 97.2099 \n", + "9-Apr-21 Police Forces of Myanmar (2021-) Myitkyina 25.3832 97.3963 \n", + "... ... ... ... ... \n", + "13-Apr-18 NaN Kamaing 25.5226 96.7115 \n", + "13-Apr-18 NaN Mogaung 25.3054 96.9354 \n", + "12-Apr-18 NaN Hpakant 25.6138 96.3148 \n", + "11-Apr-18 NaN Tanai 26.4856 96.6992 \n", + "11-Apr-18 NaN Laiza 24.7561 97.5505 \n", + "\n", + " notes fatalities \n", + "event_date \n", + "9-Apr-21 On 9 April 2021, in Hpapun township (Hpapun Di... 0 \n", + "9-Apr-21 On 9 April 2021, in Tamwe township (Yangon-Eas... 0 \n", + "9-Apr-21 On 9 April 2021, in Hpakant town (Hpakant town... 0 \n", + "9-Apr-21 On 9 April 2021, in Loikaw town (Loikaw townsh... 0 \n", + "9-Apr-21 On 9 April 2021, in Myitkyina town (Myitkyina ... 0 \n", + "... ... ... \n", + "13-Apr-18 On 13-April-2018, near Kahtan Yang and Loi Sen... 1 \n", + "13-Apr-18 On 13-April-2018, at Dum Bung Hka, on Ledo roa... 1 \n", + "12-Apr-18 On 12 April 2018, Hpakant Township, Kachin Sta... 0 \n", + "11-Apr-18 On 11-April-2018, at Awt Lawt village, Tanai t... 1 \n", + "11-Apr-18 On 11-April-2018, near Lang Ta Buma, near Laiz... 1 \n", + "\n", + "[1333 rows x 11 columns]" + ] + }, + "execution_count": 54, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Reset index on cleaned dataframe to event date and check new dataframe\n", + "Myanmar_new_df=actor2_filtered_df.set_index('event_date')\n", + "Myanmar_new_df\n" + ] + }, + { + "cell_type": "code", + "execution_count": 55, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "#Export cleaned dataframe to new CSV. \n", + "Myanmar_new_df.to_csv(\"./Myanmar_data_cleaned.csv\")" + ] + }, + { + "cell_type": "code", + "execution_count": 56, + "metadata": {}, + "outputs": [], + "source": [ + "#Incorrect Code\n", + "\n", + "#Myanmar_new_df=cleaned_df.drop(['index'], axis=1)\n", + "#actor2_filtered_df.set_index(\"event_date\")\n", + "#actor2_filtered_df\n", + "#actor2_filtered_df.to_csv(\"./Myanmar_new.csv\")\n", + "#coup_df\n", + "#Myanmar_df= df.drop\n", + "#Myanmar_df = df.drop([0, 1, 2, 3, 5, 6, 11, 14, 16, 17, 24, 25, 26, 29, 30],\n", + " # axis=1,\n", + " # inplace=False\n", + "#actors_list.groupby.unique()\n", + "\n", + "#new_df= df.drop(columns=df.columns[0])\n", + "#new_df\n", + "#Myanmar_df.loc[Myanmar_df.actor1(['Protesters (Myanmar)', 'Military Forces of Myanmar (2021-)',\n", + " # 'Rioters (Myanmar)','Police Forces of Myanmar (2021-)', 'Military Forces of Myanmar (2016-2021)',\n", + " # 'Police Forces of Myanmar (2016-2021)','Police Forces of Myanmar (2016-2021) Border Guard Police','Police Forces of Myanmar (2016-2021) Prison Guards'])]" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.5" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/Myanmar_dashboard/static/css/style.css b/Myanmar_dashboard/static/css/style.css index 5f8fc70..2dd18bd 100644 --- a/Myanmar_dashboard/static/css/style.css +++ b/Myanmar_dashboard/static/css/style.css @@ -31,8 +31,8 @@ body { } .myheader { /*width: 100%;*/ - height: 10%; - background-color: red + /* height: 10%; + background-color: red */ } .myscroll { width: 100%; @@ -44,13 +44,13 @@ body { .contentcolumn { width: 100%; height: 650px; - background-color:yellow + background-color:white } .maprow { height: 100%; width: 100%; - background-color: pink; + /* background-color: pink; */ border-style: solid; padding: 0px } @@ -87,9 +87,10 @@ body { /* maxWidth: "auto"; */ } -.plot { +/* #plot { width: 100%; -} + height: 80%; +} */ /* .twitter-timeline */ diff --git a/Myanmar_dashboard/templates/index.html b/Myanmar_dashboard/templates/index.html index ad64970..9256b08 100644 --- a/Myanmar_dashboard/templates/index.html +++ b/Myanmar_dashboard/templates/index.html @@ -33,10 +33,10 @@

What is happening in Myanma

-->
-
+

What is happening in Myanmar?

A dashboard looking at the 2021 Spring Revolution

- +
@@ -60,11 +60,14 @@

What is happening in Myanma

-
+
-
-
+
+
+
+
+

Human Rights Abuses Report Form


လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

@@ -147,7 +150,9 @@

+

+
From f466d8411decc724e209d15a4ccd444022e43b0d Mon Sep 17 00:00:00 2001 From: LisaCaruana <75282802+LisaCaruana@users.noreply.github.com> Date: Thu, 29 Apr 2021 09:23:59 -0600 Subject: [PATCH 16/18] Thurs morning --- app.py | 52 ++ static/css/style.css | 118 ++++ static/data.csv | 1334 +++++++++++++++++++++++++++++++++++++ static/images.csv | 20 + static/js/Myanmar.js | 190 ++++++ static/js/app.js | 120 ++++ static/js/config.js | 2 + static/js/leaflet-heat.js | 112 ++++ static/js/map.js | 71 ++ static/js/marker.js | 58 ++ templates/index.html | 192 ++++++ 11 files changed, 2269 insertions(+) create mode 100644 app.py create mode 100644 static/css/style.css create mode 100644 static/data.csv create mode 100644 static/images.csv create mode 100644 static/js/Myanmar.js create mode 100644 static/js/app.js create mode 100644 static/js/config.js create mode 100644 static/js/leaflet-heat.js create mode 100644 static/js/map.js create mode 100644 static/js/marker.js create mode 100644 templates/index.html diff --git a/app.py b/app.py new file mode 100644 index 0000000..ab880a4 --- /dev/null +++ b/app.py @@ -0,0 +1,52 @@ + + +# Import our modules +import pymongo +import pandas as pd +from flask import Flask, render_template, jsonify +from flask_cors import CORS + +# Create an instance of our Flask app. +app = Flask(__name__) +CORS(app) + +# Create connection variable +conn = 'mongodb://localhost:27017' +# Pass connection to the pymongo instance. +client = pymongo.MongoClient(conn) + +# Connect to a database. +db = client.MyanmarDB +# Available routes +@app.route("/") +def home(): + return render_template('index.html') + # f"Welcome to the what is happening in Myanmar DataBase!
" + # f"
" + # f"Below route returns all records from database
" + # f"/api/v1.0/Myanmar_Records
" + +@app.route("/api/Myanmar_Records") +def myanmar(): + # Store collection in a list + Myanmar_Records = list(db.Myanmar_Records.find()) + # Create empty list and fill with collection records + data=[] + for item in Myanmar_Records: + myanmar_dict={} + myanmar_dict['event_date']=item['event_date'] + myanmar_dict['event_type']=item['event_type'] + myanmar_dict['sub_event_type']=item['sub_event_type'] + myanmar_dict['actor1']=item['actor1'] + myanmar_dict['actor2']=item['actor2'] + myanmar_dict['location']=item['location'] + myanmar_dict['latitude']=item['latitude'] + myanmar_dict['longitude']=item['longitude'] + myanmar_dict['fatalities']=item['fatalities'] + data.append(myanmar_dict) + + return jsonify(data) + + +if __name__ == "__main__": + app.run(debug=True) diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..2dd18bd --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,118 @@ +body { + padding: 0; + margin: 0; + } + /* .formlist, + width: 25% */ + /* .card { + width: 100%; + padding-right: 5px; + padding-left: 10px; + border: 1px solid #0000; + } */ + /* .twitter-bot, */ + /* border: 5px */ + + + + /* set map, body, and html to 100% of the screen size */ + #map, + body, + html { + height: 100%; + width: 100%; + padding: 0px + } +/* .formlist */ +.maincontainer { + background-color: white; + width: 100%; + height: 100% +} +.myheader { + /*width: 100%;*/ + /* height: 10%; + background-color: red */ +} +.myscroll { + width: 100%; + height: 100%; + background-color:white; + padding: 10px + +} +.contentcolumn { + width: 100%; + height: 650px; + background-color:white + +} +.maprow { + height: 100%; + width: 100%; + /* background-color: pink; */ + border-style: solid; + padding: 0px +} +.formrow { + height:50%; + width: 100%; + /* background-color: purple; */ + /* border-style: solid; */ + +} +/* .form-control { + height: 100%; + width: 50%; + background-color: purple; +} */ +.incident_icon{ + content: ''; + width: 24px; + height: 24px; + margin: 3px 0 0 3px; + background: #fff; + position: absolute; + border-radius: 50%; + /* border-style: solid; + border-style: 5px; */ + +} + +.leaflet-popup-content{ + /* height: 100px; + width: 50px; */ + /* content: 10px; */ + width: auto !important; + /* maxWidth: "auto"; */ +} + +/* #plot { + width: 100%; + height: 80%; +} */ + +/* .twitter-timeline */ + + + + /* .twitter_bot { + min-height: 100px; + padding: 0px; + margin: 5px; + align-content: right; + /* font-weight: 800; + color: #fff; */ + +/*! + * Bootswatch v4.0.0 + * Homepage: https://bootswatch.com + * Copyright 2012-2018 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! + * Bootstrap v4.0.0 (https://getbootstrap.com) + * Copyright 2011-2018 The Bootstrap Authors + * Copyright 2011-2018 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro");:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#868e96;--gray-dark:#333;--primary:#333;--secondary:#555;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#fff;--dark:#555;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:1rem;font-weight:700;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#333;text-decoration:underline;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0d0d0d;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:0.75rem;padding-bottom:0.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:0.5rem;font-family:"Arial"; font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:2px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:0.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#333}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:2px solid #dee2e6;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Arial, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Arial";font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Arial", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/static/data.csv b/static/data.csv new file mode 100644 index 0000000..715ec33 --- /dev/null +++ b/static/data.csv @@ -0,0 +1,1334 @@ +event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities +9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 +9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 +9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 +9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 +8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 +8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 +8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 +7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 +7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 +7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 +6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 +6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 +6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 +5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 +5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 +5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 +5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 +4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 +4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 +4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 +4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 +4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 +3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 +3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 +3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 +3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 +2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 +2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 +2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 +1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 +1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 +1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 +31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 +31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 +31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 +31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 +30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 +30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 +30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 +30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 +30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 +30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 +29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 +29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 +29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 +29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 +29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 +29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 +28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 +28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 +28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 +28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 +27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 +27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 +27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 +27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 +27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 +26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 +26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 +26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 +26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 +26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 +25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 +25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 +25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 +25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 +25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 +24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 +24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 +24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 +24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 +23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 +22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 +22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 +22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 +22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 +22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 +21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 +21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 +21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 +21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 +20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 +20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 +20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 +20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 +20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 +19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 +19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 +19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 +19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 +18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 +18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 +18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 +17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 +17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 +17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 +17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 +17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 +16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 +16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 +16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 +16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 +16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 +16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 +15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 +15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 +15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 +15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 +14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 +14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 +13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 +13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 +13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 +13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 +12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 +12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 +12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 +12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 +11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 +11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 +10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 +10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 +10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 +10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 +10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 +9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 +9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 +9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 +9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 +8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 +8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 +8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 +7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 +7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 +7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 +7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 +7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 +6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 +6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 +5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 +5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 +5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 +4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 +4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 +3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 +3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 +3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 +3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 +3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 +3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 +2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 +2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 +2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 +2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 +1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 +1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 +28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 +28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 +28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 +27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 +27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 +26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 +26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 +26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 +25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 +25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 +25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 +25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 +24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 +24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 +23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 +23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 +22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 +22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 +22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 +21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 +21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 +20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 +20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 +19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 +19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 +18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 +18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 +17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 +17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 +16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 +16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 +16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 +15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 +15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 +15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 +14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 +14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 +14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 +13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 +12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 +12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 +12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 +11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 +11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 +9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 +9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 +8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 +7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 +4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 +1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 +1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 +30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 +29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 +27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 +25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 +24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 +23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 +23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 +22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 +21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 +19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 +18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 +17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 +16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 +15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 +9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 +26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 +22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 +26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 +20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 +20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 +14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 +10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 +4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 +3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 +2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 +29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 +29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 +28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 +27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 +27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 +25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 +25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 +22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 +19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 +19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 +17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 +14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 +12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 +11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 +11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 +11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 +10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 +9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 +7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 +7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 +5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 +5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 +4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 +4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 +3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 +3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 +2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 +1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 +28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 +25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 +24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 +21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 +20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 +20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 +18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 +17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 +16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 +16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 +15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 +13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 +11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 +9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 +9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 +8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 +7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 +3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 +3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 +1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 +1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 +31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 +30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 +29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 +28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 +27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 +26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 +24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 +22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 +21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 +19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 +16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 +15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 +10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 +9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 +9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 +8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 +7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 +6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 +2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 +26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 +16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 +14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 +13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 +12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 +11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 +7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 +4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 +4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 +3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 +30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 +30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 +29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 +29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 +27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 +27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 +25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 +24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 +22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 +19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 +18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 +10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 +9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 +8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 +6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 +4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 +30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 +29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 +20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 +12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 +11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 +9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 +3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 +1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 +29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 +29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 +27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 +26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 +24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 +23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 +22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 +21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 +19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 +17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 +16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 +13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 +12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 +11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 +7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 +6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 +5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 +3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 +31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 +31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 +30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 +29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 +29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 +28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 +25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 +25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 +25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 +22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 +22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 +21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 +20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 +19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 +18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 +18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 +17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 +16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 +16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 +15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 +15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 +15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 +14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 +13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 +13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 +12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 +11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 +10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 +10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 +10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 +9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 +9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 +8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 +6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 +5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 +5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 +3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 +2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 +24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 +23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 +22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 +20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 +19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 +18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 +18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 +17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 +16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 +14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 +12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 +11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 +10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 +10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 +8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 +6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 +3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 +1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 +1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 +31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 +30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 +29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 +24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 +24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 +20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 +19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 +16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 +14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 +12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 +11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 +9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 +7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 +5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 +4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 +2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 +28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 +28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 +21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 +19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 +18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 +17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 +16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 +14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 +14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 +14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 +13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 +11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 +4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 +2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 +29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 +28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 +23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 +22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 +22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 +21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 +19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 +18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 +13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 +11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 +10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 +9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 +4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 +4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 +2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 +30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 +30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 +28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 +27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 +27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 +27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 +25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 +25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 +24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 +23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 +22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 +21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 +21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 +20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 +19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 +15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 +13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 +12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 +7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 +2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 +1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 +1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 +23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 +22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 +17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 +17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 +15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 +13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 +12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 +12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 +8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 +2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 +31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 +26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 +25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 +24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 +24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 +23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 +21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 +19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 +18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 +15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 +7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 +6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 +5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 +1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 +31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 +30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 +28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 +27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 +23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 +23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 +11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 +6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 +3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 +2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 +2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 +1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 +27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 +26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 +24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 +23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 +23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 +23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 +21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 +14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 +5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 +1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 +29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 +23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 +22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 +22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 +19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 +17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 +16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 +15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 +15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 +15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 +11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 +11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 +10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 +10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 +9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 +8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 +8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 +4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 +3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 +2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 +21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 +19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 +15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 +14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 +11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 +7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 +7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 +7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 +5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 +3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 +2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 +30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 +26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 +26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 +25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 +24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 +21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 +21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 +20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 +19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 +19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 +18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 +18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 +16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 +15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 +15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 +14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 +13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 +12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 +11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 +9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 +9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 +21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 +21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 +19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 +18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 +17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 +14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 +8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 +4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 +1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 +28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 +26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 +22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 +20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 +27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 +26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 +25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 +19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 +17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 +13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 +11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 +2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 +27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 +18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 +17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 +13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 +9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 +8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 +30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 +28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 +26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 +16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 +16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 +15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 +15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 +11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 +10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 +6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 +6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 +5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 +1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 +28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 +16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 +12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 +11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 +7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 +5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 +3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 +28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 +25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 +12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 +8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 +3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 +30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 +26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 +25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 +24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 +22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 +20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 +11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 +10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 +9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 +8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 +3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 +28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 +27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 +26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 +26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 +25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 +31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 +30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 +27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 +25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 +19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 +18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 +16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 +16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 +15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 +14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 +14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 +12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 +12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 +23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 +18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 +15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 +13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 +13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 +12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 +11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/static/images.csv b/static/images.csv new file mode 100644 index 0000000..27f1d94 --- /dev/null +++ b/static/images.csv @@ -0,0 +1,20 @@ +Country,Region_State,Description,Image_Link,Coordinates +Myanmar,Mandalay,"Police fire a water canon to disperse protesters in Mandalay. Protesters have taken to the streets following the military ousting of the democratically-elected government on Feb 1st (Source: Reuters, 8 Feb 2021). ",https://s.yimg.com/ny/api/res/1.2/THGAbwokoT5UZtt3FAJn0w--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTQ3MC41ODc1O2NmPXdlYnA-/https://s.yimg.com/uu/api/res/1.2/Y6FdqTRH5YRshow1pf.WfQ--~B/aD01MzQ7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/reuters.com/e343833b20c2ac92ba7db658d80658dd,"(21.9219, 96.0678)" +Myanmar,Yangon,"The mother of Aung Kaung Htet mourns at his funeral in Yangon. The 15 yr old was shot in the face at a protest against the military coup. Many civilians have died from gunshots to the head, suggesting deliberate targeting by security forces (Source: CNN/Getty Images, 14 April 2021). ",https://dynaimage.cdn.cnn.com/cnn/w_1100/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210322114347-01-myanmar-unrest-0321-crop.jpg,"(16.8742, 96.2810)" +Myanmar,Kayin,"Villagers injured during military air strikes in Kayni state shelter in the jungle (Source: The Straits Times, 31 Mar 2021)",https://static.straitstimes.com.sg/s3fs-public/styles/x_large/public/articles/2021/03/31/nz_wounded_310358.jpg?itok=aIJW0pGb×tamp=1617165812,"(18.06204, 97.4411)" +Myanmar,Mandalay,"Two protesters were killed at peaceful demonstrations in Mandalay by members of government security forces. 37yr old Myo Naing was shot in the chest and 19yr old Kyel Sin was shot in the side, suggesting targeted killings (Source: Myanmar Now, 3 Mar 2021). ",https://myanmar-now.org/sites/myanmar-now.org/files/styles/news_detail_two_col/public/news-images/004_1.jpg?itok=ynMPZGFZ,"(21.9862, 96.0851)" +Myanmar,Mandalay,"A man sifts through rubble after fires burn over 100 houses in Mandalay, leaving more than 500 people homeless (Source: Radio Free Asia, 01 April 2021). ",https://www.rfa.org/english/news/myanmar/trial-fires-04012021180942.html/fire-ruins.jpg/@@images/3202044b-5fca-4072-880d-358de5f78467.jpeg,"(21.8559, 96.0538)" +Myanmar,Yangon,Images of tortured protesters were aired on public television on 18 April 2021 (Source: Twitter). ,https://pbs.twimg.com/media/EzQ4GvGVgAEf-w_?format=jpg&name=medium,"(16.7734, 96.1814)" +Myanmar,Yangon,"Security officers dragging an injured protester in Tamwe, Yangon. There are numerous images of police and military dragging civilians (Source: REUTERS, 14 March 2021). ",https://s4.reutersmedia.net/resources/r/?m=02&d=20210316&t=2&i=1555069007&w=780&fh=&fw=&ll=&pl=&sq=&r=2021-03-16T120303Z_39167_MRPRC2GBM9L0WF7_RTRMADP_0_MYANMAR-POLITICS,"(16.8236, 96.1795)" +Myanmar,Monywa,"Police beat anti-coup protesters in Monywa (Source: BM Global/Citizen journalist, 3 March 2021). ",https://i0.wp.com/www.rfa.org/english/news/myanmar/bloody-crackdowns-03032021145720.html/myanmar-police-crackdown-monywa-sagaing-mar3-2021.jpg/@@images/c9cbeae3-feea-4896-98d2-dc23e3e28a37.jpeg?ssl=1,"(22.1233, 95.1540)" +Myanmar,Shwebo ,"13 yr old Htoo Myat Win is mourned by his father after being shot dead by government forces while playing near his home in Shwebo city (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/htoo-myat-win-insert.jpg,"(22.5802, 95.6986)" +Myanmar,Mawlamyine,"11yr old Aye Myat Thu was shot in the head while playing in front of her house in Mawlamyine. She was buried with colored pencils and toys (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/1-update-1.jpg,"(16.4543, 97.6440)" +Myanmar,Muse,"16yr old Ye Yint Naing was shot and killed by military forces, who then took his body and burned it without the family's consent (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/ye-yint-naing.jpg,"(23.9933, 97.9103)" +Myanmar,Day Pu No,5yr old Saw Ta Blut Soe was killed during airstrikes on his village by the military regime. ,https://www.irrawaddy.com/wp-content/uploads/2021/03/saw-ta-blut-soe.jpeg,"(18.0972, 97.4957)" +Myanmar,Mandalay,"6yr old Khin Myo Chi was shot by military troops while sitting in her father's lap (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/KhinMC-900x540.jpg,"(21.9408, 96.0944)" +Myanmar,Mandalay,"16yr old Min Min Oo was fatally shot in the head while driving a motorcycle on March 14. Video footage shows the military using the passing motorbike as target practice. His body was then taken by junta forces and not returned (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/Min-Min-Oo-675x900.jpeg,"(21.2912, 95.2906)" +Myanmar,Pathein Township,"17yr old Hein Htet Aung was shot by soldiers and police the night of March 14 (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/HeinHA-900x540.jpg,"(16.8201, 94.6188) " +Myanmar,Myitkyina,"Protesters flee from gunfire in Myitkyina (Source: Myitkyina News via Reuters, 14 March 2021). ",https://images.hindustantimes.com/img/2021/03/14/550x309/2021-03-14T095649Z_1610568483_RC2XAM9A0VRY_RTRMADP_3_MYANMAR-POLITICS_1615716789799_1615716810441.JPG,"(25.3946, 97.3841)" +Myanmar,Dawei,"Protesters erect a makeshift barrier in the street in Dawei, where there has been daily demonstrations since the Feb 1 coup and multiple people killed by military and police forces (Source: Associated Press Television News, 3 March 2021). ","https://img.republicworld.com/republic-prod/stories/promolarge/xxhdpi/oa4tkufba1qvnyjw_1614772438.jpeg?tr=w-758,h-433","(14.0920, 98.1951)" +Myanmar,Unknown,"Riot police beating a protester after arresting him at a demonstration against the military coup (Source: Aung Kyaw Htet - SOPA Images/LightRocket/Getty Images, 5 March 2021). ",https://api.time.com/wp-content/uploads/2021/03/myanmar-riot-police.jpg?w=800&quality=85,"(20.1528, 92.8677)" +Myanmar,Naypyidaw,"Police use a water cannon on peaceful protesters in Naypyidaw, the capitol (Source: Myanmar Now, 8 Feb 2021). ",https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium,"(19.7633, 96.0785)" diff --git a/static/js/Myanmar.js b/static/js/Myanmar.js new file mode 100644 index 0000000..f7c363f --- /dev/null +++ b/static/js/Myanmar.js @@ -0,0 +1,190 @@ +function createMap(overlayMaps) { + var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { + + tileSize: 512, + maxZoom: 18, + zoomOffset: -1, + id: "mapbox/streets-v11", + accessToken: API_KEY + }) + + var baseMap = { + "map_base": map_base + }; + + var map = L.map("map", { + center: [21.9162, 95.9560], + + zoom: 6, + layers: [map_base] + }); + + L.control.layers(baseMap, overlayMaps, { + collapsed: false + }).addTo(map); + +}; + +function createPhotoMarkers(data) { + var markers_list=[] + function create_icon(img_url){ + var incident_icon=L.icon({ + iconUrl: img_url, + iconSize: [45, 45], + iconAnchor: [22, 94], + popupAnchor: [-3, -76] + }); + return incident_icon + } + + data.forEach(incident=>{ + console.log(create_icon(incident['Image_Link'])) + console.log(incident["Image_Link"]) + var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') + var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(`

${incident['Description']}

`)//"Bago"
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 diff --git a/test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg b/test/static/Media/Yangon/Yangon4_North_Okkalapa_township_March_3_2021.jpg deleted file mode 100644 index 29d1b0c57b957b80a21674639d28bd46133170e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 103682 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 diff --git a/test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg b/test/static/Media/Yangon/Yangon6_protesters_arrested_beaten_shown_on_tv_April_18_2021.jpg deleted file mode 100644 index 95b85992020790362af093b34373f148dc9ce461..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 75848 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 z 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

{WQOCDz=fr={dEO`Wk@SjgA0 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%0Aqx(Ind(hsU$6-(WSf}>g9YibO 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

Dat_qVn#zBFQ#QxC>b;k zX6Gp~fAfLzZ%p3Ya}EOYF%pdtJ#eN9@RUT?jF(ZU97+LCU#h-7bhPheSDg=I zWvK3i?>k;S@G}G~Rah$#b}riAEVW7UwSHv+JpC!g0mwuQ$#;}T9Gu(5=8wXmuwMYv zWeJG&>@lO-N;z%fJ7H8wIq%|aw%TO#3li$eh_XWcr1mZ_6eX9qSBe-OV-%Z4AmmzWP$+dAALnf4lpY4ZGfNXA z+Br!ih8)Rs*YeAss2Bkh`AtQ*ThwL1t3PR7ozc_0D-W--Tq&ty{{<&16fL;p}mr`KIo?nlDSYxmktFARFD_^;*1Y zB6hJW?vhX_vjfGsrCX#;Ipd9*0;>UEIz~@PxRB!D7dkz30@;V$LdGMgTz|LsjCofq<$1&DK%{u7qp_8&s2Iqx{I!E5n=yE~7e(9%}mELm&+0A{w*L(^Z7@jN{ zYo79^xJ~(vVNUCNu}9AYGaKKgJo%N-xn~Eh$7fa4t0>+H}a3c`#k)P=Mhs! zP<%4H+9~ROn^LEgUdht=V+Bbf=MvqSB#V4jP`Ieq*_7He#S{#pSJ zpo>qX>J3c4rN6D0zz|)@jLoWjM8*-SWs7lTLtwl>VvM=i9r>HtiB|1$I1pBjmB%w? z-?d!GFYA*!A^W#R(_jpN;+FGln%@qhnUH@=!D)JH-D>Ray=k^J+4q4d&kOt*w-GDM z{9WdJ7QiOqS?>5+Qy_!(LLKn3ROQwB5bvIy&Ao>E-Q#n07-PY)=Z=@xgP)THsr2C2 z?X8?IK_$MXNAK4BsF^M`?)Z8>C17M8Hw}vM7s&DyGgdPsSf1t=L_j2^E)_n+rYl4E zCP(t_*xtsj5T;;_vPif0JD(P4MxvUlz47;aVJNJ{j3GTsG2zA>O+}Bc8Rbj;jv%n| zWK`fdRyT_ATVfML`;YZnjAB@%M1m=M z_gZ+7%BSVwmfX%gl7eC@g+M2?dz*RLMrI_- z2lv8(yJiY~?YXEC1H$Y`A`XxcYNB%%@jSQr$Dpu=bF=B9BUtX>t!O> zXOulWhmRl)DjSMh?b}{`Oj&Gcv*f9)>*X!XFsw>f@CrS%6 zK9uS@r>ZB5@Rjhzk{Qf7_e|(Nx)YIhQ61!tR{G^k8#@Wl>LLH^JkgEY`21vA`%^MZ z3^1}&t&W>ZMO#&VQ5VXlob~`yLxhNG8Bx?<9ywZgaVw7iFtiDp0O4M-WuSHsUV9eJhaie0I2YFKG(Sr^8(2M}J7sAla5%rl!pxp< zjW`iv_Cs$j*3@|h_$@9LS!;E1p{gwb$LC+Ecus!=dAUg>^mp-Jn=c4hOXe8BiG*K( zvFgA|{ueNr+q3LRdx@mYH8ie@&V1)8ecaO>noRktP$hIZ z!@r^F_$%mJs3NO*Mx*8!R)}053p#duqk5iXmvp3&F2%KMpIa)z)*Yv4G+>JIAOW3V z1BWi&+Dp8bD3#vc?Embs{_R@QGuNmdX(h8$x5xdwa0H(p8RAzi50cRiV~)xgGaTE1 zzGPxeU_o<4*j}B)4SZ~nLEr4P53lVsDZQ@dq@0O>t38QN9zxIg|3<8|B=c1D~MO|93A%46H6=Y;O9y2 zz)MvWq|8kHs=7gp_n(8;gAJitr!Ef+a(_zCQ7w@9p@!<^{wML%CDt}AYT>sWO^RPr}< z{m)2OBjZM#9&bORM<)2Qacs-ThEOC~0{43q8<))(ths2fdFa*3K)eB2a&S2GUh;66 zh24jWHshEF(2P{CZ3X4d2g?0B5l!E$Q8VQK;m>$qFTZ}(ENqk}`lbsu^mKV;e{H>X ztzp>Zs*|MbQX6yW>sM=6ySw>)VLO!c`wL4~iAR>*K9Rovb!03qS@Rv+=d0gl{Pzp+ z-QYIx@&6`a_6{YSf1-wlrnEjU3>4o;*D0x)L+|k|O8U5KWnqU(6rOUcode{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table th,.table td{padding:0.75rem;vertical-align:top;border-top:1px solid #333}.table thead th{vertical-align:bottom;border-bottom:2px solid #333}.table tbody+tbody{border-top:2px solid #333}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:0.3rem}.table-bordered{border:1px solid #333}.table-bordered th,.table-bordered td{border:1px solid #333}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#ccc}.table-hover tbody tr:hover{background-color:#fff}.table-primary,.table-primary>th,.table-primary>td{background-color:#c6c6c6}.table-hover .table-primary:hover{background-color:#b9b9b9}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b9b9b9}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#cfcfcf}.table-hover .table-secondary:hover{background-color:#c2c2c2}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c2c2c2}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:white}.table-hover .table-light:hover{background-color:#f2f2f2}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#f2f2f2}.table-dark,.table-dark>th,.table-dark>td{background-color:#cfcfcf}.table-hover .table-dark:hover{background-color:#c2c2c2}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#c2c2c2}.table-active,.table-active>th,.table-active>td{background-color:#fff}.table-hover .table-active:hover{background-color:#f2f2f2}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#f2f2f2}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#555;background-color:#f7f7f9;border-color:#333}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,0.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,0.075)}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;color:#555;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#555;background-color:#fff;border-color:#333;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f7f7f9;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 4px)}select.form-control:focus::-ms-value{color:#555;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 2px);padding-bottom:calc(0.375rem + 2px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 2px);padding-bottom:calc(0.5rem + 2px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 2px);padding-bottom:calc(0.25rem + 2px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:0.375rem;padding-bottom:0.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:2px 0}.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(1.8125rem + 4px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]){height:calc(2.875rem + 4px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:0.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*="col-"]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:0.3rem;margin-left:-1.25rem}.form-check-input:disabled ~ .form-check-label{color:#868e96}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:0.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:0.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,0.8);border-radius:.2rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip{display:block}.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{color:#28a745}.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{color:#28a745}.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{background-color:#71dd8a}.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(40,167,69,0.25)}.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,0.8);border-radius:.2rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#dc3545}.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{background-color:#efa2a9}.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(220,53,69,0.25)}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before{border-color:inherit}.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:0.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:2px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.btn.disabled,.btn:disabled{opacity:0.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled):active,.btn:not(:disabled):not(.disabled).active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#333;border-color:#333}.btn-primary:hover{color:#fff;background-color:#202020;border-color:#1a1919}.btn-primary:focus,.btn-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#333;border-color:#333}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#1a1919;border-color:#131313}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-secondary{color:#fff;background-color:#555;border-color:#555}.btn-secondary:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-secondary:focus,.btn-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#555;border-color:#555}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-light{color:#212529;background-color:#fff;border-color:#fff}.btn-light:hover{color:#212529;background-color:#ececec;border-color:#e6e5e5}.btn-light:focus,.btn-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#fff;border-color:#fff}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#e6e5e5;border-color:#dfdfdf}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-dark{color:#fff;background-color:#555;border-color:#555}.btn-dark:hover{color:#fff;background-color:#424242;border-color:#3c3b3b}.btn-dark:focus,.btn-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#555;border-color:#555}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#3c3b3b;border-color:#353535}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-primary{color:#333;background-color:transparent;background-image:none;border-color:#333}.btn-outline-primary:hover{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#333;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#333;border-color:#333}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.5)}.btn-outline-secondary{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-secondary:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#555;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5);box-shadow:0 0 0 0.2rem rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5);box-shadow:0 0 0 0.2rem rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5);box-shadow:0 0 0 0.2rem rgba(255,193,7,0.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5);box-shadow:0 0 0 0.2rem rgba(220,53,69,0.5)}.btn-outline-light{color:#fff;background-color:transparent;background-image:none;border-color:#fff}.btn-outline-light:hover{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#fff;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5);box-shadow:0 0 0 0.2rem rgba(255,255,255,0.5)}.btn-outline-dark{color:#555;background-color:transparent;background-image:none;border-color:#555}.btn-outline-dark:hover{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#555;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#555;border-color:#555}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5);box-shadow:0 0 0 0.2rem rgba(85,85,85,0.5)}.btn-link{font-weight:400;color:#333;background-color:transparent}.btn-link:hover{color:#0d0d0d;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:underline;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#868e96}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:0.5rem}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;transition:height 0.35s ease}.dropup,.dropdown{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.dropup .dropdown-menu{margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:0.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:0.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:0.255em;vertical-align:0.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid #333}.dropdown-item{display:block;width:100%;padding:0.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#333}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1.5rem;margin-bottom:0;font-size:0.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-2px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.5625rem;padding-left:0.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-2px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-2px}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-2px}.input-group-prepend{margin-right:-2px}.input-group-append{margin-left:-2px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.375rem 0.75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#555;text-align:center;white-space:nowrap;background-color:#f7f7f9;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;background-color:#333}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 1px #fff,0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-control-input:active ~ .custom-control-label::before{color:#fff;background-color:#8c8c8c}.custom-control-input:disabled ~ .custom-control-label{color:#868e96}.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f7f7f9}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:0.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{background-color:#333}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::before{background-color:#333}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(51,51,51,0.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 4px);padding:0.375rem 1.75rem 0.375rem 0.75rem;line-height:1.5;color:#555;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;background-size:8px 10px;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#333;outline:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5);box-shadow:inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(51,51,51,0.5)}.custom-select:focus::-ms-value{color:#555;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:0.75rem;background-image:none}.custom-select:disabled{color:#868e96;background-color:#f7f7f9}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 4px);padding-top:0.375rem;padding-bottom:0.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 4px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 4px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-control{border-color:#333;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.custom-file-input:focus ~ .custom-file-control::before{border-color:#333}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 4px);padding:0.375rem 0.75rem;line-height:1.5;color:#555;background-color:#fff;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 4px) - 2px * 2);padding:0.375rem 0.75rem;line-height:1.5;color:#555;content:"Browse";background-color:#f7f7f9;border-left:2px solid #333;border-radius:0 255px 25px 225px 25px/25px 225px 25px 255px 255px 25px 225px 25px/25px 225px 25px 255px 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:2px solid #333}.nav-tabs .nav-item{margin-bottom:-2px}.nav-tabs .nav-link{border:2px solid transparent;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#333}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#333;background-color:#fff;border-color:#333}.nav-tabs .dropdown-menu{margin-top:-2px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#333}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width: 575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width: 1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:0.5rem;padding-left:0.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#333}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#333}.navbar-light .navbar-nav .nav-link{color:#333}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#333}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#333}.navbar-light .navbar-toggler{color:#333;border-color:#333}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#333}.navbar-light .navbar-text a{color:#333}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#333}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:2px solid #333;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:0.75rem}.card-subtitle{margin-top:-0.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:0.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,0.03);border-bottom:2px solid #333}.card-header:first-child{border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:0.75rem 1.25rem;background-color:rgba(0,0,0,0.03);border-top:2px solid #333}.card-footer:last-child{border-radius:0 0 calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px) calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-header-tabs{margin-right:-0.625rem;margin-bottom:-0.75rem;margin-left:-0.625rem;border-bottom:0}.card-header-pills{margin-right:-0.625rem;margin-left:-0.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-top{width:100%;border-top-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-top-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px);border-bottom-left-radius:calc(255px 25px 225px 25px/25px 225px 25px 255px - 2px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:0.75rem}@media (min-width: 576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:0.5rem;padding-left:0.5rem;color:#333;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#333}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-link{position:relative;display:block;padding:0.5rem 0.75rem;margin-left:-2px;line-height:1.25;color:#333;background-color:#fff;border:2px solid #333}.page-link:hover{color:#fff;text-decoration:none;background-color:#333;border-color:#333}.page-link:focus{z-index:2;outline:0;-webkit-box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25);box-shadow:0 0 0 0.2rem rgba(51,51,51,0.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.page-item.active .page-link{z-index:1;color:#fff;background-color:#333;border-color:#333}.page-item.disabled .page-link{color:#ccc;pointer-events:none;cursor:auto;background-color:#fff;border-color:#333}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-left-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-bottom-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge{display:inline-block;padding:0.5em 1.2em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:0.6em;padding-left:0.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#333}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#1a1919}.badge-secondary{color:#fff;background-color:#555}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#fff}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#e6e5e5}.badge-dark{color:#fff;background-color:#555}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#3c3b3b}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:transparent;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:0.75rem 1.25rem;margin-bottom:1rem;border:2px solid transparent;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:0.75rem 1.25rem;color:inherit}.alert-primary{color:#1b1b1b;background-color:#d6d6d6;border-color:#c6c6c6}.alert-primary hr{border-top-color:#b9b9b9}.alert-primary .alert-link{color:#020101}.alert-secondary{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-secondary hr{border-top-color:#c2c2c2}.alert-secondary .alert-link{color:#131212}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#858585;background-color:white;border-color:white}.alert-light hr{border-top-color:#f2f2f2}.alert-light .alert-link{color:#6c6b6b}.alert-dark{color:#2c2c2c;background-color:#dddddd;border-color:#cfcfcf}.alert-dark hr{border-top-color:#c2c2c2}.alert-dark .alert-link{color:#131212}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#fff;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#ccc;-webkit-transition:width 0.6s ease;transition:width 0.6s ease}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#333;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#333;text-decoration:none;background-color:#dee2e6}.list-group-item-action:active{color:#212529;background-color:#f7f7f9}.list-group-item{position:relative;display:block;padding:0.75rem 1.25rem;margin-bottom:-2px;background-color:#fff;border:2px solid #333}.list-group-item:first-child{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#333;border-color:#333}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#1b1b1b;background-color:#c6c6c6}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#1b1b1b;background-color:#b9b9b9}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#1b1b1b;border-color:#1b1b1b}.list-group-item-secondary{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#858585;background-color:white}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#858585;background-color:#f2f2f2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#858585;border-color:#858585}.list-group-item-dark{color:#2c2c2c;background-color:#cfcfcf}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#2c2c2c;background-color:#c2c2c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#2c2c2c;border-color:#2c2c2c}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#fff;text-shadow:none;opacity:.5}.close:hover,.close:focus{color:#fff;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;-webkit-transform:translate(0, -25%);transform:translate(0, -25%)}.modal.show .modal-dialog{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (0.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:2px solid #333;border-top-left-radius:555px 25px 15px 25px/25px 5px 35px 555px;border-top-right-radius:555px 25px 15px 25px/25px 5px 35px 555px}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:2px solid #333}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:0.9}.tooltip .arrow{position:absolute;display:block;width:0.8rem;height:0.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:0.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{top:0;border-width:0.4rem 0.4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 0.4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:0.4rem;height:0.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:0.4rem 0.4rem 0.4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:0.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{bottom:0;border-width:0 0.4rem 0.4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 0.4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:0.4rem;height:0.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:0.4rem 0 0.4rem 0.4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:0.25rem 0.5rem;color:#fff;text-align:center;background-color:#000;border-radius:255px 25px 225px 25px/25px 225px 25px 255px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:2px solid #333;border-radius:555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow{position:absolute;display:block;width:1rem;height:0.5rem;margin:0 555px 25px 15px 25px/25px 5px 35px 555px}.popover .arrow::before,.popover .arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^="top"]{margin-bottom:0.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^="top"] .arrow{bottom:calc((0.5rem + 2px) * -1)}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{border-width:0.5rem 0.5rem 0}.bs-popover-top .arrow::before,.bs-popover-auto[x-placement^="top"] .arrow::before{bottom:0;border-top-color:#333333}.bs-popover-top .arrow::after,.bs-popover-auto[x-placement^="top"] .arrow::after{bottom:2px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:0.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^="right"] .arrow{left:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{border-width:0.5rem 0.5rem 0.5rem 0}.bs-popover-right .arrow::before,.bs-popover-auto[x-placement^="right"] .arrow::before{left:0;border-right-color:#333333}.bs-popover-right .arrow::after,.bs-popover-auto[x-placement^="right"] .arrow::after{left:2px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:0.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^="bottom"] .arrow{top:calc((0.5rem + 2px) * -1)}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{border-width:0 0.5rem 0.5rem 0.5rem}.bs-popover-bottom .arrow::before,.bs-popover-auto[x-placement^="bottom"] .arrow::before{top:0;border-bottom-color:#333333}.bs-popover-bottom .arrow::after,.bs-popover-auto[x-placement^="bottom"] .arrow::after{top:2px;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:2px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:0.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^="left"] .arrow{right:calc((0.5rem + 2px) * -1);width:0.5rem;height:1rem;margin:555px 25px 15px 25px/25px 5px 35px 555px 0}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{border-width:0.5rem 0 0.5rem 0.5rem}.bs-popover-left .arrow::before,.bs-popover-auto[x-placement^="left"] .arrow::before{right:0;border-left-color:#333333}.bs-popover-left .arrow::after,.bs-popover-auto[x-placement^="left"] .arrow::after{right:2px;border-left-color:#fff}.popover-header{padding:0.5rem 0.75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:2px solid #ebebeb;border-top-left-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px);border-top-right-radius:calc(555px 25px 15px 25px/25px 5px 35px 555px - 2px)}.popover-header:empty{display:none}.popover-body{padding:0.5rem 0.75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:-webkit-transform 0.6s ease;transition:-webkit-transform 0.6s ease;transition:transform 0.6s ease;transition:transform 0.6s ease, -webkit-transform 0.6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.carousel-item-next,.active.carousel-item-right{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:0.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,0.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.bg-primary{background-color:#333 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#1a1919 !important}.bg-secondary{background-color:#555 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#3c3b3b !important}.bg-success{background-color:#28a745 !important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34 !important}.bg-info{background-color:#17a2b8 !important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b !important}.bg-warning{background-color:#ffc107 !important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00 !important}.bg-danger{background-color:#dc3545 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130 !important}.bg-light{background-color:#fff !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#e6e5e5 !important}.bg-dark{background-color:#555 !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#3c3b3b !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:2px solid #dee2e6 !important}.border-top{border-top:2px solid #dee2e6 !important}.border-right{border-right:2px solid #dee2e6 !important}.border-bottom{border-bottom:2px solid #dee2e6 !important}.border-left{border-left:2px solid #dee2e6 !important}.border-0{border:0 !important}.border-top-0{border-top:0 !important}.border-right-0{border-right:0 !important}.border-bottom-0{border-bottom:0 !important}.border-left-0{border-left:0 !important}.border-primary{border-color:#333 !important}.border-secondary{border-color:#555 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#dc3545 !important}.border-light{border-color:#fff !important}.border-dark{border-color:#555 !important}.border-white{border-color:#fff !important}.rounded{border-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-top{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-right{border-top-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-bottom{border-bottom-right-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-left{border-top-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important;border-bottom-left-radius:255px 25px 225px 25px/25px 225px 25px 255px !important}.rounded-circle{border-radius:50% !important}.rounded-0{border-radius:0 !important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media (min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 992px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media (min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:-webkit-sticky !important;position:sticky !important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:0.25rem !important}.mt-1,.my-1{margin-top:0.25rem !important}.mr-1,.mx-1{margin-right:0.25rem !important}.mb-1,.my-1{margin-bottom:0.25rem !important}.ml-1,.mx-1{margin-left:0.25rem !important}.m-2{margin:0.5rem !important}.mt-2,.my-2{margin-top:0.5rem !important}.mr-2,.mx-2{margin-right:0.5rem !important}.mb-2,.my-2{margin-bottom:0.5rem !important}.ml-2,.mx-2{margin-left:0.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:0.25rem !important}.pt-1,.py-1{padding-top:0.25rem !important}.pr-1,.px-1{padding-right:0.25rem !important}.pb-1,.py-1{padding-bottom:0.25rem !important}.pl-1,.px-1{padding-left:0.25rem !important}.p-2{padding:0.5rem !important}.pt-2,.py-2{padding-top:0.5rem !important}.pr-2,.px-2{padding-right:0.5rem !important}.pb-2,.py-2{padding-bottom:0.5rem !important}.pl-2,.px-2{padding-left:0.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media (min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:0.25rem !important}.mt-sm-1,.my-sm-1{margin-top:0.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem !important}.m-sm-2{margin:0.5rem !important}.mt-sm-2,.my-sm-2{margin-top:0.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:0.25rem !important}.pt-sm-1,.py-sm-1{padding-top:0.25rem !important}.pr-sm-1,.px-sm-1{padding-right:0.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem !important}.pl-sm-1,.px-sm-1{padding-left:0.25rem !important}.p-sm-2{padding:0.5rem !important}.pt-sm-2,.py-sm-2{padding-top:0.5rem !important}.pr-sm-2,.px-sm-2{padding-right:0.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem !important}.pl-sm-2,.px-sm-2{padding-left:0.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media (min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:0.25rem !important}.mt-md-1,.my-md-1{margin-top:0.25rem !important}.mr-md-1,.mx-md-1{margin-right:0.25rem !important}.mb-md-1,.my-md-1{margin-bottom:0.25rem !important}.ml-md-1,.mx-md-1{margin-left:0.25rem !important}.m-md-2{margin:0.5rem !important}.mt-md-2,.my-md-2{margin-top:0.5rem !important}.mr-md-2,.mx-md-2{margin-right:0.5rem !important}.mb-md-2,.my-md-2{margin-bottom:0.5rem !important}.ml-md-2,.mx-md-2{margin-left:0.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:0.25rem !important}.pt-md-1,.py-md-1{padding-top:0.25rem !important}.pr-md-1,.px-md-1{padding-right:0.25rem !important}.pb-md-1,.py-md-1{padding-bottom:0.25rem !important}.pl-md-1,.px-md-1{padding-left:0.25rem !important}.p-md-2{padding:0.5rem !important}.pt-md-2,.py-md-2{padding-top:0.5rem !important}.pr-md-2,.px-md-2{padding-right:0.5rem !important}.pb-md-2,.py-md-2{padding-bottom:0.5rem !important}.pl-md-2,.px-md-2{padding-left:0.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media (min-width: 992px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:0.25rem !important}.mt-lg-1,.my-lg-1{margin-top:0.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem !important}.m-lg-2{margin:0.5rem !important}.mt-lg-2,.my-lg-2{margin-top:0.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:0.25rem !important}.pt-lg-1,.py-lg-1{padding-top:0.25rem !important}.pr-lg-1,.px-lg-1{padding-right:0.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem !important}.pl-lg-1,.px-lg-1{padding-left:0.25rem !important}.p-lg-2{padding:0.5rem !important}.pt-lg-2,.py-lg-2{padding-top:0.5rem !important}.pr-lg-2,.px-lg-2{padding-right:0.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem !important}.pl-lg-2,.px-lg-2{padding-left:0.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media (min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:0.25rem !important}.mt-xl-1,.my-xl-1{margin-top:0.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem !important}.m-xl-2{margin:0.5rem !important}.mt-xl-2,.my-xl-2{margin-top:0.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:0.25rem !important}.pt-xl-1,.py-xl-1{padding-top:0.25rem !important}.pr-xl-1,.px-xl-1{padding-right:0.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem !important}.pl-xl-1,.px-xl-1{padding-left:0.25rem !important}.p-xl-2{padding:0.5rem !important}.pt-xl-2,.py-xl-2{padding-top:0.5rem !important}.pr-xl-2,.px-xl-2{padding-right:0.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem !important}.pl-xl-2,.px-xl-2{padding-left:0.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.font-weight-light{font-weight:300 !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#333 !important}a.text-primary:hover,a.text-primary:focus{color:#1a1919 !important}.text-secondary{color:#555 !important}a.text-secondary:hover,a.text-secondary:focus{color:#3c3b3b !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#1e7e34 !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#117a8b !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#d39e00 !important}.text-danger{color:#dc3545 !important}a.text-danger:hover,a.text-danger:focus{color:#bd2130 !important}.text-light{color:#fff !important}a.text-light:hover,a.text-light:focus{color:#e6e5e5 !important}.text-dark{color:#555 !important}a.text-dark:hover,a.text-dark:focus{color:#3c3b3b !important}.text-muted{color:#868e96 !important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:2px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container{min-width:992px !important}.navbar{display:none}.badge{border:2px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}.navbar{border-width:2px;border-style:solid;border-radius:25px 25px 55px 5px/5px 55px 25px 25px}.navbar.bg-light{border-color:#333}.navbar.fixed-top{border-radius:0 25px 225px 0/25px 0 25px 255px;border-width:0 0 2px 0}.navbar.fixed-bottom{border-radius:255px 25px 0 25px/25px 225px 25px 0;border-width:2px 0 0 0}.navbar-brand{font-family:"Cabin Sketch", cursive;font-weight:normal;text-decoration:none}.btn{border-radius:255px 25px 225px 25px/25px 225px 25px 255px;text-decoration:none}.btn-warning{color:#fff}button,input,optgroup,select,textarea{font-family:"Neucha", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}blockquote{border-radius:15px 27px 25px 25px/25px 25px 305px 635px}table th,table td{background-color:#fff}.table-bordered{background-color:#333;border-collapse:separate;border-spacing:0;border-radius:5px 25px 5px 25px/25px 5px 25px 5px;overflow:hidden}.table-bordered th,.table-bordered td{border-radius:5px 5px 25px 4px/5px 4px 3px 5px}.table-bordered .table-success td,.table-bordered .table-success th,.table-bordered .table-success:hover td,.table-bordered .table-success:hover th{background-color:#28a745;color:#fff}.table-bordered .table-info td,.table-bordered .table-info th,.table-bordered .table-info:hover td,.table-bordered .table-info:hover th{background-color:#17a2b8;color:#fff}.table-bordered .table-warning td,.table-bordered .table-warning th,.table-bordered .table-warning:hover td,.table-bordered .table-warning:hover th{background-color:#ffc107;color:#fff}.table-bordered .table-danger td,.table-bordered .table-danger th,.table-bordered .table-danger:hover td,.table-bordered .table-danger:hover th{background-color:#dc3545;color:#fff}.table-dark th,.table-dark td,.table-dark.table-hover .table-active:hover>th,.table-dark.table-hover .table-active:hover>td{background-color:#333}input,.form-control{border-radius:255px 25px 225px 25px/25px 225px 25px 255px}textarea,textarea.form-control,select,select.form-control{border-radius:555px 25px 15px 25px/25px 5px 35px 555px !important}[type="checkbox"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="checkbox"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:15px;height:16px;border:2px solid #333;border-radius:2px 8px 2px 4px / 5px 3px 5px 3px}[type="checkbox"]:checked:after{content:"x";position:absolute;left:-0.64em;top:-0.48em;font-size:1.5rem;line-height:0.5;color:#333}[type="checkbox"]:disabled:before{border:2px solid #aaa}[type="radio"]{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}[type="radio"]:before{content:"";position:absolute;left:-1.2em;top:-0.9em;display:inline-block;width:16px;height:16px;border:2px solid #333;border-radius:50% 45% 40% 50% / 40% 50% 50% 45%}[type="radio"]:checked:before{background-color:#333}[type="radio"]:disabled:before{border:2px solid #aaa}.form-check-label{padding-left:2.5rem}.dropdown-menu{border-radius:555px 25px 25px 25px/25px 25px 25px 555px;overflow:hidden}.dropdown-divider{border-top-width:2px}.list-group{background-color:#333;border:2px solid #333;border-radius:45px 15px 35px 5px/15px 5px 15px 65px;overflow:hidden}.list-group-item{border-left:none;border-right:none;border-top:2px solid #333;border-radius:255px 5px 225px 5px/25px 225px 25px 255px}.list-group-item:first-child{border-top:none}.list-group-item:last-child{border-bottom:none}.nav-link,.page-link,.list-group-item,.dropdown-item{text-decoration:none}.nav-tabs .nav-link{border-radius:45px 15px 225px 5px/25px 225px 25px 255px}.breadcrumb{border:2px solid #333}.pagination .page-link{border-radius:425px 255px 25px 25px/25px 25px 5px 25px}.progress{border:2px solid #333}.badge-pill{border-radius:7rem 8rem 8rem 8rem / 4rem 5rem 6rem 6rem}.badge-warning{color:#fff}.alert-dismissible .close{color:transparent}.alert-dismissible .close:before{right:1rem;top:0.8rem}.alert-dismissible.alert-success{border-color:#28a745}.alert-dismissible.alert-success,.alert-dismissible.alert-success .alert-link,.alert-dismissible.alert-success .close:before{color:#28a745}.alert-dismissible.alert-info{border-color:#17a2b8}.alert-dismissible.alert-info,.alert-dismissible.alert-info .alert-link,.alert-dismissible.alert-info .close:before{color:#17a2b8}.alert-dismissible.alert-warning{border-color:#ffc107}.alert-dismissible.alert-warning,.alert-dismissible.alert-warning .alert-link,.alert-dismissible.alert-warning .close:before{color:#ffc107}.alert-dismissible.alert-danger{border-color:#dc3545}.alert-dismissible.alert-danger,.alert-dismissible.alert-danger .alert-link,.alert-dismissible.alert-danger .close:before{color:#dc3545}.card{border-radius:5px 5px 5px 5px/25px 25px 25px 5px}.card-outline-primary,.card-outline-success,.card-outline-info,.card-outline-warning,.card-outline-danger{border-width:2px}.card-header{border-bottom-width:2px;border-color:inherit}.card-footer{border-top-width:2px}.jumbotron{border:2px solid #333}.modal-content{border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.popover{padding:0;border-radius:45px 85px 15px 25px/15px 10px 35px 555px}.popover-title{border-bottom:2px solid #333}.popover.popover-left::before,.popover.bs-tether-element-attached-right::before{right:-13px}.popover.popover-top::before,.popover.bs-tether-element-attached-bottom::before{bottom:-13px}.popover.popover-bottom::before,.popover.bs-tether-element-attached-top::before{top:-13px}.popover.popover-right::before,.popover.bs-tether-element-attached-left::before{left:-13px}pre{border:2px solid #333;border-radius:15px 5px 5px 25px/5px 25px 25px 5px}.close,.close:hover,.close:focus,.close:active{opacity:1}.close:before,.close:hover:before,.close:focus:before,.close:active:before{position:absolute;content:"X";color:#333} diff --git a/test/static/data.csv b/test/static/data.csv deleted file mode 100644 index 715ec33..0000000 --- a/test/static/data.csv +++ /dev/null @@ -1,1334 +0,0 @@ -event_date,event_type,sub_event_type,actor1,assoc_actor_1,actor2,assoc_actor_2,location,latitude,longitude,notes,fatalities -9-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Kayin Ethnic Group (Myanmar),Hpapun,18.065,97.4449,"On 9 April 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military LB-405 fired an artillery shell at a Kayin ethnic village. Four civilians were injured.",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 9 April 2021, in Tamwe township (Yangon-East District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least eight youth protesters were arrested by military and police forces during the protest. 12 military and police vehicles with armed soldiers and police officers were reportedly deployed for the crackdown. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 9 April 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A freelance journalist was arrested by military soldiers from the 33rd Light Infantry Brigade while reporting the protest. [size=no report]",0 -9-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) intervened and fired live rounds at protesters. Two people were reportedly injured. [size=no report]",0 -9-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 9 April 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested two student protesters. [size=no report]",0 -9-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 9 April 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to clear barricades built by demonstrators, firing rifle grenades and machine guns until late in the night. It was reported that security forces took away bodies of demonstrators, which were piled up in pagodas and on school grounds. They also denied medical assistance to those who were injured, leaving them to bleed to death. RFA reported that more than 60 people were killed - including 57 bodies that had been taken away by security forces. AAPP later reported an updated figure that at least 82 people were killed (fatalities coded as 82 using the most updated fatality estimate). [size=no report]",82 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 8 April 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), separating in different protest columns, hundreds of locals held protests against the Myanmar military coup and in support of the civil disobedience movement. [size=hundreds]",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,San Pa Li,25.3408,96.9249,"On 8 April 2021, in San Pa Li village, Mogaung township (Mohnyin district, Kachin State), a military vehicle that came from the direction of Tanai stopped at the village and began conducting inspections, ordering villagers to stop for inspections. Military forces began firing at villagers who fled. They reportedly also fired another 15 shots in the village. One villager was shot in the head and taken to the hospital with serious injuries.",0 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar),Nam Jin,25.471999999999998,97.3556,"On 8 April 2021, in Nam Jin village (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military hit a Lisu ethnic couple with a gun and interrogated about two landmine explosion happened near a monastery in the village on the same day.",0 -8-Apr-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 8 April 2021, Hpapun township (Hpapun District, Kayin State), the Paw Khay Kho-based Myanmar military LIB-20 fired twelve artillery shells into Yeh Mu Plaw, Tae Boe Plaw and Saw Mu Plaw villages. The shelling killed a 60-year-old villager.",1 -8-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 8 April 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), military and police forces entered San Pya ward and shot and killed a man who tried to escape from the security forces. He was reportedly shot twice - in the calf and then in the back as he was running away. His body was then taken away by soldiers onto a military truck. His family was later informed by security forces to go to the local crematorium that same evening when his body would be cremated. It was reported that he had been an active in the anti-coup protests in the area.",1 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 8 April 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military arrested and beat 9 protesters. [size=no report]",0 -8-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 8 April 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), separating in different protest columns, locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 7 people at the Aye Mya Thayar protest column's gathering point. [size=no report]",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 7 April 2021, in Myingyan (Myingyan Township, Mandalay Region), military and police forces shot and injured one man while they opened fire in a neighbourhood.",0 -7-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 7 April 2021, in Nyaungshwe (Nyaungshwe Township, Shan State), a young man was killed and at least 10 others were injured when security forces opened fire on unarmed civilians.",1 -7-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 7 April 2021, in Bago town (Bago township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired gunshots. AAPP and VOA reported that two protesters were killed. [size=no report]",2 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 7 April 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police violently dispersed demonstrators with gunshots, including heavy weaponry and grenades. Some demonstrators also fought back and fired shots using hunting rifles. AAPP reported that 12 people were killed, while RFA reported that about 11 people died (fatality coded as 12 using the most recent fatality estimate). 15 wounded and about 18 demonstrators were also arrested. [size=no report]",12 -7-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taze,22.944000000000003,95.3736,"On 7 April 2021, in Taze town (Taze Township, Shwebo District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired live rounds to disperse demonstrators. Demonstrators fought back with homemade guns. VOA reported that two military soldiers were killed. AAPP reported that 12 demonstrators were killed, while VOA reported that 11 demonstrators were killed. Fatalities coded as 14 (12 demonstrators, 2 soldiers), using the most recent fatality estimate. [size=no report]",14 -6-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 6 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), more than 400 people, as well as another group on more than 40 motorcycles, protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse the crowd. [size=more than 440]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 6 April 2021, in Mogaung (Mogaung Township, Kachin State), security forces shot inside a funeral home and one man was shot dead and one man was injured.",1 -6-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar); Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanayethazan,21.9753,96.0946,"On 6 April 2021, in Chanayethazan town (Mandalay district, Mandalay Region), at dawn, medical students, health workers and their families held a protest against the military coup. Military and police forces used stun grenades and fired either live rounds or rubber bullets to disperse protesters. Security forces also reportedly used cars to run into protesters who were riding motorcycles. Between 2-4 health workers were arrested, while another person was shot in the arm. [size=no report]",0 -6-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaungshwe,20.6595,96.932,"On 6 April 2021, in Nyaungshwe town, Nyaungshwe township (Taunggyi District, Shan State), at night, military and police forces opened fire on residents in front of a restaurant. AAPP and RFA reportedly that a young man shot in the head and killed. Another person was shot in the arm and sustained serious injuries. Residents stated that up to 10 people were injured in the shooting.",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), military and police forces shot at civilians. Two civilians - a woman and a man - were injured.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), locals gathered and held a pot-banging protest against Education Refresher Training organized by the SAC. The military and police arrived at the scene and dispersed protesters. Four protesters were arrested. [size=no report]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogaung,25.3054,96.9354,"On 5 April 2021, in Mogaung township (Mohnyin District, Kachin State), more than 100 teachers and civil servants from Education Department held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. However, no protester was arrested. [size=more than 100]",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 5 April 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened and dispersed protesters. However, protesters gathered again in a different location and continued the demonstration. [size=no report]",0 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mahaaungmyay,21.9589,96.0912,"On 5 April 2021, around Sein Pan and Manaw Hary ward in Mahaaungmyay township (Mandalay district, Mandalay region), the security forces (assumed to be the military and police) came to remove the roadblocked put by residents. Afterwards, the security forces encountered residents and fired gunshots at civilians. Either a rubber or live bullet injured a civilian.",0 -5-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Indaw,24.2225,96.1416,"On 5 April 2021, in Indaw town (Indaw Township, Katha District, Sagaing Region), teachers and civil servants from the education department reportedly held a protest march against the Myanmar military coup and in support of the civil disobedience movement. However, the security forces (assumed to be the military and police) blocked a gate to prevent protesters from marching. [size=no report]",0 -5-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pinlebu,24.0808,95.3702,"On 5 April 2021, in Pinlebu town (Pinlebu Township, Katha District, Sagaing Region), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and fired shots. AAPP and Myanmar Now reported one protester was killed during the protest. [size=hundreds]",1 -5-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Taunggyi,20.7892,97.0378,"Around 5 April 2021 (between 4 - 6 April), in Taunggyi town, Taunggyi township (Taunggyi district, Shan State), a man was reportedly beaten by security forces (assumed to be military and police) and died while in custody. He was first arrested by security forces on the night of 4 April as he was attempting to put out a fire that broke out at the Nyaung Pin Phyu Ward Administration Office. His family was later notified on 6 April to retrieve his body. His body was found to have been dissected.",1 -5-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 5 April 2021, in Lashio Township (Lashio District, Shan State), the Myanmar military detained two civilians from Pang Hkar and Pang Kyein village. The incident happened the day after the Myanmar military and KIA clashed near the Pang Hkar village.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), security forces (assumed to be Myanmar military and police) shot two pedestrians in a separate incident. Both of them - a man and a woman - were injured. They were shot at a location adjacent a location where ant-coup protesters would typically gather.",0 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 4 April 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), hundreds of locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters and arrested some protesters. Arrested protesters were released on bail after town elders negotiated with security forces. [size=hundreds]",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 4 April 2021, in Tamwe Township (Yangon-east District, Yangon Region), the Myanmar military beat and arrested an amateur photographer.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"On 4 April 2021, in Mandalay city (Mandalay region), at night, a young man was beaten up by security forces (assumed to be the Myanmar military and police) on a road. Security forces forced him to take off his clothes and found a tattoo of Aung San Suu Kyi and Nwe Oo Revolution words on his arm. One soldier held him down while others burned his arm with a piece of tyre. They also hit his head with a gun and kicked his face and back.",0 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Bhamo,24.2525,97.2335,"On 4 April 2021, in Bhamo town (Bhamo Township, Bhamo District, Kachin State), Myanmar military and police forces conducted a raid on a residential area. A volunteer neighbourhood night watchman was shot and killed by security forces. Security forces took away his body and returned his body to his family later. About 10 others were reportedly arrested during the raid.",1 -4-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar),Chanmyathazi,21.9394,96.0958,"On 4 April 2021, between 52nd and 54th street in Chanmyathazi township (Mandalay District, Mandalay region), at night around 9:30 pm, security forces (assumed to be military and police forces) fired shots at a couple riding a motorbike home after work. The 19-year-old woman was killed after being hit by a bullet and suffering a head injury after falling off the bike. Her husband was also wounded by the bullet. Security forces reportedly fired at the couple after they ordered the couple to stop but they rode away.",1 -4-Apr-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 4 April 2021, in Pang Hkar village (Lashio Township, Lashio District, Shan State), the Myanmar military detained three civilians after the clash between the Myanmar military and KIA near the village. The whereabouts of three civilians were not known.",0 -4-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 4 April 2021, in Pyinmana town (Pyinmana Township, Nay Pyi Taw Territory), people held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces opened fire on protesters. AAPP reported that one was killed, while BBC reported two killed (fatalities coded as 2 based on most updated fatality estimate). BBC reported that one body was snatched away by security forces. [size=no report]",2 -4-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),,Tamu,24.2166,94.3122,"On 4 April 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators who were also armed with guns clashed with military and police forces as they fired shots at each other. During a clash, a bomb exploded. AFP reported that two soldiers were killed while Khonumthung News reported that four soldiers were killed. [size=no report]",2 -4-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 4 April 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police forces) cracked down on protesters. At least five were arrested, and injuries of protesters were reported, although it was not reported what type of intervention was used by security forces. [size=no report]",0 -3-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Kale,23.1568,94.1222,"On 3 April 2021, in Kale (Kale Township, Sagaing Region), security forces shot a 13 year old boy who ran outside of his house due to gun shots. He died with gun shot wounds.",1 -3-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 3 April 2021, in Bago town (Bago Township, Bago Region), security forces (coded as military and police forces) randomly opened fire from a monastery compound where they had established a base. A bystander (a 18 year old man) was shot in the abdomen and died later. Irrawaddy and AAPP reported one killed.",1 -3-Apr-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 April 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people marched to demonstrate against the Myanmar military coup and in support of the civil disobedience movement. They wore helmets and used sandbags as barricades during the demonstration. Security forces (coded as military and police forces) intervened and fired live rounds and used stun grenades at demonstrators. AAPP reported that three were killed, while AFP reported two were killed after being shot in the head (fatalities coded as 3 based on the most updated fatality estimate). [size=thousands]",3 -3-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaton,16.9187,97.37,"On 3 April 2021, in Thaton town (Thaton Township, Thaton district, Mon State), nearly 100 villagers protested against the Myanmar military coup and in support of the civil disobedience movement. Nearly 200 military and police personnel intervened and fired shots at protesters. AAPP reported that three were killed, while Irrawaddy reported two killed (fatalities coded as 3 using the most recent fatality estimate). Two of the bodies were reportedly taken away by security forces. At least 20 young people were also arrested during the protest. [size=no report]",3 -2-Apr-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa (North Okkalapa Township, Yangon Region), security forces stopped buses and kicked the passengers.",0 -2-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),North Okkalapa,16.9188,96.163,"On 2 April 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military and police forces pulled over several public buses near Kan Thar Yar Park on Thudhama Road and began abusing the passengers and the bus drivers. They beat and kicked passengers, forced them to kneel down and reportedly held male passengers at gunpoint. They also pulled the hair of female passengers and slapped them in the faces. When residents in the area began coming out of their homes to look at what was happening, security forces started firing live ammunition into residential wards.",0 -2-Apr-21,Riots,Mob violence,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 2 April 2021, in Tha Pye Aye village, Yinmarbin township (coded as Yinmarbin) (Yinmarbin District, Sagaing Region), in the early morning, clashes broke out between villagers and military and police forces when security forces attempted to arrest a Buddhist abbot. The abbot was reportedly a leader for anti-coup demonstrations. One villager was killed while three others were seriously injured. [size=no report]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung Wun,22.4733,96.0773,"On 1 April 2021, in Nyaung Wun village (Singu township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces raided the village and used bulldozers to demolish houses, and set three houses on fire. Four villagers were arrested. Some villagers have fled to nearby villages following the incident. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Sagaing,21.8787,95.9796,"On 1 April 2021, at Sun Chet ward in Sagaing city (Sagaing Township, Sagaing District, Sagaing Region), the Myanmar military and police fired at locals serving as neighbourhood night watchmen. A father of a child was shot dead.",1 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauktada,16.7743,96.1616,"On 1 April 2021, in Kyauktada township (Yangon-west District, Yangon Region), the Myanmar military fired gunshots at civilians who got out to take a look at a supermarket owned by a military-linked conglomerate which was reportedly set on fire. AAPP and DVB reported one was killed and two others were arrested.",1 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 1 April 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces opened fire around 41st Street and Sein Pan Street and removed barricades set up by residents. Security forces also fired into houses and used heavy explosive ammunition during the crackdown (reported to be hand grenades). Irrawaddy, DVB and AAPP reported that at least two were killed, including one of the dead whose body was dragged away by security forces. Eight others were injured. [size=no report]",2 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 1 April 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire. AAPP and DVB reported that one person was killed and at least five others were injured. Four houses near Thida Street were set on fire, but the perpetrators were not confirmed. [size=thousands]",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 1 April 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. A young man was arrested by plainclothes police officer. He was reportedly beaten while being taken away into a van. [size=no report]",0 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Chin Ethnic Group (Myanmar),Kale,23.1568,94.1222,"On 1 April 2021, in Kale town (Kale Township, Kale district, Sagaing region), at night, an ethnic Chin university student was shot and killed by military and police forces near Kale University. Two others were injured during the shooting.",1 -1-Apr-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 1 April 2021, in Yankin township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) intervened to disperse protesters. No casualties or arrests reported. [size=no report]",0 -1-Apr-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gangaw,22.1742,94.1358,"On 1 April 2021, in Gangaw township (Gangaw District, Magway Region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) reportedly blocked the exit and entry points of the town and fired gunshots at civilians. Four people were killed and several others were injured. [size=no report]",4 -1-Apr-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-); Prisoners (Myanmar),Shwe Myin Tin,16.9023,94.7361,"Around 1 April 2021 (as reported), near Shwe Myin Tin village, Pathein township (Pathein district, Ayeyarwady Region), three NLD lawmakers, five NLD members and a striking police officer were reportedly beaten by security forces (coded as military) while being detained in a military base.",0 -31-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kale,23.1568,94.1222,"On 31 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), hundreds of locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Four police officers in plain clothes and wielding iron rods were arrested by demonstrators after they were seen entering the demonstration site. Demonstrators stated that they would continue to detain the police officers at the site until demonstration leaders discuss how to proceed. [size=hundreds]",0 -31-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Hpa Do,18.0373,96.5543,"On 31 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), a police officer and a man (believed to be a police informant) were stabbed and killed after fighting with a group of villagers. [size=no report]",2 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 31 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), military and police forces raided 104 ward and fired shots. AAPP reported that one man was killed. DVB reported that three people - including a pregnant woman - were shot and injured. 14 people were arrested.",1 -31-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Yangon,16.8052,96.1561,"On 31 March 2021, in Yangon City (Yangon Region), a female employee (a Myanmar national) working for the Yangon branch of a Korean bank was shot by security forces (assumed to be military and police forces) while she was on her way home in a company vehicle. She was taken to a hospital in critical condition and died later on 2 April.",1 -31-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 31 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police forces intervened and fired tear gas. One woman who was not involved in the protest lost consciousness from the tear gas and was taken to a hospital. [size=no report]",0 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces stormed the area and forced civilians to remove barricades set up by demonstrators. Demonstrators also responded by firing at security forces using slingshots. AAPP reported that two were killed while Myanmar Now and Irrawaddy reported that at least three people were killed, including a man who was reportedly beaten to death using rifle butts by security forces after he refused to remove the roadblocks, and two other residents were shot dead by security forces while removing roadblocks. Several others were injured. [size=no report]",2 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Kone,17.4669,96.4789,"On 30 March 2021, around Tha Yet Kone village (Bago township, Bago District, Bago Region), after an explosion near the IB 54 military base, eight villagers from Tha Yet Kone were arrested by military forces for interrogation. During the interrogation, villagers were asked if they knew who was involved in anti-coup protests and if they knew about the earlier explosion. The villagers were reportedly tortured while in custody, including one who had heavy bruises all over his face. They were later released at 1am on 31 March.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. Military and police forces intervened and opened fire on protesters. Security forces reportedly also opened fire in three different wards in the town. AAPP and Eleven Media reported that three men were killed and several others were injured. Myanmar Now reported four were killed, including two civilians who were killed by security forces as they roamed around town and fired indiscriminately (fatalities coded as 4 using the most recent fatality estimate). Another civilian was reportedly shot at least five times but could not be found or identified. It was reported that the navy was also patrolling the area with two warships. [size=no report]",4 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas to disperse protesters. A male protester was shot in the head and killed by sniper near No. 2 High School in Ho Mun ward by military and police forces in plainclothes. AAPP and DVB reported one fatality as well. [size=no report]",1 -30-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 30 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a demonstration in Rampu ward against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades and blocked one of the streets. Military and police forces intervened and opened fire. AAPP and Eleven Media reported that one demonstrator was killed by two men in plainclothes (assumed to be security forces), and one other was injured. It was reported that security forces continued firing in the ward and some houses were damaged. A house was also set on fire. [size=no report]",1 -30-Mar-21,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwegyin,17.8917,97.0045,"On 30 March 2021, in Shwegyin township (Bago District, Bago Region), the Myanmar military carried an airstrike with three fighter jets targeting the KNU brigade-3 controlled area. The KIC and RFA initially reported 6 fatalities, while the Irrawaddy reported an updated figure of 11 fatalities (fatalities coded as 11 using the most updated fatality estimate). 5 other civilians were also reportedly injured. Four 10-wheelers cars were also flamed.",11 -30-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. A rickshaw driver who was transporting goods was wounded. [size=no report]",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Bago,17.3352,96.4813,"On 30 March 2021, in Bago district (Bago region), military and police forces shot and killed a male employee of a microfinance company who was on his way to collect debts. A female employee accompanying him was arrested by security forces. When his family retrieved his body at the morgue, his body had reportedly been dissected.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 30 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, two residents were shot and wounded by military forces in Thiri Mingalar ward. One was shot in the chest and the other in the upper arm.",0 -30-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 30 March 2021, in Muse (Muse Township, Shan State), locals held a protest to oppose the military coup and in support of the civil disobedience movemetn. Military and police forces fired at peaceful protesters. DVB reported that one person was killed. [size=no report]",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 30 March 2021, in Kawthoung (Kawthoung Township, Tanintharyi Region), military and police forces fired while removing barricades. DVB reported that one person was killed.",1 -30-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30 March 2021, in Kamaing town, Hpakant township (Mohnyin District, Kachin State), Kamaing town-based Myanmar military fired artillery shells. A 20-year-old girl was injured. In last week, the Myanmar military and KIA clashed around Kamaing town.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 30 March 2021, in Kampu ward, Myikyina town (Myitkyina Township, Kachin State), military and police forces shot dead a civilian. DVB reported that one person was killed. A house and three motorcycles were also set on fire in the area.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 30 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire and raided homes. DVB reported that no one was injured but the bullets can go through inside the houses.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 30 March 2021, in Thaketa Township (Yangon Region), military and police forces cut up the face of a rickshaw driver.",0 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 30 March 2021, in Dagon Myothit (South) (Dagon Myothit (South) Township, Yangon Region), security forces shot dead one person and several injured. DVB reported 1 fatality.",1 -30-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar); Private Security Forces (Myanmar),South Okkalapa,16.8462,96.1799,"On 30 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), soldiers and police raided the Tet Lann Hospital at around 2am, beating up security guards and cleaners. Witnesses stated that security forces were kicking people in the face and head with their boots. They also threatened doctors at gunpoint and searched patient wards. CCTV records were deleted by security forces.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar),Bago,17.3352,96.4813,"On 29 March 2021, in Bago district (Bago region), military forces opened fire and shot and killed a third-year university student in the back while he was riding a motorcycle at Bago University. Another passenger was also shot and injured. Military forces reportedly shouted at him to turn around before he was shot after he stopped. AAPP reported that the second passenger later died on 1 April. Two fatalities in total.",2 -29-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 29 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots, and reportedly also fired indiscriminately using machine guns, and heavy weaponry including grenades and rocket-propelled grenades. Barricades set up by demonstrators were destroyed. Security forces were also indiscriminately firing at motorcyclists that were attempting to evacuate wounded demonstrators. AAPP reported that 15 people were killed while Myanmar Now reported that 17 were killed. Fatalities included an unidentified man whose burnt body was found, reportedly set on fire with roadblocks. Aid groups providing medical assistance reported that more than 50 people were injured. [size=no report]",15 -29-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 29 March 2021, in Ler Hto Poe village, Mae Thu village tract (Hpapun Township, Hpapun District, Kayin State), the Myanmar military fired five bombs at the No.3 State High School (Daw Goo Hta). The school was destroyed.",0 -29-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Government of Myanmar (2016-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), following the arrest of at least 12 demonstrators at an anti-coup demonstration earlier in the day, residents damaged the building of the district office, including setting the signboard on fire. No documents in the office were destroyed. Residents threatened to step up their efforts and destroy government offices if the detained youth demonstrators were not released. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired shots at protesters. AAPP reported that five people were killed (including one man who later died on 1 April), while Irrawaddy reported that three were killed (fatalities coded as 5 using the most recent estimate). One other man was shot and seriously wounded in his arm and was arrested by security forces. [size=no report]",5 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds, rubber bullets and teargas at protesters. Several protesters were injured. Security forces also beat up and arrested two journalists who were covering the protest. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pathein,16.7792,94.7321,"On 29 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), military and police forces entered streets in the neighbourhood, set fire to barricades set up by residents and reportedly fired more than 100 shots in the area. DVB and AAPP reported that two men were shot and killed. One of the men was reportedly taken away by security forces after being shot in his chest. His body was only returned to his family on 30 March. Additionally, a group of men in plainclothes (assumed to be military forces) beat and arrested a poet who had been leading anti-coup demonstrations in the region. His whereabouts remain unknown at the time of reporting on 29 March 2021.",2 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 29 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired rubber bullets and live rounds at the top of Thumana Road and in Yan Pyay Street. AAPP reported that three were killed. At least seven others were injured, including two in serious conditions. One of the casualties was reportedly dragged away by security forces. [size=no report]",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 29 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), military and police forces destroyed barricades set up by residents and searched the area. Security forces also opened fire into the streets. Myanmar Now reported that one man was killed, while 4-6 others were seriously injured. The body of the victim was reportedly taken away by security forces.",1 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 29 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. Myanmar Now reported that one man who was walking past the protest site was killed. His body was taken away by security forces. [size=no report]",1 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamu,24.2166,94.3122,"On 29 March 2021, in Tamu township, Tamu district, Sagaing region), a 50-year-old man was arrested and beaten with his hands tied behind his back by military soldiers and police stationed at the Nan Phar Lone police outpost.",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 29 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired either rubber bullets or live rounds. Injuries were reported, but the exact number was not reported. [size=no report]",0 -29-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hakha,22.65,93.6167,"On 29 March 2021, in Hakha town, Hakha township (Hakha district, Chin State), at dawn, locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and arrested eight youth. [size=no report]",0 -29-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 29 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live rounds. One man was reportedly shot in his right hand. More than 20 people were arrested after security forces conducted door-to-door raids to look for suspected protesters. [size=no report]",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 29 March 2021, in Myingyan town (Myingyan Township, Mandalay Region), military and police forces chased civilians in plain clothes and fired into neighbourhood streets. DVB reported that three persons were killed.",3 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 29 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), military and police forces entered a residential area in Rampu ward and fired rubber bullets and live ammunition. A child was hit in his right cheek while another girl was shot in her thigh. Later in the afternoon, security forces continued firing in the ward, shooting more than 20 rounds of live ammunition and rubber bullets. Three men were hit by rubber bullets, including one who was shot in his back by rubber bullets five times.",0 -29-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bo Gyoke,16.746,96.2413,"On 29 March 2021, in Bo Gyoke village (Thanlyin Township, Yangon South, Yangon Region), military and police forces opened fire at a pagoda and raided homes. DVB reported that two persons were killed and a few others injured.",2 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Bago,17.3352,96.4813,"On 28 March 2021, in Bago town (Bago Township, Bago District, Bago Region), Myanmar military and police fired gunshots at locals who gathered for a funeral service for one of the anti-coup protesters who was killed by security forces the day before. Security forces also arrested about 40 people who attended the funeral service. No one was injured.",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dagon Myothit (South),16.8402,96.2258,"On 28 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, military and police forces stormed the area and cleared barricades set up by residents. Security forces also destroyed homes and properties and opened fire in the township. AAPP reported that four were killed, while DVB reported that three people were killed and at least 10 others were injured in the shooting in the morning. Two of the fatalities included two men who were shot and wounded and later taken by security forces, only for their dead bodies to be returned by soldiers in the neighbourhood at midnight. A 2-year-old boy was also shot and wounded in his ear when security forces stormed Ward 56/18 in the evening.",4 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 28 March 2021, at Thiri Myaing ward in Hlaing township (Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired sound grenades, tear gas and hand grenades to disperse protesters. A hand grenade broke one of a civilian's wrist as he tried to throw back a grenade that security forces had lobbed at protesters. AAPP reported zero fatality, while RFA reported some fatalities and casualties, though the exact number was not confirmed. [size=no report]",0 -28-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 28 March 2021, in Kale town (Kale Township, Kale district, Sagaing region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used sniper fire, tear gas, hand grenades, rocket-propelled grenades, stun grenades and opened fire. AAPP and RFA reported that five people were killed, including the female director of Women for Justice (WJ) organization. Six people were seriously injured. Demonstrators reportedly fired back with air guns and percussion lock firearms. Irrawaddy reported that four members of the security forces were killed and 17 others were injured, while VOA reported one soldier killed but the exact number was not confirmed. Fatalities coded as 6 (5 demonstrators and one soldier). [size=no report]",6 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired protesters with gunshots. VOA reported that one protester died, while AAPP reported zero fatality (fatalities coded as 1 using most updated fatality estimate). [size=no report]",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 28 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and DVB reported that at least five civilians were killed, including a nursing student who was volunteering as a first aid worker. At least 20 other civilians were also injured. [size=no report]",5 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), in the afternoon, military and police forces fired at a civilian vehicle. DVB reported that two persons were killed, while Irrawaddy reported that one man was killed while one other driver was wounded (fatalities coded as 2 using the most recent fatality estimate). It was reported that two members of the security forces were dressed in civilian clothes while carrying firearms riding a motorcycle in town.",2 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 28 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and used civilian vehicles and motorcycles and indiscriminately opened fire at protesters. DVB and RFA reported two people were killed, while AAPP reported one killed (fatality coded as 2 using the most updated fatality estimate). Five others were injured. [size=no report]",2 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 March 2021, in Myitkyina town (Myitkyina township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets to disperse protesters. Some protesters were reportedly arrested. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber bullets or live rounds at protesters. Security forces then stormed into Asia Royal Hospital and fired shots at civilians after protesters ran into the hospital for refuge. One hospital maintenance engineer was injured. [size=no report]",0 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 28 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired at protesters using rubber and live bullets. AAPP changed DVB reported one protester killed. Four others were injured. Six protesters were also arrested. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Pathein,16.7792,94.7321,"On 28 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), at night, military and police forces opened fire in Ward 6. DVB reported that one person was killed (a striking government staff in the Hluttaw office), and two others were injured.",1 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 28 March 2021, at ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals gathered to hold a protest against the military coup and in support of the civil disobedience movement. Although protesters blocked some roads, security forces (assumed to be the military and police) entered the demonstration site via other routes and fired either rubber bullets or live rounds at protesters. Number of casualties not reported by source (fatality coded as 0). [size=no report]",0 -28-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 28 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and dispersed protesters. [size=no report]",0 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taungoo,18.9429,96.4341,"On 28 March 2021, in Kywe Pwe, Uktwin, Taungoo (Taungoo Township, Taungoo District, Bago Region), military and police forces shot dead a civilian. DVB reported that one person was killed.",1 -28-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. DVB reported that one man was killed and nine others were injured. [size=no report]",1 -28-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Ku Lar Kone,20.3442,94.6829,"On 28 March 2021, in Ku Lar Kone village (Pwintbyu township, Minbu district, Magway Region), security forces (assumed to be military and police) fired three to four shots and killed a 50-year-old man who was fetching water.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 27 March 2021, in Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported one killed, while Myanmar Now reported two protesters died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hopin,24.9918,96.5302,"On 27 March 2021, in Hopin town (Mohnyin Township, Mohynin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets at protesters. AAPP and DVB reported one protester killed, and at least 4 protesters were also arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 27 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP and Kachin News Group reported one protester killed. [size=no report]",1 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Hpayargyi,17.4754,96.5265,"On 27 March 2021, in Hpayargyi town (Bago Township, Bago District, Bago Region), the Myanmar military shot and wounded a member of the All Burma Federation of Students' Union. He died from his bullet wound on 28 March. AAPP and DVB reported one killed.",1 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 27 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades with sandbags. The Myanmar military and police fired about 50 rounds of gunshots to disperse demonstrators. AAPP and VOA reported 5 fatalities, while DVB reported 3 fatalities. [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawthoung,9.9824,98.5503,"On 27 March 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. AAPP reported five were killed. DVB reported that at least 7 protesters were injured, including two who sustained injuries on the head and were in a critical condition. [size=no report]",5 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 27 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), local youth from Generation Z held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired tear gas, sound grenades and rubber bullets. Afterwards, the security forces chased protesters and arrested 7 protesters and 2 other civilians sitting at a restaurant. The arrested protesters were released on the same day. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaikto,17.3115,97.0198,"On 27 March 2021, in Kyaikto town (Kyaikto Township, Thaton District, Mon State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired rubber bullets and live bullets at protesters. AAPP reported two killed, while DVB reported that one protester died from a headshot (fatalities coded as 2 using the most recent fatality estimate). 8 protesters were injured, including a journalist from The Voice Of Thanbyuzayat. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 27 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), locals held a protest against the military coup and in support of the civil disobedience movement. Myanmar military and police shot protesters with either rubber or live bullets. AAPP and DVB reported two protesters killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 March 2021, in Lashio town (Lashio Township. Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters with live bullets. AAPP and DVB reported four protesters killed. Several protesters were injured and arrested. Security forces took away the body of a woman with a car and the family has yet to receive her body back. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 March 2021, at Daing Waing ward in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 9:00 PM, locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters and around the neighbourhood. AAPP and DVB reported that two were killed, including an 11-years-old child. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 27 March 2021, at Tamaing Junction in Mayangone township (Yangon (West) district, Yangon region), locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military fired protesters with live bullets. AAPP and Myanmar Labour News reported 3 fatalities, while the Myanmar Pressphoto Agency reported 1 fatality (fatalities coded as 3 using the most recent fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 27 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired indiscriminately at protesters and around the neighbourhood. AAPP and DVB reported four people were killed, including a 13-years-old girl in her home. At least 6 other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 27 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported that one killed (a 13-year-old boy). [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 27 March 2021, in different wards in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP and VOA reported two protesters were killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monyo,17.9862,95.4992,"On 27 March 2021, in Monyo town (Monyo Township, Thayarwady District, Bago Region), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots at protesters. A bullet hit a civilian who was not involved in the protest. AAPP and DVB reported 1 fatality. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets to disperse protesters. AAPP reported four killed, while DVB reported two were killed (fatalities coded as 4 using the most recent fatality estimate). About 10 people were injured. [size=no report]",4 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mudon,16.2562,97.7246,"On 27 March 2021, in Mudon town (Mudon Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened to disperse protesters. One civilian was injured and seven others were arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Military Forces of Myanmar (2021-) People's Militia Force; Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 27 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military, police and people's militia fired live bullets at protesters. AAPP and DVB reported 3 protesters killed. 5 others were injured. [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 27 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP reported five killed while Myanmar Now reported three protesters killed (fatality coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaung-U,21.1954,94.9101,"On 27 March 2021, in Nyaung-U town (Nyaung-U Township, Nyaung U District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed while Myanmar Now reported one protester killed (fatality coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 March 2021, in Pakokku city (Pakokku District, Magway Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots at protesters. AAPP reported one killed, while VOA reported three protesters were killed (fatalities coded as 3 using the most updated fatality estimate). [size=no report]",3 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 27 March 2021, at Ward no.7 in Pathein town (Pathein township, Pathein District, Ayeyarwady region), in the morning, locals protested against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired more than 50 rounds - including live bullets - at locals while they were gathering for a protest march. Two protesters died. Security forces continued attacking in the evening and at midnight, killing another two civilians and injured one other in the head. AAPP reported five killed, while DVB reported a total of four people killed (fatalities coded as 5 using the most recent fatality estimate). [size=no report]",5 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Penwegon,18.2227,96.5689,"On 27 March 2021, in Penwegon town (Kyauktaga Township, Bago District, Bago Region), locals rode motorcycles at dawn in protest against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired at protesters with the gun. The police shot at a protester, who fell from his motorcycle. Afterwards, police hit him with sticks and guns until he died. Another protester was also injured. AAPP and DVB reported one killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pwintbyu,20.3633,94.6693,"On 27 March 2021, at Kyaung Kone Gyi village in Pwintbyu Township (Minbu District, Magway Region), villagers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported that one protester was killed, while Myanmar Now reported two killed. Six others were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 27 March 2021, in Pyin Oo Lwin town (Pyin Oo Lwin township, Pyin Oo Lwin district, Mandalay Region), locals held a protest in separate protest columns against Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired protesters near Myothit Cherry Road either with rubber or live bullets. AAPP and DVB reported 7 people killed, including a woman who was hit by a bullet at her house. 7 other protesters were injured. [size=no report]",7 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 27 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals held protest marches in separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at a protest column near Nga Htet Monastery. AAPP reported two people killed, while Myanmar Now reported three killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 27 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with a sound grenade and tear gas as well as with either rubber or live bullets. AAPP and VOA reported one killed, while Myanmar Now reported two killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 27 March 2021, in Shwebo town (Shwebo township, Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters with live bullets. AAPP reported that four people were killed (including a 13-year-old boy), while DVB reported three killed. Additionally, five other civilians were also injured. [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Sintgaing,21.7398,96.1302,"On 27 March 2021, in Sintgaing town (Sintgaing township, Kyaukse district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired either rubber or live bullets at protesters. AAPP and DVB reported that one protester was killed. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 27 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) fired gunshots. AAPP reported that four people were killed, while DVB reported two killed and at least six others injured (fatalities coded as 4 using the most recent fatality estimate). [size=no report]",4 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Kachin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 27 March 2021, in Thingangyun township (Yangon (east) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit two Kachin ethnic brothers. AAPP and DVB reported one of them died, while Myanmar Now reported two fatalities. One other was injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wundwin,21.0941,96.02799999999999,"On 27 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired gunshots. AAPP and Myanmar Now reported two killed. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yinmarbin,22.0831,94.9021,"On 27 March 2021, in Yinmarbin District (Sagaing Region), locals from Salingyi and Yinmarbin township gathered and held a joint protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber or live bullets at protesters. Bullets hit three protesters. AAPP and DVB reported one killed, reportedly a civil servant who joined the civil disobedience movement. [size=no report]",1 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyauktada,16.7743,96.1616,"On 27 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with slingshots and sound grenades. At least five protesters were also arrested. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 27 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals held a protest in two separate protest columns against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired sound grenades and live bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 27 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military intervened and arrested three protesters. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 27 March 2021, in Thanlyin township (Yangon (South) district, Yangon region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and violently dispersed protesters. [size=no report]",0 -27-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police attempted to disperse demonstrators three times. However, demonstrators continued to block the road with barricades, raised a black flag and continued demonstrating. [size=no report]",0 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Aungmyaythazan,21.9932,96.0969,"On 27 March 2021, in Min Tei Ei Kin Ward in Aungmyaythazan township (Mandalay District, Mandalay Region), the Myanmar military fired gunshots at civilians who got out of his home as Myanmar military troops came down a street. Myanmar military reportedly came to the ward because the ward administration office was burned down. A civilian - a father of four children - was wounded by the gunshots and then thrown into flaming tires by security forces and burned to death.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa Do,18.0373,96.5543,"On 27 March 2021, in Hpa Do village (Kyauktaga township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots at protesters from Hpa Do Police Station. A protester was shot in his leg, hand and chest. DVB and AAPP reported that one protester was killed, and seven others were injured. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tachileik,20.4475,99.8808,"On 27 March 2021, in Tachileik town (Tachileik Township, Tachileik District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and dispersed protesters, including using car to hit protesters. Two protesters were arrested, and four protesters were injured. [size=no report]",0 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Madaya,22.2104,96.1064,"On 27 March 2021, in front of No.1 Basic Education High School in Madaya township (Pyin Oo Lwin District, Mandalay Region), locals protested along the banks of the Irrawaddy River against Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. Two protesters died and 16 others were injured, including one in a critical condition. [size=no report]",2 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 27 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), at Aung Nan and Ram Pu wards, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters carried a black flag. The security forces (assumed to be the Myanmar military and police) fired rubber bullets to disperse protesters. One protester was injured and about 19 protesters were arrested. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 27 March 2021, in Namhkan town, Namhkan township (Muse District, Shan State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The police intervened to disperse protesters. However, the protest ended with no injuries or arrests. [size=no report]",0 -27-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungoo,18.9429,96.4341,"On 27 March 2021, in Taungoo town (Taungoo Township, Taungoo District, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were injured, and at least 10 protesters were arrested. [size=no report]",0 -27-Mar-21,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 27 March 2021, in Tamwe town, Tamwe township (Yangon (East) District, Yangon Region), the security forces (assumed to be the military and police) reportedly fired grenade killing one civilian.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 27 March 2021, in Mandalay city (Mandalay Region), locals, including students and health workers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) fired gunshots and reportedly used machine guns as well. AAPP reported a total of 32 fatalities across different townships in the city, while VOA reported 10 fatalities (fatalities coded as 32 using the most recent fatality estimate). Two medical doctors, a nurse and students were among those who were killed. [size=no report]",32 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bhamo,24.2525,97.2335,"On 27 March 2021, at Nyaung Pin ward in Bhamo town (Bhamo Township, Bhamo District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 80 Myanmar military and police officers fired tear gas, sound grenades, rubber bullets and live bullets to disperse protesters. Kachinland News reported that two people were killed, including a man who died from lead poisoning four days later after being hit by a rubber bullet, while Kachin News Group reported that three protesters were killed (including two with unknown identities). 8 other protesters were injured. [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 27 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired gunshots. AAPP reported two killed, while Myanmar Now reported one protester died (fatalities coded as 2 using the most recent fatality estimate). [size=no report]",2 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 27 March 2021, in Dagon Myothit (Seikkan) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired sound grenades and either rubber or live bullets. AAPP reported one protester killed, while DVB reported at least 2 protesters were killed. About 15 civilians were arrested. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Daik-U,17.7896,96.6696,"On 27 March 2021, in Daik-U town (Daik-U Township, Bago District, Bago Region), locals held a protest against the military coup and in support of the civil disobedience movement. Security forces (assumed to be Myanmar military and police) fired gunshots at protesters. AAPP and DVB reported two people killed and 6 others were injured. [size=no report]",2 -27-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), military and police forces in two vehicles fired rubber bullets at a 17-year-old boy riding a motorcycle with two other friends, as they were returning home after a protest. He was wounded and dragged away by security forces and later pronounced dead at the military hospital on 29 March.",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yankin,16.8236,96.1627,"On 27 March 2021, in Yankin township (Yangon-east District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired protesters with gunshots. One protester died. [size=no report]",1 -27-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 27 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals (including students) rode motorcycles to protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired gunshots at protesters. AAPP and DVB reported one protester killed. [size=hundreds]",1 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kawt Nwet,15.9905,98.3578,"On 26 March 2021, in Kawt Nwet village (Kyainseikgyi Township, Kawkareik District, Kachin State), the Myanmar military operation command (SaKaKha-12) fired three 60mm at the Kawt Nwet village. Two out of three 60mm exploded in the village, injuring a 27-year-old man and his 5-year-old son.",0 -26-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpa-an,16.8895,97.6348,"On 26 March 2021, in Hpa-an town, Hpa-an township (Hpa-an District, Kayin State), in the early morning, three youth were arrested by police as they were gathered before the start of an anti-coup protest. It was reported that one of them was beaten by security forces.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 26 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), about 200 people including university students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators were reportedly wielding shields and homemade rifles. More than 100 military and police forces were deployed to intervene, firing rubber bullets and live rounds to crack down on the demonstration. Police reportedly stole two ambulances from firefighters and arrested four firefighters who were on their way to rescue injured people. Two hours later, demonstrators launched a motorcade rally and security forces gave chase and fired at them. Police were also kicking and beating up people with batons before loading them into a prison truck. 35 people were arrested. In total, VOA reported that at least six were killed while AAPP, Myanmar Now and Irrawaddy reported that at least four people were killed, and 10 others were injured. Two of the bodies were reportedly taken away by security forces. [size=no report]",6 -26-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 26 March 2021, in Pathein town, Pathein township (Pathein District, Ayeyarwady Region), locals held a night demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators fired slingshots at police officers during a confrontation with more than 50 police officers. The police fired a warning shot before withdrawing from the scene. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 26 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region, Sagaing region), around 10:00 PM, the Myanmar police and military fired gunshots in most of the wards in the city. Reportedly in response to the shooting, locals went out in the street and protested. Some locals were injured by gunshots. It is unclear if rubber or real bullets were used. The number of the injured persons is not known yet. [size=no report]",0 -26-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Thanbyuzayat,15.9689,97.7274,"On 26 March 2021, in KNU's Kartari township of Dooplaya District (coded as Thanbyuzayat Township, Mawlamyine District, Mon State), the Myanmar military MOC 10 fired 60mm mortar into Kaw Nweh village. Two villagers were wounded.",0 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the evening until about 2:00 AM, locals gathered in front of a police station to demand the release of two protesters who were arrested by security forces during an anti-coup demonstration earlier in the morning. Security forces (assumed to be police and military) intervened and fired either rubber bullets or live rounds to disperse the crowd. More than 20 shots were reportedly fired, and two stun grenades were used. AAPP reported 6 fatalities while Irrawaddy reported 4 fatalities (fatalities coded as 6 using the most recent fatality estimate). [size=no report]",6 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 26 March 2021, in Dagon Myothit (north) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP and VOA reported one protester killed. The shooting happened in ward-49 and ward-51. [size=no report]",1 -26-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamu,24.2166,94.3122,"On 26 March 2021, in Tamu town (Tamu Township, Tamu District, Sagaing Region), at night, locals reportedly held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) fired either rubber or live bullets. AAPP reported zero fatalities, while VOA reported some casualties were reported but the exact number was not known. [size=no report]",0 -26-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dala,16.7586,96.14299999999999,"On 26 March 2021, in Dala township (Yangon (south) district, Yangon region), in the morning, locals held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) intervened and arrested two women. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine District, Mon State), military and police forces raided a ward and set barricades set up by residents for security purposes on fire. They also fired both rubber bullets and live rounds. Several people were reportedly injured, but no fatal injuries were reported.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 25 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), in the early morning, security forces (assumed to be military and police) entered Kyet Sa Pyin Ward and shot and wounded a man. Two other residents were taken away.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested nine protesters. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Tamwe,16.8102,96.1765,"On 25 March 2021, in Tamwe township (Yangon-East District, Yangon region), police forces fired rubber bullets into one of the streets. A man was shot and hit by a rubber bullet, sustaining serious injuries.",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mayangone,16.8662,96.1426,"On 25 March 2021, in Mayangone township (Yangon-west district, Yangon region), military and police forces arrested about 20 youth. During the crackdown, security forces fired tear gas, and one person was shot and hit by rubber bullet. Security forces also used bulldozers to break down barricades set up by residents for security purposes.",0 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 25 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Two people were arrested by military and police forces for disrupting the deployment of security forces in the area. [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 25 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot rubber bullets and live rounds. AAPP and Myanmar Now reported that two people were killed and nearly 10 others were injured, including one in critical condition. Some 15 boys were beaten and taken away by security forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 25 March 2021, near the Bus Terminal entry point in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), about 100 locals from the Generation Z youths held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police fired tear gas, sound grenades and live bullets. Two protesters were injured. Following the crackdown, young people gathered again and held protests again in six different locations. [size=about 100]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),,Khin-U,22.7744,95.698,"On 25 March 2021, in Khin-U town, Khin-U township (Shwebo District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and shot at protesters. Three protesters were injured. Myanmar Now reported that two protesters later died after they were forcibly dragged away by military forces while receiving medical treatment by rescue team members. They later bled to death on the truck. AAPP and Myanmar Now reported two fatalities. A nurse who was providing medical treatment to the injured protesters was taken away by military forces. [size=no report]",2 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 25 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon State), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and fired sound grenades, rubber bullets and live bullets. Two men and 1 woman were injured and at least 20 protesters were arrested. The Myanmar military and police were stationed around Kyaik Hpa and Hlaing wards, and fired around the neighbourhood until 4:00 PM [size=no report]",0 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 25 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested in front of a police station to demand the release of nine protesters who were detained earlier in the morning for protesting against the Myanmar military coup. Military and police forces intervened and fired shots. AAPP reported three were killed, while DVB reported two killed, including one who was hiding under a bridge. Six others were injured, including two others with severe injuries. [size=no report]",3 -25-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Phyu,18.4843,96.4357,"On 25 March 2021, in Phyu town (Phyu Township, Taungoo District, Bago Region), locals gathered to demand the release of the son of an NLD parliamentarian, who had been arrested by security forces. Armed forces (assumed to be police and military) intervened and fired live ammunition at the crowd. AAPP and Myanmar Now reported one killed, while a woman was injured after being shot in her shoulder. [size=no report]",1 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Say Yoe Khin,18.0463,96.6085,"On 25 March 2021, in Say Yoe Khin village, Kyauktaga township (Bago District, Bago Region), in the evening, villagers fled into the fields when police and military vehicles entered their village. AAPP and DVB reported that one villager was shot dead by security forces as villagers were fleeing. One other was injured, while three others were arrested.",1 -25-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Labour Group (Myanmar),Tamu,24.2166,94.3122,"On 25 March 2021, in Tamu town (Tamu township, Tamu district, Sagaing region), police attempted to raid a gold shop at night. When the owners refused to open the door, police opened fire. AAPP reported that one person was killed while RFA reported two were killed [coded RFA fatality count as more recent]. Seven others were injured.",2 -25-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 25 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up makeshift barricades. Military soldiers and police intervened and fired tear gas, rubber bullets and live rounds on demonstrators. Myanmar Now and AAPP reported that four people were killed - including a civilian - and several others were injured. The Irrawaddy reported 5 fatalities.vIt was reported that photos circulating on social media showed military forces beating up residents and destroying their properties. The body of the slain civilian was taken away by military forces and his family had not been able to retrieve his body. Nearly 60 people were reportedly arrested and mobile phones had been seized. [size=no report]",4 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thingangyun,16.831,96.1932,"On 25 March 2021, at Thuwunna ward in Thingangyun township (Yangon (East) District, Yangon Region), the Myanmar military and police confronted a group of locals who gathered to drive out the Myanmar military from a charity office which they were raiding. The security forces blocked the entrances and exits of Thuwanna ward, and fired firebombs, tear gas and live bullets. 11 people were injured and four were arrested. AAPP reported that two people were killed.",2 -25-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 25 March 2021, in Thaketa township (Yangon-east District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and also launched a search operation to arrest people. It was reported that they also broke down barricades in the area that were put up by residents for security purposes. [size=no report]",0 -25-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Monywa,22.1086,95.1358,"On 25 March 2021, in Monywa town (Monywa township, Monywa District, Sagaing region), at night, the Myanmar military and police confronted some young people (believed to be locals serving as neighbourhood night watchmen). The Myanmar military and police fired at them with gunshots. Two civilians were injured.",0 -24-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Khin-U,22.7744,95.698,"On 24 March 2021, in Khin-U town (Khin-U Township, Shwebo District, Sagaing Region), locals gathered and blocked all town entrances and exits using makeshift roadblocks to demand the immediate release of 14 neighbourhood night watchmen who had been arrested by the Myanmar military and police. The military and police fired more than 50 rounds of gunshots. However, the locals did not disperse and continued to demand the release of detainees. Detainees were released at midnight and security forces withdrew from the scene. [size=no report]",0 -24-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpa-an,16.8895,97.6348,"On 24 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters and searched houses nearby. Some protesters were reportedly arrested. [size=no report]",0 -24-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar),Bhamo,24.2525,97.2335,"On 24 March 2021, in Bhamo town, Bhamo township (Bhamo district, Kachin state), three university students were severely beaten and arrested by police. It was reported they were part of a group of seven students who were handing out leaflets which were mock funeral invitations for the Commander-in Chief. They were reportedly charged under Section 505 (a) of the Penal Code.",0 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Unidentified Communal Militia (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 24 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), at night, residents held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Military troops entered the area and intervened and fired shots. Myanmar Now and AAPP reported that one person was shot and killed by security forces, and at least five others were injured. Some night watch guards were reportedly shot as well. [size=no report]",1 -24-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 24 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), at night, people demonstrated against the military coup and in support of the civil disobedience movement. AAPP and RFA reported that military forces intervened and shot and killed one man, and injured three others, including one in critical condition. [size=no report]",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Nay Pyi Taw,19.745,96.1297,"Around 23 March 2021 (between 15 - 30 March), an NLD official was reportedly tortured while in custody under the military junta and died on 30 March at the military's interrogation centre. He was first arrested by security forces in Zabuthiri township (Nay Pyi Taw) on 15 March. Location coded as Nay Pyi Taw.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 23 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a raid in Aung Pin Lae ward and fired shots. AAPP and Irrawaddy reported at least three people killed, including a 7-year-old girl in her home. The brother of the 7-year-old girl was also beaten and taken away by security forces. Later at around 11pm, armed soldiers raided the home of the 7-year-old girl again, breaking down doors and ransacking the house. They were allegedly attempting to claim her body.",3 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawbon,16.7819,96.1843,"On 23 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, the Myanmar military and police entered into a ward and fired sound grenades - reportedly also fired gunshots. DVB reported one civilian died. Seven civilians were also injured. Nearly 50 people were arrested. A ward administration office, barbershop and phone shops were also set on fire. It was not reported who was responsible for setting the fire.",1 -23-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 23 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), a man was killed after he was hit by a speeding military vehicle while crossing the road.",1 -22-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Health Workers (Myanmar); Government of Myanmar (2016-),Sa Mar,21.5593,96.0605,"On 22 March 2021, at Sa Mar village (Kyaukse Township, Kyaukse District, Mandalay Region), Myanmar police raided the Sa Mar village track hospital. Villagers from Sa Mar, Bon Kwin and Sin Kun attempted to prevent the police from arresting a doctor. Police beat up and arrested 9 villagers.",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 22 March 2021, in Thaketa township (Yangon-east District, Yangon Region), health workers - reportedly civil servants - held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber bullets. One civilian was injured. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 22 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the Myanmar military and police) intervened to disperse protesters. Seventeen protesters, including 10 girls were arrested. [size=no report]",0 -22-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 22 March 2021, in Mandalay City (Mandalay region), locals including about 1,500 education workers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Some demonstrators set up road barricades and burned piles of debris. Demonstrators reportedly used a giant slingshot to hurl chunks of concrete at security forces. Military and police forces opened fire. AAPP reported that eight people were killed and AP reported numerous injuries. [size=about 1,500]",8 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Health Workers (Myanmar),Chanmyathazi,21.9394,96.0958,"On 22 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), military and police forces conducted a series of raids in Aung Pin Lae, Aung Tharyar. At Mya Yi Nandar ward, around 300 security forces were deployed with two bulldozers to remove roadblocks erected by residents at a complex housing thousands of government workers and pensioners. They set roadblocks and several vehicles belonging to residents on fire. They also used live rounds, rubber bullets and stun grenades during the crackdown, after residents appeared to oppose the raid. AAPP reported at least five were killed while Myanmar Now reported that eight people were killed, including a 13-year-old boy and two rescue workers who were rescuing those who were injured during the shootings. More than 40 people were wounded.",5 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 22 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), more than 5,000 motorcyclists and more than 1,000 people protested in four locations across the town against the Myanmar military coup and in support of the civil disobedience movement. About 15 police officers intervened to crack down on the motorcade rally, and three people fell off their motorcycles while two others were arrested. Military and police forces also fired about 20 rubber bullets and live rounds into a crowd of protesters. Some injuries were reported but the exact number was not confirmed. Some arrests were made but the exact number was not confirmed. Some motorcycles were also confiscated. [size=more than 6,000]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 22 March 2021, in Dawbon town (Dawbon Township, Yangon-east District, Yangon Region), at night, locals held a protest against the Myanmar military coup and in support of the civil obedience movement. Security forces (assumed to be the Myanmar military and police) intervened with gunshots to disperse protesters. Afterwards, the ward administration office was set on fire. It is not reported who was responsible for setting the fire. [size=no report]",0 -22-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyangin,18.3404,95.2391,"On 22 March 2021, in Kyangin town, Kyangin township (Hinthada district, Ayeyarwady Region), military and police forces beat up a man who was on neighbourhood night watch duty. Military and police forces fired about 50 shots (either rubber bullets or live rounds) when residents took to the streets to help the man. Two people were severely wounded and seven youth were arrested.",0 -22-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 22 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals rode a motorcycle in protest against the Myanmar military coup and in support of the civil obedience movement. Gunmen in civilian uniform (assumed to be the Myanmar military and police) used a car and gave chase to protesters who were riding a motorcycle and hit the motorcycle. They then pointed a gun at protesters although no shots were fired. [size=no report]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 22 March 2021, in Nammatee town (Mogaung Township, Mohnyin District, Kachin State), 500 locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. About 70 military and police officers intervened and fired either rubber bullets or live rounds and beat up protesters with truncheons. Two people were reportedly injured. Security forces arrested 17 people. [size=500]",0 -22-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Homalin,24.8666,94.9091,"On 22 March 2021, in Homalin town (Homalin Township, Hkamti District, Sagaing Region), locals held night protests at more than one ward in protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) fire gunshots to disperse protesters. It was unclear if rubber or real bullets were used. Casualties not known yet. [size=no report]",0 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyapon,16.2854,95.6788,"On 21 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), in the evening, locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police) intervened and arrested two protesters. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, at Mya Ye Nanda Housing in Chanmyathazi township (Mandalay District, Mandalay Region), at night, the Myanmar military and police fired around the neighbourhood and three citizens who were providing security for the ward were killed.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 21 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators used makeshift roadblocks to protect themselves. The Myanmar military and police intervened to disperse demonstrators. The security forces burned and destroyed makeshift roadblocks created by demonstrators. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanayethazan,21.9753,96.0946,"On 21 March 2021, in Chanayethazan town (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed two people, including a 15-year-old boy. Both of them were killed as they looked out on the street due to the sound of gunfire. One of the bodies was reportedly taken away by security forces.",2 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 21 March 2021, in Aung Pin Lae ward, Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), in the afternoon, locals including engineers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds. AAPP reported three men were killed while Irrawaddy reported one killed [coded the more recent AAPP fatality count]. At least six people were severely injured. [size=no report]",3 -21-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaw,21.9274,94.3579,"On 21 March 2021, in Kyaw town, Gangaw township (Gangaw District, Magway Region), locals protested against the military occupation of a school in the area. Military and police forces intervened and shot and killed a 66-year-old woman. AAPP and DVB reported one killed. Another man was beaten and arrested. [size=no report]",1 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Women (Myanmar),Mingalar Taung Nyunt,16.7889,96.1679,"On 21 March 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), the Myanmar military raided an apartment, and a woman fell from her sixth-floor apartment and died. The Myanmar military reportedly raided the apartment in search of the We Love Yangon team who supported the civil disobedience movement.",1 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 21 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition into the crowd as demonstrators were setting up street barricades. AAPP, Myanmar Now and DVB reported that a young man was shot in the head and killed. Nine others were injured, including four in critical condition. Residents continued demonstrating later in the day despite the fatality. State media claimed that men on motorcycles attacked a member of the security forces who later died. Two fatalities coded in total. [size=thousands]",2 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Pyigyitagon,21.901999999999997,96.1042,"On 21 March 2021, in Pyigyitagon township (Mandalay district, Mandalay Region), military and police forces raided the area at night and shot and killed three people.",3 -21-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired either rubber bullets or live rounds. Security forces also set roadblocks erected by demonstrators on fire. It was reported that videos circulating on social media showed military and police forces beating up two civilians. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Lawyers (Myanmar),Sanchaung,16.8038,96.1373,"On 21 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), a lawyer was beaten and arrested by military and police forces at his home. It was reported that the lawyer had been working pro-bono to secure the release of students who had been detained for protesting against the military coup.",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Daung Shaung,14.193,98.1505,"On 21 March 2021, in Daung Shaung village, Launglon town (Launglon township, Dawei District, Tanintharyi Region), police and military forces set fire to a family home at midnight, killing a child and injuring six others. It was reported that a family member was out on neighbourhood night watch patrol when the house was set on fire. It was not clear why the family was targeted.",1 -21-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hsam Ma Hse,22.2487,96.6426,"On 21 March 2021, in Hsam Ma Hse village (Nawnghkio Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military hit two protesters on their motorcycle with a military truck. The Myanmar military also detained the two of them. [size=no report]",0 -21-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Taunggyi,20.7892,97.0378,"On 21 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), 60 military and police personnel raided two wards and inspected houses. They arrested two people, including a 15-year-old boy after entering one of the houses. Security forces continued inspecting houses, and fired rubber bullets in the area. More than 20 people were hit by rubber bullets. In the evening, more than 20 military vehicles arrived and set fire to barricades set up by residents. It was reported that the two wards were targeted as police found CCTV recordings of protesters with placards that they were residing in these wards. The raid continued until the morning of the next day.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mudon,16.2562,97.7246,"On 20 March 2021, in Mudon township (Mawlamyine District, Mon State), the Myanmar military and police shot a civilian dead.",1 -20-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"On 20 March 2021, at ward-7 in South Okkalapa township (Yangon-East district, Yangon Region), six police officers forced locals to clear barricades set up by protesters. One civilian refused. He was shot and arrested.",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 20 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters. One protester died. [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nay Pyi Taw,19.745,96.1297,"On 20 March 2021, in Nay Pyi Taw, locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) intervened with tear gas and sound grenades. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 20 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired indiscriminately around the protest location. Six civilians were injured and 11 were also arrested. DVB and AAPP reported that two people were shot and killed. [size=no report]",2 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 20 March 2021, at Kyauk Myaung Myothit in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. AAPP and DVB reported that one protester was killed after being shot in his head. [size=no report]",1 -20-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 20 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at demonstrators. Demonstrators retaliated by throwing Molotov cocktails. AAPP and AFP reported one demonstrator was killed. Some demonstrators were also injured and arrested [size=no report]",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Government of Myanmar (2021-) State Administration Council,Myawaddy,16.6891,98.5089,"On 20 March 2021, in Za Yat Hpyu Kone village (Myawaddy Township, Myawaddy District, Kayin State), sellers and customers at Mogoke Market gathered and held up the three finger-salute in protest against the Myanmar military coup and in support of the civil obedience movement. After the protesters dispersed, police and administrators search houses nearby and arrested about 40 alleged protesters. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nammatee,25.3783,97.0089,"On 20 March 2021, in Nammatee town (Magaung Township, Mohnyin District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters for the first time in the town. However, the security forces didn't fire gunshots. [size=no report]",0 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"Around 20 March 2021 (as reported), in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested about 7 protesters. [size=no report]",0 -20-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungmyaythazan,21.9932,96.0969,"On 20 March 2021, in Aungmyaythazan township (Mandalay District, Mandalay Region), locals held a protest march and motorcycle protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police hit motorcycles with cars seized from protesters during the previous crackdown. The security forces also shot protesters with live bullets. Bullets injured two protesters. The security forces also hit a medical doctor with a car. Between 7 to 15 protesters were injured. [size=no report]",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), the Myanmar military shot the son of a military intelligence officer at night. The military reportedly asked him to stop his motorcycle but he continued driving. Afterwards, the military shot him dead.",1 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Kyaukpadaung,20.8425,95.1322,"On 20 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), at night, a citizen who was guarding a ward was shot and injured by security forces (assumed to be the Myanmar military or police) with rubber bullets.",0 -20-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Hlaingthayar,16.854,96.0689,"On 20 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), a detained civilian - a young man - died in the Myanmar military custody. The military informed the relative to take his dead body.",1 -20-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 20 March 2021, in Yesagyo town (Yesagyo Township, Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. It was not reported if rubber or live bullets were used. One protester was injured. Six protesters were arrested, but were released later on the same day. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Paung,16.6175,97.4585,"On 19 March 2021, in Paung town (Paung township, Thaton District, Mon State), the Myanmar military and police fired at three young people riding a motorcycle at night near a police station. One civilian died and another two were injured.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 19 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. More than 100 military and police forces arrived in 20 vehicles and began shooting at protesters. AAPP and Shan Herald Agency for News reported nine people killed. Seven others were injured. Security forces also destroyed doors of nearby homes as they attempted to arrest protesters. At least 10 had been detained. [size=no report]",9 -19-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 19 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be the military and police) intervened and fired either rubber bullets or live rounds to disperse demonstrators. Security forces also bulldozed roadblocks. Some demonstrators were arrested and injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 19 March 2021, in Hlaing township (Yangon (West) District, Yangon Region), security forces (assumed to be the Myanmar military and police) shot civilians at night. Two people were killed, including one who later died on 20 March.",2 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 19 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) violently dispersed protesters. A woman who stepped out of her housing compound was shot and killed by security forces. Some protesters were injured and 7 were arrested. AFP and AAPP reported one killed. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 19 March 2021, in Mingaladon township (Yangon (North) District, Yangon Region), at night, military forces were reportedly firing heavily either rubber bullets or live rounds. Residents who were out on the streets were reportedly arrested. Some injuries were reported but the exact number was not confirmed. The reason for the operation was not known.",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 19 March 2021, in Tamwe township (Yangon-East District, Yangon region), youth protesters held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces then intervened to disperse protesters and gave chase to protesters in the neighbourhood. [size=no report]",0 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 19 March 2021, in Dagon Myothit (South) township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Around 50 military and police officers intervened and used stun grenades rubber bullets and live ammunition. Additional forces then arrived and began shooting indiscriminately in the neighbourhood. One man was shot and killed, while a 14-year-old boy was wounded. Around 20 protesters and 10 local residents were arrested. [size=no report]",1 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village in Mogoke Township (Pyin Oo Lwin District, Mandalay Region), the Myanmar military shot and killed a civilian. He had been a member of the local red cross and was providing security to locals. Two others also providing neighbourhood night watch duty were shot and in critical conditions.",1 -19-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 19 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live rounds to disperse the crowd. According to Myanmar Now, one person was killed by security forces, while one other was injured. [size=no report]",1 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 19 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested a 17-year-old protester. [size=no report]",0 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 19 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the Myanmar military and police) dispersed protesters. Some protesters were reportedly injured. [size=no report]",0 -19-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mogoke,22.9176,96.5098,"On 19 March 2021, in Lel U village (Mogoke township, Pyin Oo Lwin district, Mandalay Region), the Myanmar military and police shot two villagers to death at night. 2 fatalities coded.",2 -19-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 19 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 2 protesters. The two detainees were released on the same day. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 18 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested two protest leaders. A total of 10 protesters were arrested. [size=no report]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 18 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched for four military soldiers who had reportedly defected. The military stayed in monasteries and schools despite the villagers demanded to leave the villages. As the result, villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered again and protested against them, demanding the military to leave the village. 20 villagers were arrested. After interrogation, 18 out of 20 were released. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Aungmyaythazan,21.9932,96.0969,"On 18 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), security forces (coded as military and police) shot and killed a man who was on neighbourhood night watch duty. Three people sustained slight injuries. It was reported that bullet shells were found in some homes and shops in the area and about 15 shots were fired.",1 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myawaddy,16.6891,98.5089,"On 18 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 30 people gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Two people were injured and three others were arrested. [size=about 30]",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 18 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired rubber bullets to disperse the crowd. Some young protesters were injured. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 18 March 2021, at Mudita housing complex-2 in Insein township (Yangon-North district, Yangon Region), the Myanmar military and police fired gunshots at civilians. Some people were injured. They also raided the house of a doctor who treated wounded civilians and arrested the administrator of Mudita housing. During the incident of arrest, an elderly woman intervened but she was kicked.",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,South Okkalapa,16.8462,96.1799,"Around 18 March 2021 (as reported), in South Okkalapa township (Yangon-East district, Yangon Region), the Myanmar security forces (assumed to be the military and police) reportedly fired into the neighbourhood. One civilian was injured at his house. Windows were also damaged.",0 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 18 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters. There were reports of shootings but it was not reported if rubber bullets or live rounds were used. [size=no report]",0 -18-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Women (Myanmar); Rohingya Muslim Group (Myanmar),North Okkalapa,16.9188,96.163,"On 18 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a Rohingya woman was shot and killed by military and police forces. It was reported that she was not participating in a protest and the reason for her being shot was not confirmed.",1 -18-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tabayin,22.6884,95.3209,"On 18 March 2021, near Hpoke Tan Taw village (Tabayin Township, Shwebo District, Sagaing Region), locals stabbed three police officers with a knife. Two officers were killed and another was wounded. The incident happened after police followed a car carrying villagers from Tabayin to Tee Taw after an Anti-coup demonstration in Tabayin town. Police car and villagers' car collided, before police threatened villagers with a gunshot. Afterwards, villagers in a car jumped out and stabbed the police officers. The military-controlled Ministry of Information alleged that police officers came under attack involving around 100 people. [size=around 100]",2 -18-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 18 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds and arrested at least 17 people. A 13-year-old girl was also shot and arrested by security forces, though it was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 17 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at the crowd, including live rounds. The number of casualties was not confirmed. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 17 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas more than three times to disperse the crowd. Following the crackdown, two groups of protesters staged a motorcade rally to continue protesting. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Shwe Pyi,22.4481,96.0778,"On 17 March 2021, in Shwe Pyi village (Singu Township, Pyinoolwin District, Mandalay Region), the two villagers chanted 'no military dictatorship' while driving a motorcycle at night. The military shot them as the two villagers arrived near a school in the village. One of them died and another was injured.",1 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 17 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"Around 17 March 2021 (between 15 March - 19 March) in Pekon township (Taunggyi District, Shan State), reportedly in Lelhton village, 20 villagers who were detained by military forces for protesting against heavy deployment of troops in their villages were reportedly tortured until they were unconscious and deaf during interrogation. 18 out of 20 villagers were later released by the military. The incident happened after four Myanmar military went missing on 15 March. The soldiers were later found dead on 19 March near Lelhton village.",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 17 March 2021, in Tamwe township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested some people. [size=no report]",0 -17-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-); Prisoners (Myanmar),Monywa,22.1086,95.1358,"Around 17 March 2021 (between 15 - 18 March), a government staff from the forestry department who was on strike in support of the civil disobedience movement against the military coup was reportedly beaten and tortured by soldiers and police while detained and held incommunicado. He was first arrested on 15 March while joining an Anti-coup protest, and later died from internal bleeding in his head on 18 March, less than 12 hours after he had been released from his detention. It was reported that security forces kept him at Monywa General Hospital but did not provide him with any proper medial treatment. His eyes were bruised and he was only intermittently conscious before he died.",1 -17-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Matupi,21.6047,93.4409,"On 17 March 2021, in Matupi town (Matupi Township, Mindat District, Chin State), at night, three male youth were arrested and reportedly beaten (assumed to be by the police). Two of them were later released. One of them remained detained after he allegedly had photos of his participation in protests on his phone.",0 -17-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 17 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at demonstrators. Demonstrators threw Molotov cocktails and other objects at security forces. AAPP reported that two people were killed. Several casualties were reported. Security forces also detained some male residents and forced them to remove roadblocks. Eleven workers from a tea shop in the area was also arrested, though it was not clear why they were arrested. Security forces also burned down roadblocks set up by residents. [size=no report]",2 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Chin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 17 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and shot live rounds at protesters. AAPP reported four people killed (including an ethnic Chin man) while VOA reported as many as 7 people killed (fatality coded as 4 as the most recent figure). It was reported that 10 others were hit by gunfire. About 10 people were arrested. [size=no report]",4 -17-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Moe Bye,19.7444,97.09299999999999,"On 17 March 2021, in the Shan-Kayah border area, coded as Moe Bye (Pekon Township, Taunggyi District, Shan State), Myanmar military soldiers entered into villagers as they searched four military soldiers who were defected. Villagers from Hsawng Kan, Lel Hton and Wa Ree Taung reportedly gathered and protested in the attempt to drive out the military. Villagers raised the three-finger salute during the protest. Military soldiers fired tear gas, rubber bullets, live ammunition and stun grenades to disperse protesters. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 17 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a motorcade rally to protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces then gave chase to a motorcycle with protesters holding up the three-finger salute. The motorcyclist swerved while trying to dodge shots fired by soldiers (either rubber bullets or live rounds), it collided with two pedestrians and killed one man [outside protest, coded as 0 fatalities], another broke his arm. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 17 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired stun grenades, and either rubber bullets or live rounds. Parked cars were also damaged by security forces. [size=no report]",0 -17-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 17 March 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested three people. [size=no report]",0 -16-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals detained a police officer. The police forces fired at them while they were shaving the head of detained police officer. One local died. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Wundwin,21.0941,96.02799999999999,"On 16 March 2021, in Wundwin town (Wundwin Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police demanded the protesters to disperse, but protesters defied the demand. A protest leader was arrested. Protesters continued their protest in front of the police station, demanding the arrested protester be released. The police then opened fire: One man was hit with a rubber bullet; one woman was hit with a real bullet. Both needed medical care. [size=no report]",0 -16-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 16 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Hi Ku Lu village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice field.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 16 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired sound grenades, tear gas and either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 16 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals gathered in front of the police station and blocked the road. The situation was intense. The Myanmar military also came with five trucks. Locals also reportedly seized a police station in the Mawlamyine township where a police officer who killed a civilian was based. The demonstration happened after a civilian was shot to death by police on the same day. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Nyaung-U,21.1954,94.9101,"On 16 March 2021, in Nyaung-U Township (Nyaung U District, Mandalay Region), a male resident who was looking out in front of his house was given chase by military and police forces. He was beaten and shot at with a shotgun, but it was not clear if rubber bullets or live rounds were used. He suffered injuries and had to get seven stitches in his head.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myin Ka Bar,21.151999999999997,94.8634,"On 16 March 2021, in Myin Ka Bar village (Nyaung-U Township, Nyaung U District, Mandalay Region), at night, while residents were carrying out pot-banging activity to protest against the Myanmar military coup and in support of the civil disobedience movement, military and police forces raided the area after receiving information of the protest from their informants. Security forces fired several shots - either rubber bullets or live rounds. Five people were arrested, but one escaped. Villagers took to the streets surrounding the detainees and security forces to demand their release. Security forces responded and fired rubber bullets. Four detainees were reportedly beaten. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 16 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and demonstrators engaged in fighting when the Myanmar police intervened to disperse demonstrators. Unconfirmed reports stated that two police officers were stabbed to death by demonstrators [coded unconfirmed as 0 fatalities]. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chaung-U,21.9569,95.2736,"On 16 March 2021, in Chaung-U town (Chaung-U Township, Magway District, Sagaing Region), at night, locals held a protest march against the military coup and in support of the civil disobedience movement. About 50 police officers and 40 military forces arrived at the scene and intervened, firing smoke bombs, stun grenades, and fired four live rounds. AAPP and DVB reported that one man died after being shot in the head, while RFA reported two were killed. At least three others were injured. A motorcycle was also destroyed. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 16 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots. The security forces used live ammunition. One civilian died and two others were injured. [size=no report]",1 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), workers reportedly protested against their employer over a salary dispute at a China-owned Xing Jia shoe factory. The factory owner reportedly called the military and police to the scene. Security forces stormed the factory and shot and killed the female protest leader. After 70 workers were rounded up and taken away, security forces fired shots against at a group of people demanding their release, killing five more men. Myanmar Now reported that at least six were killed in total, while Myanmar Labour News reported eight were killed. The exact number of fatalities could not be verified as all the bodies had yet been retrieved. [size=no report]",6 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators reportedly camped on Bayint Naung Bridge and erected barricades made out of tyres, wood, sandbags and bamboo poles. Some of the barricades were burned. Some demonstrators also threw Molotov cocktails at security forces. The Myanmar military and police fired either live or rubber bullets to disperse demonstrators. [size=no report]",0 -16-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),Civilians (Myanmar),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. During the demonstration, demonstrators reportedly detained a man who was allegedly taking photos of demonstrators and providing information to the military. About 50 police arrived and fired shots at the crowd as they were shaving the head of the informant. AAPP and AP reported that one man was killed, while DVB reported two fatalities. A young demonstrator was arrested. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawlin,23.7902,95.6833,"On 16 March 2021, in Kawlin town (Kawlin Township, Katha District, Sagaing Region), locals held a protest in front of a police station to demand the release of a protester who was detained during a protest against military coup. Soldiers and police officers cracked down and injured two people. [size=no report]",0 -16-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 16 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), at night, residents held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on the protest and shot one man near his residence. He later died at 4am on 17 March 2021. [size=no report]",1 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 16 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either live or rubber bullets to disperse protesters. [size=no report]",0 -16-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 16 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), three plainclothes men (reported as military forces) opened fire on a man on neighbourhood night watch duty at around 9pm. He sustained serious injuries and was beaten and taken away. He is reportedly being treated as a military hospital.",0 -16-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 16 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces (assumed to be the military and police) reportedly intervened to disperse protesters. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kyauk Phyu,22.7688,96.0207,"On 15 March 2021, near Kyauk Phyu village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military on a moving military truck fired at civilians. Three civilians were injured. Two out of three were in critical condition.",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kutkai,23.4579,97.93799999999999,"On 15 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened to disperse the crowd and gave chase to protesters. No further details reported. [size=no report]",0 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Hta Naung Win,22.1602,95.2273,"On 15 March 2021, in Hta Naung Win village (Monywa township, Monywa District, Sagaing Region), military and police vehicles followed a civilian vehicle carrying about 30 villagers who were on their way back to their village after holding a protest against the military coup. Security forces then opened fire at the vehicle, and shot and killed the driver. At least 20 people were arrested.",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), at night, locals held a pot-banging protest against the military coup and in support of the civil disobedience movement. The security forces entered wards and fired gunshots at houses. Some were injured. A civilian was also beaten and was in a critical condition. [size=no report]",0 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 15 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. During the protest, people arrived at a bus terminal with a car. The Myanmar military fired a sound grenade at a bus terminal and the terminal roof was damaged. [size=no report]",0 -15-Mar-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 March 2021, in Hpapun township (Hpapun District, Kayin State), the Myanmar military fired artillery shells at Lel Mu Pa Law village. About 30 rounds of artillery shells were fired around the area on 15 March and 16 March. Villagers fled to another neighbourhood. The military also burned rice fields.",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 15 March 2021, in Mandalay city (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. AAPP reported four deaths while VOA reported at least 5 protesters were killed. [size=no report]",4 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aunglan,19.3585,95.2168,"On 15 March 2021, in Aunglan town, Aunglan township (Thayet district, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired stun grenades, rubber bullets and live ammunition. AAPP reported one protester killed, while Irrawaddy reported two protesters were killed. Six others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 15 March 2021, in Aungpan Town (Kalaw Township, Taunggyi District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and live rounds and killed one protester and injured two others. One of the bodies was dragged away by military soldiers. Houses were reportedly damaged by bullets as well as security forces fired indiscriminately in the area. [size=no report]",1 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Bago,17.3352,96.4813,"On 15 March 2021, in Bago town (Bago Township, Bago District, Bago Region), military and police forces stormed a ward, removing barricades set up by residents using bulldozers and began firing into the streets. AAPP and DVB reported two dead. Another civilian was wounded.",2 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Chaung Gyi,22.7406,96.0113,"On 15 March 2021, in Chaung Gyi village (Thabeikkyin Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and bullets hit two children. AAPP reported that two were killed, including a girl. Another child sustained serious injuries.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 15 March 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces fired live gunshots. One civilian died, while at least three people were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 15 March 2021, in Dawbon township (Yangon-East District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police forces fired at protesters. BBC reported one protester was killed, while DVB reported two were killed and about four others were injured. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Gyobingauk,18.2306,95.6488,"On 15 March 2021, in Gyobingauk Town (Gyobingauk Township, Thayarwady District, Bago Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and killed one protester. [size=no report]",1 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 15 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at people. At least three people were shot dead, including two women, and a civilian who was picking up trash in the area. Three people were wounded during the shooting by security forces. [size=no report]",3 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kan Pyo,22.6416,96.0193,"On 15 March 2021, in Kan Pyo village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians. AAPP reported that two civilians were killed. Some civilians were also injured. The number of people injured was not mentioned in the report.",2 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 15 March 2021, in Myingyan town (Myingyan township, Myingyan District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and reportedly fired continuously, making it impossible for rescuers and protesters to help wounded people. Vehicles used in rescue effort were also shot. Six people were killed, including a shop owner who was closing up his shop when security forces fired in the area. One of the injured protesters later died on 19 March. Fatalities coded as 7. Myanmar Now reported as many as 17 people injured, including five in critical condition, while DVB reported more than 50 were injured. [size=no report]",7 -15-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Nwe Yon,22.6695,96.0146,"On 15 March 2021, in Nwe Yon village (Singu Township, Pyin Oo Lwin District, Mandalay Region), the Myanmar military fired at civilians and one civilian died. Some civilians were also injured. The number of people injured was not mentioned in the report.",1 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 15 March 2021, in Kamayut township (Yangon-West District, Yangon Region), in the evening, people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces cracked down on protesters by reportedly firing either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 15 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators and security forces (coded as military and police) reportedly clashed. Security forces also fired either rubber bullets or live rounds. [size=no report]",0 -15-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thabeikkyin,22.88,95.97,"On 15 March 2021, in Thabeikkyin township (Pyin Oo Lwin District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. Two protesters were killed, including a 14-year-old girl. [size=no report]",2 -15-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 15 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), separating into different protest columns, locals held protests against the military coup and in support of the civil disobedience movement. Security forces removed makeshift roadblocks and carried them away. The security forces also fired rubber bullets and tear gas to disperse protesters. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized about 14 motorcycles that belonged to protesters. [size=no report]",0 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 14 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals including students held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at protesters. AAPP and DVB reported that four were killed. [size=no report]",4 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. At least four people were shot and wounded. [size=no report]",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 14 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held demonstrations against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at demonstrators at two locations. Two civilians and one police officer were killed by bullets. The military-run television stated that one police officer was killed while three officers were wounded, accusing demonstrators of throwing rocks and using catapults. At least 11 demonstrators were also injured in two separate locations in the town. [size=no report]",3 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 14 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration and fired shots at protesters. AAPP reported five people were killed. [size=no report]",5 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 14 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals including students demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds at demonstrators. Residents reported that machine guns were used by security forces. AAPP reported that seven people were killed, while Irrawaddy reported three people killed [AAPP coded as the more recent fatality number]. About 50 were wounded, including 15 people in critical conditions. [size=no report]",7 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 14 March 2021, in Hlaingthayar township (Yangon (North) District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. Military and police forces intervened and set fire to the barricades set up by demonstrators. Some demonstrators reportedly fought back with sticks and knives. They fired rubber bullets and live bullets to disperse the crowd. Security forces continued to give chase to demonstrators and fired late into the night. BBC reported that at least 40 people were killed, AAPP reported 49 killed, Khit Thit Media reported 58 killed [coded AAPP as most recent fatality estimate]. An estimated 15 were injured. Three factories were reportedly set on fire (including two owned by Chinese nationals) but it was not confirmed who were the perpetrators. [size=no report]",49 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 14 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police forces intervened and fired shots at protesters. One protester died. At least 6 other protesters were injured, including two in critical condition. [size=no report]",1 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon (north) district, Yangon region), the Myanmar military and police set fire to rubber tires at the Pauktawwa intersection. AAPP reported two people were shot and killed, while Myanmar Labour News reported one killed. More than 5 were wounded.",2 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 14 March 2021, in Insein township (Yangon-North district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Kale,23.1568,94.1222,"On 14 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), at night, military troops stormed Aung Thitsar Ward and fired rubber bullets. At least three people were hit by rubber bullets, including one person who was in critical condition.",0 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 14 March 2021, in Mahaaungmyay township (Mandalay district, Mandalay region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police bulldozed barricades set up by demonstrators and also reportedly fired live rounds. One female demonstrator was killed, while at least 7 others were injured, including some journalists. Arrests were also reported - including two journalists - but the total number was not confirmed. [size=no report]",1 -14-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 14 March 2021, in North Okkalapa township (Yangon-North district, Yangon Region), locals gathered in front of North Okkalapa Township Police Office in response to the recent crackdown against Anti-coup demonstrators by security forces in Hlaingthayar township that resulted in high number of fatalities. Demonstrators blocked roads with makeshift roadblocks. The security forces set makeshift roadblocks on fire and shot demonstrators with live bullets. AAPP reported that two people were killed. At least three people were injured. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 14 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), at night, locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired live ammunition. AAPP reported two protesters were killed, while DVB reported three killed. At least four others were injured, including two who were in critical conditions. [size=no report]",2 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 14 March 2021, in Shwepyithar township (Yangon-North district, Yangon Region), following the attack on protesters in Hlaingthayar township, locals get out and gathered in protest against Myanmar military coup and in support of the civil disobedience movement, and showing support of protesters in Hlaingthayar township. The Myanmar military and police shot them. AAPP reported 6 fatalities, while Irrawaddy reported 2 fatalities total. At least 7 others were injured. [size=no report]",6 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 14 March 2021, in Tamwe township (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired live bullets to disperse protesters. One junior medical student was shot and killed. Police officers reportedly dragged away his body and kicked and beat up a woman who tried to save the student. She was taken away by police. Seven others were injured. [size=no report]",1 -14-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 14 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either live or rubber bullets. AAPP reported that 10 people were shot and killed by security forces, while Myanmar Now reported that 12 were killed. A total of more than 40 were reportedly injured, including at least 20 others that were seriously injured. [size=no report]",10 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 14 March 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals rode motorcycles in protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters also held posters showing support for the KIA. The Myanmar military and police fired rubber bullets reportedly in an attempt to intervene. 7 protesters were also arrested. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 14 March 2021, in Kyeemyindaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -14-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 14 March 2021, in Hlaing township (Yangon-West district, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces reportedly cracked down on the demonstration but the type of intervention was not reported. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 13 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chauk,20.8992,94.8178,"On 13 March 2021, in Chauk town (Chauk township, Magway region), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired protesters with rubber and live bullets. One protester died. At least 10 people were also injured and at least 13 others were also arrested. [size=no report]",1 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mogoke,22.9176,96.5098,"On 13 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police chased and fired at protesters with tear gas, sound grenades, and rubber bullets. Five young people were arrested. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukme,22.5392,97.0343,"On 13 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 13 March 2021, in front of a police station in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest demanding the release of the head of a primary school arrested on 11 March. The security forces fired protesters with rubber bullets and tear gas. One protester was injured and 5 others were arrested. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 13 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), hundreds of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with live bullets and tear gas. A bullet injured one protester. The security forces chased and arrested some protesters. [size=hundreds]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Aungpan,20.6612,96.6358,"On 13 March 2021, in Aungpan town (Kalaw Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds and tear gas to disperse protesters. The security forces chased protesters and destroyed some houses' doors where protesters were hide. Protesters were also beaten. 7 protesters including 2 women are arrested. [size=no report]",0 -13-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kungyangon,16.4394,96.0119,"On 13 March 2021, in Kungyangon town (Kungyangon Township, Yangon (South) District, Yangon Region), locals including students held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 7 rounds of sound grenades and arrested 1 man and 5 women. Afterwards, the demonstrators blocked the road with makeshift roadblocks and demanded the release of the arrestees. After the security forces released them, demonstrators removed the makeshift roadblocks. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukse,21.6056,96.1351,"On 13 March 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to arrest protesters. However, none of the protesters were caught. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Rioters (Myanmar),Thar Yar Gyi,21.3065,95.3841,"On 13 March 2021, in Thar Yar Gyi village (Taungtha Township, Myingyan District, Mandalay Region), villagers held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military fired at demonstrators with live and rubber bullets. One of the Myanmar military supporters also hit demonstrators with his motorcycle. Five villagers were injured and at least five others were arrested. [size=no report]",0 -13-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaingthayar,16.854,96.0689,"On 13 March 2021, in Hlaingthayar township (Yangon (North) district, Yangon region), plainclothes police officers picked up 8 people in separate locations and arrested them. One of those detained were beaten. The police demanded Ks.300,000 from a detainee's relative for her release. Police released detainees whose family paid the ransom.",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kawkareik,16.5555,98.24,"On 13 March 2021, along the Kawkareik and Kyaikdon road in Kawkareik township (Kawkareik District, Kayin State), locals rode motorcycles in protest against the military coup and in support of the civil disobedience movement. Military and police forces sealed roads to block protester from entering to Myawaddy town. The security forces also fired at protesters with AK guns, allegedly to threaten them. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 13 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. Some protesters were arrested. The security forces also used a car to hit the Ye Township NLD Chairman while he was on his motorcycle in an attempt to arrest him. However, he reportedly was able to flee. [size=no report]",0 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 13 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened to disperse protesters. [size=no report]",0 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Buddhist Group (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 13 March 2021, in Mahaaungmyay township (Mandalay region), about 1,000 locals including students, monks and civil servants held a sit-in protest against the Myanmar military and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, smoke bombs and tear gas to disperse protesters. More than 20 other protesters were injured. AAPP reported 5 fatalities while VOA reported 8 fatalities. [size=about 1,000]",5 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 13 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired shots on protesters. Two protesters were killed and four others were injured. [size=no report]",2 -13-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Twantay,16.7073,95.9304,"On 13 March 2021, in Twantay township (Yangon (South) District, Yangon Region), about 200 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and used stun grenades and began firing on protesters. Four men were killed, including one who was shot in the head while the other was shot in the abdomen. At least 13 others were injured, including five who were forced to be taken to a military hospital. Other casualties were taken to Twantay Hospital that was guarded by 15 military vehicles and about 200 soldiers from the 77th LID. [size=about 200]",4 -13-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 13 March 2021, in Hpakant town (Hpakant township, Mohnyin division, Kachin state), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired rubber bullets. Some protesters were injured. Two women are arrested for allegedly broadcasting the protest. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mingaladon,16.9975,96.1346,"On 12 March 2021, in Mingaladon township (Yangon-North District, Yangon Region), military soldiers stormed a neighbourhood at 1am and began firing a reported 25 rounds of live ammunition. Two men - including one who was performing neighbourhood night watch duty - were shot and killed. Five others were injured.",2 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 12 March 2021, in South Okkalapa township (Yangon-East district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Military troops arrived in about eight military vehicles and fired stun grenades and tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 12 March 2021, in Yuzana Garden City - a townhouse complex - in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with several rounds of sound grenades. The security forces also threatened protesters that they will set fire in the ward if the resident continued to protest in the coming days [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), more than 500 people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested some protesters. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 12 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), tens of thousands of people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then raided a tea shop and arrested more than 20 people. [size=tens of thousands]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), military and police forces raided a house and beat up and arrested three brothers. This was part of the intensified raids of residential areas conducted at night by security forces.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 12 March 2021, in Tamwe township (Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and sound bombs into the crowd to disperse the protest. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 12 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a night protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. [size=no report]",0 -12-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon-East district, Yangon Region), hundreds of people gathered in front of the police station to demand the release of three young brothers who were forcibly taken away by police and military forces earlier that night during a raid in the neighbourhood. Military and police forces then fired stun grenades and live rounds to disperse the crowd. Two men were killed at the scene while three more were wounded. AAPP reported two people were killed, while VOA reported that another of the wounded persons died on the next day. Fatalities coded as 3. [size=hundreds]",3 -12-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 12 March 2021, in Hlaing township (Yangon-West District, Yangon Region), residents gathered on the streets with shields and demonstrated to demand security forces to leave, after military and police forces raided a ward allegedly targeting the house of an NLD lawmaker. Security forces used stun grenades and began firing at residents. It was reported that residents used Molotov cocktails against security forces. A male resident was shot by a bullet and died at the hospital the next morning. At least four people were reportedly injured. [size=no report]",1 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Paungde,18.4917,95.5059,"On 12 March 2021, in Paungde town, Paungde township (Pyay district, Bago Region), after a candlelight vigil was held, military and police forces stormed a house and arrested two people who were taken to a police station. About seven people were also beaten during the raid. The two men were then interrogated for nearly an hour and seriously beaten during the interrogation at the township police station. One of them suffered a fractured head.",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Thaketa,16.793,96.20299999999999,"On 12 March 2021, in Thaketa township (Yangon (East) District, Yangon Region), the Myanmar military and police pulled three residents out on the streets and beat them on the head before arresting them.",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 12 March 2021, in Mandalay City (Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired rubber bullets to disperse protesters. Three youth protesters were arrested and one protester was injured after being hit by rubber bullets. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 12 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd (not clear what intervention was used). Three people were injured and more than 10 were arrested. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 12 March 2021, in Loikaw (Loikaw townships, Loikaw district, Kayah state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired rubber bullets and tear gas into the crowd to disperse the protest, and removed hundreds of protesters by truck. [size=hundreds]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 12 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and gave chase to protesters and arrested five people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lanmadaw,16.7795,96.14200000000001,"On 12 March 2021, in Lanmadaw Township (Yangon-West District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 4 people. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hsipaw,22.6166,97.3003,"On 12 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 12 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. [size=no report]",0 -12-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 12 March 2021, in Bago town (Bago town, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly fired tear gas and rubber bullets or live rounds. No injuries or arrests were reported. [size=no report]",0 -12-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Unidentified Communal Group (Myanmar),Mogoke,22.9176,96.5098,"On 12 March 2021, in Mogoke town (Mogoke Township, Pyin Oo Lwin District, Mandalay Region), locals heard the sound of gunfire. Afterwards, the Myanmar military and police were found in the town. The Myanmar military and police reportedly shot at young people who served as security personnel for local people. One was injured. Five locals were arrested.",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Aungpan,20.6612,96.6358,"On 11 March 2021, in Aung Ban town (Kalaw township, Taunggyi district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military forces intervened and fired rubber of live bullets and smoke bombs into the crowd to disperse the protest. Several injuries from beatings and at least 14 arrests were reported. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Ahlone,16.789,96.1265,"On 11 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), military and police forces raided a car servicing centre and arrested 10 male employees, who were reportedly beaten when being taken away. Security forces also smashed CCTV cameras and equipment in the office and took away a car. It was not clear why the centre, which had been closed since 5 February, was targeted, but an employee stated that one possibility was the promixity of the office to protest sites.",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago (Bago township, Bago district, Bago region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers shot live ammunition, rubber bullets and tear gas at protesters. One man was shot in the head and killed, while another was severely injured. Several arrests were reported, including students and teachers. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 11 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired shots at protesters. One man was killed while another protester was severely injured after being shot in the thigh. [size=no report]",1 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaing,21.6125,94.8543,"On 11 March 2021, in Myaing town, Myaing township (Pakokku District, Magway Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces intervened and fired at protesters to disperse the crowd. Tear gas were reportedly fired every 10-15 minutes in the morning. 6 people were killed, including two who died immediately after being shot in the head, while four others died on arrival at the hospital. Eight others were injured, including two in critical conditions. [size=no report]",6 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 11 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be police and military) fired at protesters to disperse the crowd. One man was killed after being shot in the eye. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Payathonzu,15.3044,98.3781,"On 11 March 2021, in Payathonzu town, Kyainseikgyi township (Kawkareik District, Kayin State), people protested against the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired tear gas and rubber bullets. Four people were injured by rubber bullets. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 11 March 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots at protesters. One protests - a disabled man - was killed. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Poland); Journalists (Poland),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 11 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. A Polish journalist associated with The Diplomat and Deutsche Welle and was taking photos of the protest was beaten and arrested by security forces. He was detained until his release on 22 March and reportedly fined 200,000 kyats under Section 13 (1) of the Immigration Court for overstaying his visa. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 11 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested at least 12 people. A motorcyclist was beaten and arrested and three motorcyclists were set on fire by security forces. A street vendor was arrested and his shop was destroyed. Four people were injured. Some bystanders were reportedly also arrested. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2021-),,Taungoo,18.9429,96.4341,"On 11 March 2021, in Taungoo town, Taungoo township (Taungoo District, Bago Region), locals marched to protest against the military coup and in support of the civil disobedience movement. Military forces arrived and opened fire at protesters. A passer-by was reportedly killed by security forces. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 11 March 2021, in Pathein (Pathein township, Pathein district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened, fired sound guns into the crowd and removed hundreds of protesters by truck. There were also reports of an explosion and at least 10 were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mogoke,22.9176,96.5098,"On 11 March 2021, in Mogoke town (Mogoke township, Pyin Oo Lwin district, Mandalay Region), locals held a protest march against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and stun grenades and arrested six protesters. Protesters gathered again in the afternoon before fleeing after security forces attempted a crackdown again. About 30 soldiers raided the area, firing rubber bullets at fleeing protesters. Four people were injured. In total, about 40 protesters - including three Buddhist monks and the six protesters earlier in the day - were arrested. One of the monks was charged under Section 505(b) of the Penal Code. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 11 March 2021, in Muse (Muse township, Muse district, Shan state), about 100 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired into the crowd to disperse the protest. At least 12 arrests were reported. [size=about 100]",0 -11-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 11 March 2021, in Insein township (Yangon-North district, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They built barricades during the demonstration. Police intervened and fired stun grenades and rubber bullets to disperse the crowd. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing (Mahlaing township, Meiktila district, Mandalay region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement, and demanding the release of detainees. Police intervened and fired rubber bullets, live ammunition and tear gas into the crowd to disperse the protest. 1 injury and at least 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 11 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals, including students, held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. At least 3 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 11 March 2021, in Mandalay City (Mandalay region), locals including Buddhist monks held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and live ammunition to disperse protesters. Police were also using batons to beat up protesters. One man was shot and killed. About 30 people were injured, including a man who was shot in the leg. At least 20 protesters were arrested. At night, residents also held a protest march in defiance of the nightly curfew imposed since the coup. [size=no report]",1 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Kyauk Myaung,19.43,93.8929,"On 11 March 2021, in Kyauk Myaung (Ann township, Kyaukpyu district, Rakhine state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 11 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Army and police fired either rubber bullets or live rounds to disperse the crowd. Some protesters were injured, though medics reported that injuries were not serious. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 11 March 2021, in Yinmarbin (Yinmarbin township, Yinmarbin district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest. 4 arrests were reported. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Namtu,23.0766,97.4033,"On 11 March 2021, in Namtu town (Namtu township, Kyaukme district, Shan state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse thre crowd. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mahlaing,21.0986,95.6469,"On 11 March 2021, in Mahlaing town (Mahlaing Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. It is not reported if live or rubber bullets were used. One civilian injured and 2 others were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kutkai,23.4579,97.93799999999999,"On 11 March 2021, in Kutkai town (Kutkai Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas to disperse the crowd. At least three protesters were arrested. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei (Dawei township, Dawei district, Tanintharyi region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 11 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired tear gas and stun grenades into the crowd to disperse the protest. [size=no report]",0 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 11 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), at around 10pm, military and police forces raided a ward and reportedly fired live ammunition. A man was killed by the security forces, while two others were injured. The reason for the raid was not reported.",1 -11-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 11 March 2021, in Nam Hai village, Lashio township (coded as Lashio), Lashio District, Shan State, Myanmar military troops from LID-88 shot and killed a 60-year-old man while passing by his village. It was not clear why he was shot. It was reported that the military later offered his relatives 500,000 kyat in compensation.",1 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Insein,16.9018,96.096,"Around 10 March 2021 (as reported), in Insein Township (Yangon-north District, Yangon Region), a prisoner who was arrested over the anti-coup protests died at Insein prison. The circumstances of his death are unclear.",1 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town, Dawei Township (Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened and fired gunshots and tear gas. It is not reported if live or rubber bullets were used. Arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), a group of protesters gathered outside a military intelligence interrogation centre to demand the release of 100-200 demonstrators who had been arrested earlier in the day for demonstrating against the Myanmar military coup. Soldiers fired live rounds or rubber bullets to disperse the crowd. No injuries reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 10 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened to break up the demonstration. About four people were beaten by security forces during the crackdown, and five cars were destroyed and some motorcycles were taken away. Some arrests were made but the exact number was not reported. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hsipaw,22.6166,97.3003,"On 10 March 2021, in Hsipaw town (Hsipaw Township, Kyaukme District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds to disperse the crowd. No injuries reported. This was reportedly the first crackdown against demonstrations held in Hsipaw. [size=no report]",0 -10-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 10 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of civil disobedience movement. Military and police forces attempted to surround the demonstrators and fired rubber bullets, live rounds, tear gas, stun grenades and smoke bombs. One female protester sustained serious injuries after being shot with live ammunition. Security forces then raided homes in the area where demonstrators were hiding, and beat up demonstrators after taking them away. Between 100-200 people were arrested. [size=thousands]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 10 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets or live rounds, tear gas and smoke bombs to disperse the crowd. Two young protesters were reportedly arrested and beaten by security forces. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 10 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. About 20 protesters were arrested. The police and military also searched government staff housing where some civil servants who joined the civil disobedience movement stayed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 10 March 2021, in Dagon Myothit (North) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Police intervened and tear gas and stun grenades. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pathein,16.7792,94.7321,"On 10 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired gunshots to disperse protesters. Two protesters were injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Okpho,18.1278,95.6746,"On 10 March 2021, in Okpho town (Okpho Township, Thayarwady District, Bago Region), locals including Buddhist group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 7 Protesters were arrested. One of them - a Buddhist monastery student - was released. [size=no report]",0 -10-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Farmers (Myanmar),Taw Ma,21.6959,96.1287,"Around 10 March 2021 (as reported), in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), the Myanmar military beat five farmers, including an 18-year-old boy.",0 -10-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 10 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. As the Myanmar military and police intervened to crackdown demonstrators, the demonstrators protected themselves with makeshift roadblocks. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-); Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tada-U,21.819000000000003,95.9737,"On 10 March 2021, in Tada-U township (Kyaukse District, Mandalay Region), locals including students, monks, teachers and other civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired smoke bomb, tear gas and rubber bullets to disperse protesters. Several protesters were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taw Ma,21.6959,96.1287,"On 10 March 2021, in Taw Ma village (Sintgaing Township, Kyaukse District, Mandalay Region), locals including students gathered in two locations and held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and attempted to arrest protesters. Afterwards, the protesters dispersed. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 10 March 2021, in Mandalay city (Mandalay Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 10 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired tear gas and arrested 3 protesters during the protest. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 10 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. As protest leaders were negotiating with military and police forces to allow them to continue with the march, armed soldiers beat and arrested one person. The person was taken to Hakha police station. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 10 March 2021, in South Okkalapa township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukme,22.5392,97.0343,"On 10 March 2021, in Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), locals separated in 10 protest columns rode motorcycles in protest against Myanmar military coup and in support of the civil disobedience movement. The security forces fired a warning shot two times and about 10 protesters were also arrested. Some protesters were also trapped and in hiding. There were no security forces intervened to crackdown protest before 10 March [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 10 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 20 locals held a protest in front of the ward office in Ward 11 against the new ward administrator that had been appointed by the military. Police intervened and arrested three people. [size=about 20]",0 -10-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Dawei,14.0828,98.1915,"On 10 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), the Myanmar police in civilian clothing beat and arrested a protest leader. The incident happened after a protest in Dawei. He was approached while he was repairing his car at a workshop.",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 10 March 2021, in Myingyan town, Myingyan township (Myingyan district, Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Nearly 100 military forces and police officers intervened and fired tear gas and rubber bullets to disperse the crowd. Two demonstrators were injured. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Namhkan,23.8334,97.6798,"On 10 March 2021, in Namhkan town (Namhkan Township, Muse District, Shan State), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters to arrest them. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (South),16.8402,96.2258,"On 10 March 2021, in Dagon Myothit (South) township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired nearly 10 tear gas canisters and almost 10 rubber bullets to disperse the crowd. A total of 10 youths were arrested. Some were reportedly beaten when taken away. [size=no report]",0 -10-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Sagaing,21.8787,95.9796,"On 10 March 2021, in Sagaing (Sagaing township, Sagaing district, Sagaing region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested at least 4 students hiding at a monastery. [size=at least hundreds]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 9 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters and arrested about 10 protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals including university students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and blocked the area so that protesters who fled could not escape and exit the area. About 50 to more than 70 protesters were arrested, including about 45 people who were reportedly brutally beaten by military soldiers while detained by military soldiers. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mohnyin,24.7782,96.3686,"On 9 March 2021, in Mohnyin town, Mohnyin township (Mohnyin district, Kachin state), around 400 locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired rubber bullets and live rounds. A man was hit by a live bullet in his arm, and another woman was injured by at least three rubber bullets. Several protesters were arrested. [size=around 400]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 9 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), people including students held a demonstration against the Myanmar military coup and in support of civil disobedience movement. About 20 police officers and military soldiers arrived and destroyed the barricades set up by demonstrators. Security forces also fired tear gas, and either rubber bullets or live rounds, to disperse the crowd. At least three people were injured. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaungdon,17.0446,95.6396,"On 9 March 2021, in Nyaungdon town (Nyaungdon Township, Maubin District, Ayeyarwady Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired either rubber bullets or live rounds to disperse protesters. Seven protesters were arrested and one motorcycle was seized. [size=no report]",0 -9-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Myeik,12.4395,98.6003,"On 9 March 2021, in Myeik town, Myeik township, Myeik District, Tanintharyi Region, military and police forces detained around 45 protesters - including many students - at the Myeik's airbase. They were then beaten and tortured for hours while in custody. Male detainees were ordered to strip naked before they were beaten non-stop with belts, rifle butts, pipes, wooden sticks and chains. Many sustained severe wounds. A female detainee who had been shot by rubber bullets during the crackdown against the demonstration did not receive treatment for hours. Another female detainee suffered a skull fracture after being hit by a rifle butt. They were released later in the afternoon.",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 9 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals including students held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police fired gunshots and protesters dispersed. However, the protesters gathered again and continued marching. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Nyaunglebin,17.9536,96.7225,"On 9 March 2021, in Nyaunglebin town (Nyaunglebin Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired at least 10 gunshots to disperse protesters. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thazi,20.8501,96.0583,"On 9 March 2021, in Thaizi town (Thazi Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots. One civilian was injured. It is not reported if live or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town, Kyaukpadaung township (Nyaung-U district, Mandalay Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police intervened to disperse protesters and fired rubber bullets and live rounds at random to disperse the crowd. Three people were reportedly hit by gunfire, including one person was in serious condition after being hit by gunfire near the groin. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 9 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals including the Kayin Ethnic Group held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired 20 rounds of gunshots. It is not reported if live or rubber bullets were used. Two protesters were injured; three were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 9 March 2021, in Ahlone township (Yangon-West district, Yangon Region), people demonstrated against the military coup and in support of the civil disobedience movement. Police and military intervened to disperse protesters who then fled and hid in alleyways. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 9 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals protested against the occupation of several public buildings including hospitals and universities by military troops. The military fired either rubber bullets or live rounds to disperse the crowd. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 9 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers fired smoke bombs into the alleyways of a residential ward and arrested four people. [size=no report]",0 -9-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yebyu,14.6329,98.1076,"On 9 March 2021, in Kan Pauk village (Yebyu Township, Dawei District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police seized more than 300 motorcycles that belonged to protesters. Protesters demanded to return to the owners but the military and police intervened with gunshots to disperse them. The KNU also negotiated with the security officers. However, the security forces declined to return motorcycles to owners, saying that they were 'ordered' to seize. [size=no report] [armed presence]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyaukpadaung,20.8425,95.1322,"On 9 March 2021, in Kyaukpadaung town (Kyaukpadaung Township, Nyaung-U District, Mandalay Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces fired gunshots and three protesters were injured. It is not reported if live rounds or rubber bullets were used. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 9 March 2021, in Mandalay city (Mandalay region), locals gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked and dispersed them. [size=no report]",0 -9-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 9 March 2021, in Insein township (Yangon (north) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The security forced fired gunshots and tear gas. Four demonstrators were injured. It is not reported if live or rubber bullets were used. Makeshift roadblocks were also destroyed and three motorcycles were also seized. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Natogyi,21.4249,95.6596,"On 9 March 2021, in Natogyi town, (Natogyi township, Myingyan District, Mandalay region), more than one hundred locals separated into two protest columns held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=more than one hundred]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 9 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Military and police reportedly fired rubber bullets, tear gas and stun grenades to disperse the crowd. A female protester was hit by a rubber bullet. More than 10 youth protesters were arrested. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Loikaw,19.6742,97.2099,"On 9 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. It was reported that police and soldiers fired tear gas and rubber bullets to disperse the crowd. Between 20-30 people were injured. Two people were initially arrested but later released after demonstrators surrounded the police. A Catholic priest was at the scene to mediate and asked demonstrators to withdrew in order to avoid confrontation with security forces. [size=no report]",0 -9-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 9 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas at the crowd. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaingthayar,16.854,96.0689,"On 8 March 2021, in Hlaingthayar township (Yangon (north) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Security forces reportedly fired either rubber bullets or live rounds at protesters. At least 2 protesters were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. While looking for protesters who fled and were in hiding, security forces then entered the office of Mingalar Taung Nyunt Township EPC Office, punched and kicked about 10 civil servants in the office. Security forces targeted people wearing a yellow helmet as security forces reportedly thought them were protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Chanmyathazi,21.9394,96.0958,"On 8 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. A military vehicle in a security convoy reportedly deliberately rammed into a motorcycle with three people. One of the motorcyclists sustained serious injures. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas, stun grenades, rubber bullets and live rounds to disperse the crowd. One person was injured after being hit by a rubber bullet while another sustained serious injuries after being hit by a live bullet. At least five people were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 8 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with tear gas and live bullets. Two protesters died; 5 were wounded. Nearly 90 protesters were arrested [size=no report]",2 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyapon,16.2854,95.6788,"On 8 March 2021, in Pyapon town, Pyapon Township (Pyapon district, Ayeyarwady Region), locals including teachers protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired either rubber bullets or live rounds into the crowd. One person was killed, and six others were injured including two with serious injuries. About 100 protesters were arrested. [size=no report]",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), in the evening, locals gathered on the streets to protest against security forces trapping and besieging protesters in the neighborhood chanting, 'Free the students in Sanchaung', after hundreds of military troops (including from LID 77) and police forces blocked off streets in the township in an attempt to trap and arrest the demonstrators that had been protesting during the day. Security forces fired shots (rubber bullets or live rounds), stun grenades and conducted raids on houses to look for demonstrators who were in hiding. At least 50 people were arrested that night. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 8 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest march - either on foot or riding motorcycles - against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired either rubber bullets or live rounds to disperse the crowd. Five people were arrested. [size=hundreds]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Einme,16.8961,95.1804,"On 8 March 2021, in Einme town (Einme Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. 9 protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Wakema,16.6033,95.1827,"On 8 March 2021, in Wakema town (Wakema Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myaungmya,16.5835,94.9075,"On 8 March 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenade and rubber bullets to disperse protesters. Two protesters were arrested. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Maubin,16.7261,95.6484,"On 8 March 2021, in Maubin town (Maubin Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hinthada,17.6494,95.45700000000001,"On 8 March 2021, in Hinthada town (Hinthada township, Hinthada district, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. 22 protesters were arrested. Later, 21 of them were released. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pantanaw,16.9832,95.4652,"On 8 March 2021, in Pantanaw town (Pantanaw Township, Maubin District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired live bullets, sound grenades and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dedaye,16.4113,95.8857,"On 8 March 2021, in Dedaye town (Dedaye Township, Pyapon District, Ayeyarwady Region), thousands of people including formers students, teachers, health workers and other civil servants held a protest against Myanmar military coup. The Myanmar military and police blocked them and forcefully arrested three protesters. [size=thousands]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (Seikkan),16.8405,96.2726,"On 8 March 2021, in Dagon Myothit (Seikkan) township (Yangon (East) District, Yangon Region), at night, locals gathered to protest against security forces who had been heavily deployed in Sanchaung township in an operation aimed at trapping and arresting protesters who protested against the Myanmar military coup earlier in the day. Military and police forces reportedly fired live rounds but it was not reported if there were any injuries. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with tear gas and rubber bullets to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Labutta,16.1495,94.759,"On 8 March 2021, in Labutta town, Labutta Township (Labutta District, Ayeyarwady Region), locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired bullets at protesters. At least 10 protesters were injured and some others including civil servants were arrested. It was not reported if live bullets or rubber bullets were used. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), in commemoration of International Women's Day, locals led by women held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions; Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bago,17.3352,96.4813,"On 8 March 2021, in Bago city (Bago Township, Bago District, Bago Region), labour groups and students including members of ABFSU and other student unions held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with tear gas. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 8 March 2021, in Tamwe township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police forces intervened and arrested two people. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 8 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated the military coup and in support of the civil disobedience movement. Military and police forces intervened and fired either rubber bullets or live rounds to disperse the crowd. At least three people were injured. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), during daytime, people including students protested against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets, forcing protesters to flee and hide in nearby apartments. Protesters gathered again once the tension eased but security forces continued to crack down and gave chase to protesters. At noon, security forces cordoned off streets in the area, trapping hundreds of protesters. More security forces arrived in the evening to tighten security in the area in an effort to arrest all of the protesters who had been trapped in the area. The operation continued past midnight and over 50 protesters were arrested as security forces conducted door-to-door raids and checks on registration lists of residences. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mogaung,25.3054,96.9354,"On 8 March 2021, in Mogaung town (Mogaung Township, Mohnyin District, Kachin State), residents of Mogaung and Nammati towns gathered and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Four men and three female protesters were arrested during the protest. [size=no report]",0 -8-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 8 March 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas, smoke bomb and live bullets. Some protesters were injured and at least 10 others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwegu,24.2267,96.7908,"On 8 March 2021, in Shwegu town (Shwegu Township, Bhamo District, Kachin State), people held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with sound grenades and tear gas. 87 protesters - including a DVB journalist - were arrested. In the evening, 83 people including the journalist were released, while four others faced a lawsuit. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 8 March 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawbon,16.7819,96.1843,"On 8 March 2021, in Dawbon township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. The Myanmar military and police intervened and threw 10 sound grenades. Some shops were destroyed. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 8 March 2021, in Magway city (Magway Township, Magway District, Magway Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Military and police forces fired tear gas and arrested some protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Muse,23.9933,97.9103,"On 8 March 2021, in Muse town (Muse Township, Muse District, Shan State), about 2,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired protesters with three rounds of tear gas, sound grenade and rubber bullets. One protester was injured and some others were arrested. [size=about 2,000]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 8 March 2021, in Pakokku town (Pakokku township, Pakokku District, Magway region), residents and students gathered and protested against the Myanmar military occupation of the Pakokku University as their base camp. The Myanmar military and police dispersed protesters. Seven residents and students were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung township (Yangon (west) District, Yangon Region), locals gathered and held a sit-in protest until the next morning in solidarity with hundreds of peaceful protesters who had been trapped by security forces for several hours in the same township during a protest against the Myanmar military coup. Some protesters were arrested. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),NLD: National League for Democracy,Yangon,16.8052,96.1561,"Around 8 March 2021 (between 8 - 9 March), in Shwepyithar township (Yangon Region), an NLD official and vocational school founder was reportedly tortured and killed by police officers while held in police custody. He was first arrested by police officers during a raid in Shwepyithar township on 8 March and the township police station later informed his wife on 9 March to identify his body at Mingalardon military hospital. The wife stated that he appeared to have a bullet hole in his abdomen, although the military claimed that he was injured while trying to escape arrest. Authorities did not allow the wife to retrieve his body.",1 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 March 2021, in Nay Pyi Taw City, nearly 200 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired either rubber bullets or live rounds to disperse protesters. Some protesters were injured and some others were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pazundaung,16.7796,96.1744,"On 8 March 2021, in Pazundaung township (Yangon (East) District, Yangon Region), locals gathered and protested through the night in solidarity with hundreds of protesters who were trapped by security forces for several hours in Sanchaung Township of Yangon during a protest against the Myanmar military coup. Military forces took to the streets to stop the demonstration and destroyed at least 19 private cars parked on the road. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pinlon,20.991,97.53200000000001,"On 8 March 2021, in Pinlon town (Pinlon Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested at least 10 protesters. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Loilen,20.9227,97.565,"On 8 March 2021, in Loilen town (Loilen Township, Loilen District, Shan State), people including teachers protested against the military coup and in support of the civil disobedience movement. Police intervened and arrested three female protesters, including a teacher. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 8 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired tear gas and stun grenades to disperse the crowd. Six people were arrested. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 8 March 2021, in Taunggyi city (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters and arrested at least 50 people including two journalists. One journalist from Eastern Review released on the same day. [size=no report]",0 -8-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 8 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), in commemoration of International Women's Day, locals used traditional female skirts 'htamain' as flags and held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (assumed to be military and police) reportedly intervened. [size=no report]",0 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Students (Myanmar); Labour Group (Myanmar),Shwepyithar,16.955,96.0833,"On 8 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), the Myanmar military raided a vocational school and arrested the founder. Students at the school were also beaten.",1 -8-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 8 March 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), the Myanmar military and police who came to the township to disperse protesters entered the office of Mingalar Taung Nyunt Township EPC Office. The security forces punched and kicked about 10 civil servants in the office. Some government staff were in uniforms. The security forces targeted people wearing a yellow helmet as security forces reportedly thought they were protesters.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 7 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon-west district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police fired shots to disperse protesters. Some protesters were injured by gunshots. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with a sound grenade, tear gas, smoke bomb and live bullets. Some protesters were beaten and about 20 were also arrested. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town, Tilin township (Gangaw district, Magway region), locals protested in front of the township police station to demand the release of protesters who had been arrested and detained for protesting against the Myanmar military coup. Police fired at the protesters, killing one man. At least six others were injured, including three who were shot in the abdomen and three shot with live rounds. [size=no report]",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Health Workers (Myanmar); Government of Myanmar (2016-); Lawyers (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 7 March 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), people including teachers, students, health workers, government staff, lawyers staged a sit-in protest at the corner of 22nd Street and 88th Street against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces intervened to crack down and arrest protesters. As many as 90 people were arrested. Security forces also reportedly beat demonstrators with batons. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 7 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals protested against the military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 7 March 2021, in Thaketa township (East Yangon, Yangon region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas, rubber bullets, and stun grenades into the crowd to disperse the crowd, but demonstrators reconvened later in the day. Security forces also bulldozed barricades set up by demonstrators. Some injuries were reported. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 7 March 2021, in Bagan town (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Military and riot police intervened and fired tear gas and shots at the crowd. Security forces fired more than 30 shots - in addition to rubber bullets, it was believed that four live rounds were fired, after residents found live bullet shells. A boy was reportedly injured across his right cheek, while six people were arrested. Four or five motorbikes were confiscated. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thaton,16.9187,97.37,"On 7 March 2021, in Thaton (Thaton township, Thaton district, Mon state), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the protest by using slingshots and also beat up protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 7 March 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and removed hundreds of protesters by truck. [size=hundreds]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy,Hlaing,16.8479,96.1252,"On 7 March 2021, in Hlaing township (Yangon-West district, Yangon Region), military soldiers and police conducted a raid and arrested an NLD member. It was reported that his son had been a prominent voice in leading demonstrations against the military coup. The man was reportedly beaten up while he was taken away.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested over 20 protesters. Protesters later gathered to demand the release of those detained, and police intervened again with rubber bullets and tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"Around 7 March 2021 (as reported), in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the Myanmar military withdraw from the Ta Gaung Pagoda compound. Some protesters were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 7 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered and demanded the release of anti-coup activists arrested for demonstrating against the Myanmar military establishment of a base at Ta Gaung Pagoda compound. Demonstrators shot at security officers with slingshots while their leaders negotiated with the police officers. Police officers responded with gunshots. It is not reported if live rounds or rubber bullets were used. Two demonstraters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-East district, Yangon Region), military soldiers conducted a raid - reportedly to make arbitrary arrests - and fired either rubber bullets or live ammunition as they patrolled the streets in military trucks. An electricity blackout was also imposed during this time. At least one civilian was wounded. It was reported that the sound of gunfire was heard in other townships in Yangon such as Kyeemyindaing, South Okkalapa and Shwepyithar but no further reports of casualties were reported.",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 7 March 2021, in Ye town (Ye township, Mawlamyine District, Mon State), locals protested against the depoloyment of a dozen military soldiers at the township hospital. Military and police intervened and fired tear gas and rubber bullets at protesters. At least two people were injured. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 7 March 2021, in Shwepyithar Township (Yangon-north District, Yangon Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military forces arrived at the scene at around 2pm and fired tear gas to disperse the crowd. The Myanmar military and police fired shots. It is not reported if live rounds or rubber bullets were used. Hundreds of protesters were arrested. Seven people were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 7 March 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and used tear gas and sound grenades to disperse protesters. At least 10 people were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Loikaw,19.6742,97.2099,"On 7 March 2021, in Loikaw town (Loikaw township, Loikaw district, Kayah State), locals held a demonstration march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police fired shots, sound grenades and tear gas several times. Two people were injured. It is not reported if live rounds or rubber bullets were used. Some people were also arrested. Similarly, demonstraters also detained some police officers and demanded the arrested demonstraters must be released so that demonstraters will also release detained police officers. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 7 March 2021, in Mingalar Taung Nyunt township (East Yangon, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and fired tear gas to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 7 March 2021, in Mawlamyine town (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 18 protesters reportedly during the protest. 15 were released again and 3 others faced with a lawsuit under Article 505 (b) of the penal code. Restriction on gathering was tightened since 1 March in the city [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanlyin,16.7638,96.2518,"On 7 March 2021, in Thanlyin township (Yangon (South) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and navy soldiers intervened to disperse the protest. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 7 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened two times to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mohnyin,24.7782,96.3686,"On 7 March 2021, in Mohnyin (Mohnyin township, Mohnyin district, Kachin state), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to block the protest route. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 7 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades, tear gas and rubber bullets to disperse protesters. Two protesters were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 7 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and used tear gas and sound grenades to disperse protesters. [size=no report]",0 -7-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taikkyi,17.3126,95.9634,"On 7 March 2021, in Taikkyi town (Taikkyi Township, Yangon-north District, Yangon Region), locals including civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunshots, tear gas and sound grenade to disperse protesters. Some protesters were also beaten. 19 Protesters were arrested. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 7 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 7 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened, firing about 10 rounds of gunshots. It is not reported if live rounds or rubber bullets were used. Demonstraters also blocked roads with barricades and the police destroyed and set fire to the barricades Three demonstrators were arrested. [size=no report]",0 -7-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mayangone,16.8662,96.1426,"On 7 March 2021, in Mayangone township (Yangon (West) district, Yangon region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Riot police intervened and bulldozed protective barriers set up by demonstrators, and fired tear gas, smoke bombs and rubber bullets. At least five people were injured. At least four demonstrators were beaten and taken away by the police. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), locals including students held a protest demanding the Myanmar military to leave after they had occupied the Wai Bagi Hospital. The Myanmar military and police fired about 20 shots of either rubber bullets or live rounds to disperse protesters. Some protesters were injured. [size=no report]",0 -7-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,North Okkalapa,16.9188,96.163,"On 7 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), the Myanmar security forces fired gunshots at night. More than 5 people were injured. It is not reported if live or rubber bullets were used.",0 -7-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Tilin,21.6963,94.0927,"On 7 March 2021, in Tilin town (Tilin Township, Gangaw District, Magway Region), the Myanmar police approached a demonstrator's house at night. Residents in the neighbourhood took to the streets in an attempt to save the targeted person from being arrested. The police attacked them with live and rubber bullets. One person was killed and at least 7 were injured. Three others, including a woman, were also arrested.",1 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yenangyaung,20.465,94.8712,"On 7 March 2021, in Yenangyaung town (Yenangyaung Township, Magway District, Magway Region), locals including students held a protest demanding the Myanmar military leave the Yenangyaung University after troops had occupied the premises. The Myanmar military and police dispersed protesters with tear gas and rubber bullets. Two students were injured. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Private Security Forces (Myanmar); Teachers (Myanmar); ABFSU: All Burma Federation of Student Unions; Students (Myanmar),Military Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay City (Mandalay Region), locals, including teachers and students of ABFSU, gathered to protest the occupation at Mandalay Techonlogical University after military raided and seized control of the premises. Military forces reportedly fired tear gas and rubber bullets at protesters. Two people were reportedly injured by rubber bullets, including a security guard. Two teachers were also beaten by security forces. This was part of a coordinated deployment by military troops to occupy hospitals and other public buildings across Myanmar on the same day. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 7 March 2021, in Mandalay (Mandalay township, Mandalay district, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and arrested multiple protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sittwe,20.1462,92.8984,"On 7 March 2021, in Sittwe town, Sittwe township (Sittwe District, Rakhine State), youth held a 'Educational Free Talk' protest near the Sittwe View Point to advocate for education. They held placards during the protest. Security forces (assumed to be police) intervened and arrested 4 protesters. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thuwunnawady,17.0602,97.3048,"On 7 March 2021, in Thuwunnawady town (Thaton Township, Thaton District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. Afterwards, some KNU soldiers from brigade 1 intervened and negotiated with the police. Then, locals continued marching. [size=no report] [armed presence]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 7 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the deployment of military troops and police at Pakokku University, demanding security forces to withdraw from its premises. Police and military intervened and fired tear gas at demonstrators. [size=no report]",0 -7-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 7 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Security forces intervened and fired tear gas and stun grenades to disperse the crowd. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Pabedan,16.7803,96.1556,"On 6 March 2021, in Pabedan township (Yangon-West District, Yangon Region), military and police conducted raids in the township at night and arrested a NLD ward chair and he was reportedly violently beaten and kicked while being taken away from his home, according to eyewitnesses. He was also reportedly tortured during his detention at Pabedan police station. The police informed the family the next morning that he had fallen down and became unconscious and later died at a military hospital.",1 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 6 March 2021, in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with stun grenades, tear gas and gun. It is not known whether the security forces used live bullets. A rubber bullet injured one protester. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 6 March 2021, in Thaketa township (Yangon-East district, Yangon Region), locals demonstrated against the military coup and in support of the civil disobedience movement. Military and police intervened and fired tear gas and rubber bullets to disperse the crowd. One demonstrator was reportedly hit by rubber bullets four times. Barricades set up on one of the streets using sandbags were also bulldozed. Six people were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals gathered to protest the presence of military troops in a basic education school and a pagoda, after military raided and seized control of these facilities. Military forces reportedly cracked down on protesters and at least two people were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 6 March 2021, in Myanaung town (Myanaung Township, Hinthada District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police arrested 4 students. Arrestees were released after town elders negotiated with the security forces. The military and police also seized 27 motorcycles. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 6 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police blocked the road with water cannon and demonstraters also built barricades on road to protect themselves. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 6 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The security forces intervened with the sound grenade, tear gas and rubber bullet. Some protesters were also beaten and arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 6 March 2021, in Hlaing township, Yangon-West District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets and tear gas into the crowd to disperse the protest. Two youths were reported injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town (Myitkyina Township, Myitkyina District, Kachin State), locals gathered in front of Myitkyina University to help teachers who joined the civil disobedience movement as the Myanmar military and police conducted security measures in the university compound to reportedly give pressure to those teachers. The military and police fired gunshots as well as sound grenades. Some protesters were injured. It is not reported if the live rounds or rubber bullets were used. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 6 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), about 100 held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with a smoke bomb and about 10 rounds of gunshot. [size=about 100]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Bagan,21.1319,94.8625,"On 6 March 2021, in ancient Bagan city (Nyaung-U Township, Nyaung-U District, Mandalay Region), locals held a protest marched against the Myanmar military coup and in support of the civil disobedience movement. Although the Myanmar military and police intervened and tried to disperse protesters, protesters marched to a different location and curse the Myanmar military, and marched back. [size=thousands]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Madaya,22.2104,96.1064,"On 6 March 2021, in Madaya town (Maday Township, Pyin Oo Lwin District, Mandalay Region), locals gathered in front of the General Administration Office to demand the release of an NLD Township Chairman along with a medical doctor and deputy director of the Education Department who were arrested at night on the same day. Police fired gunshots and tear gas. It is not reported if live rounds or rubber bullets were used. Two protesters were injured. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 6 March 2021, Magway town (Magway Township, Magway District, Magway Region), locals including students held a sit-in protest in two locations to oppose the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),South Okkalapa,16.8462,96.1799,"On 6 March 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The security forces intervened to disperse protesters. However, protesters continued to gather and protest. [size=no report]",0 -6-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),NLD: National League for Democracy; Government of Myanmar (2016-),Yangon,16.8052,96.1561,"On 6 March 2021, in Yangon City (Yangon Region), military and police conducted raids in different townships, including Pazundaung, Kyauktada, Pabedan, Lanmadaw, Kyeemyindaing. It was reported that four NLD party members (including lawmakers) from Pabedan township and three from Kyauktada township were arrested and violently beaten during the arrests.",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwepyithar,16.955,96.0833,"On 6 March 2021, in Shwepyithar (Shwepyithar Township, Yangon-north District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets. At least 50 protesters were arrested. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 6 March 2021, in Mandalay city (Myanmar Region), locals held sit-in protests against the Myanmar military coup and in support of the civil disobedience movement in several wards or locations. The Myanmar military and police made arrests in several sit-in protest locations. The number of arrests was not reported. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 6 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -6-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 6 March 2021, in Insein Township (Yangon-north District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attempted to disperse demonstrators with more than 20 rounds of gunshots and tear gas. They also set fire to barriers on the road reportedly set up by demonstrators and seized steel shield used by demonstrators and arrested three young people. However, people continued to demonstrate and the security forces withdrew from the site at noon. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 6 March 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces arrested 9 protesters reportedly during the protest. But they were released again. [size=no report]",0 -6-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sagaing,21.8787,95.9796,"On 6 March 2021, in Sagaing town (Sagaing Township, Sagaing District, Sagaing Region), locals gathered and held a lamp-lighting event to honour the heroes killed in a recent crackdown against the anti-coup protesters. The Myanmar military and police violently crackdown and beat some of them. More than 10 people were arrested. [size=no report]",0 -5-Mar-21,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Pwintbyu,20.3633,94.6693,"On 5 March 2021, in Kyaung Kone Gyi village (Pwintbyu Township, Minbu District, Magway Region), a group of USDP supporters attacked NLD supporters with swords and machetes. Three NLD supporters (including a local NLD chair and his nephew) died and 7 others were injured. When the police and military came to retrieve the bodies, villagers blocked police car from leaving the scene after the police failed to make any arrests of the assailants. The police then arrested 11 villagers. [size=no report]",3 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi town, Chanmyathazi township (Mandalay District, Mandalay Region), people including engineers demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Demonstrators also set up barricades. Security forces (including police and military) intervened and opened fire at the crowd, killing one demonstrator. Some injuries were also reported but the exact number was not confirmed. Security forces also bulldozed barricades set up by demonstrators. [size=no report]",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-East district, Yangon Region), people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps and metal railings. Police intervened and fired tear gas, rubber bullets and stun grenades to disperse the crowd. [size=no report]",0 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 5 March 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), security forces consisting of the Myanmar military and police shot a man to death. He was shot to death by security forces while he was trying to help people stuck in a traffic jam.",1 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with rubber or live bullets. No injuries were reported. Two people, including a journalist, were arrested. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Meiktila,20.8778,95.8584,"On 5 March 2021, in Meiktila (Meiktila township, Meiktila division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested a journalist from Eleven Media Group who was covering the protest. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 5 March 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with tear gas and rubber bullets. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thaketa,16.793,96.20299999999999,"On 5 March 2021, in Thaketa township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police blocked protesters. [size=no report]",0 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 5 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), people - including members of the multi-ethnic group called General Strike Committee of Nationalities - held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using rubbish dumps, fences, wooden sticks and laid coconuts with nails on the ground during the demonstration. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -5-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 5 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -5-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot at protesters and two protesters died. [size=no report]",2 -5-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 March 2021, in Mandalay city (Mandalay region), a protester arrested by the security forces died in their custody.",1 -5-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kyeemyindaing,16.8146,96.1219,"On 5 March 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Security forces (military and police) intervened and arrested demonstrators. They also set fire to the barricades set up by demonstrators. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 4 March 2021, in Muse town (Muse Township, Muse District, Shan State), more than 300 people protested in front of Muse Hospital, demanding the hospital to reopen. The police intervened to disperse protesters. The hospital has been closed due to the ongoing civil disobedience movement where doctors and nurses at the hospital have gone on strike to protest against the military coup. [size=more than 300]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 4 March 2021, in Tamwe township (Yangon-East district, Yangon Region), hundreds of people including students' unions held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and rubber bullets to disperse the crowd. One protester was injured after being hit in the arm by a rubber bullet. [size=hundreds]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thingangyun,16.831,96.1932,"On 4 March 2021, in Thingangyun township (Yangon (East) District, Yangon Region), locals held in a sit-in demonstration against the military coup and in support of the civil disobedience movement. They set up barricades using wooden poles, sandbags and metal sheets. Police and military later arrived at the scene to clear the roads and disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 4 March 2021, in Pathein town (Pathein township, Pathein District, Ayeyarwady region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police shot at protesters but casualties are not known yet. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 4 March 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. Similar cases reportedly happened in other areas of Hpa-an Township. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 4 March 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals gathered to hold a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed as plainclothes Myanmar police officers arrived at the site. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 4 March 2021, in Pyinmana town (Pyinmana Township, Det Khi Na District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired guns with either rubber or live bullets to disperse protesters. Protesters were also arrested. The number of injured and arrested people is not known yet. No additional info about severity of injuries. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 4 March 2021, in Kawkareik Township (Kawkareik District, Kayin State), villagers marched to Kawkareik town to hold a protest with residents against the Myanmar military coup and in support of the civil disobedience movement. However, the military and police blocked the entrance gates of the town. Villagers, therefore, held a sit-in protest where the road was blocked. [size=hundreds]",0 -4-Mar-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 4 March 2021, in Man Daung (Muse Township, Muse District, Shan State), the Myanmar military forced and used three villagers as guides. They were released on the following day.",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ahlone,16.789,96.1265,"On 4 March 2021, in Ahlone Township (Yangon-West District, Yangon Region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyaung Kone,20.3784,94.6255,"On 4 March 2021, in Kyaung Kone village, Pwintbyu township (Minbu district, Magway Region), pro-democracy supporters gathered to demonstrate against the arrival of members from the military's State Administration Council when they visited their village. USDP members were also at the scene welcoming the military members. Both sides reportedly got into a fight before police and military personnel came and fired three shots to break up the crowd. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 4 March 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), people protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired stun grenades and tear gas to disperse protesters. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dagon Myothit (North),16.8808,96.1893,"On 4 March 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), people protested against Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) fired tear gas and stun grenades around noon to disperse the crowd. [size=no report]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 4 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -4-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 4 March 2021, in Sanchaung township (Yangon-West district, Yangon Region), thousands of people held a demonstration against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using sandbags and tyres. Police intervened and fired tear gas to disperse demonstrators, and also bulldozed the barricades. It was reported that demonstrators returned to demonstrate each time after police moved in to disperse the crowd or remove the barricades. [size=thousands]",0 -4-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 4 March 2021, in Insein township (Yangon-north District, Yangon Region), thousands of locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with gunfire with either rubber or live bullets and tear gas. Some protesters were injured (severity of injuries not reported). [size=thousands]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Mandalay,21.9747,96.0836,"Around 3 March 2021 (week of), in Mandalay city (Mandalay region), the Myanmar military and police caught a protester hiding in a canal and beat him with the butt of a gun.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myingyan,21.46,95.3884,"On 3 March 2021, in Myingyan town (Myingyan township, Myingyan division, Mandalay region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers fired tear gas and live rounds at protesters, killing one protester and wounding at least 9-19 other protesters. [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 3 March 2021 (between 28 February - 5 March), in Muse town (Muse Township, Muse District, Shan State), a man was reportedly tortured while in police custody. He was first arrested by police on 28 February for protesting against the Myanmar military coup. He later died on 5 March and police returned his body to the family, which appeared to be severely beaten with wounds and bruises all over his face, back and arms.",1 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervened and fired live rounds, killing one protester (a university student). [size=no report]",1 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Labour Group (Myanmar),Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), police and soldiers raided the office of the Free Funeral Services Society, a charitable organization offering free funeral services for protesters. They physically assaulted 10 staff members.",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Salin,20.5772,94.6593,"On 3 March 2021, in Salin town, Salin township (Minbu District, Magway Region), tens of thousands of villagers held a demonstration demanding the release of two people who were detained for being involved in demonstrations against the Myanmar military coup. Police intervened and fired stun grenades, tear gas, rubber bullets and live rounds to disperse demonstrators. About 25 bullets were reportedly fired. One demonstrator (an engineering student) was killed, and at least 5 people were injured, including one in critical conditions. Police claimed that demonstrators fired pellets using slingshots at them, injuring four police officers. [size=tens of thousands]",1 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), the security forces beat students who were detained in Insein prison. They had been arrested during the student-led protest held on 3 March in Tamwe township.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 3 March 2021, in Lashio town (Lashio Township, Lashio District, Shan State), about 200 youth held a protest riding motorbikes against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested one protester during the protest. [size=about 200]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-east District, Yangon Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot with gunfire to disperse protesters. Four aid workers were also beaten and arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 3 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas, slingshots and rubber bullets to disperse demonstrators. Protesters were hit by rubber bullets but the number of casualties was not reported. Many people were reportedly arrested. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 3 March 2021, in Dagon Myothit (North) township (Yangon-East District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired shots, though it was not reported if rubber bullets or live rounds were used. Two protesters were injured and taken to the hospital. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hpakant,25.6138,96.3148,"On 3 March 2021, in Hpakant town (Hpakant township, Mohnyin district, Kachin state), around 3,000 people including a police officer protested against the Myanmar military coup and in support of the civil disobedience movement. Police and military then fired tear gas and rubber bullets to disperse protesters. At least 10 protestors were injured, with two in critical conditions. [size=around 3,000]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals protested against the military coup and in support of the civil disobedience movement. Police fired shots to disperse the crowd, with at least 10 people reportedly injured. It was not clear if rubber bullets or live rounds were fired. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Hlaing,16.8479,96.1252,"On 3 March 2021, in Hlaing township (Yangon-West District, Yangon Region), police gave chase to a man and then fired shots, leaving the man in critical condition. It was not clear if live rounds or rubber bullets were fired and the reason for the police giving chase to the man. The reason for targeting the man was not reported.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 3 March 2021, in Tamwe township (Yangon-East District, Yangon Region), locals including students demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. At least 200-500 protesters - including members of several students' unions - were reportedly arrested. [size=no report]",0 -3-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),,Mawlamyine,16.4563,97.6469,"On 3 March 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mawlamyine region), police entered the neighbourhoods and raided civilian homes, and destroyed and confiscated properties. Several shots were fired, though it was not reported if rubber bullets or live rounds were used. Two people including a child were injured.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Health Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon-East District, Yangon Region), about 1000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. After a combined group of soldiers and police used tear gas and smoke bombs, they began shooting live ammunitions around at 1 pm at the protesters. AAPP reported 10 people killed - including one who later died on 4 March and another who died on 12 March, while some sources reported fatalities as high as 18. More than 100 young protesters were arrested and taken into military trucks. Police kicked and hit 3 emergency rescue workers with batons and rifle. At about 11pm, around 20 military trucks entered the township and started firing indiscriminately. [size=about 1000]",10 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 3 March 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces including police and about 100 soldiers were deployed at the scene. They then fired live rounds at protesters at around 11:30 am. AAPP reported at least eight people killed, while DVB reported nine people killed. Between 10-30 people were reportedly injured. Two other men were allegedly shot and dragged away by police. Following the intervention, protesters gathered again and continued protesting. [size=no report]",8 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), the security forces beat and arrested a journalist. He faced a lawsuit but the family were unable to contact him, according to his lawyer.",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Magway,20.1496,94.9325,"On 3 March 2021, in Magway town (Magway township, Magway district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and fired tear gas and rubber bullets to disperse the crowd. At least two people were injured - including a university student - when rubber bullets were fired at the crowd. At least fourteen youth were arrested, though the total number of arrests had not been confirmed. [size=no report]",0 -3-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using oil barrels, tyres, wooden pellets near the road leading to Aung Zeya Bridge to prevent security forces from entering. Military soldiers and police then intervened and fired tear gas and rubber bullets. Two vehicles on the road were also damaged by security forces. Some injuries and arrests were reported, but the exact numbers were not confirmed. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 3 March 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), nearly 10,000 people including teachers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened five times to disperse protesters, who continued to gather despite being dispersed. 46 protesters and teachers were reportedly arrested. Several motorbikes parked along nearby roads were also taken away by the police. [size=nearly 10,000]",0 -3-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Aid Workers (Myanmar),North Okkalapa,16.9188,96.163,"On 3 March 2021, in North Okkalapa township (Yangon (East) District, Yangon Region), the Myanmar military and police arrested three aid workers trying to assist demonstrators and kicked them many times. They also beat them with guns.",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taungdwingyi,20.0065,95.5453,"On 3 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), people including students and striking government staff protested against the Myanmar military coup and in support of the civil disobedience movement. During the protest, security forces (including police and military) fired live rounds to disperse the crowd. Protesters fled into nearby houses. Several people were injured. No arrests were made. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Shwebo,22.5692,95.6981,"On 3 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Insein,16.9018,96.096,"On 3 March 2021, in Insein township (Yangon-north District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened to disperse protesters. 16 protesters were injured and 37 were arrested. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myanaung,18.2869,95.3177,"On 3 March 2021, in Myanaung township (Hinthada district, Ayeyarwady region), locals including students marched in protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military soldiers intervened and arrested seven people during the protest. [size=no report]",0 -3-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 3 March 2021, in Pathein town (Pathein township, Pathein district, Ayeyarwady region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police then gave chase to protesters after protesters fled into nearby houses. Police then broke into houses, and beat up and arrested 16 people, including 14 students. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pyay,18.8246,95.2222,"On 3 March 2021, in Pyay town (Pyay Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military intervene to disperse the crowd. Security forces were seen beating up two protesters and a reporter, and the reporter's face was reportedly covered in blood. They were then arrested and taken away in a car. [size=hundreds]",0 -3-Mar-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Police Forces of Myanmar (2021-),Pyin Oo Lwin,22.035,96.4568,"On 3 March 2021, in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin district, Mandalay Region), locals apprehended two men who were reportedly police informants and tied them to poles along the streets. They then had their heads and eyebrows shaved and were tatooed by locals for reporting to the police on the ongoing civil disobedience movement. [size=no report]",0 -3-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 3 March 2021, in Mandalay city (Mandalay Region), two protest columns at 84-30 road and 62 road marched against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked them with gunfire. 3 protesters were killed. More than 10 people among protesters at 84-30 road and several other protesters at 62 roads were also injured. [size=no report]",3 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Amarapura,21.9071,96.0489,"On 2 March 2021, in Amarapura township (Mandalay district, Mandalay region), two military vehicles carrying at least 30 soldiers stormed into a neighbourhood in the township (also the consistutency of the arrested Mandalay Chief Minister) and fired more than 20 shots indiscriminately. Two people were injured after being shot in their abdomen and legs.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 2 March 2021, in Kyauktada township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They blocked one of the roads to prevent security forces from entering easily. Police and soldiers then came to disperse the crowd and gave chase to protesters. [size=no report]",0 -2-Mar-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 2 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), around 30,000 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired water cannon, tear gas, rubber bullets and live rounds to disperse protesters, according to medics on the ground. About 20 people were reportedly injured, including three people in critical conditions after being hit by live rounds. One of the injuried protesters died the following day. [size=around 30,000]",1 -2-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 2 March 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a 16-year-old teenage boy was shot dead by soldiers after he reportedly shouted slogans against the coup while a military truck drove past. Two other young men were also reportedly beaten by soldiers.",1 -2-Mar-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),,Gangaw,22.1742,94.1358,"On 2 March 2021, in Shone Shi village, Gangaw township (Gangaw District, Magway Region) (coded as Gangaw), more than 70 police and military soldiers entered the village and fired tear gas, rubber bullets and live ammunition. Four villagers were hit by rubber bullets. Power was also cut during this period. The reason for the raid was not reported.",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 2 March 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including military and police) intervened and fired tear gas, rubber bullets and used stun grenades to disperse protesters. No arrests were made. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Yesagyo,21.6335,95.2417,"On 2 March 2021, in Yesagyo town, Yesagyo township (Pakokku District, Magway region), as many as 4,000 locals protested against Myanmar military coup and in support of the civil disobedience movement. Police and military then intervened and fired five shots to disperse protesters. It was not clear if live rounds or rubber bullets were fired. One person was arrested. [size=as many as 4,000]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 2 March 2021, in Dawei town, Dawei township (Dawei district, Tanintharyi Region), locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 2 March 2021, in Taunggyi town (Taunggyi township, Taunggyi district, Shan state), hundreds of locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired rubber bullets to disperse protesters. One protester (a student) was reportedly injured. Police then searched through nearby shops where protesters were hiding, forcibly breaking down iron gates and removing CCTV and damaging properties in the shops. 30 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mingalar Taung Nyunt,16.7889,96.1679,"On 2 March 2021, in Mingalar Taung Nyunt township (Yangon-East District, Yangon Region), people protested near Yuzana Plaza against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened and fired rubber bullets to disperse the crowd. Six were injured after being hit by rubber bullets, while at least 8 people were arrested. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Hlaing,16.8479,96.1252,"On 2 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Armed police and soldiers from the 77th Light Infantry Division intervened and used smoke grenades and tear gas to disperse the crowd. Shots were also fired during the protest, but it was not clear if rubber bullets or live rounds were used. At least five people were injured, and at least five people were arrested. In the evening, security forces reportedly stormed neighbourhoods in the township and opened fire as residents were carrying out pot-banging to protest against the coup. It was not known if rubber bullets or live rounds were fired. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hpakant,25.6138,96.3148,"On 2 March 2021, in Hpakant town (Hpakant Township, Mohnyin District, Kachin State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse protesters. [size=no report]",0 -2-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 2 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and fired tear gas and rubber bullets to disperse demonstrators. At least 15 youth demonstrators were arrested. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 1 March 2021, in Kamayut township (Yangon-West District, Yangon Region), people gathered at the Hledan intersection to protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. Demonstrators fled before regrouping to continue protesting. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 1 March 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), locals held a protest against the military coup and in support of the civil disobedience movement. Some people were arrested by the police during the protest. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), at around 10:45pm, the house of a journalist was raided by soldiers and armed police officers in 7-8 military vehicles. His house was reportedly pelted with stones, and gunshots were fired outside his house, as seen in a live video recorded by the journalist himself which had since gone viral. It was not clear if the gunshots were rubber bullets or live rounds. Doors and windows of the house were damaged, and the journalist was forcibly taken away and had since been detained.",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kale,23.1568,94.1222,"On 1 March 2021, in Kale town (Kale Township, Kale District, Sagaing Region), people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and soldiers intervened, fired tear gas and arrested two protesters during the protest. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); KBC: Kachin Baptist Convention; Baptist Christian Group (Myanmar); Kachin Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 1 March 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and fired tear gas. After some protesters fled into a Kachin Baptist Church, around 30 police officers then forcefully stormed into the church and broke down its front gate with their car. Three shots were fired, reported to be rubber bullets. They reportedly beat up protesters and non-protesters and arrested 10 people, including four Kachin Baptist ministers and two other people who were not involved in the protest. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 1 March 2021, in Sanchaung township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Police then intervened and used stun grenades and fired tear gas and rubber bullets to disperse demonstrators. A journalist was hit by rubber bullets despite waving his press card. Police also bulldozed the barricades that were set up by demonstrators. More than 20 demonstrators were arrested in the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), around 30 soldiers and police entered at least three wards and shot at houses with guns, destroyed furniture and motorcycles. It was reported that at least three houses in one of the wards were left with several bullet holes. Residents were also beaten, including a teenager who suffered a rubber bullet wound to his cheek. At least four men were detained. At one of the houses, security forces beat up a married couple and took away 400,000 kyats in cash.",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 1 March 2021, in Hlaing township (Yangon-West District, Yangon Region), people demonstrated against the Myanmar military coup and in support of the civil disobedience movement. Barricades were constructed by demonstrators using metal gates, metal sheets and wooden poles. Police intervened and used stun grenades and tear gas to disperse the crowd. Injuries were reported, but it was not clear how many were injured. At least 20 demonstrators were arrested during the crackdowns in Sanchaung and Hlaing townships. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Shwebo,22.5692,95.6981,"On 1 March 2021, in Shwebo town, Shwebo township (Shwebo district, Sagaing region), locals marched in protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police intervened and arrested some protesters. A total of 31 protesters were arrested between 1 March and 7 March. [size=no report]",0 -1-Mar-21,Riots,Violent demonstration,Rioters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 1 March 2021, in Myeik town, Myeik township (Myeik District, Tanintharyi Region), locals demonstrated against the Myanmar military coup and in support of the civil disobedience movement. They set up barricades using wooden pellets and bamboo poles against the police and soldiers. Police and soldiers later bulldozed the barricades. [size=no report]",0 -1-Mar-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 1 March 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using tear gas. 23 protesters were arrested - 19 of them were released the next day. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Sanchaung,16.8038,96.1373,"On 28 February 2021, in Sanchaung Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas to disperse the crowd. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pyay,18.8246,95.2222,"On 28 February 2021, in Pyay town (Pyi Township, Pyay District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with rubber bullets. At least 2 protesters were injured. A reporter was reportedly shot by rubber bullets while covering the protest. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Dawei,14.0828,98.1915,"On 28 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), about 400,000 locals including civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police shot protesters rubber bullets and tear gas, reportedly also with a live bullet. About 67 protesters were injured and bout 20 were also arrested. At least 4 protesters died, while local media DVB reported 5 fatalities. [size=about 400,000]",4 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyeemyindaing,16.8146,96.1219,"On 28 February 2021, in Kyeemyindaing township (Yangon (West) District, Yangon Region), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. The Myanmar police intervened with gunfires, tear gas and stun bomb. A teacher died from a heart-attack owing to the attack. About seven other teachers were arrested. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thingangyun,16.831,96.1932,"On 28 February 2021, in Thingangyun township (Yangon (East) district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. At least one protester died. [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 28 February 2021, in Bago town (Bago Township, Bago District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police attacked protesters with live and rubber bullets. Three protesters died and at least 13 others were injured. [size=no report]",3 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 28 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least one protester died [size=no report]",1 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 28 February 2021, in Kamayut township (Yangon (West) District, Yangon region), demonstrators gathered in Hledan to protest against Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot at protesters. At least 2 protesters died. [size=no report]",2 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mandalay,21.9747,96.0836,"On 28 February 2021, at 40 A street located between 64 and 65 streets in Mandalay city (Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters. At least two protesters died while one local media reported three fatalities. 16 others were injured. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gangaw,22.1742,94.1358,"On 28 February 2021, in Gangaw town, Gangaw township (Gangaw District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired tear gas and rubber bullets to disperse the crowd. One protester was arrested and later released on bail. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 28 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals including students held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. More than 70 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),ALD: Arakan League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 28 February 2021, in Toungup town (Toungup Township, Thandwe District, Rakhine State), about 40 locals including a member of ALD protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two leaders while they were gathering people for protest. [size=about 40]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 28 February 2021, in Kyauk Myaung ward (Tamwe township, Yangon (East) district, Yangon region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. No reports about injuries. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tatkon,20.1318,96.1997,"On 28 February 2021, in Tatkon Township (Oke Ta Ra District, Nay Pyi Taw), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened with tear gas and arrested eight protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,South Okkalapa,16.8462,96.1799,"On 28 February 2021, in South Okkalapa township (Yangon-east District, Yangon region), locals held against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (South),16.8402,96.2258,"On 28 February 2021, in Dagon Myothit (South) township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police used gunfire with live bullets to disperse protesters. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), locals including students held a protest against the military coup and in support of the civil disobedience movement. The Myanmar military and police intervened with rubber bullets, water cannons and tear gas. At least 30 protesters were injured (no additional information about severity of injuries). 6 students and two women were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yankin,16.8236,96.1627,"On 28 February 2021, in Yankin township (Yangon-east District, Yangon Region), locals held protests against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police intervened and arrested at least 50 protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 28 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces shot protesters to disperse them. At least five protesters died. [size=no report]",5 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),Journalists (Myanmar),Lay Myay,22.3218,95.0334,"Around 28 February 2021 (as reported), in Lay Myay village (Budalin Township, Magway District, Sagaing Region), a soldier from the Myanmar military beat up a CEO of a news agency.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 28 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 100,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters and arrested at least 10 protesters. DKBA (Benevolent) troops which were deployed at the scene verbally confronted Myanmar police over the arrests of protesters. Afterwards, protesters gathered again with about 100,000 people for the second time in a day. [size=about 100,000] [armed presence]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 28 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. A protester died and another one was injured. DVB reported that another protester was shot in the neck and taken away by security forces to a military hospital later died on 16 March. 2 fatalities in total. [size=no report]",2 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Falam,22.910999999999998,93.6803,"On 28 February 2021, in Falam town (Falam Township, Falam District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired tear gas and smoke bombs at protesters. Three youth protesters were arrested during the protest. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 28 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters but there were no arrests. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Botahtaung,16.7719,96.1697,"On 28 February 2021, in Botahtaung township (Yangon (East) district, Yangon region), locals including foreign language students and engineer students staged a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and blocked protest columns. Some protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Taunggyi,20.7892,97.0378,"On 28 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), tens of thousands of people including students and civil servants protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters using tear gas, stun grenades. Live rounds were reportedly fired, although only injuries from the tear gas were reported. Security forces arrested more than 40 protesters. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Pa-Oh Ethnic Group (Myanmar); Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Hpa-an,16.8895,97.6348,"On 28 February 2021, in Hpa-an town (Hpa-an Township, Hpa-an District, Kayin State), locals - including teachers, university students and ethnic Pa-Oh people - protested against the Myanmar military coup and in support of the civil disobedience movement. Police intervened to disperse the crowd by using tear gas and arrested at least 80 people. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 28 February 2021, in Hakha town (Hakha Township, Hakha District, Chin State), locals held a protest against Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters using water cannons. Protesters continued protesting after the intervention. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Matupi,21.6047,93.4409,"On 28 February 2021, in Matupi town (Matupi Township, Mindat District, Chin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Riot police reportedly fired either live rounds or rubber bullets. No injury reported. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ingapu,17.8098,95.2692,"On 28 February 2021, in Ingapu town (Ingapu Township, Hinthada District, Ayeyarwady Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 19 people. One of them was later released on bail while 18 others were charged under Section 505(a) of the Penal Code. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mingalar Taung Nyunt,16.7889,96.1679,"On 28 February 2021, near Mingalar Market in Mingalar Taung Nyunt Township (Yangon-east District, Yangon Region), locals including students held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters and dispersed them with tear gas. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Lashio,22.9359,97.7498,"On 28 February 2021, in Lashio town, Lashio township (Lashio District, Shan State), locals held a sit-in protest in front of Lashio's No. 1 police station to demand the release of demonstrators who had been detained for joining protests against the Myanmar military coup and in support of the civil disobedience movement. Police cracked down on protesters and arrested one man. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 28 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with stun grenades and smoke bombs. Four protesters were injured (not life-threatening) and at least 5 protesters were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-); Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Pathein,16.7792,94.7321,"On 28 February 2021, in Pathein town (Pathein Township, Pathein District, Ayeyarwady Region), tens of thousands of locals including teachers and civil servants held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened with rubber bullets and tear gas, and arrested more than 20 protesters including teachers. Some protesters were injured. A journalist was also arrested while he was reporting on the protests. He remained detained in Pathein Prison as of 1 March 2021. [size=tens of thousands]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Insein,16.9018,96.096,"On 28 February 2021, in Insein (Insein Township, Yangon (North) District, Yangon Region), locals including students held a protest march against the military coup and in support of the civil disobedience movement. The Myanmar police intervened and fired shots using either rubber bullets or live rounds, tear gas and dispersed protesters. Some protesters were also injured (no additional information about severity of injuries) and several young people were arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Thanbyuzayat,15.9689,97.7274,"On 28 February 2021, in Thanbyuzayat town (Thanbyuzayat Township, Mawlamyine District, Mon State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police dispersed protesters with three stun grenades. Two protesters were also arrested. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Kawkareik,16.5555,98.24,"On 28 February 2021, in Kawkareik town, Kawkareik Township (Kawkareik District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police attempted to disperse the crowd and arrested 11 protesters (including 2 teachers). As police took them away to a truck, protesters demanded the release of the two teachers. Police then fired water cannons, tear gas and reportedly fired shots into the crowd and arrested more people. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Ye,15.2465,97.8551,"On 28 February 2021, in Ye town (Ye Township, Mawlamyine District, Mon State), about 20,000 locals held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot at protesters with guns with rubber or live bullets, and one protester was injured (no additional info about severity of injuries). Protesters were also fired water cannons. [size=about 20,000]",0 -28-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),Journalists (Myanmar); Prisoners (Myanmar),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), security forces, reportedly a combined forces of the Myanmar military and police, detained and beat up a journalist.",0 -28-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 28 February 2021, Hlaing township (Yangon-west District, Yangon Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police intervened to disperse protesters. [size=no report]",0 -28-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 28 February 2021, in Myitkyina town, Myitkyina township (Myitkyina district, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police and military troops cracked down on protesters and fired shots and tear gas to disperse the crowd in the morning. It was not reported if live rounds or rubber bullets or used. Security forces arrested and detained 72 protesters, including a journalist. They were released later in the evening. At least five people were reportedly injured and taken to the hospital. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Mon Ethnic Group (Myanmar),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 27 February 2021, in Sanchaung township (Yangon-west District, Yangon Region), people from different ethnic groups gathered and protested against Myanmar military coup and in support of the civil disobedience movement. Hundreds of ethnic Mon protesters also participated in commemoration of Mon National Day and to protest against the coup. Security forces intervened with tear gas, stun grenades and rubber bulets. Several protesters were arrested, including at least three journalists. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Monywa,22.1086,95.1358,"On 27 February 2021, in Monywa town, Monywa township (Monywa District, Sagaing Region), thousands of people led by students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened and shot protesters to disperse them. At least two protesters were hit by bullets, and ten others sustained minor injuries. A woman was reportedly died from her bullet wound. About 150 protesters were also arrested. A local media reported that their CEO was beaten and arrested while livestreaming the crackdown. [size=thousands]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Magway,20.1496,94.9325,"On 27 February 2021, in Magway town, Magway township (Magway District, Magway Region), locals held a protest against the military coup and in support of the civil disobedience movement. Police intervened with tear gas to disperse protesters. At least 10 people were arrested including a journalist. The journalist was later released. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Kamayut,16.8277,96.1324,"On 27 February 2021, at Kamayut Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces intervened with tear gas and stun bomb. Several protesters were arrested. Two journalists - including one from AP and one from Myanmar Pressphoto Agency - were arrested while covering the protest. One of them was later released on 24 March 2021. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 27 February 2021, at 88 and 33 street in Chanayethazan township (Mandalay District, Mandalay Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked their way [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kyauktada,16.7743,96.1616,"On 27 February 2021, in Kyauktada Township (Yangon (West) District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed protesters with tear gas and rubber bullets. Some protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Yinmarbin,22.0831,94.9021,"On 27 February 2021, in Yinmarbin township (Yinmarbin District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters for the first time since the protest in the town started. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 27 February 2021, between 38 and 86 streets in Mahaaungmyay township (Mandalay District, Mandalay Region), thousands of people held a general protest against the Myanmar military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar police blocked them their way. [size=thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Lashio,22.9359,97.7498,"On 27 February 2021, Lashio town (Lashio Township, Lashio District, Shan State), held a protest against the military coup and in support of the civil disobedience movement. Protesters dispersed after the Myanmar military and police approached protesters to arrest them. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Dawei,14.0828,98.1915,"On 27 February 2021, in Dawei town (Dawei Township, Dawei District, Tanintharyi Region), tens of thousands of locals including students, teachers and civil servants held a protest march against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police dispersed protesters with tear gas and warning shots. Six protesters were injured and about seven protesters were arrested. [size=tens of thousands]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myeik,12.4395,98.6003,"On 27 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police and Myanmar military intervened and beat some protesters. At least 10 protesters were also arrested. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 27 February 2021, in Myitkyina city (Myitkyina township, Myitkyina District, Kachin state), tens of thousands of locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested at least nearly 80 protesters including a 12-year-old protester [size=tens of thousands].",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and police dispersed protesters with gunfire with either rubber or live bullets. No additional information about injuries. Fifteen protesters were arrested during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hkamti,25.8559,95.7059,"On 27 February 2021, in Hkamti town, Hkamti township (Hkamti District, Sagaing Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar Police blocked and arrested some of the protesters. The Myanmar police and protest leaders negotiated. Afterwards, protesters dispersed. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Farmers (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Maubin,16.7261,95.6484,"On 27 February 2021, in Maubin township (Maubin district, Ayeyarwaddy region), locals including engineers, students and farmers held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police blocked protesters. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyinegyun,16.3789,95.2629,"On 27 February 2021, in Mawlamyinegyun township (Labutta district, Ayeyarwaddy region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested 17 protesters including 9 women reportedly during the protest [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Dagon Myothit (North),16.8808,96.1893,"On 27 February 2021, in Dagon Myothit (North) (Yangon-East District, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Tamwe,16.8102,96.1765,"On 27 February 2021, in Tamwe township (Yangon-east district, Yangon region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Kawthoung,9.9824,98.5503,"On 27 February 2021, in Kawthoung town (Kawthoung Township, Kawthoung District, Tanintharyi Region), locals held a protest against the military coup and in support of the civil disobedience movement. The Myanmar police arrested some protesters reportedly during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Bahan,16.8106,96.1574,"On 27 February 2021, in front of the Singapore Embassy in Bahan township (Yangon-east District, Yangon Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested some protesters. The Myanmar police arrested a total of 166 protesters including 60 women protests in several locations across Yangon on this day. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 27 February 2021, in Hakha city (Hakha Township, Hakha District, Chin State), locals including civil servants and students held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police intervened and dispersed protesters. Some protesters were arrested, along with a journalist. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Health Workers (Myanmar); Aid Workers (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Pakokku,21.3349,95.0844,"On 27 February 2021, in Pakokku city (Pakokku District, Magway Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Security forces dispersed protesters and arrested seven protesters, including two members of the Myanmar Red Cross Society and 3 health workers. [size=no report]",0 -27-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Mawlamyine,16.4563,97.6469,"On 27 February 2021, in Mawlamyine city (Mawlamyine Township, Mawlamyine District, Mon State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military and police shot protesters with guns. One protester died. [size=no report]",1 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Waingmaw,25.3502,97.4384,"On 27 February 2021, in Waingmaw town, Waingmaw township (Myitkyina District, Kachin State), locals protested against Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested two protesters, including teachers. Arrestees were sent to Myitkyina prison. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 27 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested 15 protesters during the protest. [size=no report]",0 -27-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Ye,15.2465,97.8551,"On 27 February 2021, in Ye Township (Mawlamyine District, Mon State), about 30,000 locals including civil servants and villagers held a protest march against the Myanmar military coup and in support of the civil disobedience movement. After marching in the city, about 40 police officers arrived at the gathering point and dispersed protesters. [size=about 30,000]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Ngape,20.0753,94.4676,"On 26 February 2021, in Ngape town, Ngape township (Minbu District, Magway Region), protesters held a sit-in protest in front of the Ngape Township Police Station to demand for the release of a philanthropist detained for opposing the coup. They had been protesting since 3pm on 25 February. At around 10:30am, police cracked down on the protest by firing tear gas, with 2 protesters sustaining head injuries. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Taunggyi,20.7892,97.0378,"On 26 February 2021, in Taunggyi town (Taunggyi Township, Taunggyi District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar police arrested a 16-year-old protester during the protest [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 26 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay Region), locals including Buddhist monks gathered near Diamond Plaza against the Myanmar military coup and in support of the civil disobedience movement. Monks attempted to negotiate with police for the rally to proceed but police called for the crowd to disperse. As the crowd was dispersing, police fired slingshots at protesters and fired into the air three times - it was not clear if rubber bullets or live rounds were fired. Flash bang grenades were also used, while local residents later found bullets, shell casings and other projectiles. At least six people were arrested. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 26 February 2021, in Hakha town (Hakha township, Hakha district, Chin state), about 2,000 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and fired water cannons to disperse protesters. [size=about 2,000]",0 -26-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Kamayut,16.8277,96.1324,"On 26 February 2021, in Kamayut township (Yangon (West) district, Yangon region), demonstrators held a sit-in at the Hledan intersection against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them, reportedly beating demonstrators with batons. Police also fired warning shots with rubber bullets and used stun grenades. Some demonstrators reportedly retaliated by firing pellets using slingshots. Following the confrontation, a smaller group of demonstrators gathered again at the intersection chanting slogans, before police dispersed the crowd by firing rubber bullets into the crowd. At least 8 demonstrators were arrested. [size=no report]",0 -26-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Mahaaungmyay,21.9589,96.0912,"On 26 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay District, Mandalay Region), people protested against the Myanmar military coup and in support of the civil disobedience movement. Security forces (including the military and police) fired live rounds and rubber bullets to disperse protesters. At least one person was injured, sustaining a gunshot wound to his leg. 'Truckloads' of people were reportedly arrested following the confrontation. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hlaing,16.8479,96.1252,"On 26 February 2021, in Hlaing township (Yangon (West) district, Yangon region), people gathered for a protest rally against the military coup and in support of the civil disobedience movement at the intersection of Insein Road and Station Road. Police then stormed the rally and used smoke bombs and shot into the air to disperse the crowd. It was not clear if rubber bullets or live rounds were used. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyinmana,19.7381,96.2074,"On 26 February 2021, in Pyinmana town, Pyinmana township (Det Khi Na District, Nay Pyi Taw Region), people staged a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement. Police dispersed the crowd by firing guns and using stun grenades. It was not clear if rubber bullets or live rounds were fired. At least 20 protesters were arrested, with about 30 motorbikes seized from the protest. [size=no report]",0 -26-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Police Forces of Myanmar (2021-),,Sanchaung,16.8038,96.1373,"On 26 February 2021, in Sanchaung township (Yangon (West) district, Yangon region), 1,000 people protested against the military coup and in support of the civil disobedience movement. Police then charged at the crowd in an attempt to disperse them. An unknown number of people were arrested, including two journalists who were briefly detained before being released after presenting their press credentials. A Japanese journalist was also arrested and taken to the police station before he was released. [size=1,000]",0 -25-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar); NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Kyauktada,16.7743,96.1616,"On 25 February 2021, in Kyauktada township (Yangon(West) district, Yangon region), hundreds of pro-military supporters -- some of whom were later found to be carrying materials suggesting that they were USDP members -- held a march to Sule Pagoda in the morning in support of the military coup. Meanwhile, anti-military demonstrators gathered to carry out pot-banging arms to express their opposition to the group. During the rally, pro-military demonstrators reportedly destroyed some cars with NLD decals and threw a rock at a photo journalist. Pro-military demonstrators armed with machetes and wooden clubs also charged towards bystanders and other anti-military demonstrators. A man was hit with stones and wooden clubs after he tried to block the pro-military mob from charging at others. He was bleeding from his mouth and suffered fracture in his arm. Some cameras and equipment of journalists were destroyed. Police deployed at the scene reportedly stood by without intervening and also removed barricades for the pro-military rally to pass through a blocked road. [size=no report]",0 -25-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),Government of Myanmar (2016-),Mingalar Taung Nyunt,16.7889,96.1679,"On 25 February 2021, in Mingalar Taung Nyunt township (Yangon (East) district, Yangon region), shortly after demonstrators held a pro-military rally around Sule Pagoda, a pro-military group gathered at the Central Railway Station and government railway workers residing at the quarters carried out pot-banging to oppose their presence, resulting in clashes with both sides throwing stones at each other. Pro-military group also hurled sticks and knives at government railway workers. As many as 30 residents were injured. Residents stated that they found items on the pro-military group that were used at the earlier rally, and evidence suggesting that they were members of the military-backed USDP. 23 pro-military supporters were caught by residents and handed over to the police. [size=no report]",0 -25-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Thuwunnawady,17.0602,97.3048,"On 25 February 2021, in Thuwunnawady town (Thaton town, Thaton district, Mon State), pro-military supporters held a protest march in support of the Myanmar military coup. As they were passing through town, locals gathered to voice opposition to their presence and also in support of the civil disobedience movement against the military coup. [size=no report]",0 -25-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Tamwe,16.8102,96.1765,"On 25 February 2021, in Tamwe town, Tamwe township (Yangon (East) district, Yangon region), locals gathered to protest against the newly-appointed ward administrator by the military. Security forces (including police and military) dispersed the crowd by using flash bangs and firing warning shots using live ammunitions into the air at the corner of Aung Mingalar Road and Hnin Si Road in the evening. Gunfire was reportedly heard again at around 1am, until the police and military left at 2am. At least 30 people were arrested throughout the night - two street vendors in the area were reportedly taken away, with their money taken away by the police. No injuries reported. [size=no report]",0 -24-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Kawthoung,9.9824,98.5503,"On 24 February 2021, in Kawthoung township (Kawthoung District, Tanintharyi Region), about 300 pro-military supporters riding in cars and on motorcycles held a protest in support of the Myanmar military coup. As they were attempting to enter the town, residents carried out pot-banging to protest against their arrival and blocked the roads using cars and motorcycles, forcing the pro-military supporters to turn back. [size=about 300]",0 -24-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Minbu,20.1806,94.876,"On 24 February 2021, in Minbu town (Minbu township, Minbu district, Magway region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 7 protesters. All of them were released later in the evening on the same day. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),USDP: Union Solidarity and Development Party,Protesters (Myanmar),,Pakokku,21.3349,95.0844,"On 23 February 2021, in Pakokku town (Pakokku township, Pakokku district, Magway region), pro-military supporters gathered in cars inside the USDP office and then held a protest march around the city in support of the military coup and the State Administration Council. As they were passing through the city, residents against the military coup protested through pot-banging in front of vehicles carrying military supporters. [size=no report]",0 -23-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Lashio,22.9359,97.7498,"On 23 February 2021, in Lashio town (Lashio Township, Lashio District, Shan State), around 500 people held a protest against the Myanmar military coup and in support of the civil disobedience movement. Meanwhile, 1,000 pro-military supporters also rallied to show their support for the military. [size=around 1,500]",0 -23-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 23 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held motorcycle campaigns as well as a sit-down protest against the Myanmar military coup and in support of the civil disobedience movement. The Myanmar military flew fighter jets and helicopters above the city. The military also shot protesters with a slingshot. One woman sustained minor injuries after being hit in the forehead from the slingshot. [size=no report]",0 -22-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Taungdwingyi,20.0065,95.5453,"On 22 February 2021, in Taungdwingyi town, Taungdwingyi township (Taungdwingyi District, Magway Region), a man was attacked by pro-military supporters using slingshots after he was seen recording a video on his phone. He sustained injuries in his eye and was reportedly blinded. [size=no report]",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 22 February 2021, in Nay Pyi Taw city, reportedly close to a million students, government employees and residents held a protest march against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. Between 200 to 300 protesters, mostly women, were arrested. [size=close to a million]",0 -22-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Myitkyina,25.3832,97.3963,"On 22 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), the Myanmar military shot with a slingshot at a young boy. He was taken to a hospital and had four stitches. The incident happened as a young boy got out and looked at the Military truck with soldiers.",0 -22-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Pyinmana,19.7381,96.2074,"On 22 February 2021, in Pyinmana township (Det Khi Na District, Nay Pyi Taw), about 100,000 people held a sit-in protest against the Myanmar military coup and in support of the civil disobedience movement, as part of the nationwide '22222' general strike. The Myanmar military and police intervened and police arrested between more than 100 to nearly 200 protesters during the protest, including 8 of them who were charged under the Natural Disaster Management Law. Police also confiscated many motorcycles and allegedly asked for 100,000 kyats for each motorcycle to be returned. [size=about 100,000]",0 -21-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Tee Ma,23.7686,98.0164,"On 21 February 2021, near Tee Ma village (Muse Township, Muse District, Shan State), the Myanmar military shelled from the People's Militia base. One villager was injured.",0 -21-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mohnyin,24.7782,96.3686,"On 21 February 2021, in Mohnyin town (Mohnyin township, Mohnyin district, Kachin State), locals held a protest in support of the Myanmar military coup and the newly formed State Administration Council. As they were marching through town, people gathered to carry out pot-banging to protest against the pro-military supporters. [size=no report]",0 -20-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 20 February 2021, in Mahaaungmyay town, Mahaaungmyay township (Mandalay district, Mandalay region), hundreds of people rallied at Yadanarbon shipyard to support striking government workers from the Inland Water Transport Department after police raided the shipyard to force workers to return to work. They carried out pot-banging and called the police to leave, with some demonstrators reportedly firing catapults at police. Police fired tear gas and opened fire with rubber bullets as well as live rounds to disperse the crowd. A reported 300-400 shots were fired. Four people were killed and dozens were injured, including a man whose body was only returned to the family on 21 February, and another man who later died while receiving medical care a military hospital. At least 10-30 people were arrested. An ambulance belonging to a local volunteer humanitarian team was also shot at while the team was trying to perform relief operations for injured demonstrators. [size=hundreds]",4 -20-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Unidentified Communal Group (Myanmar),Shwepyithar,16.955,96.0833,"On 20 February 2021, in Shwepyithar town, Shwepyithar township (Yangon (North) district, Yangon region), a man who was performing neighbourhood night-time duty in No (15) Ward was shot and killed by the police after he stopped a police car which was trying to enter the ward. The police reportedly shot him in his head three times.",1 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Monywa,22.1086,95.1358,"On 19 February 2021, in Monywa town (Monywa Township, Monywa District, Sagaing Region), locals marched to Yinmarbin township to joined another group of anti-coup protesters. However, the Myanmar military blocked them on their way. [size=no report]",0 -19-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals including teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police reportedly gave chase and beat up protesters with batons, and attacked them with slingshots. 14 civilians (including youth and teachers) were arrested during the protest. They were later released on bail on the same day. [size=no report]",0 -19-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),Military Forces of Myanmar (2021-),Civilians (Myanmar),Teachers (Myanmar); Government of Myanmar (2016-),Myitkyina,25.3832,97.3963,"On 19 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), Myanmar police and Myanmar military approached and beat staff from the Education Department while they were preparing for an anti-coup protest.",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 18 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), about 50 students and teachers held a protest against the Myanmar military coup and in support of the civil disobedience movement. At least 5 students and teachers were arrested. [size=about 50]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Za Bu Thi Ri,19.764,96.061,"On 18 February 2021, in Za Bu Thi Ri township (Nay Pyi Taw region), tens of thousands of locals held a sit-in protest at Thapyaygone roundabout against the Myanmar military coup and in support of the civil disobedience movement. Police then used two water cannons to disperse protesters, and seized their motorcycles and vehicles. It was reported that around 50 people were arrested. Following the arrests, protesters continued to rally around the roundabout demanding for the release of detained protesters. [size=tens of thousands]",0 -18-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Buddhist Group (Myanmar),Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Myitkyina,25.3832,97.3963,"On 18 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar military and Police attacked protesters with slingshots and arrested at least two civilians and a monk. [size=no report]",0 -18-Feb-21,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar),Bahan,16.8106,96.1574,"On 18 February 2021, in Bahan township (Yangon-east District, Yangon Region), some monks hit some cars and entered a monastery compound. Afterwards, locals got out and gathered in front of the monastery. The monks shot them with slingshots, injuring a journalist. Police arrived at the scene and protected the monks. [size=no report]",0 -17-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Aid Workers (Myanmar),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), in the evening, anti-coup demonstrators occupied and blocked tracks at the Mandalay Railway Station to protest against the military coup and urging civil servants working at the Myanmar Railways to join the civil disobedience movement. Police fired about 40 shots and sprayed tear gas to disperse demonstrators. It was not clear if the bullets were live rounds or rubber bullets. A local humanitarian charity claimed that their ambulances were hit by the bullets and one member was shot in his left leg. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Chanayethazan,21.9753,96.0946,"On 17 February 2021, in Chanayethazan town, Chanayethazan township (Mandalay District, Mandalay region), people including government railway staff held a sit-in protest in front of the Myanma Railways Diesel Locomotive Shed against the Myanmar military coup, and urging government railway staff to join the civil disobedience movement. The military intervened and arrested people. One of the detainees arms was broken before he was able to escape detention. [size=no report]",0 -17-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),NLD: National League for Democracy,Police Forces of Myanmar (2021-),,Toungup,18.8561,94.2408,"On 17 February 2021, in Toungup town, Toungup township (Thandwe district, Mandalay region), about 50 locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police intervened and arrested 3 NLD youth members who were protesting. [size=about 50]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), locals protested against the Myanmar military coup and in support of the civil disobedience movement. At least five protesters - including one student and two teachers - were arrested by the police during the protest. Five of them were charged under the Peaceful Assembly and Peaceful Procession Law. Three protesters arrested during the protest were released don 8 March. [size=no report]",0 -16-Feb-21,Violence against civilians,Attack,Military Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),Civilians (Myanmar),,Chanmyathazi,21.9394,96.0958,"On 16 February 2021, in Chanmyathazi township (Mandalay District, Mandalay Region), about 30 military and police officers raided some houses due to the sound of pot-banging in the area. Some people were reportedly beaten and shot with slingshots by the security forces. Damages to houses were reported following the raid, after police pelted the houses with stones.",0 -16-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),Teachers (Myanmar),Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 16 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), locals, including teachers, held a protest in front of Myaungmya Prison to demand the release of a primary school headmaster who was arrested for his involvement in support of the civil disobedience movement. Police intervened and dispersed the protest with water cannon, tear gas, and at least thirty rounds of rubber bullets. At least three people were reportedly injured and taken to the hospital for treatment. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 16 February 2021, in Myitkyina city (Myitkyina Township, Myitkyina District, Kachin State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Myanmar police dispersed with a rubber bullet and tear gas. 5 Journalists were arrested and were released on the following day. [size=no report]",0 -16-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 16 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine Region), over 100 locals protested in front of the police station to demand the release of protesters detained by police for protesting against the Myanmar military coup and in support of the civil disobedience movement. An old man distributing water and biscuit was arrested. He was released on 8 March. [size=over 100]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2021-),,Aungmyaythazan,21.9932,96.0969,"On 15 February 2021, in Aungmyaythazan town, Aungmyaythazan township (Mandalay District, Mandalay Region), more than 1,000 people protested in front of the Myanma Economic Bank and the Central Bank of Myanmar against the Myanmar military coup, urging employees to join the civil disobedience movement against the coup. At least 10 trucks full of soldiers and police arrived and started firing slingshots towards protesters, and then attacked protesters with sticks and slingshots. Police reportedly also fired rubber bullets towards the crowd. A few injuries (including a journalist covering the incident) were reported but exact number of injuries is unknown. Police arrested 20 people who were released on 16 February after they signed a statement stating that they would not participate in further protests. [size=more than 1,000]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Poke Ba Thi Ri,19.805999999999997,96.18299999999999,"On 15 February 2021, in Poke Ba Thi Ri town, Poke Ba Thi Ri township (Det Khi Na District, Nay Pyi Taw region), about 100 villagers protested near the Ministry of Transport and Communications against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons to disperse protesters and arrested more than 30 people. As of 16 February, the detainees have not been released and their whereabouts remained unknown. [size=about 100]",0 -15-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Pyigyitagon,21.901999999999997,96.1042,"On 15 February 2021, in Pyigyitagon township (Mandalay District, Mandalay region), people protested near a roundabout against the military coup and in support of the civil disobedience movement. Protesters attempted to flee when police officers came in, arresting nine men in total. During the intervention, video recording which had since gone viral showed police officers beating up a person with disabilities. He received treatment for his injuries at a local clinic. [size=no report]",0 -15-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 15 February 2021, in Nay Pyi Taw City, people including student protested against Myanmar military coup and in support the civil disobedience movement. Police reportedly arrested 30 students during the protest. [size=no report]",0 -15-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 15 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. More than 200 villagers fled. Casualties unknown.",0 -14-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Pathein,16.7792,94.7321,"On 14 February 2021, in Pathein town, Pathein township (Bago District, Bago Division), anti-military groups protested against the Myanmar military coup and in support of the civil disobedience movement. At the same time, more than 3,000 people protested in support of the military coup. Anti-military groups chanted slogans 'No to 5,000' (a colloquial reference to pro-military protesters) at pro-military protesters. [size=at least more than 3,000]",0 -14-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Military Forces of Myanmar (2021-),,Myitkyina,25.3832,97.3963,"On 14 February 2021, in Myitkyina town, Myitkyina township (Myitkyina District, Kachin State), hundreds of people chanted slogans and banged oil drums outside a power plant after soldiers were deployed to power plants, leading to confrontations with demonstrators demanding the security forces to leave. The security forces then fired shots into the crowd to disperse protesters, though it was not clear if rubber bullets or live rounds were fired. Five journalists, including two covering the confrontations live, were arrested. [size=hundreds]",0 -14-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 14 February 2021, in Ta Kaw Do Baw village (Hpapun township, Hpapun district, Kayin state) (coded as Hpapun), the Myanmar military shelled the village. Casualties unknown.",0 -13-Feb-21,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),,Mawlamyine,16.4563,97.6469,"On 13 February 2021, in Mawlamyine town, Mawlamyine township (Mawlamyine District, Mon State), pro-military supporters held a protest march in support of the Myanmar military and the State Administration Council. Meanwhile, locals protested against Myanmar military coup and carried out pot-banging as the pro-military supporters marched past. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 12 February 2021, in Thandwe town (Thandwe Township, Thandwe District, Rakhine State), thousands of people including some civil servants protested against Myanmar military coup. Five protesters were reportedly arrested. [size=thousands]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Rioters (Myanmar),Civilians (Myanmar); Labour Group (Myanmar),Meiktila,20.8778,95.8584,"On 12 February 2021, in Meiktila town (Meiktila Township, Meiktila District, Kachin State), anti-military demonstrators clashed with pro-military demonstrators as pro-military demonstrators were holding a march. About 10 pro-military supporters also threw stones at a shop and a nearby house, causing damage to both properties. A pro-military supporter was reported injuries from the clashes. [size=at least about 10]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 12 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), local held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Mingalar Taung Nyunt,16.7889,96.1679,"On 12 February 2021, in Mingalar Taung Nyunt township (Yangon (East) District, Yangon Region), a group of ex-convicts recently pardoned by the military attacked civilians. [size=no report]",0 -12-Feb-21,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Bahan,16.8106,96.1574,"On 12 February 2021, in Bahan township (Yangon (West) District, Yangon Region), three ex-convicts recently pardoned by the military attacked three youth in Kyaik Ka San ward. The youth gave chase to and caught one of the assailants. [size=3]",0 -12-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), students demonstrated against the military coup. Police then charged towards demonstrators and caught one of the demonstrators, beating him in his head. Demonstrators then threw stones at police in response, before police fired rubber bullets at the crowd, injuring 5. Nine students were arrested. When locals gathered to demand the release of the arrested students release, they were also fired upon. [size=no report]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mawlamyine,16.4563,97.6469,"On 12 February 2021, in Mawlamyine town (Mawlamyine township, Mawlamyine district, Mon state), thousands of locals gathered in front of a police station to demand the release of the students who were arrested during a protest against the military coup earlier on the same day. Police fired warning shots to disperse the crowd. [size=thousands]",0 -12-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Muse,23.9933,97.9103,"On 12 February 2021, in Muse town (Muse Township, Muse District, Shan State), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police arrested three protesters. [size=no report]",0 -11-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Buddhist Group (Myanmar),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 11 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), more than 50,000 locals including monks and civil servants held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=more than 50,000]",0 -11-Feb-21,Violence against civilians,Attack,Police Forces of Myanmar (2021-),,Civilians (Myanmar),Prisoners (Myanmar),Pyin Oo Lwin,22.035,96.4568,"Around 11 February 2021 (between 10 - 12 February), in Pyin Oo Lwin town, Pyin Oo Lwin township (Pyin Oo Lwin District, Mandalay Region), four protest leaders were reportedly beaten by the police while held in custody. They were first arrested by the police on 10 February and have been charged under Penal Code 505(b).",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Government of Myanmar (2016-); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Myeik,12.4395,98.6003,"On 9 February 2021, in Myeik town (Myeik Township, Myeik District, Tanintharyi Region), civilians, a police officers and civil servants protested against the Myanmar military coup. A police officer was arrested while he was delivering a speech. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Teachers (Myanmar); Labour Group (Myanmar); Students (Myanmar),Police Forces of Myanmar (2021-),,Bago,17.3352,96.4813,"On 9 February 2021, in Bago town, Bago Township (Bago District, Bago Region), demonstrators including railway staff and students gathered to protest against the Myanmar military coup and in support of the civil disobedience movement. Police fired water cannons at protesters and warning shots to disperse the crowd gathered near the Bogyoke Aung San statue. Arrests were made by the police. At the same time, as many as 1,000 teachers gathered in front of Shwemawdaw Pagoda to protest. They held placards and raised the three-finger salute during the demonstration. [size=at least as many as 1,000]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Teachers (Myanmar); Government of Myanmar (2016-),Police Forces of Myanmar (2021-),,Kyaukse,21.6056,96.1351,"On 9 February 2021, in Kyaukse town (Kyaukse Township, Kyaukse District, Mandalay Region), students and teachers from Kyaukse Technological University held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters. [size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Phyu,18.4843,96.4357,"On 9 February 2021, in Phyu township (Taungoo District, Bago Region), locals held a protest against the Myanmar military coup and in support of the civil disobedience movement. Police blocked protesters.[size=no report]",0 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Refugees/IDPs (Myanmar),Military Forces of Myanmar (2021-),,Samee,21.2933,93.0964,"On 9 February 2021, in Samee town, Paletwa township (Mindat district, Chin State), people including IDPs carried out a pot-banging protest against the Myanmar military coup and in support of the civil disobedience movement. Soldiers reportedly fired either rubber bullets or live rounds in an attempt to stop the protest. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 9 February 2021, in Mandalay city (Mandalay township, Mandalay district, Mandalay Region), people rallied and demonstrated against Myanmar military coup at the junction of 28, 73 and 78 roads. Myanmar police shot demonstrators with tear gas, water cannons and fired warning shots. Demonstrators threw plastic bottles and other items including wooden clubs at the police in response to the firing of water cannons. More than 200 demonstrators were arrested. Arrested demonstrators were released on the following day. 20 civil servants from Central Bank of Myanmar joined civil disobedience movement. [size=no report]",0 -9-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar); Students (Myanmar); Police Forces of Myanmar (2021-),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 9 February 2021, in Nay Pyi Taw, between 50,000 and 100,000 demonstrators including students and government staff gathered at Thapyegone to protest against the Myanmar military coup and in support of the civil disobedience movement. A police officer also joined the demonstrators and gave a speech to 'fight for democracy' at the rally. Later, police deployed at the scene fired gunshots into the air, and also used tear gas, water cannons and rubber bullets to disperse the crowd. A few demonstrators threw rocks and other projectiles. At least four demonstrators were injured, including a man with serious injuries. A woman who suffered a head wound after being shot by police with a real bullet was hospitalized and in critical condition. She was later declared brain dead. 1 fatality. [size=between 50,000 and 100,000]",1 -9-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Journalists (Myanmar); Civilians (Myanmar),Police Forces of Myanmar (2021-),,Mahaaungmyay,21.9589,96.0912,"On 9 February 2021, in Mahaaungmyay township (Mahaaungmyay District, Mandalay Region), people demonstrated against the Myanmar military coup. Police dispersed protesters with a warning shot, water cannons, and tear gas. Some protesters and a journalist were arrested. [size=no report]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Gwa,17.5925,94.5722,"On 8 February 2021, in Gwa township (Thandwe District, Rakhine State), about 1,000 locals rode in cars, motorcycles and bicycles and protested against the Myanmar military coup and in support of the civil disobedience movement. It was reported two people were arrested during the protest. [size=about 1,000]",0 -8-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2021-),,Nay Pyi Taw,19.745,96.1297,"On 8 February 2021, in Nay Pyi Taw City, tens of thousands people (including staff members of Naypyidaw Development Committee and health workers from Nay Pyi Taw General Hospital) protested against Myanmar military coup and in support of the civil disobedience movement. Protesters chanted anti-coup slogans in front of three lines of riot police. Police then turned on water cannons on protesters to disperse the crowd. Footage on social media showed that some protesters were injured after being knocked onto the ground. [size=tens of thousands]",0 -7-Feb-21,Protests,Excessive force against protesters,Protesters (Myanmar),DKBA (Buddhist): Democratic Karen Buddhist Army (2016-),Police Forces of Myanmar (2021-),,Myawaddy,16.6891,98.5089,"On 7 February 2021, in Myawaddy town (Myawaddy Township, Myawaddy District, Kayin State), about 200 people demonstrated against Myanmar military coup and in support of the civil disobedience movement. Myanmar police fired rubber bullets to disperse the crowd, and reportedly gave chase to protesters and beat them with truncheons. At least 10 protesters were injured and some protesters were arrested. It was reported that the Democratic Karen Buddhist Army arrived at the scene with three vehicles to intervene in support of protesters. Later, several civilians demonstrated in front of Myawaddy District Police Office to demand the release of 14 arrested civilians. The Myawaddy police released them. [size=several to about 200]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Myaungmya,16.5835,94.9075,"On 4 February 2021, in Myaungmya town (Myaungmya Township, Myaungmya District, Ayeyarwady Region), civilians protested by joining pot-banging protests to show support for the nationwide civil disobedience movement to oppose the Myanmar military coup. Police arrested two women during the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Hakha,22.65,93.6167,"On 4 February 2021, in Hakha town, Hakha township (Hakha District, Chin State), locals held a pot-banging protest in the evening against the military coup and in support of the civil disobedience movement. A man was arrested by the police while he was reportedly watching people bang pots and pans. He was fined for 'disturbing the neighborhood'. Police claimed that they attempted to arrest other residents who ran away, and that the police were not authorized to arrest people protesting inside their houses. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Mandalay,21.9747,96.0836,"On 4 February 2021, in Mandalay city (Mandalay Region), citizens carried out pan-banging protest against the Myanmar military coup. Mandalay police arrested some civilians over the protest. [size=no report]",0 -4-Feb-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2021-),,Thandwe,18.4654,94.3656,"On 4 February 2021, in Thandwe town, Thandwe township (Thandwe District, Rakhine State), locals held a pot-banging protest against Myanmar military coup and in support of the civil disobedience movement. The police reportedly stormed a house during the protest and arrested two people. [size=no report]",0 -1-Feb-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); Civilians (Japan); Journalists (Japan),Kyauktada,16.7743,96.1616,"On 1 February 2021, in front of Yangon City Hall in Kyauktada Township (Yangon-west District, Yangon Region), about 5000 Myanmar pro-military supporters (including Buddhist monks) demonstrated to show their support for the Myanmar military who took over power from civilian-led government. Pro-military supporters beat journalists, and some journalists were injured including a Japanese journalist. [size=about 5000]",0 -1-Feb-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2021-),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 1 February 2021, in Hpapun township (Hpapun District, Kayin State), Myanmar military shelled 7 villages. Casualties unknown.",0 -30-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Journalists (Myanmar); NLD: National League for Democracy,Bahan,16.8106,96.1574,"On 30 January 2021, in Bahan Township (Yangon-East District, Yangon Region), some 500 pro-Myanmar military supporters (including Buddhist monks) demonstrated to show their support for Myanmar military for alleged electoral investigation. Supporters also denounced UEC and set fire to NLD flags. Demonstrators shouted and held up slogans such as 'we stand with the Tatmadaw that protects the country', 'We do not accept the interference of other countries in the internal affairs of our country' and 'Oppose those relying on external elements and acting as stooges'. Demonstrators beat some bystanders and journalists. At least one civilian wearing T-shirt with NLD logo and three others were injured. [size=some 500]",0 -29-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Teachers (Myanmar); Prisoners (Myanmar),Chaung Gyi Mar Nar (Man Nar),22.9721,96.5212,"On 29 January 2021, in Man Nar (Chaung Gyi Mar Nar (Man Nar)) village (Mogoke township, Pyin Oo Lwin District, Mandalay region), the headmistress of a school was beaten during interrogation while she was detained by the Myanmar military. Another woman was beaten as well. The headmistress had been arrested on 28 December 2020 and charged under 17 (1) for alleged contact with illegal groups.",0 -27-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 27 January 2021, in Dagon Township (Yangon-west, Yangon Region), about 130 people rallied to showcase their support for the Myanmar military. This comes amid military-backed allegations of electoral fraud. Demonstrators walked through Myoma road holding Myanmar national flags. The demonstration was permitted with up to 30 people. While Myanmar police tried to detained 3 people involving in the demonstration without permission, demonstrators attacked police officers with red bricks. Casualties not reported. [size=about 130]",0 -25-Jan-21,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 25 January 2021, in Tamwe Township (Yangon-East District, Yangon Region), about 300 to 500 residents of Yangon from Shwe Pyi Thar, Dala, South Dagon, South Okkalapa, North Okkalapa and Hlaingthayar gathered to show their support for the military and oppose alleged electoral fraud. While they were preparing for a demonstration, Myanmar police came and arrested about 15-20 demonstrators. [size=about 300 to 500]",0 -24-Jan-21,Riots,Mob violence,Rioters (Myanmar),Vigilante Group (Myanmar),Civilians (Myanmar),Military Forces of Myanmar (2016-2021) People's Militia Force,Nam Hpat Kar,23.6914,97.822,"On 24 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), family members of a Pansay people's militia commander detained a Pansay people's militia soldier, who killed the commander the day before. The family members reportedly poured two bottles of acid through his mouth, beat and killed him. [size=no report]",1 -23-Jan-21,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kamarwet,16.1408,97.734,"On 23 January 2021, in Kamarwet Town (Mudon Township, Mawlamyine District, Mon State, Myanmar police arrested a Hnee Padaw villager as a suspect in a murder case. Afterwards, he died from injuries on his head and legs while in police custody on the same day. His relatives accused the Myanmar police of torturing him to death.",1 -23-Jan-21,Battles,Armed clash,Military Forces of Myanmar (2016-2021) People's Militia Force,,Military Forces of Myanmar (2016-2021) People's Militia Force,,Nam Hpat Kar,23.6914,97.822,"On 23 January 2021, near Nam Hpat Kar village (Kutkai Township, Muse District, Shan State), a soldier shot a commander of Pansay people's militia at a camp. The soldier reportedly accused a commander of arresting his mother. However, the Pansay people militia said that it is an accidental event. The commander died.",1 -22-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),DNP: Democratic Party of National Politics; NDF: National Democratic Force,Rioters (Myanmar),NLD: National League for Democracy,Ayetharyar,20.7747,96.9988,"On 22 January 2021, in Ayetharyar Town (Taunggyi Township, Taunggyi District, Shan State), about 229 people (including 29 members of DNP, NDF and NSSN) gathered for a rally to show their support for the Myanmar military. During the demonstration, three men with an NLD flag came to the scene and fought with some of Myanmar military supporters. [size=about 232]",0 -21-Jan-21,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 21 January 2021, in Nam Hoi (lower) village (Namhkan Township, Muse District, Shan State) (coded as Namhkan), Myanmar military shot and seriously injured a driver at a football field. Myanmar military tried to stop the car, but the shooting happened as the driver kept driving out of fear.",0 -19-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 19 January 2021, in Pei Khaw Khee village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military LIB 603 fired artillery shells and guns into the village. A shell fell in the village and a 41-year-old man was injured. Location coded as Kyaukkyi.",0 -18-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 18 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. About 185 villagers fled as well over the two days of shelling. Location coded as Kyaukkyi.",0 -17-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukkyi,18.3264,96.7695,"On 17 January 2021, in Ye De village (Kyaukkyi Township, Taungoo District, Bago Region), Myanmar military shelled a village. Afterwards, 10 teachers and 85 students closed their school and fled. Location coded as Kyaukkyi.",0 -16-Jan-21,Riots,Violent demonstration,Rioters (Myanmar),Buddhist Group (Myanmar),Police Forces of Myanmar (2016-2021),,Insein,16.9018,96.096,"On 16 January 2021, in front of Insein Prison in Insein Township (Yangon-North District, Yangon Region), more than 20 nationalists, including monks, demonstrated to demand the release of U Wirathu. Myanmar police blocked them on the grounds that they didn't have permission to demonstrate. Afterwards, demonstrators scuffled with police officers; one demonstrator punched a police officer. One of the demonstration leaders was arrested. [size=more than 20]",0 -15-Jan-21,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Waing,17.8791,97.2782,"On 15 January 2021, in Me Waing village (Hpapun Township, Hpapun District, Kayin State), KNA accused Myanmar military of firing an artillery shell at the village. A child was injured. However, the Myanmar military blamed KNLA for the incident while the KNLA made a statement blaming the Myanmar military.",0 -9-Jan-21,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyaukme,22.5392,97.0343,"On 9 January 2021, in Kaw Pang village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military abducted a villager and village administrator and forced them to be guides.",0 -26-Dec-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Pang,23.616,97.9316,"On 26 December 2020, in Man Pang village, Mong Yu village tract (Kutkai Township, Muse District, Shan State), Myanmar military used a villager as a guide and destroyed his motorcycle. He was released after about 1 hour.",0 -22-Dec-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 22 December 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), two Myanmar military soldiers interrogated and beat an 18-year-old high school student.",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon,16.795,96.1469,"On 6 December 2020, at the Chinese Embassy in Dagon Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Kamayut,16.8277,96.1324,"On 6 December 2020, at the US Embassy in Kamayut Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -6-Dec-20,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 6 December 2020, at the Japan Embassy in Bahan Township (Yangon West District, Yangon Region), about 15 people demonstrated to show that they do not want the Union Election Commission. It is not known who initiated the demonstration. Three other demonstrations took place at the same time at the US, British, and Japan embassies. 18 arrests were made at the demonstrations at the Chinese, US, and Japan embassies. [size=about 15]",0 -26-Nov-20,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),War Net,21.7725,96.2895,"On 26 November 2020, between War Net and Kywe Na Hpar villages (Patheingyi Township, Mandalay District, Mandalay Region), ten farmers clashed with about 100 policemen and 150 men assumed to be soldiers over disputed land. Two houses on the disputed land of 700 acres were destroyed. The military officials beat the villagers with sticks. Villagers planned to file a lawsuit against the Myanmar military. Myanmar military has been accused of seizing land in many parts of the country. Location coded as War Net. [size=10]",0 -20-Nov-20,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 20 November 2020, near Minbya-Mrauk-U intersection (Minbya Township, Mrauk-U District, Rakhine State), a villager stepped on a landmine and sustained injuries. Locals claimed that the Myanmar military planted the landmine as the Myanmar military stayed there for two days with a temporary camp a week ago.",0 -20-Nov-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 20 November 2020, in Dagon Myothit (Seikkan) Township (Yangon-East, Yangon Region), a mob clashed with police as they gathered after hearing reports that underaged colleagues were mistreated by their employer at a bun-making factory. Part of the shop and some vehicles were damaged during the confrontation. 27 police officers and 10 civilians were injured. After the riot, Myanmar police detained 22 people. [size=no report]",0 -14-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Chit Pon Ma,19.4053,93.9383,"On 14 November 2020, in Chit Pon Ma village (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military detained a shrimp farmer and beat him. Afterwards, the villager was sent to the hospital.",0 -10-Nov-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shauk Chon,19.473,94.0098,"On 10 November 2020, in Shauk Chon village (Ann Township, Kyaukpyu District, Rakhine State), artillery shells fell and exploded in the village. 6 villagers including two children were injured. Myanmar military fired several shells from Kazu Kaing mountain. Several villagers from Shauk Chon and Tha Yet Pin Chaung villages fled.",0 -4-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyaukpyu,19.4279,93.5513,"On 4 November 2020, near Kyaukpyu Town (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military shot dead a villager from Sa Ne town. He was crab farmer. The incident happened as he went out to catch crabs. Myanmar military in their statement said that they shot two suspicious boats allegedly because the people on the boats did not heed calls to stop.",1 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Thar,20.0854,93.3594,"On 3 November 2020, near Kan Thar village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military shot two young boys from Kyet Yae Gyi village. The shooting injured both of them. Myanmar military shot them for allegedly not stopping a motor-cycle when Myanmar military ordered them to.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pa Lin Pyin,20.2199,92.7716,"On 3 November 2020, at Pa Lin Pyin village (Sittwe Township, Sittwe District, Rakhine State), Myanmar military detained four villagers. One of them was beaten during interrogation. They were released on the following day.",0 -3-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pyin Done Chaung,20.4373,93.3029,"On 3 November 2020, in Ah Pyin Done Chaung village (Minbya Township, Mrauk-U District, Rakhine State), Myanmar military shot a villager to death. About 50 Myanmar military troops entered into the village and shot at a mountain range located in the east of the village with both small and heavy weapons. Villagers ran and one of them was killed by a bullet, according to residents. On the contrary, the Myanmar military claimed that the man shot to death was a member of AA.",1 -2-Nov-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zaing Chaung,19.3304,93.5522,"On 2 November 2020, in Zaing Chaung village (Kyaukpyu Township, Kyaukpyu District, Rakhine State), Myanmar military interrogated villagers and beat about 4 or 5 villagers.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Set Ka Yae,20.2845,93.2362,"On 29 October 2020, in Set Ka Yae village (Minbya Township, Mrauk-U District, Rakhine State), bullets injured three villagers including young girls. The incident happened as Myanmar military with two navy vessels and one small boat in Sittwe side fired both small and heavy weapons towards Minbya township.",0 -29-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pekon,19.8634,97.0083,"On 29 October 2020, in Thi Kyeit village (Pekon Township, Taunggyi District, Shan State), Myanmar military LIB 302 troops beat a villager. The villager was wounded. The beating reportedly happened after the Myanmar military troops got drunk.",0 -29-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaw Shin,20.2192,93.0834,"On 29 October 2020, in Kyauk Shin village (Pauktaw Township, Sittwe District, Rakhine State), an artillery shell fired by Myanmar military fell into the village. The shell explosion injured 5 people including a 6-year-old boy. Myanmar military were on board two vessels from Sittwe and shelled from Pauk Taw river.",0 -28-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),ICRC: International Committee of the Red Cross; Aid Workers (Myanmar),Pyin Wan,20.5964,92.6878,"On 28 October 2020, at Mayu river between Pyin Wan and Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military allegedly shot an ICRC boat on the Mayu river carrying relief goods. A boat driver died and three others on the boat were injured. The Myanmar military denied the accusation, claiming that there were AA troops in the boat who shot at the Myanmar navy first, and the Myanmar navy returned the fire.",1 -27-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),TNDP: Tai-Leng Nationalities Development Party; Prisoners (Myanmar),Pon Nwe,24.7762,95.3041,"On 27 October 2020, at Pon Nwe village (Homalin Township, Hkamti District, Sagaing Region), Myanmar military detained and beat an election campaign organizer of TNDP. The Myanmar military also reportedly forced him to admit that he was affiliated with SNA.",0 -27-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Thar Zay,20.5844,92.7558,"On 27 October 2020, near Aung Thar Zay village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired around the village with three fighter jets. Casualties not reported.",0 -25-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 25 October 2020, in San Ba Lay village (Minbya Township, Mrauk-U District, Rakhine State), the Thinchaing Hill-based Myanmar military fired toward the village. A bullet injured an 11-year-old boy.",0 -25-Oct-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Meiktila,20.8778,95.8584,"On 25 October 2020, in Meiktila town (Meiktila Township, Meiktila District, Mandalay Region), NLD supporters hit a man wearing a T-shirt with the USDP logo. Afterwards, the two sides engaged in fighting in the evening. An NLD supporter was stabbed and injured. [size=no report]",0 -22-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Kar Boe,22.9008,95.4984,"On 22 October 2020, in Kar Boe village (Kanbula Township, Kanbula District, Sagaing Region), USDP and NLD supporters engaged in fighting. One NLD supporter died of injuries at a hospital on the following day. Seven motorbikes and some COVID-19 checkpoint were also damaged. [size=about 700]",1 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 19 October 2020, near Ywar Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fired by Rathedaung-based Myanmar military fell near the village and killed a teacher. The shell exploded near him while he was herding cattle near the village. He died on the way to the hospital.",1 -19-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),UDP: Union Democratic Party,Namhkan,23.8334,97.6798,"On 19 October 2020, in Namhkan Township (Muse District, Shan State), Pan Say people militia detained, interrogated and beat two members of UDP. The UDP was terminated and dissolved by Union Election Commission on 17 October this year.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 19 October 2020, around Laing Gwin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military navy vessel fired artillery shells around the village. About 1,000 villagers fled to neighbouring villages and Ponnagyun Township.",0 -19-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 October 2020, in Htan Ma Rit ward, Mrauk-u town (Mrauk-U Township, Mrauk-U District, Rakhine State), an artillery shell fired by Myanmar military fell near a school. The shell explosion killed a 9-year-old boy and injured his parents.",1 -17-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoke Thar,20.8771,92.9812,"On 17 October 2020, at Yoke Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military beat a villager. Myanmar military accused him of having links with AA and transferred him to the Myanmar police. He was one of more than 60 villagers detained by Myanmar military at school in the village for one day. The remaining villagers were released on 18 October.",0 -14-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyar Pin Yin,20.4892,92.7137,"On 14 October 2020, in Pyar Pin Yin village (Rathedaung Township, Sittwe District, Rakhine State), a Rathedaung-based Myanmar military column fired four artillery shells into the village. Four villagers were injured. One of them died at a hospital.",1 -12-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 12 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One house was destroyed.",0 -11-Oct-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Hinthada,17.6494,95.45700000000001,"On 11 October 2020, in Tagma village (Hinthada Township, Hinthada District, Ayeyarwady Region), a group of USDP supporters and NLD supporters clashed. They threw rocks at each other. USDP supporters allegedly swore at and flashed NLD supporters which led to the clash. 14 people were injured. [size=no report]",0 -11-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Ne,19.4162,94.1285,"Around 11 October 2020 (between 10 October and 13 October), in Sa Ne village (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military beat two villagers in their custody. Another detained villager reportedly died in Myanmar military custody. The Myanmar military had entered into Sa Ne village and detained three villagers on 10 October. On the following day, another 6 villagers were detained. The Myanmar military freed four of the villagers on 13 October. Five villagers are still in Myanmar military custody, though only three appeared in court. The Myanmar military claimed that only four villagers were detained.",1 -11-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 11 October 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired several artillery shells as they sailed along the Kalandan river from Sittwe to Kyauktaw Township. Several artillery shells fell into the village. One villager was injured and three houses were damaged.",0 -10-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dar Let,19.9947,93.8369,"On 10 October 2020, about 20 shells fell around Dar Let village (Ann Township, Kyaukpyu District, Rakhine State). The shells were believed to be fired by Myanmar military from a mountain between Gat Chaung and Kazu Kaing. Two fishermen were injured. On the following day, one of the two injured persons died.",1 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 9 October 2020, in Kywe Kone village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military artillery battalion 352 reportedly fired both small and heavy weapon around the village. 60 mm shells were fired into the village. Three houses were damaged and one woman was injured. Location coded as Kyaukme.",0 -9-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Nar Hpein,22.3926,97.2277,"On 9 October 2020, in Nar Hpein village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military arrested and tortured a farmer. He was also forced as a guide. After 5 days, on 14 October, Myanmar military informed village administrator that the detainee had fled. Villagers believed that he may have been killed. Location coded as Kyaukme.",1 -7-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 7 October 2020, around Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military transported more than 100 troops with two fighter jets. Myanmar military fired heavy weapons on their return. An artillery shell explosion injured a woman. However, the airstrike did not hit RCSS locations.",0 -7-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Nauk Pyin,20.3997,92.7811,"On 7 October 2020, in Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military from navy vessel fired guns around the village. A bullet injured a young Muslim man. Residents reported that the Myanmar military fired around the villages although there was no clash. However, the Myanmar military spokesperson said that the Myanmar military did not fire unprovoked.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Wan,20.5964,92.6878,"On 6 October 2020, in Pyin Wan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured an elderly man and his 10-year-old grandson. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pong Woe,22.3167,97.1569,"On 6 October 2020, in the east of Pong Woe village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military opened fire. Some bullets landed in the compound of Pong Woe temple.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 6 October 2020, in Zay Di Pyin village, which is located near Pyin Wan and Kan Pyin villages (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells from Myanmar military fell into the village, landing on civilian houses. However, no one was injured in the village. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.3694,92.7741,"On 6 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell from Myanmar military fell into the village. The shell explosion injured a young man and his father. The Myanmar military was sailing to the upper reaches of the Mayu river with four navy vessels and two-speed boats. Residents reported that more than 10 artillery shells felled and exploded inside Kanbyin village tract. The explosions also damaged a Dharma hall and some other houses.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 6 October 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), two artillery shells fell into the village. The explosion from the shells destroyed voter list display boards. Casualties in the village not reported. Residents accused the Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -6-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Shey (Sa Hpo Kyun),20.5899,92.6917,"On 6 October 2020, in Pyin Shey (Sa Hpo Kyun) village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. Casualties in the village not reported. Residents accused Myanmar military of shelling into the villages as Myanmar military travelled along the Mayu river with four navy vessels and two-speed boats.",0 -5-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kar Hpu,19.5023,93.9101,"On 5 October 2020, in Kar Pu village, Hpet Chaung village track (Ann Township, Kyaukpyu District, Rakhine State), about 10 young men from the village beat an NLD candidate and his wife. The villagers approached them as they attempted to erect an NLD election poster in the village. [size=about 10]",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kan Pyin,20.3694,92.7741,"On 5 October 2020, in Kan Pyin village (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military fired small guns from the Mayu river and injured an elderly IDP at Kan Pyin IDP camp.",0 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Minbya,20.362000000000002,93.2735,"On 5 October 2020, near Chaung Ku bridge at U Soe Tint Ward, Minbya Town (Minbya Township, Mrauk-U District, Rakhine State), the Myanmar military shot three Muslim men to death. The Myanmar military asked them to stop their boat, but the three Muslim men reportedly refused to stop. Afterwards, they were shot to death.",3 -5-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Farmers (Myanmar),Pyin Shey,20.8093,92.5116,"Around 5 October 2020 (between 5 to 6 October), near Pyin Shey village, San Hnyin Wai village track (Buthidaung Township, Maungdaw District, Rakhine State), two teenagers were killed by the Myanmar military. The military entered into the villages on 5 Oct and detained 14 villagers, including the teenagers and Rohingya cattle herders, to be porters and guides. The detainees fled and one person was injured. 12 villagers out of 14 detained villagers returned to the village. The two missing teenagers were found dead with gun wounds on 6 October.",2 -4-Oct-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 4 October 2020, in Kyauk Tan village track area (Rathedaung Township, Sittwe District, Rakhine State), Myanmar military carried out airstrike with one fighter jets while Rathedaung town-based Myanmar military fired artillery shells. Nearly 30 houses are destroyed. Casualties not reported.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min Thar Taung,20.8953,93.0408,"On 4 October 2020, in Min Thar Taung village (Kyauktaw Township, Mrauk-U District, Rakhine State), two artillery shells fell into the villages. The explosions damaged a house and drinking pool used by villagers. A 90-year-old woman died of shock after the explosion. Villagers believed that the artillery shells came from the Kyauktaw town side.",0 -4-Oct-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 4 October 2020, near Khang Khai village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military stationed around the village fired and shelled into the village. Two shells landed in the village and hit a house. A 45-year-old villager was injured. Myanmar military also reinforced troop in the village. Location coded as Kyaukme.",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 3 October 2020, near Lawt Hkei village (Tangyan Township, Lashio District, Shan State), 35 women and 1 man villagers including children returning from the Hlaing Gu festival held near the village were shot by Myanmar military on their way back to Nar Gun and Pang Hseng villages. A 20-year-old girl from Nar Gun village died and two others were injured.",1 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Fishermen (Myanmar),Ann,19.7799,94.0309,"Around 3 October 2020 (from 1 - 6 October), in Ann, Ann township, Kyaukpyu district (Rakhine State), Myanmar army reportedly beat a fisherman under detention, according to the fisherman's wife. The victim, along with two other villagers, from Padar village (Toungup township) were arrested on 1 October and taken to Ann township police station. They were charged under Counter-Terrorism Law. Two of them were released on 5 and 6 October respectively.",0 -3-Oct-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),NLD: National League for Democracy,Kan Ni,21.6795,94.9113,"On 3 October 2020, in Kan Ni village (Myaing Township, Pakokku District, Magway Region), around 100 people attacked a house of Myaing Township NLD Executive Committee member. The incident reportedly occurred after the NLD Township Executive Committee member and villager argued over the party's campaign song. The villager allegedly attacked the NLD executive member with a knife and injured his neck. Villagers surrounded NLD Township Executive Committee member and threw petrol bombs and smashed the windows and doors. The incident resulted in the destruction of the house, vehicles, and other possessions inside the house. [size=around 100]",0 -3-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Na Yan,20.4077,93.3045,"On 3 October 2020, in Na Yan village (Minbya Township, Mrauk-U District, Rakhine State), a Minbya based Myanmar military battalion came to the village. The Myanmar military detained a person living with a mental health issue on their way. They tied him his hand behind his back with rope, covered his mouth with a cloth, and beat him.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 2 October 2020, in Loi Lem village, west of Wan Khai, located 25 km south of Kyaukme town (Kyaukme Township, Kyaukme District, Shan State), Myanmar military fired at the village. Casualties not reported. Location coded as Kyaukme.",0 -2-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nam War,22.3617,97.10600000000001,"On 2 October 2020, near Nam Wah village (Kyaukme Township, Kyaukme District, Shan State), Myanmar military from ID 101 fired around the village. Villagers fled and took refuge in Hai Gui template.",0 -1-Oct-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Tangyan,22.4944,98.3928,"On 1 October 2020, between Pang Nwet and Nar Gun villages (Tangyan Township, Lashio District, Shan State), Myanmar military LIB 336 under brigade 99 shot three women from Nar Gun village. The three women were shot on their return after attending a festival in Pang Nwet village. One woman died and two were injured.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 September 2020, in Mrauk-U town (Mrauk-U Township, Mrauk-U District, Rakhine State), Myanmar military troops from LIB-277 killed a 38-year-old three-wheeler taxi driver a day after detaining him on 27 September. His body had injuries on both of his hands and head. The Myanmar military claimed that the victim confessed to be working for the Arakan Army and he shot himself as he snatched a pistol from interrogators.",1 -28-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Man Pu,23.7026,97.5699,"On 28 September 2020, at Man Pu village (Namhkan Township, Muse District, Shan State), Myanmar military LIB 130 beat a villager, injuring his eye. He was beaten on his way back to home from his farm after fetching cattle. After four days, the Myanmar military visited him and apologized.",0 -25-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Nauk Pyin,20.3997,92.7811,"On 25 September 2020, at Ah Nauk Pyin village (Rathedaung Township, Sittwe District, Rakhine State), a stray bullet injured a 10-year-old Muslim girl. It is assumed that the bullet came from the Myanmar military column staying at Mayu river.",0 -24-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"Around 24 September 2020 (between 23 September-24 September), in Tha Yet Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), the Myanmar military reportedly beat some detained villagers. 20 villagers had been detained on 23 September. 9 were released on 23 Sept and 11 were released on 24 September.",0 -21-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yoe Sa Nwin,20.0538,93.5386,"On 21 September 2020, between Myaing Tha Yar and Yoe Sa Nwin villages (Myebon Township, Mrauk-U District, Rakhine State), the Myanmar military detained two Myaing Thar Yar villagers. The Myanmar military accused them of being connected to the AA. The two were injured after the Myanmar military beat them. They were released on the same day after relatives and village elders visited with a major who leads a Myanmar military column that detained the two villagers.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongkaing,21.6117,97.5286,"On 20 September 2020, near Loi Don mountain (Mongkaing Township, Loilen District, Shan State), Myanmar military tortured three Long Jarm villagers tending cattle near the mountain. Myanmar military accused them of working as spies for RCSS. Location coded as Mongkaing.",0 -20-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 September 2020, near Ngwe Taung Pauk Bridge in Mrauk-U Township (Mrauk-U District, Rakhine State), the Myanmar military fired at two brothers eight times. One of the brother's legs was injured and the other one was detained. The brothers were shot when they were returning from fishing at a drainage ditch.",0 -20-Sep-20,Riots,Mob violence,Rioters (Myanmar),USDP: Union Solidarity and Development Party,Rioters (Myanmar),NLD: National League for Democracy,Nyaung Kaing,20.8669,95.9445,"On 20 September 2020, at Nyaung Kaing village (Meiktila Township, Meiktila District, Mandalay Region), USDP and NLD supporters fought in the village. Hundreds of USDP supporters with green shirts shouted and threw rocks at a house of an NLD supporter. USDP supporters claimed that the NLD supporters initiated the fighting by obstructing them. At least six USDP campaigners were arrested. [size=hundreds]",0 -18-Sep-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Sin Oe Chaing,20.7721,92.9817,"On 18 September 2020, between Sin Oe Chaing and Ma Har Mu Ni villages (Kyauktaw Township, Mrauk-U District, Rakhine State), two squid resellers from Sin Oe Chaing village went missing. Local people reported that two men were detained by the Myanmar military. Relatives have been contacting the Myanmar military around the village but have not found two villagers yet.",0 -17-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 17 September 2020, in Shwe Laung Tin village (Rathedaung Township, Sittwe District, Rakhine State), two Myanmar military navy ships moving along the Mayu river, and a Rathedaung-based Myanmar military battalion, fired heavy weapons. Two artillery shells landed in the village. The explosions from the shells killed one civilian and injured two. Residents reported that there was no fighting in the areas. Villagers fled to other places out of fear. The Myanmar military has been firing along Mayu river this past week.",1 -16-Sep-20,Riots,Mob violence,Rioters (Myanmar),NLD: National League for Democracy; Farmers (Myanmar),Rioters (Myanmar),USDP: Union Solidarity and Development Party,Ywar Taw,19.8127,96.1924,"On 16 September 2020, near a train station in Ywar Taw village (Poke Ba Thi Ri Township, Oke Ta Ra District, Nay Pyi Taw), 2 USDP supporters riding behind a USDP car on a motorbike fought with four boys wearing red shirts (believed to be NLD supporters) who were returning from tending to buffalo. The four boys were accused of hitting USDP supporters in the car with rubber slingshot first. The two USDP supporters hit the four boys with sticks. 3 USDP supporters were injured and 2 of the four boys believed to be NLD supporters were also injured. [size=at least 6]",0 -16-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Ta Pin,20.7166,92.9978,"On 16 September 2020, in La Mu Ta Pin village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell landed into the village and injured two villagers. The incident happened as the Myanmar navy came down from Kyauktaw and arrived near Ah Pauk Wa village. They then started shelling around the eastern and western parts of Kaladan river. The shelling lasted about 15 minutes.",0 -15-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Aung Zay Ya,20.4564,92.7623,"On 15 September 2020, near Aung Zay Ya village (Rathedaung Township, Sittwe District, Rakhine State), a Myanmar military navy ship fired at a Muslim man from Ahr Kar Tuang village who was on a boat fishing along with his daughter. He was injured. Myanmar military and AA have repeatedly fought around Aung Zay Ya in Kyauk Tan area of Rathedaung Township.",0 -13-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Goke Pi Htaunt,20.7099,93.0153,"On 13 September 2020, in Goke Pi Htaunt village (Kyauktaw township, in Mrauk-U district of Rakhine State), an artillery shell hit a house and injured two Muslim villagers, a 30-year-old mother of two children and a 22-year-old boy. The shell was fired by Myanmar military coming down along the Kalandan river with two navy ships.",0 -11-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Zay Kone,20.5866,92.6896,"On 11 September 2020, in Aung Zay Kone village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell by the Myanmar military hit a tree and exploded near a house in the village. The shrapnel injured a 6-year-old boy.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ywar Thit Kay,20.5386,92.7495,"On 9 September 2020, in Ywa Thit Kay village (Rathedaung Township, Sittwe District, Rakhine State), the Myanmar military dropped about 20 artillery shells on the village. Some homes were destroyed by the artillery strikes. Casualties not reported.",0 -9-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kha Naung Gyi,20.5219,92.7395,"On 9 September 2020, in Kha Naung Gyi village (Rathedaung Township, Sittwe District, Rakhine State), some homes on the east bank of the Mayu River were damaged and two oxen were injured by small arms fire as the military dropped shells on nearby villages. Residents accused two naval vessels stationed in the Mayu River of the attack. Casualties not reported.",0 -9-Sep-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar); Rakhine Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sittwe,20.1462,92.8984,"On 9 September 2020, in Sittwe Town (Sittwe Township, Sittwe District, Rakhine State), three student leaders from the Rakhine Student Union demonstrated in front of the Rakhine State Government Office. Demonstrators carried five posters with the phrases (1) open 4G internet, (2) no bloody government, (3) no murder army, (4) no trust in Rakhine State Government and (5) no to fascism. The Sittwe police intervened and three protesters were arrested. [size=3]",0 -8-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 8 September 2020, in Nyaung Kan village (Myebon Township, Mrauk-U District, Rakhine State), Myanmar military fired an artillery shell into the village. The shelling killed four civilians, including two children and injured 14 civilians. Location coded as Myebon.",4 -7-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 7 September 2020, between Kyauktaw and Paletwa Towns (coded as Paletwa) (Paletwa Township, Mindat District, Rakhine State), Myanmar military LIB-289 detained 41 civilians. The civilians travelled to Kyauktaw to buy goods and they were detained at Yoke Chaung Chay Ah Wah near Paletwa on their return. Myanmar military beat and interrogated three of the civilians. They were released on 11 September along with their belongings.",0 -3-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 3 September 2020, in Ah Lel Kyun village (Kyauktaw Township, Mrauk-U District, Rakhine State), an artillery shell fell into the village and injured two teenage girls. The shelling was fired by Myanmar military from Shwe Pyi village.",0 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 3 September 2020, in Hpa Yar Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), about 200 Myanmar military troops entered into the villages and started firing with both light and heavy weapons. As they entered the village, they killed two villagers whose bodies were found with gunshot wounds the next day. The military claims that the two were AA members and had been killed after a mine attack earlier. Although the sources provided contradictory accounts on the number of houses being burned down, it is believed that more than 80 houses were burned. Villagers fled to neighbouring villages. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. Fatalities coded as 2.",2 -3-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Pauk,20.8064,92.9821,"On 3 September 2020, in Taung Pauk village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into the villages and started firing with both light and heavy weapons. About 150 houses were reportedly burned down. However, the Myanmar military said that it is an allegation and denied the destruction of houses. Human casualties due to the fire were not known yet. This happened after AA attacked the military twice with mines near Hpa Yar Paung village.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,La Mu Thar,20.725,93.037,"On 1 September 2020, in La Mu Thar village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a 9-year-old girl.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 1 September 2020, in Shwe Pyi village (Kyauktaw Township, Mrauk-U District, Rakhine State), a 27-year-old villager died of gunshot wounds. Villagers accused the Myanmar military of the incident.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Ga Net,20.7612,92.9616,"On 1 September 2020, in Thin Ga Net village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three villagers.",0 -1-Sep-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 1 September 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. According to villagers, the military had dressed him in MNDAA uniform and buried him. His body was buried and discovered by villagers on 7 September 2020. Location coded as Lashio.",1 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga/Hta Paung,20.7867,92.9443,"On 1 September 2020, in Nga/Hta Paung village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessels fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured a woman.",0 -1-Sep-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Goke Pi Htaunt,20.7099,93.0153,"On 1 September 2020, in Goke Pi Htaunt village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops from navy vessel fired heavy weapons into the villages along the Kaladan River. An artillery shell fell into the village and injured three Muslim men.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Zay Di Pyin,20.5758,92.6704,"On 31 August 2020, in Zay Di Pyin village (Rathedaung Township, Sittwe District, Rakhine State), villagers heard the sound of both light and heavy weapons being fired by Myanmar military from Mayu river. Afterwards, a stray bullet hit injured a 17-year-old young man.",0 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyauk Gu Su,20.9041,93.0163,"On 31 August 2020, near Kyauk Gu Su village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops fired with guns as they entered into the village. A villager was hit by a stray bullet and died at the outskirt of the village as he returned from a farm. Myanmar military has been carrying security measure around the area after AA allegedly detained two of its troops.",1 -31-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Thar Si Ywar Thit,20.9363,93.0055,"On 31 August 2020, in Thar Si village (coded as Thar Si Ywar Thit) (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military troops entered into a COVID-19 (Coronavirus) Quarantine facility centre in the village. Afterwards, the Myanmar military arrested and interrogated people living in the quarantine centre, and also threatened and beat the women. Later, the quarantine centre was destroyed.",0 -30-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Lashio,22.9359,97.7498,"On 30 August 2020, around 1,000 metres north of Htan Hkauk village (Lashio Township, Lashio District, Shan State), Myanmar military's LIB-361 shot a Hpar Lai villager to death. The Myanmar military claimed that the man they shot was a member of MNDAA and was killed during a clash. The MNDAA denied the claim. The MNDAA said that there was no clash with Myanmar military on 30 August. The victim's body was discovered on 1 September. Location coded as Lashio.",1 -29-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nga San Baw,20.6365,92.7133,"On 29 August 2020, in Nga San Baw village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shelling fell into the village. A 64-year-old man was injured. Residents accused Myanmar military of the incident.",0 -28-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Prisoners (Myanmar),Ann,19.7799,94.0309,"On 28 August 2020, near Pyin Taw village (coded as Ann) (Ann Township, Kyaukpyu District, Rakhine State), Myanmar military soldiers from 797 battalion detained and beat a student from the Kyauk Phyu Education College. The student's head and eyes were injured.",0 -27-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 27 August 2020, in Ah Pauk Wa village (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military fired artillery shells into rice field while four women were planting rice. The women hid for a while before returning to the village. Afterwards, an artillery shell hit them when they arrived at the train station in the village. 1 woman died and 3 women injured.",1 -26-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"Around 26 August 2020 (between 26 August - 27 August), in Shan Ywar Ward, Kyauktaw Town (Kyauktaw Township, Kyauktaw District, Rakhine State), a man was shot dead. Residents accused Myanmar military of the incident.",1 -24-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Shar Du Zut,25.9199,96.6621,"On 24 August 2020, at Sha Htoe Zut village (coded as Shar Du Zut) (Hpakant Township, Mohnyin District, Kachin State), security troops at a checkpoint run by a people's militia force beat a villager after the villager accidentally hit the bamboo rod checkpoint with his truck. The man reported the case to the Northern Military Command of Myanmar military.",0 -22-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Yan Thar Si,20.6435,92.7226,"On 22 August 2020, in Kyauk Yan Thar Si village (Rathedaung Township, Sittwe District, Rakhine State) Myanmar military allegedly fired artillery shells from Ma Hnyin mountain. One artillery shell fell near the village and another two fell into the village. Five villagers were injured, including a 3-year-old girl. The residents believed that the artillery shells were fired by the Myanmar military because there is a Myanmar military base in the Ma Hnyin mountain.",0 -21-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"Around 21 August 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), the bodies of two villagers from Man Kan village were discovered. They had first gone missing on 21 May 2020 after being abducted by the Myanmar military.",3 -19-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kwayt Shey Ywar Thit,20.0087,93.8168,"On 19 August 2020, near Kazukaing Bridge, between Kwayt Shey and Kan Htaunt Gyi villages (coded as Kywat Shey Ywar Thit) (Ann Township, Kyaukpyu District, Rakhine State), the Myanmar military shot three civilians travelling on a boat. Two men were injured.",0 -16-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 16 August 2020, in Kyauk Tan village (Rathedaung Township, Sittwe District, Rakhine State), an artillery shell fell into the village. A woman and a man were injured. The Myanmar military fired artillery shells from Htee Swea village located about 1 mile southwest of Kyauk Tan village.",0 -15-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar),Seik Ta Ra,20.41,93.37100000000001,"On 15 August 2020, in Seik Ta Ra village (Minbya Township, Mrauk-U District, Rakhine State), villagers heard the sound of gunfire near Minpon hill Myanmar military base. Afterwards, Myanmar military battalion 79 fired artillery shells from Kyein Taung at Min Pone mountain near the village. One artillery shell fell into the village. Three villagers were injured, including a student and a teacher. It is not known if it was a battle.",0 -10-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oe Hpauk Ywar Thit,20.6944,92.6477,"On 10 August 2020, around Oe Hpauk Ywar Thit, Rathedaung Township, Sittwe District, Rakhine State, about 100 Myanmar military troops shelled villages around the west bank of the Mayu River. Afterwards, Myanmar military troops entered into the villages. Villagers from 10 villages fled to other villages in Buthidaung Township. Casualties not reported.",0 -9-Aug-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.564,92.7048,"On 9 August 2020, in the vicinity of Zay Di Pyin village, Rathedaung township, Myanmar army fired mortar shells from boats in the Mayu River. The blasts injured 4 civilians from nearby Lower Kyaung Taung village (Rathedaung township, Sittwe district, Rakhine State). The blasts forced the villagers to flee to Rathedaung town and nearby villgaes. Locals from Zay Di Pyin said that there were no active clashes at the time of the shelling.",0 -9-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 9 August 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military interrogated about 50 villagers. Myanmar military tortured three of the villagers.",0 -8-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"Around 8 August 2020 (between 6 August - 9 August), in Myin Ka Kone police station, Bogale township, Pyapon district (Ayeyarwady Region), Myanmar police allegedly tortured and killed a man in custody. On 6 August, the victim took the boat to go to a funeral when the boat owner captured and sent him to the Myin Ka Kone police station. The family of the victim learned about the death when he was sent to the hospital in the morning of 9 August. A human rights activist said that bruises were found on the body of the victim.",1 -7-Aug-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pu Zun Hpe,20.6082,93.1417,"On 7 August 2020, near Pu Zun Hpe village, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar military battalion 377 detained a villager. The villager was killed and his body was returned to his relatives after 3 days on 10 August.",1 -6-Aug-20,Protests,Protest with intervention,Protesters (Myanmar),Kayin Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Sa Lu Chaung,17.8447,96.8818,"On 6 August 2020, more than 200 villagers from 16 villages walked from Sa Lu Chaung village through Don Za Yit, Cho Chaung and Kwin Seik villages in Shwegyin Township, Bago District, Bago Region to demand justice for a Kayin woman killed by Myanmar military this last month and call for the withdrawal of the Tatmadaw from KNU controlled areas. Two Kayin men who organized the demonstration were taken by township police when demonstrators arrived at Cho Chaung village. [size=more than 200]",0 -2-Aug-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Sittwe,20.1462,92.8984,"On 2 August 2020, near Ah Twin Myaung village (coded as Sittwe), Sittwe Township, Sittwe District, Rakhine State, the Myanmar police allegedly shot two Rohingya Muslim men. One man died and another was injured. However, Rakhine State's Minister of Security and Border Affairs claimed that both men were wounded with a knife, not a gunshot.",1 -26-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Htaunt Chay,20.3696,93.3104,"On 26 July 2020, near Htaunt Chay village, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military allegedly shot a farmer on his way to retrieve cattle back to the village. The man was injured.",0 -16-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hla Gun Pyo,17.717,97.2986,"On 16 July 2020, in Hla Gun Pyo village, Hpapun Township, Hpapun District, Kayin State, two soldiers from Myanmar military IB-409 shot a 40-year-old woman at her house. The woman died on the spot.",1 -14-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ma-Ei,19.3423,94.1384,"Around 14 July 2020, in Ma-Ei Town Hospital, Toungup Township, Thandwe District, Rakhine State, a man detained by the Myanmar military was killed. His relative saw his body at the hospital after police notified them. The man was detained last weekend.",1 -13-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chein Khar Li,20.397000000000002,92.6644,"On 13 July 2020, in Chein Khar Li village, Rathedaung Township, Sittwe District, Rakhine State, Myanmar military shot dead two villagers, including an elderly man. His body was recovered after 18 days on 31 July. Some other people were injured from Myanmar military shooting.",2 -12-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ann,19.7799,94.0309,"On 12 July 2020, near Kazukaing Bridge in Ann Township, Kyaukpyu District, Rakhine State, the Myanmar military shot two civilians travelling on a boat. One man and a woman were injured. The two victims were from Kyauk Hpyar village in Myebon Township.",0 -11-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Aung Ba La,20.3377,92.6932,"On 11 July 2020, in Aung Ba La village, Rathedaung Township, Sittwe District, Rakhine State, a Myanmar military column with more than 60 troops entered into the village and open fired. Two women were injured.",0 -7-Jul-20,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mya Kone,21.9348,94.8487,"On 7 July 2020, near Mya Kone village, Pale Township, Yinmarbin District, Sagaing Region, about 300 villagers opposed to the plan to build a checkpoint at the Pale-Gangaw Road that connects Myanmar and India clashed with about 50 Myanmar police personnel. Five villagers were arrested. Three villagers were wounded by rubber bullets. [size=about 300]",0 -4-Jul-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"Around 4 July 2020 (week of), in Kutkai Township, Muse District, Shan State, the Myanmar military forced local peoples as guides.",0 -4-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"Around 4 July 2020 (between 2 to 7 July 2020), in Kyauktaw Town, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military reportedly detained and killed a man. He was detained on 2 July and parts of his dead body were found near the Kisapandi Bridge on the bank of Kaladan river on 7 July.",1 -3-Jul-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 3 July 2020, in Tan Myint Gyi village (coded as Mrauk-U), Mrauk-U Township, Mrauk-U District, Rakhine State, about 300 Myanmar military troops entered into the village and opened fire in the village. A 70-year-man was injured by gunfire. The Myanmar military detained three villagers.",0 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 30 June 2020, in Pang Gaen village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops shot dead a villager.",1 -30-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chay Yar Taw,20.374000000000002,92.8317,"On 30 June 2020, around Chay Yar Taw village, Rathedaung Township, Sittwe District, Rakhine State, villagers heard the sound of gunfire as the Myanmar military entered Chay Yar Taw and surrounding villages. Afterwards, villagers fled.",0 -30-Jun-20,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),U Gar,20.3668,92.7968,"On 30 June 2020, in U Gar village, Rathedaung Township, Sittwe District, Rakhine State, three Myanmar military members raped a woman. Although the Myanmar military initially denied the accusation, the Myanmar military later admitted on 9 September that three of its soldiers committed the crime. They will be charged under military law and Myanmar's Penal Code. On 11 December, a military tribunal in Sittwe Township sentenced the three soldiers to 20 years in prison with hard labour.",0 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nat Taung,20.4174,92.9836,"On 29 June 2020, near Nat Taung village, Ponnagyun Township, Sittwe District, a villager was shot dead while he was riding a boat.",1 -29-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 29 June 2020, at Pang Gaen village, Kyaukme township, Kyaukme district, Shan state, Myanmar military beat a farmer with a bamboo stick until he became unconscious. They had first detained the farmer on 28 June in Et Gyi village and were using as a guide. The farmer later regained consciousness and was brought to a hospital.",0 -29-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"On 29 June 2020, in Pan Kyan village (coded as Kyaukme), Kyaukme Township, Kyaukme District, Shan State, the Hsipaw based Myanmar military LIB-23 fired an artillery shell into the village. The artillery shell injured a woman and killed a man.",1 -27-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Et Gyi,22.386999999999997,97.0637,"On 27 June 2020, in Aek Gyee village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military troops beat a 60-year-old villager. The victim was hospitalized.",0 -27-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaukme,22.5392,97.0343,"Around 27 June 2020 (27 or 28 June), in Hai Kwe village, Kyaukme Township, Kyaukme District, Shan State, Myanmar military detained four villagers. At least two of the men were used as guides and all four of them were released on 29 June. The fighting between the Myanmar military and RCSS intensified in the area in the last week of June.",0 -25-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauk Twin Kone,20.5943,93.24799999999999,"On 25 June 2020, near Kyauk Twin Kone village, Mrauk-U Township, Mrauk-U District, Rakhine State, the Myanmar military shot a villager dead. The Myanmar military from a mountain top near Pay Myaung village shot at four villagers as they were on their way to fish.",1 -24-Jun-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Laung Tin,20.3916,92.7708,"On 24 June 2020, around the Mayu River (coded as Shwe Laung Tin village), Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from a naval vessel stationed on the Mayu river fired artillery shells and small guns at villages around the river. Some properties were destroyed and thousands of people fled their villages.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Hpyu,20.72,92.9852,"On 22 June 2020, between Kyauk Hpyu and Kar Lee Ya village, Kyauktaw Township, Mrauk-U District, Rakhine State, a military column shot at villagers in the rice field. Villagers saw troops coming from Kyar Nyo Pyin and tried to flee. Afterwards, the Myanmar military started firing at them.",0 -22-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Government of Myanmar (2016-); Prisoners (Myanmar),Yae Chan Pyin,20.2578,92.8111,"Around 22 June 2020 (between 17 to 28 June), near Yae Chan Pyin village, Sittwe Township, Sittwe District, Rakhine State, two University of Distance Education students and an education officer were beaten and tortured by the Myanmar military. The three were arrested on 17 June after a mine explosion near the village and were released on 28 June.",0 -19-Jun-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Labour Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 19 June 2020, in Hlaingthayar Township, Yangon (North), Yangon Region, about 4 unknown men attacked two leaders of a labour union at Amber Stone factory. The two labour union leaders were injured. The incident happened after a dispute over the dismissal of labourers which was reportedly not in line with an employment contract. [size=about 4]",0 -18-Jun-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 18 June 2020, in Kutkai Township, Muse District, Shan State, the Myanmar military forced five civilians to work as guides. They were released the same day.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 10 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military shooting reportedly injured a civilian.",0 -10-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar); Refugees/IDPs (Myanmar),Tha Htay Kone,21.2292,92.9223,"On 10 June 2020, near Tha Htay Kone village, Paletwa Township, Mindat District, Chin State, the Myanmar military LID 22 fired at a lorry carrying 21 people on their way to Nan Chaung Wa village to pick up rice bags to aid IDPs living in Paletwa Town. A 43-year-old man who was an IDP died on the spot.",1 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Paletwa,21.3045,92.8555,"On 9 June 2020, in Paletwa Town, Paletwa Township, Mindat District, Chin State, an IDP taking refuge in his relative's house in the town was hit and injured by a stray bullet. Local people accused the LID 55 of the Myanmar military of the incident.",0 -9-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Ah Pauk Wa,20.7194,92.9614,"On 9 June 2020, near Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, the Myanmar military shot and injured a Muslim man.",0 -8-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Pauk Wa,20.7194,92.9614,"On 8 June 2020, in Ah Pauk Wa village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military column entered into the village and started firing their guns into the village. A bullet injured a villager.",0 -6-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 6 June 2020, near a bridge by the Hseni Town entry security checkpoint, Hseni Township, Lashio District, Shan State, the Myanmar military fired at a civilian travelling by motorcycle. The civilian reportedly refused to stop for the security check. Two houses nearby the bridge were damaged.",0 -4-Jun-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Doke Kan Chaung,20.7059,93.0019,"On 4 June 2020, in Doke Kan Chaung village, Kyauktaw Township, Mrauk-U District, Rakhine State, Myanmar military navy fired into the village with both small and heavy weapons. One civilian was injured and about 10 houses were destroyed.",0 -30-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Thaung Da Rar,20.5536,92.7532,"On 30 May 2020, Thaung Da Rar village, Rathedaung Township, Sittwe District, Rakhine State, the Myanmar military fired guns across the river. 5 civilians, including IDPs, were injured from the shooting.",0 -29-May-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 29 May 2020, near Man Kan village (coded as Muse) (Muse Township, Muse District, Shan State), two villagers from Man Kan and one villager from Loi Mun, Namhkan township went missing when on their way back from a forest. Two villagers from Man Kan village were abducted by the Myanmar military. However, it is not known which armed group abducted their friend from Loi Mun village. Their bodies were discovered after 55 days on 21 August.",0 -20-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 20 May 2020, near Kazun Kaing (coded as Kan Htaunt Gyi), Myebon township, Mrauk-U district (Rakhine State), the Myanmar army shot and killed a villager from Ann township while he was on the way to Myebon township to sell bamboo. He was travelling with two other villagers. The dead body was still not found.",1 -12-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kay Tha,21.3233,92.8359,"On 12 May 2020, at Kay Tha village, Paletwa Township, Mindat District, Chin State, an artillery shell landed in the village. One villager was injured. The shell was fired by Myanmar military 289 Infantry Regiment from 2 miles east of Paletwa town.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Saung Kauk,20.8138,92.9812,"On 11 May 2020, at Let Saung Kuat village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell on the village and injured 2 villagers (including a teacher). The Myanmar military fired shells from Kisspanadi bridge.",0 -11-May-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paik Thei Ku Lar,20.8259,92.9835,"On 11 May 2020, at Paik Thei Ku Lar village, Kyauktaw Township, Mrauk-U District, Rakhine State, a shell fell at the village and injured 3 villagers (two women and a 16 year old). The Myanmar military fired shells from Kisspanadi bridge.",0 -9-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Seik,17.9381,97.4286,"On 9 May 2020, near Ku Seik village, Hpapun Township, Hpapun District, Kayin State, Myanmar military shot and injured two villagers.",0 -3-May-20,Explosions/Remote violence,Grenade,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar),Rathedaung,20.4817,92.7555,"On 3 May 2020, in Rathedaung Township, Sittwe District, Rakhine State, Myanmar military from Battalion 537 attacked a 28-year-old school teacher with a grenade. The grenade explosion injured her.",0 -1-May-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyar Nyo Kan,20.4258,92.98,"On 1 May 2020, in Kyar Nyo Kan village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar troops from battalion 550 fired on the village and surrounding areas of the village with small guns and heavy weapons. There was no armed clash around the village, according to villagers. More than 400 villagers fled to nearby villages.",0 -29-Apr-20,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 29 April 2020, in Maungdaw Township, Maungdaw District, Rakhine State, the Myanmar border guard force shot two men to death and seized 47500 pills. The Myanmar military accused the two men of having ties with ARSA.",2 -29-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mrauk-U,20.5931,93.1864,"On 29 April 2020, on the outskirts of Mrauk-U Town, Mrauk-U Township, Mrauk-U District, Rakhine State, Myanmar troops from battalion 377 detained and tortured a Lakesinpyin villager to death.",1 -27-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ponnagyun,20.3337,93.0088,"On 27 April 2020, in Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military tortured and interrogated five detained villagers on a naval vessel as they were traveling from Ponnagyun to Sittwe. The Myanmar military will take disciplinary action against the troops for the unlawful interrogation, according to a statement released by Myanmar military.",0 -26-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thin Paung Chaung,20.3372,93.32600000000001,"Around 26 April 2020 (as reported), near Thin Paung Chaung village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of two villagers were found in a shallow grave at Kyet Yet Saydi Mountain near the Yangon-Sittwe road. The men were missing since January 7, 2020 after they had gone to fish. The men were believed to have been taken by the Myanmar military.",2 -24-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Lashio,22.9359,97.7498,"On 24 April 2020, 40 kilometres east of Lashio Town, Lashio Township, Lashio District, Shan State, the Myanmar military ID 99 beat and shot a farmer from Ho Ser village to death.",1 -23-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Min,20.3739,93.318,"Around 23 April 2020 (as reported), near Min village, Minbya Township, Mrauk-U District, Rakhine State, the bodies of three villagers were found a shallow grave nearby a place where they had gone to cut firewood on March 24, 2020. They had been missing since then. The men were believed to have been detained by the Myanmar military.",3 -22-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 22 April 2020, near Rar Maung Bridge, Minbya Township, Mrauk-U District, Rakhine State, Myanmar military shot dead two residents of Minbya Town.",2 -21-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 21 April 2020, near May Lun village, Minbya Township, Mrauk-U District, Rakhine State, the Myanmar military shot a May Lun villager death. The villager was shot on his motorcycle as he attempted to flee after the Myanmar military flagged him down for a security check.",1 -19-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 19 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military detained and beat 38 villagers over alleged ties to the AA. 33 of them were released on 20 April 2020. The remaining five villagers were transferred to the Myanmar police.",0 -17-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Prisoners (Myanmar),Par Da Leik,20.2857,92.8589,"On 17 April 2020, in Par Da Leik village, Sittwe Township, Sittwe District, Rakhine State, 5 civilians and one monk were detained by the Par Da Leik based Myanmar military. A monk was hit with a gun more than three times. The military also took more 2 lakhs Myanmar kyat from him.",0 -16-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 April 2020, between Latmadaw and Myothi Ward, Kyauktaw Town, Kyauktaw Township, Mrauk-U District, three men went missing. The three missing men were found dead with gunshot wounds on 17 April 2020 and 18 April 2020. Villagers blamed the Myanmar military for the casualties. The men showed signs they had been tortured.",3 -13-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Seik,20.3699,93.0192,"On 13 April 2020, in Kyauk Seik village, Ponnagyun Township, Sittwe District, Rakhine State, Myanmar military fired four artillery shells and landed at the village. 8 civilians died and 13 injured.",8 -12-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Lel Kyun,19.5424,93.8337,"On 12 April 2020, in Ah Lel Kyun village, Ann Township, Kyaukphyu District, Rakhine State, Myanmar military fired shells from their base near a hill next to Da Let Chaung, according to a villager. A shell killed 1 villager and injured 3 villagers.",1 -11-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ga Nan Me,20.4685,92.9667,"On 11 April 2020, near Ga Nan Me village, Ponnagyun Township, Sittwe District, Rakhine State, the Myanmar military bombed nearby areas of the village. One villager died from a heart-attack after hearing the explosion.",0 -7-Apr-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hnan Chaung Wa,21.2091,92.9252,"On 7 April 2020, in Hnan Chaung Wa village (Paletwa Township, Mindat District, Chin State), a few hours after a clash between Myanmar military and AA, the Myanmar military carried out airstrikes and dropped bombs on the village. 7 villagers died; 8 were injured. 7 houses burned down.",7 -6-Apr-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 06 April 2020, near Kan Htaung Gyi village, Myebon Township, Mrauk-U District, Rakhine State, Myanmar military reportedly shot a man to death while he was travelling on a boat along Darlat Creek river.",1 -5-Apr-20,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Gyobingauk,18.2306,95.6488,"On 5 April 2020, in Ywar Ma (North) Ward, Gyobingauk Town, Gyobingauk Township, Thayarwady District, Bago Region, a ward administrator and guesthouse owner argued as a person suspected of having COVID-19 (Coronavirus) was reportedly living at the guesthouse. Approximately twenty people with swords attacked the ward administrator and his family members. 1 person was killed and 2 injured. [size=approximately 20]",1 -3-Apr-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Wea Sar Taik,20.3682,92.9897,"On 03 April 2020, near Let Wea Sar Taik village, an shelling landed and injured a 35 year old villager while he was feeding cattle beside the village. The shelling came from Myanmar military's battalion 990 based in the north of Ponnagyun town, according to a villager.",0 -31-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 March 2020, in the Saw Mu Plaw area, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military shot at villagers while they were crossing a Myanmar military built road. A 56 year old Htee Baw Khee villager died.",1 -31-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thea Ma Wa,21.1478,92.9464,"On 31 March 2020, in Ah Baung Wa (coded at Thea Ma Wa), Paletwa township, Mindat district, Chin State, the Myanmar military bombed the village with fighter jets. 2 women were injured.",0 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chaung Net,20.2236,93.4072,"On 30 March 2020, in Chaung Net village, Minbya township, Mrauk-U District, Rakhine State, the Myanmar military bombed the village with two jet fighters. A 51 year-old man died. 1 villager was injured and 5 houses were destroyed. Villagers fled to nearby villages.",1 -30-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,May Lun,20.2367,93.3839,"On 30 March 2020, in May Lun village, Minbya township, Mrauk-U district of Rakhine State, the Myanmar military fired at the village with a fighter jet. One villager died and 2 villagers were injured.",1 -29-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Government of Myanmar (2016-),Maw Nwet,23.2522,97.0427,"On 29 March 2020, in Moe Nwae village (coded as Maw Nwet), Manton Township, Kyaukme District, Shan State, Myanmar military detained the secretary and chairman of the village. The two were made to be porters.",0 -29-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Hpyo (Chin),20.2949,93.3509,"On 29 March 2020, in Hpar Hpyo (Chin) village, Minbya township, Mrauk-U district in Rakhine State, about 20 Myanmar military troops shot at and set fire to houses in the village. Two villagers were killed. 11 houses were destroyed.",2 -28-Mar-20,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Mongkhet,21.7498,99.4637,"On 28 March 2020, in Mongkhet township, Kengtung district of Shan State, members of Myanmar military Battalion 553 shot at each other after arguing. 7 officers died, including their captain. The reason for dispute is not known, according to the Myanmar military.",7 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Zin Pyun Kone,17.233,95.3049,"On 25 March 2020, in Zin Pyun Kone village, in Kyonpyaw township, in Ayeyarwady region, rioters clashed with police officers who attempted to settle a conflict between villagers from the east and west sides of the village over use a road for a funeral procession. The police fired at the villagers. 1 villager died and 4 were injured in the clash. [size=no report]",1 -25-Mar-20,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 25 March 2020, in Aung Tha Pyay village, in Da Hat Taw village track, in Patheingyi township, in Mandalay region, the Myanmar Police Force raided Aung Tha Pyay village. One villager was shot in the leg. Several police were injured by stones and slingshots. 10 residents were arrested for their involvement in a previous demonstration against a Chinese-backed coal-powered cement factory, the Alphan Cement Plant.",0 -25-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 25 March 2020, near Paletwa town, in Mindat district of Chin State, the Myanmar military fired at nearby areas of Paletwa town with a fighter jet three times. A nine year old girl was left unconscious due to the bombing sound.",0 -25-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Maungdaw,20.8265,92.3661,"On 25 March 2020, in Maungdaw Township, Mrauk-U district of Rakhine State, a bullet hit and injured a 15-year old girl at her house which is 5 miles from Maungdaw town. Her family claims the bullet was fired by the military, a claim the military has denied.",0 -22-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 22 March 2020, near Tin Ma village, Kyauktaw township, Mrauk-U District, Rakhine State, Myanmar military detained four civilians travelling on boat on Kaladan River. Later, one of the four detained people died at military's custody, according to Myanmar's Military Statement released on 29 March 2020. The military accused the four detained civilians of trying to transport rations for the AA.",1 -22-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yay Chan Wa,21.1827,92.9202,"On 22 March 2020, in Yay Chan Wa village, in Paletwa township, Chin State, the Myanmar military fired on the village with fighter jets. Two women and one boy were injured. 8 houses were destroyed.",0 -21-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 21 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, a mentally ill man was shot by Myanmar military soldiers based in Ngan Hill on the other side of the riverbank in the east of the village. He was shot while he was on his way to a monastery and injured.",0 -20-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 20 March 2020, in Rathedaung Town, in Rathedaung Township, in Rakhine State, an eleven year old child of a military officer based in LIB 537 was shot and injured after a soldier mistakenly thought he seemed suspicious (inference being the soldier thought the child was AA).",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Fishermen (Myanmar); Muslim Group (Myanmar),Pein Hne Chaung,21.831999999999997,92.9908,"On 19 March 2020, in Pein Hne Chaung Village, in Kyauktaw Township, in Rakhine State, Myanmar military navy boats which were travelling along Kalandan River fired shots and two men working at a rice mill in Pein Hne Chaung village near Kispanadi bridge were injured. Moreover, three Muslim men who were fishing in the Kaladan river near the bridge were injured. The media reports of the dates of the incident are conflicting.",0 -19-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 19 March 2020, in Let Ma Seik Village, in Thea Tet Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel stationed in the Kaladan river fired shots into the village and residents fled in fear.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Let Ma Seik,20.589000000000002,93.0477,"On 18 March 2020, in Let Ma Seik Village, in Ponnagyun Township, in Rakhine State, Myanmar military navy vessel travelling along Kalandan river fired artillery shells into the village and an artillery shell landed near an ordination tent in the village. A woman was killed and a novice monk was injured.",1 -18-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 March 2020, in Kyak Mann village, Kutkai Township, Muse District, Shan State, Myanmar military arrested and tortured ten villagers.",0 -18-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 18 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -18-Mar-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mongkaing,21.6117,97.5286,"Around 18 March 2020, in Mongkaing Township, in southern Shan State, Myanmar military forced the villagers of Ham Ngaing and Ho Khe village tracts to provide wood and bamboo to its troops who are building a military camp on Loi Tuan mountain. Villagers were also reportedly forced to carry food rations for the military troops.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kutkai,23.4579,97.93799999999999,"On 17 March 2020, in Saikhar village, Kutkai Township, Muse District, Shan State, the Myanmar military arrested and tortured one villager.",0 -17-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 17 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -17-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 17 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered the village and arrested 40 villagers, blindfolding and tying them. The soldiers also beat two of the villagers. They fired shots at houses and cars in the village. The villagers were released later.",0 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tin Ma,21.0128,92.985,"On 16 March 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers brought 50 villagers to their station on a Hill. Forty of the villagers were released half an hour later though they continued the detainment of 10 villagers. The dead body of one of the detainees was found floating in the Kalandan river on March 17.",1 -16-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 16 March 2020, in Kyauktaw Township, in Rakhine State, four Myanmar military navy vessels fired shots along the Kalandan River and injured a total of 9 civilians (two from Oke Kyut, two from Yaung Zu, 3 from Inn Bar Yi and 2 from Pauk Lay Wa). A resident claimed that AA attacked the navy vessels whereas AA claimed that it was one sided attack by the military.",0 -16-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 16 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauk Tan,20.5948,92.7511,"On 15 March 2020, near Kyauk Tan Village, in Rathedaung Township, in Rakhine State, AA claimed that Myanmar military attacked a civilian truck. The AA then rescued 5 civilians from the attack by the military. The civilians were staff of Moe Htet Myint company. AA released all five people on March 18.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma,21.1356,92.9826,"On 15 March 2020, in Wet Ma Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. 8 villagers were killed and 12 other villagers were injured. Almost 1200 villagers from five nearby villages fled due to the aerial strikes.",8 -15-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 15 March 2020, in Kyauk Myan village (Kutkai Township, Muse District, Shan State), Myanmar military troops LID 99, 88 and 55 arrested 15 villagers. The villagers were investigated and tortured. They were also forced to porter between Pan Sat and Kyauk Myan villages. The soldiers searched the villagers houses and took money. Location coded as Kutkai.",0 -15-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"On 15 March 2020, in Pyain Tein Village, in Paletwa Township, in Chin State, the Myanmar military fighter jets fired into the village. One villager was killed and another villager was injured. A school in the village was destroyed.",1 -15-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Hnyin,19.9788,93.7215,"On 15 March 2020, around Sa Hnyin Village, in Myebon Township, in Rakhine State, Myanmar military battalions positioned around the village fired artillery shells at civilian areas.",0 -14-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Meik Sar Wa (3),21.1153,92.9959,"On 14 March 2020, in Meik Sar Wa (3), Meik Sar Wa (East) and Meik Sar Wa (West) Villages [Location coded at Meik Sar Wa (3)], in Wet Ma Village Tract, in Paletwa Township, in Chin State, Myanmar military fired shots from assault jets within minutes of each other on three villages of Meik Sar Wa where Mro ethnic people live. 12 Mro villagers were killed and 6 villagers were injured. The military denied the accusation of the aerial attacks.",12 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma Ywar Thit,21.0191,92.9808,"On 13 March 2020, in Tin Ma Ywar Thit Village, in Kyauktaw Township, in Rakhine State, about 10 Myanmar military soldiers fired into the village when they entered and ordered all the villagers to gather together. They then blindfolded 8 of the villagers and made the villagers follow them.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Bu Ywet Ma Nyoe,20.6854,93.1277,"On 13 March 2020, in between the villages of Bu Ywet Ma Nyoe and Tein Nyo, in Mrauk-U Township, in Rakhine State, a convoy of about 8 Myanmar military vehicles fired shots at the villages along the road. Three people from Tha Yet Ta Pin village, one person from Bu Ywet Ma Nyoe village, 8 people from Paung Toke village, one person from Taung U village and 12 IDPs from Tein Nyo refugee camp were injured. Two injured women from Tha Yet Ta Pin and Bu Ywet Ma Nyoe died later at a hospital. Another injured woman also died on March 15.",3 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"Around 13 March 2020 (between 12 to 15 March 2020), near Kyauk Tan village, Rathedaung Township, Sittwe District, Rakhine State, about 120 troops from Myanmar military battalion 551 interrogated and tortured a villager. The villager was detained when he was herding buffalo tortured him for four days before he escaped. The military continuously asked him whether he was affiliated with the AA.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mar Lar,20.9755,92.9925,"On 13 March 2020, in Mar Lar (Myo) Village, in Mar Lar Village Tract, in Kyauktaw Township, in Rakhine State, a column of Myanmar military detained four villagers. They were released on March 15. During their detention, the four were beaten and punched.",0 -13-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Kyauktaw,20.8447,92.9753,"On 13 March 2020, in Thar Si Village, in Kyauktaw Township, in Rakhine State, Myanmar military soldiers entered the village and started shooting into the houses. During the shooting, three people (one of them was IDP) were killed and five others were injured. About 14 houses were also destroyed by fire.",3 -13-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 13 March 2020, in Tin Ma Gyi village (coded as Tin Ma) near Tin Ma Ywar Thit (Kyauktaw Township, Mrauk-U District, Rakhine State), Myanmar military shelled the village and at least 10 houses were destroyed. A man was also arrested.",0 -12-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 12 March 2020, in Pyaing Taing village, Kyauktaw township, Mrauk-U district, Rakhine State, artillery shells landed into Pyaing Taing village. It killed 3 civilians and injured 10 civilians. About 19 houses are also burned down and destroyed about 150 houses and a monastery in the village. Villagers accused Myanmar military of the aerial bombing.",3 -11-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 11 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire.",0 -10-Mar-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laung Shey,21.0291,92.9783,"On 10 March 2020, in Laung Shey Village, in Kyauktaw Township, in Rakhine State, two villagers were hit by stray bullets which are supposedly fired by the Myanmar military stationed on Ngan hill at the other side of the village. One of the villagers was killed and the other was injured.",1 -10-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 10 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting many areas on both sides of the river.",0 -10-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyaing Taing,21.0488,92.985,"On 10 March 2020, in Pyaing Taing Village, in Kyauktaw Township, in Rakhine State, Myanmar military carried out attacks from fighter jets and caused the houses on fire. Almost the entire village was on fire. About five villagers who were trapped in the village went missing.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 9 March 2020, in Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military fired shots from four assault helicopters into the village. An artillery shell fired from the helicopters exploded at a place where the villagers were sitting. A villager was killed and three others were injured. One other villager who went missing on the day was found dead with gunshots injuries on March 10.",2 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 9 March 2020, in Rathedaung Township, in Rakhine State, three Myanmar military navy vessels travelling along the Mayu river fired shots with small and heavy weapons targeting both sides of the river. The shooting began from near Shwe Laung Tin and continued near Rathedaung town. Then, the vessels fired again when they reach Ywar Thit Kay village and continued until Ma Hnyin Taung village. Artillery shells also landed into lower Kyaung Taung and Zee Khaung villages but no one was injured.",0 -9-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mon Than Pyin,21.0952,92.9635,"On 9 March 2020, in Mon Than Pyin Village, in Mee Wa Village Tract, in Kyauktaw Township, in Rakhine State, Myanmar military fired shots from 3 assault helicopters targeting nearby areas of the village. Heavy weapons fired from the helicopters landed in the village and about five houses were on fire.",0 -9-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Khaung Toke,20.8818,93.0078,"On 9 March 2020, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a column of 300 Myanmar military soldiers abducted two villagers. Both were released near Na Ga Yar village on March 10. The two were beaten during the detention.",0 -8-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Kyauk Tan Gyi,20.262999999999998,92.8588,"On 8 March 2020, near Kyauk Tan Gyi Village, in Kywi Te Village Tract, in Sittwe Township, in Rakhine State, a government education staff was shot and injured by the Myanmar military soldiers who were on guard at Kyauk Tan Gyi gate, an entrance to Sittwe while he came back from Ponnagyun.",0 -6-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pwee Wone,21.1162,92.9577,"On 6 March 2020, near Pwee Wone Village, in Paletwa Township, in Chin State, Myanmar military launched aerial strikes and bombed the area. Some of the villagers were trapped in the village.",0 -5-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tin Ma,21.0128,92.985,"On 5 March 2020, near Tin Ma Village, in Kyauktaw Township, in Rakhine State, Myanmar military fired aerial strikes with two fighter jets near the village located was of the Kaladan river. The military troops stationed on a hill top outside the village also launched artillery shells.",0 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),KNU/KNLA: Karen National Union/Karen National Liberation Army,Hpapun,18.065,97.4449,"On 5 March 2020, in Meh Wine Village, Dwe Lo, in Hpapun Township, in Kayin State, Myanmar military LIB 338 which was stationed in the village fired shots at two forest department staff of the KNU while the two passed through the military station. One of the two was killed.",1 -5-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),,Kyauk Tan Gyi,20.262999999999998,92.8588,"On 5 March 2020, in Kyauk Tan Gyi Village, in Sittwe Township, in Rakhine State, the members of Myanmar military and the police at Kyauk Tan checkpoint fired shots at two youths from Ain Tin village in Ponnagyun township when both failed to stop their motorbike and attempted to drive off. Both of them were then beaten up and arrested.",0 -3-Mar-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpar Sar,21.8607,97.6453,"On 3 March 2020, in Hpar Sar Village, in Ham Ngaing Village Tract, in Mongkaing Township, in southern Shan State, Myanmar military soldiers fired shots at villagers when they returned to their village to feed the cattle after fleeing due to fighting.",0 -2-Mar-20,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Shwe Pyi,20.9243,93.0123,"On 2 March 2020, in Shwe Pyi Village, in Kyauktaw Township, in Rakhine State, two Myanmar military fighter jets launched aerial strikes over the village. An artillery shell launched from the jets landed in the village and the explosion injured a woman.",0 -24-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Demoso,19.4576,97.2828,"On 24 February 2020, in Demoso Township, in Kayah State, Myanmar military soldiers from battalion 102 forced eight villagers to work to provide them with wood and bamboo to fix its military camp.",0 -23-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 23 February 2020, in Paik Thei Ward, Kyauktaw Town, in Kyauktaw Township, in Rakhine State, a column of Myanmar military travelling to the Kispanadi bridge fired gunshots. After the gunshots, an artillery shell landed into a house in the town and injured three people.",0 -22-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 22 February 2020, in Thaung Da Rar Village, in Rathedaung Township, in Rakhine State, two Myanmar military navy ships travelling along the Mayu river fired a number of artillery shells into the village and hit two houses. No one was injured though the houses were destroyed.",0 -20-Feb-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tin Ma,21.0128,92.985,"Around 20 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military arrested a carpenter from Na Ga Yar village and another villager. It is assumed that the two men were abducted to work as guides.",0 -19-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Pan Maw,20.5587,93.2445,"On 19 February 2020, near Pan Maw Village, in Mrauk-U Township, in Rakhine State, a Rakhine teenager was beaten a group of angry Muslim villagers from Paung Toke village while he came back from Laung Kyet market. The villagers of Paung Toke were angry over the death of a Paung Toke Muslim villager who was killed by a group of Rakhine speaking people on February 18.",0 -18-Feb-20,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Paung Toke,20.5482,93.2363,"On 18 February 2020, in Paung Toke Village, in Mrauk-U Township, in Rakhine State, two Muslim youths were followed by a group of Rakhine speaking people on two motorbikes. One Muslim youth who was caught by the Rakhine group was killed and the other escaped.",1 -18-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Tin Ma,21.0128,92.985,"On 18 February 2020, in Tin Ma Village, in Kyauktaw Township, in Rakhine State, a farmer who went to bathe by the Kaladan riverbank was hit by an artillery shell fired by the Myanmar military operation command 9 and injured.",0 -17-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wet Ma Kya,21.0015,92.9935,"On 17 February 2020, in Wet Ma Kya Village, in Kyauktaw Township, in Rakhine State, four artillery shells which were supposedly fired by the Myanmar military from Mt. Taung Shay in east of the village landed into the village and exploded. The explosion destroyed some houses in the village and more than 270 villagers fled the village to seek safety in a nearby village. There was no report of casualties.",0 -16-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Pinlon,20.991,97.53200000000001,"On 16 February 2020, near Hpat Hpit Village, near Pinlon town, in Nawng Lai Village Tract, in Loilen Township, in southern Shan State, a column of Myanmar military arrested a villager, accusing him of being a rebel soldier for a Shan armed group. He was released two days later. He was beaten during the detention.",0 -14-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpar Hpyo (Chin),20.2949,93.3509,"On 14 February 2020, in Hpar Hpyo Village, in Ah Htet Hnget Pyaw Chaung Village Tract, in Minbya Township, in Rakhine State, the Myanmar military arrested a worker of lamppost company who came back from work to the village as he was worried about the fighting broke out near the village. The soldiers hit him with guns while he was in detention on suspicion of connection with AA. He was released later, but seriously injured.",0 -12-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Yae Chan Pyin,20.8172,92.6061,"On 12 February 2020, in Yae Chan Pyin Village, in Tha Yet Pyin Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell landed into a house in the Yae Chan Pyin village where a Muslim majority lives. The explosion of the shell killed three people and injured two others. Relatives of the victims claimed that the artillery shell came from a security outpost at the Sai Din bridge where Myanmar military is stationed.",3 -11-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 11 February 2020, near Myauk Taung Village, in Kyauktaw Township, in Rakhine State, an artillery shell which was supposedly fired by the Myanmar military navy vessels landed in a football field while children were playing a football match on the bank of Kalandan river. Four children were injured by the shell explosion.",0 -10-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kan Sit,20.6833,92.6566,"On 10 February 2020, in between Kan Sit and Oke Hpo (Oe Hpauk) Villages, in Oke Hpo (Oe Hpauk) Village Tract, in Rathedaung Township, in Rakhine State, a Muslim man was shot and injured by the Myanmar military while he was travelling with two others on a boat in Nyaung Creek.",0 -10-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Taung Bway,20.9457,92.9947,"On 10 February 2020, in Taung Bway Village, in Ya Da Nar Pon Village Tract, in Kyauktaw Township, in Rakhine State, a Rohingya teenage boy was killed and two children were injured by an artillery shell fired from the Myanmar military navy ship on Kalandan river. A Muslim woman who came to see the injured children was also injured by another shell explosion.",1 -8-Feb-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Kyauktaw,20.8447,92.9753,"On 8 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, an accountant at a construction site near Buthidaung village was arrested by the Myanmar military soldiers who were stationing inside Kangyi Shin Pagoda compound while he was travelling on a motorbike to fill the gasoline. The soldiers hit and slapped him but he was released later.",0 -6-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 6 February 2020, in Yae Poke Village and Sauk Khat Village, in Rathedaung Township, in Rakhine State, artillery shells which were supposedly fired by the Myanmar military navy near Htee Swea village fell into the villages and injured four women.",0 -3-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 3 February 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, artillery shells which were supposedly fired by a column of 230 Myanmar military soldiers under division 55 stationed at Maha Kangyishin Pagoda landed in a house in Paik Thei ward and killed a mother and injured three men. The military claimed that artillery fire was in retaliation against the AA's attack. However, AA claimed that it was one sided attack by the military on the civilians.",1 -1-Feb-20,Riots,Mob violence,Rioters (Myanmar),Muslim Group (Myanmar),Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Let Ma,20.537,93.2593,"On 1 February 2020, near Let Ma Village, in Shwe Ta Mar Village Tract, in Minbya Township, in Rakhine State, a group of 14 intoxicated Muslim villagers attacked three ethnic Rakhine men with knives and sticks while they were crossing Let Ma, a predominantly Muslim village, on a motorbike. They reportedly looted two motorbikes, clothes and money from a shopkeeper and her son prior to the attack. [size=14]",0 -1-Feb-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 1 February 2020, in Pyein Taw Village, in Rathedaung Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a house and injured a mother and her two sons.",0 -31-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpapun,18.065,97.4449,"On 31 January 2020, in Lu Thaw Township, in Kayin State, Myanmar military fired artillery shells in the See Day area. Location coded at Hpapun township.",0 -30-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauktaw,20.8447,92.9753,"On 30 January 2020, in Kyauktaw Town, in Kyauktaw Township, in Rakhine State, six youth from Zee Pin Gyi village in Mrauk-U township were detained by the Myanmar military when they arrived at Kyauktaw military gate. The military investigated whether they have connections with the Arakan Army and released them later. The investigation involved some beatings.",0 -29-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Ann,19.7799,94.0309,"On 29 January 2020, near Me Taung, in Ann Township, in Rakhine State, a column of Myanmar military soldiers stopped two men on a motorbike and detained the men. They were released that night. One of the detainees was beaten during the detention.",0 -24-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Namhsan,22.965,97.1615,"Around 24 January 2020 (as reported), in Ngawsavit village, Kaung Kalaung village track (Namhsan Township, Kyaukme District, Shan State), Myanmar military LIB-88 forced villagers to guide them.",0 -24-Jan-20,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Meiktila,20.8778,95.8584,"On 24 January 2020, in Meiktila Town, in Meiktila Township, in Mandalay Region, the Meiktila University Student Union and student unions of the Technological University and the Economics University staged a protest in support of the strike by Mandalay University student and in objection of a month extension of the school year in basic education schools. The concerned authorities prohibited the protest in front of Meiktila University. [size=no report]",0 -20-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar); Women (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 20 January 2020, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, a Muslim girl was hit and injured by a bullet fired from the '31 Planes Pagoda' near the village. Her family claimed that the bullets came from a Myanmar military battalion stationed at the Pagoda. However, the military claimed that it did not fire gunshots.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Lat,22.9642,97.0802,"On 19 January 2020, in Ho Lat Village (coded for Ho Lat (Li Shaw), in Ah Nauk Kin Village Tract, in Namhsan Township, in northern Shan State, a column of Myanmar military entered into the village and fired with small and heavy weapons. During the attack, a monk was injured and some civilian houses including a monastery and schools were damaged.",0 -19-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 January 2020, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Mrauk-U based Myanmar military battalion 540 fired at two men on a motorbike when they passed through the battalion station towards the town. One of the two men was killed by the gunfire and another was arrested.",1 -16-Jan-20,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Shwepyithar,16.955,96.0833,"On 16 January 2020, in Shwepyithar Township, in Yangon Region, a vehicle arrived at the sit-in camp of the workers of Global Wealth wallet factory. The workers asked the vehicle to stop and this led to a riot between the vehicle driver and the workers. Then the driver got out of the car and slapped a worker and then attempted to drive away. When the workers stopped the car, the driver waved around a knife. [size=no report]",0 -14-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Sa Hnyin,19.9788,93.7215,"On 14 January 2020, near Sa Hnyin Village, in Myebon Township, in Rakhine State, the Myanmar military fired gunshots at about 30 residents of Sa Hnyin when they reached to the stream near their village while they were going back to their village after taking refuge in other villages. They had to return back to the camp.",0 -12-Jan-20,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Me Let Maung,19.8768,93.8835,"On 12 January 2020, in Me Let Maung Village, in Ann Township, in Rakhine State, Myanmar military abducted 16 civilians and forced them to work as route guides. Among them, 14 were released and two were still being detained by the military.",0 -11-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ohn Taw,20.0307,93.3782,"On 11 January 2020, in Ohn Taw Village, in Ah Ngu Village Tract, in Myebon Township, in Rakhine State, a 10-month-old baby was killed as he was hit by bullets fired by the Myanmar military while a family of three was returning to their village.",1 -9-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Oke Hpoke Kan,20.6379,93.1623,"On 9 January 2020, in Oke Hpoke Kan Village, in Maung Shwi Kan Village Tract, in Mrauk-U Township, in Rakhine State, an artillery shell fired by the Myanmar military landed near a tree in front of a house and injured four people including a one-year-old child.",0 -7-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Students (Myanmar); Teachers (Myanmar),Teik Tu Pauk,20.7758,92.613,"On 7 January 2020, on a hill near Teik Tu Pauk Village, in Kyauk Yan Village Tract, in Buthidaung Township, in Rakhine State, an explosion killed four Rohingya children and injured 6 others. The explosion occurred while a tutor and the children (students) went to look for wood on a hill. While the military claimed that children stepped on a landmine set up by AA, the injured tutor claimed that they were hit by an artillery.",4 -5-Jan-20,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 January 2020, in Kyauktaw Township, in Rakhine State, a landmine exploded followed by gunfire and artillery shell near the Maha Myat Muni Pagoda. The artillery shell that landed near a house in the village injured a woman. Villagers claimed that a Myanmar military column who had arrived at the Pagoda on January 4 fired the gunshots and the artillery.",0 -4-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Kha Maung Taw,19.8563,93.9053,"On 4 January 2020, in Kha Maung Taw Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, Myanmar military soldiers tortured a woman by pouring hot water on her and cutting her legs with knife. The military regiment came to the village in search of her husband on suspicion of having connection with the Arakan Army and they tortured his wife when they could not find him.",0 -2-Jan-20,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),War Tho Kho,17.4639,97.5778,"On 2 January 2020, in Wa Tho Hkoh village, Luthaw Township, Muthraw (Hpapun) District, Karen State, the Myanmar military detained and tortured a villager.",0 -28-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yoe Ta Yoke,20.5702,92.9773,"On 28 December 2019, in Yoe Ta Yoke Village, in Yoe Ta Yoke Village Tract, in Ponnagyun Township, in Rakhine State, Myanmar military fired RPGs into the village that caused over 3,000 villagers to flee the village out of fear.",0 -28-Dec-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mawlamyine,16.4563,97.6469,"On 28 December 2019, in Naung Kha Ri ward, Mawlamyine Town, in Mawlamyine Township, in Mon State, a sergeant lieutenant from the Southeast Command of Myanmar military sexually assaulted an 11-year-old minor while her father was away from home. The neighbors witnessed the assault.",0 -21-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Htaunt Gyi,19.8547,93.7611,"On 21 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, a column of Myanmar military fired gunshots targeting the village during which a stray bullet hit a woman and she was killed.",1 -19-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Fishermen (Myanmar),Kyauktaw,20.8447,92.9753,"On 19 December 2019, in Kyauktaw Township, in Rakhine State, two fishermen from Sit Aung village who were returning home after shopping at a local market in Kyauktaw town were beaten by the members of Myanmar military. The military soldiers fired gunshots to stop the fishermen before beating them with an iron bar. These men were hospitalized due to the injures.",0 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 18 December 2019, in Kan Hton Gyi sub-town, in Myebon Township, in Rakhine State, a woman was hit by a bullet at her residential compound and killed. The bullets came from the Rae Htoe Mountain range where Myanmar military has been stationed.",1 -18-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kan Htaunt Gyi,19.8547,93.7611,"On 18 December 2019, in Kan Htaunt Gyi Village, in Kan Htaunt Gyi Village Tract, in Myebon Township, in Rakhine State, two men who were working in a farm at the foothill of Ra Htoe Mountain disappeared after a column of Myanmar military fired shots into Kan Htaut Gyi near the mountain foothill. The bodies of these two men were uncovered in a farm near the mountain on December 22.",2 -17-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 17 December 2019, near Kant Kaw Myaing Village, in Me Let Maung Village Tract, in Ann Township, in Rakhine State, two Chin men were shot dead near the village by the Myanmar military while they were travelling on a motorbike. The military claimed that the two were members of AA who ran away after planting a landmine against the military. The bodies of the two young men were found on 19 December inside a bush near the village.",2 -16-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Loi Tauk,23.0299,97.6193,"On 16 December 2019, near Loi Tauk Village, in Loi Tauk Village Tract, in Lashio Township, in Shan State, four artillery shells fell near the village. Residents assumed that the artillery shells were launched from the Myanmar military based in Namtu. Over 500 villagers fled.",0 -14-Dec-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Bapi,23.7279,93.4474,"On 14 December 2019, in Bapi Village Tract, in Tonzang Township, in Chin State, a police sub-lieutenant shot a police lance corporal while they both were heading for a training. The shots did not hit the police lance corporal and thus he was not injured.",0 -14-Dec-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"Around 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers abducted a mentally-disabled man as a guide.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Rathedaung,20.4817,92.7555,"On 14 December 2019, in Aung Thar Si village, in Rathedaung Township in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Tha Lu Chaung,20.4191,93.37700000000001,"Around 14 December 2019, near Tha Lu Chaung, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, a dead body of one of 8 villagers who were abducted by the Myanmar military soldiers from brigade 380 was found. One escaped villager said that an abducted villager administrator of Kyauk Maw village was killed on the way. The Myanmar military claimed that the Kyauk Maw village administrator was a member of AA, but the AA and the family of the village administrator denied the accusation.",1 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 14 December 2019, in Yae Poke Village, in Kyauk Yan Thar Si Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 14 December 2019, in Kyauk Tan Village, in Kyauk Tan Village Tract, in Rathedaung Township, in Rakhine State, a column of Myanmar military entered and fired on the village.",0 -14-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thaung Da Rar,20.5536,92.7532,"On 14 December 2019, in Thaung Da Rar Village, in Thaung Da Rar Village Tract, in Rathedaung Township, in Rakhine State, about 100 Myanmar military soldiers entered and fired at the mountain range at the front of the village. This led about 1300 villagers to flee away. The military is also currently stationed in the village.",0 -13-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 13 December 2019, in Sin Thay Pyin Village, in San Goe Taung Village Tract, in Buthidaung Township, in Rakhine State, an artillery shell fell into the Muslim village and the explosion of the shell damaged a house. The artillery was fired by the Myanmar military.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nan Kyar,20.5348,93.2531,"On 11 December 2019, in Nan Kyar Village, in Nan Kyar Village Tract, in Mrauk-U Township, in Rakhine State, a Myanmar military column shot a man during interrogation, accusing him of running away. His hand was injured. The military detained him and brought him to Minbya.",0 -11-Dec-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Seik Ta Ra,20.41,93.37100000000001,"On 11 December 2019, in Seik Ta Ra Village, in Hpon Thar Wa Village Tract, in Minbya Township, in Rakhine State, more than 100 Myanmar military soldiers from brigade 380 entered the village and shot the village administrator and a woman dead at his house. The military also abducted 8 other villagers.",2 -4-Dec-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Wan Pong,20.4248,100.1126,"On 4 December 2019, near Wan Pong Village, in Mong Hpone (Ka) Village Tract, in Tachileik Township, in eastern Shan State, police from the Wan Pong police station fired gunshots at a car in which a woman was travelling back home after paying homage to a monastery in Mong Hpone village tract.",0 -2-Dec-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 2 December 2019, in Ah Lel Zay Ward, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, an artillery shell hit a crowd of people in Ah Lel Zay Ward. Among seven people who were hit by the artillery shell, a woman and her two children were killed whereas four others were injured. Some locals claimed that Shwe Taung Regiment 540 of Myanmar military fired the artillery. However, the military claimed that the sister of the deceased woman hit an old bomb with a stone and it exploded.",3 -29-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man War,22.9826,97.4237,"On 29 November 2019, in Man War Village, in Namtu Township, in northern Shan State, an artillery shell fell into a corn field and hit the women in the field. Three women were injured and one was killed. The military claimed that it had clashed with TNLA and stray artillery from the clash hit the women whereas both TNLA and RCSS claimed that no clash broke out between them and the military. TNLA also claimed that the Myanmar military battalion 344 fired the artillery shells.",1 -28-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Toke,20.8818,93.0078,"On 28 November 2019, near Khaung Toke Village, in Kyauktaw Township, in Rakhine State, a 38-year old villager of Hna Ma Dar was shot by the Myanmar military while he was travelling on his boat from his village to Khaung Toke to sell the wood. He was seriously injured and taken to the hospital.",0 -23-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ah Myet Taung,20.6551,92.7203,"On 23 November 2019, in Ah Myet Taung Village, in Rathedaung Township, in Rakhine State, Myanmar military unit 537 based near Rathedaung Town fired artillery shells with some landing in Ah Myet Taung, causing some houses to burn down.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 22 November 2019, near Ponnagyun Town, in Ponnagyun Township, in Rakhine State, two civilians who were travelling on motorbikes from Ywar Thar Yar village to Ponnagyun Town were shot and injured by the Myanmar military battalion 550.",0 -22-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hu Hkin (Palaung),23.0772,97.1175,"On 22 November 2019, in Hu Hkin Village Tract, in Namhsan Township, in northern Shan State, Myanmar military division 88 briefly abducted 63 residents. Some of the residents were beaten and forced as to carry equipment by the soldiers.",0 -22-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Man Mai Mein Kun,23.0717,97.1525,"On 22 November 2019, in Man Mai Mein Kun Village, in Namhsan Township, in northern Shan State, the Myanmar military LID 88 arrested 63 villagers in the morning to use as human shields against a possible landmine explosion. The villagers were released later in the afternoon. The military also beat the village secretary.",0 -21-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Wa,21.1074,92.9544,"On 21 November 2019, in Mee Wa Village, in Kyauktaw Township, in Rakhine State, a column of Myanmar military entered into the village and forced 6 Mee Wa villagers to work as guides. The military denied this event.",0 -19-Nov-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 19 November 2019, in north of Ywar Thar Yar Village, in Myebon Township, in Rakhine State, the Arakan Army claimed that Myanmar military launched the attacks over the area north of the village and along Yaw Creek using two helicopters. The military denied the claim.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ho Tar,23.2852,97.95299999999999,"On 18 November 2019, near Ho Tar Village, in Hseni Township, in northern Shan State, a farmer was physically assaulted by Myanmar military soldiers while he was on his way back to his home in Ho Tar village. The soldiers brought him to a military camp and beat him.",0 -18-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 18 November 2019, in Pan Myaung Village, in Minbya Township, in Rakhine State, a Myanmar military column that came from Taung Phyu Mountain fired gunshots at the children who ran away in fear when they saw the soldiers. Then, the military entered into the village while firing gunshots. One bullet hit an elderly woman and injured her. The military claimed that it did not shoot the woman.",0 -13-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Tha Yet Ta Pin,20.8591,93.0483,"On 13 November 2019, near Tha Yet Ta Pin Village, in Kyauktaw Township, in Rakhine State, the families of the four residents who were arrested by the Myanmar military on suspicion carrying out a mine attack claimed that the soldiers physically assaulted the detainees during the investigation.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Yae Boke,19.6187,93.8919,"On 11 November 2019, near Yae Boke Village, in Ann Township, in Rakhine State, a man from Myebon township was detained by the Myanmar military along with two other people. The man was hospitalized on November 21 due to the injuries sustained from beating and abuse during his detention.",0 -11-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"On 11 November 2019, at Yaw Chaung bridge, in Myebon Township, in Rakhine State, some Myanmar military soldiers asked the people who were in the funeral service car that was carrying the body of a deceased woman from Min Phu village to step out of the car. They then beat them with guns.",0 -10-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Labour Group (Myanmar),Kyauk Pan Tu (Ywar Thar Yar),20.0263,93.6092,"On 10 November 2019, near Ywar Thar Yar Village, in Myebon Township, in Rakhine State, a Myanmar military battalion on security asked a machine-boat to stop but the boat did not stop. The soldiers then fired shots and a pregnant woman on the boat was killed. The couple in the boat was returning home after selling fish.",1 -9-Nov-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Htee Swea,20.5784,92.743,"On 9 November 2019, in Htee Swea Village, in Rathedaung Township, in Rakhine State, a man who went missing on November 1 after a Myanmar military column entered into the village was believed to have been killed by the military. His possessions and burnt body was discovered among the ashes near a monastery.",1 -4-Nov-19,Riots,Mob violence,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Kyaikto,17.3115,97.0198,"On 4 November 2019, in Kyaikto Township, in Mon State, a riot occurred between the informal vendors and about 60 members of police force, market committees and pagoda management committee when the latter prevented the vendors from selling along the road to Kyaiktiyo Pagoda, from the entrance of the Pagoda to Mountain Top Hotel. [size=about 60]",0 -4-Nov-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyaung Taung,20.6278,93.2785,"On 4 November 2019, in Kyaung Taung Village, in Mrauk-U Township, in Rakhine State, three family members were injured as they were hit by stray artillery fired by the Myanmar military while they were at their house. The sound of the artillery fire was also heard from Taung Phyu Mountain.",0 -2-Nov-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ponnagyun,20.3337,93.0088,"On 2 November 2019, in Ponnagyun Township, in Rakhine State, a column of Myanmar military arrived at the Sin Thi village and abducted three villagers who were working in nearby farm to work as guides. The villagers returned later.",0 -30-Oct-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Maungdaw,20.8265,92.3661,"On 30 October 2019, in Ain Din Village Tract, in Maungdaw Township, in Rakhine State, a construction worker from Aung Thu Kha village who was building a fence at Gin Taw border guard post was shot by a policeman on sentry duty and injured. An official of the outpost said that the gunshot by the policeman accidentally hit the mason.",0 -30-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 30 October 2019, in Kyauktan Village, in Rathedaung Township, in Rakhine State, two villagers ran away because the Myanmar military tortured them during the investigation. They returned home with injuries.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Say Taung,20.7264,92.6711,"On 28 October 2019, in Say Taung Village, in Buthidaung Township, in Rakhine State, the Myanmar military arrived at the village and began shooting. Two women in the village were injured from the shootings.",0 -28-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Buddhist Group (Myanmar); Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 28 October 2019,in Kutkai Township, in northern Shan State, about 100 Myanmar military soldiers from LIB 45 searched a monastery in Loi Kyawt in Kar Lai village tract and tortured an ethnic Ta'ang Buddhist monk accusing him of being a member of TNLA and hiding military equipment of TNLA soldiers at the monastery.",0 -27-Oct-19,Explosions/Remote violence,Air/drone strike,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, the Myanmar military surrounded Yae Poke village and also launched aerial attack from the helicopter. Two children were hit by the stray bullets due to the attack and seriously injured. The Myanmar military then entered the Yay Boke village and interrogated the villagers.",0 -27-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, two villagers of Yae Boke village were shot and injured by the Myanmar military soldiers while they, out of fear, ran away from the soldiers.",0 -27-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Poke,20.6146,92.7419,"On 27 October 2019, in Yae Poke Village, in Rathedaung Township, in Rakhine State, a total of ten villagers were abducted by the Myanmar military.",0 -25-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buddhaw,20.6308,92.9212,"On 25 October 2019, in Buddhaw Village, in Kyauktaw Township, in Rakhine State, the villagers of Kan Sauk claimed that the Myanmar military fired artillery shells into Buddhaw village.",0 -25-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 25 October 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, two villagers were abducted by the Myanmar military while they were on their way to the farm. They managed to ran away on October 30 and they went to the hospital due to the injuries during their abduction.",0 -24-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myebon,20.0474,93.37100000000001,"Around 24 October 2019, in Rakhine State, a villager fled after hearing gunshots by the Myanmar military soldiers. The soldiers punched him when he was detained. He was later released. [Location coded at Myebon Township]",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 23 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military abducted 35 people in Mee Zar village to work as porters to carry military food rations from Twin Chaung Wa village to Kha Maung Wa village.",0 -23-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 23 October 2019, in Let Khoke Village, in Minbya Township, in Rakhine State, a Myanmar military column arrived at Let Khoke village and abducted more than 30 villagers to work as guides. The abducted villagers returned home in the evening.",0 -22-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Khone Taing (Rakhine),20.7253,92.6479,"On 22 October 2019, in Sin Khone Taing Village, in Rathedaung Township, in Rakhine State, an artillery shell exploded near a primary school in Sin Khone Taing village. The village administrator claimed that the artillery shell was launched by the Myanmar military from its outpost at the Thonesal Ta Bon pagoda.",0 -21-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 21 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 27 villagers from Mee Zar village to work as porters.",0 -21-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Khaung Laung Ywar Haung,20.3959,93.2942,"On 21 October 2019, in Khaung Laung Ywar Haung Village, in Minbya Township, in Rakhine State, a few artillery shells hit a house in Khaung Laung Ywar Haung village and a mother and her three children who live in the house were injured. The artillery shells were launched by Myanmar military soldiers who fired them after two landmines exploded at the new car gate of Na Ra village.",0 -20-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 20 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 17 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mee Zar,21.7251,92.7776,"On 19 October 2019, in Mee Zar Village, in Paletwa Township, in Chin State, the Myanmar military battalion under brigade 77 abducted 20 villagers from Mee Zar village to work as porters.",0 -19-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaung Taung,20.6278,93.2785,"On 19 October 2019, in Mrauk-U Township, in Rakhine State, a farmer from Kyaung Taung village was shot by the Myanmar military while he was working in a farm located half a mile in the east of the village.",1 -15-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Sit Aung,20.7943,92.9885,"On 15 October 2019, in Kyauktaw Township, in Rakhine State, the soldiers from a Myanmar military column shot a 53-year-old man dead at a lake near Sit Aung village when he ran away when the military ordered him to stop for investigation. Another 24-year-old university student from Shwe Lai village was also injured from the gunfire.",1 -13-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); ULA/AA: United League of Arakan/Arakan Army,Myeik Wa,22.1215,92.7528,"On 13 October 2019, in Paletwa Township, in Chin State, a member of the political wing of the Arakan Army was killed by the Myanmar military at Myeik Wa village. The member was first detained by Assam rifles soldiers at Lon Tin Lai in Mizoram State of India on October 6. Then, the arrested member was transferred to the Myanmar military on October 10.",1 -12-Oct-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12 October 2019, in Mrauk-U Township, in Rakhine State, 10 villagers including 8 women from Pauk Taw Pyin village were used as shields by the Myanmar military and forced to march towards Thin Kyit Taung pagoda. The villagers escaped during the ambush by AA.",0 -7-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Sin Thay Pyin,20.7711,92.6339,"On 7 October 2019, in Buthidaung Township, in Rakhine State, a Muslim man who was fishing at a pond near Sin Thay Pyin village was killed as he was hit by an artillery shell launched by the Myanmar military LIR No.551.",1 -2-Oct-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Kar Di,20.7387,92.9559,"On 2 October 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military soldiers shot a 40-year-old villager dead near Kar Di village as he did not stop his motorbike when the security soldiers ordered him to stop. The man who was shot is from Apauk Wa village. The military claimed that materials used for making a landmine were found with him.",1 -1-Oct-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar); Teachers (Myanmar); Buddhist Group (Myanmar),Mee Wa,21.1074,92.9544,"On 1 October 2019, in Kyauktaw Township, in Rakhine State, an artillery shell launched from a naval ship by the Myanmar military landed inside a monastery school in Mi Wa village. The explosion of the shell injured a monk, a teacher, a novice and three students. Myanmar military claimed that it exchanged fire with AA whereas AA claimed no clash with the military. A resident claimed that it was one-sided shelling.",0 -1-Oct-19,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Chinese Ethnic Group (Myanmar),Hlaingthayar,16.854,96.0689,"On 1 October 2019, in Hlaingthayar Township, in Yangon Region, nearly 400 workers of the Chinese-owned Unitedtex Overseas Garment factory were picketing at the factory entrance. A Chinese man drove his car into the striking workers and attempted to beat a female worker with a wooden stick. Workers have demanded 17 points, including that their rights to be respected, allowances to be paid, and factory facilities be improved. [size=nearly 400]",0 -23-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Hseng Lein,23.5873,97.3937,"On 23 September 2019, in Manton Township, in Shan State, the Myanmar military battalion 421 forced 13 Ta'ang ethnic villagers of Saing Leing (Hseng Lein) village who were working in their farms to work as guides and to walk to the frontlines of the conflict. Twelve villagers were released in the evening.",0 -22-Sep-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Hpruso,19.4164,97.1332,"On 22 September 2019, in Hpruso Township, in Kayah State, a 13-year-old girl who lived with her sister inside the compound of Myanmar military LIB 428 was raped by a soldier.",0 -17-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ku Lar Ma Taung,20.4487,93.35600000000001,"On 17 September 2019, in Minbya Township, in Rakhine State, Myanmar military troops arrived at Kalarma Taung village and fired 19 shots in the village. They also announced a curfew on the villagers between 7 pm and 7 am.",0 -17-Sep-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ta Khun Taing,20.4384,93.3443,"On 17 September 2019, in Minbya Township, in Rakhine State, a column of 100 Myanmar military soldiers forced three villagers of Tankhun Dai (Ta Khun Taing) village to leave their paddy fields and transport the military goods across a small creek.",0 -15-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Muslim Group (Myanmar),Kin Chaung,20.8055,92.5498,"On 15 September 2019, in Buthidaung Township, in Rakhine State, the Myanmar military indiscriminately fired into Kin Chaung village, killing a Muslim man from Thabeik Taung village and injuring a woman. The military claimed that the victim had detonated a landmine and was killed while planting it near a bridge in Kin Chaung village.",1 -13-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 13 September 2019, in Sittwe Township, in Rakhine State, a man who was charged under the Counter-Terrorism Law began vomiting blood due to the torture received while in military detention. He is believed to have been beaten and to have received electric shocks. He was one of six men who was charged in March after they were arrested by the Myanmar military for helping a sick man transfer to Mrauk-U hospital. All of those detained are from Kyaung Taung village's voluntary funeral service group.",0 -12-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mongping,21.3509,99.0212,"On 12 September 2019, in Mongping Township, in eastern Shan State, the soldiers of Myanmar military LIB 278 arrested the Lun Kyauk village administrator and another resident while both were at their houses. The military soldiers punched and kicked the resident before both were released two hours later.",0 -12-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyein Taw,20.6207,92.6976,"On 12 September 2019, in Rathedaung Township, in Rakhine State, the Myanmar military fired artillery shells into Pyain Taw village and the villagers had to flee.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Namhkan,23.8334,97.6798,"On 8 September 2019, in Namhkan Township, in Shan State, a man in his 50s was handcuffed and severely beaten by the members of the Pangsay People's Militia Force (PMF) while he was at his house.",0 -8-Sep-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ho Nawng,23.4135,97.8798,"On 8 September 2019, in Kutkai Township, in northern Shan State, a 32-year-old man who was traveling on his car was asked to stop by the Myanmar military soldiers near Ho Nawng village. He was shot and injured by the soldiers while he was trying to stop.",0 -2-Sep-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sin Thay Pyin,20.7711,92.6339,"On 2 September 2019, in Buthidaung Township, in Rakhine State, Myanmar military fired artillery shells near Sin Thay Pyin and U Yin Thar villages.",0 -31-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 31 August 2019, in Mrauk-U Township, in Rakhine State, two farmers were abducted by Myanmar military brigades No.33 and 55 on suspicion of being involved in an explosion at the bottom of Mount Ma Kyar near Ywar Haung Taw village. They were beaten during the detention and released on 1st September.",0 -26-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pang Hsay,23.4456,97.8898,"On 26 August 2019, in Kutkai Township, in northern Shan State, Myanmar military LIB 45 fired artillery shells and a shell fell into Pang Say village. One villager was killed and the other one was injured.",1 -25-Aug-19,Riots,Mob violence,Rioters (Myanmar),Farmers (Myanmar),Rioters (Myanmar),Police Forces of Myanmar (2016-2021),Yae Kyi,21.9589,96.1808,"On 25 August 2019, in Patheingyi Township, in Mandalay Region, a riot broke out between the members of police force and local farmers while the Pywint Phyo Thit Company and Mandalay Municipal Committee were putting up fencing for a housing project in Yay Kyi village. The farmers threw sticks, knives, and petrol filled bottles at the police members. Three police and two company staff were injured during the riot. One of the farmers was also injured as one of the company staff attacked with a knife. Farmers claimed that they were demanding the unused lands of about 250 acres out of 500 acres which were confiscated for this golf playground construction project. [size=no report]",0 -24-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pan Myaung,20.5998,93.2655,"On 24 August 2019, in Minbya Township, in Rakhine State, an artillery shell launched by the Myanmar military LIB 378 targeting the mountain ranges fell into Pan Myaung village. The explosion of the shell killed 3 children and injured four others.",3 -24-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Ywar Haung Taw,20.5965,93.2158,"On 24 August 2019, in Mrauk-U Township, in Rakhine State, two villagers of Ywar Haung Daw village were abducted by the Myanmar military on their way back home from transplanting paddy.",0 -23-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 23 August 2019, in Mrauk-U Township, in Rakhine State, an artillery shell fired from Thinkkyittaw mountain hit a villager of Pauktaw Pyin and he was injured.",0 -21-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chut Pyin,20.5698,92.6405,"On 21 August 2019, in Rathedaung Township, in Rakhine State, a local resident from Chut Pyin village was abducted by the Myanmar military to work as a guide.",0 -19-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Military Forces of Myanmar (2016-2021),Minbya,20.362000000000002,93.2735,"On 19 August 2019, in Minbya Township, in Rakhine State, Myanmar military fired artillery shells from Kyein Taung Hill and an artillery shell struck the house of a military sergeant who served in military's LIB 537. He was killed and his wife was injured. He had been on leave from the military to care for his parents.",1 -18-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 18 August 2019, on the road between Muse and Kutkai Townships, in Shan State, Myanmar military soldiers from LIB 123 shot two motorbike drivers dead and injured two others.",2 -15-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Teachers (Myanmar); Prisoners (Myanmar),Buthidaung,20.8754,92.5272,"On 15 August 2019, in Buthidaung Township, in Rakhine State, a primary school teacher who was detained by the Myanmar military around 9-10 August had to be sent to the military hospital for the treatment as he was beaten during the interrogation.",0 -7-Aug-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Taung Taik,20.3859,93.2955,"On 7 August 2019, in Minbya Township, in Rakhine State, the Myanmar military arrived at Taung Taik village and took 6 villagers to be guides. They were later released.",0 -6-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Mar Lar,20.9755,92.9925,"On 6 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military forced two village administrators from Khapaw village to guide them to Mar Lar village. On the way, the administers stepped on a landmine and were injured. One of the administrators died during the transfer to the hospital.",1 -5-Aug-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauktaw,20.8447,92.9753,"On 5 August 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military aimed gunfire and artillery shells into the village of Kyauktan. A 14-year-old girl and a man were injured.",0 -1-Aug-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Sittwe,20.1462,92.8984,"On 1 August 2019, in Sittwe Township, in Rakhine State, an ethnic Rakhine man from Amyintkyun village was shot dead by the Myanmar military at a checkpoint during a dusk-to-dawn curfew. He was traveling on his motorbike from Ponnagyun township towards Sittwe.",1 -31-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Yinmarbin,22.0831,94.9021,"On 31 July 2019, in Yinmarbin Township, in Sagaing Region, villagers prevented authorities and a private company from connecting a cable from the transformer that the villagers had bought and set up on their own. When the police tried to break up the crowd of villagers, they shot at the villagers with rubber bullets and beat them with batons. The villagers also threw stones at the police. Four villagers and two police were injured. [size=no report]",0 -30-Jul-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Leik Ma,20.7914,93.044,"On 30 July 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military fired artillery shells while moving from Daung Taung Yoe village to Sein Chon village. Heavy artillery fell into Leik Ma village and exploded. One woman was injured while she was cooking in her house.",0 -28-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Aid Workers (Myanmar),Mrauk-U,20.5931,93.1864,"On 28 July 2019, in Mrauk-U Township, in Rakhine State, an international aid worker was shot by the Myanmar military while he was riding his motorbike through Kyauk Yitkay ward in Mrauk-U town. The military claimed that he was shot as he did not stop after the warning shot and claimed he was found with a grenade. He has been charged with counter-terrorism law after he was shot. He was wounded in his chest and received treatment at a hospital",0 -27-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Toungup,18.8561,94.2408,"On 27 July 2019, in Toungup Township, in Rakhine State, one out of two civilians who were detained by the Myanmar military on 27 July died during custody. The person who died is an ethnic Rakhine from Ramree township. However, the military has not verified the news of death.",1 -23-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tein Nyo,20.7144,93.1149,"On 23 July 2019, in Mrauk-U Township, in northern Rakhine State, a 22-year-old young man was shot in his head by the soldiers from Myanmar military supply camp stationed in Tein Nyo village. He was traveling with others in a boat before the military started shooting at them. He died on 24 July due to the injuries from the gunshot.",1 -23-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Rioters (Myanmar),,Yenangyaung,20.465,94.8712,"On 23 July 2019, in Yenangyaung Township, in Magway Region, a riot broke out over a disputed land plot between villagers of Pha Ye and Kan Thar villages. Two houses in Kan Thar village were destroyed by villagers from Pha Ye who came to Kan Thar village by boat. The Kan Thar villagers then gathered together, and the two groups ended up in a violent confrontation. Later, villagers of Pha Ye tried to escape by boat, but it capsized. It is reported that at least 25 bodies have been found though it is unclear how many people died from drowning and how many due to the attack. Police reported that 40-50 tried to escape on the boat. 13 bodies are still missing.",25 -11-Jul-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-) Mandalay City Development Council (MCDC),Chanmyathazi,21.9394,96.0958,"On 11 July 2019, in Chanmyathazi Township, in Mandalay Region, there was a riot between the police and the informal settlers on the land now in the ownership of Aung Myin Thu Company. The riot broke out when the Mandalay police and the municipal officers of Mandalay City Development Council (MCDC) demolished the houses of the informal settlers. The settlers resisted the demolition by throwing rocks at the police forces. The police fired two gunshots in retaliation against the resistance. Five police officers and some squatters were injured. Four settlers were also detained by the police. [size=no report]",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mong Hlan,21.0665,98.9295,"On 6 July 2019, in Mongping Township, in eastern Shan State, a 32 years old villager of Mong Hlan village was interrogated and beaten by the soldiers of Myanmar military LIB 579 on his way back home.",0 -6-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyauk Tan,20.5948,92.7511,"On 6 July 2019, in Rathedaung Township, in Rakhine State, a villager from Kyauk Tan village died at Rathedaung hospital while taking treatment from the injuries gained during an attack by the Myanmar military in Kyauk Tan village on May 2.",1 -3-Jul-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Refugees/IDPs (Myanmar); Women (Myanmar),Kutkai,23.4579,97.93799999999999,"On 3 July 2019, in Nam Sung Village, in Kutkai Township, in Shan State, a Kachin IDP and mother of two children was strangled to death by the Myanmar military soldiers from LIR 261. There were also signs that she was raped before she was killed by the soldiers.",1 -2-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Yoke Chaung,20.7664,93.059,"Around 2 July 2019, between Teik Wa Pyin and Yoke Chaung villages, in Mrauk-U Township, in Rakhine State, local farmers were prohibited by the Myanmar military from cultivating their farmlands. The military shot at them when the farmers entered their farmlands to cultivate.",0 -2-Jul-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kan Pyin,20.7567,92.5583,"Since 2 July 2019, in Buthidaung Township, in Rakhine State, more than 30 people from Kan Pyin village have been held captive inside a monastery by the Myanmar military battalion 22. The villagers are running out of food supplies as they were ordered not to go outside the monastery.",0 -1-Jul-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Way Thar Li village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -27-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Maw,19.3692,93.5896,"On 27 June 2019, in Kyaukphyu Township, in Rakhine State, a military column passed through the village of Say Maw. A resident tried to take a photograph of that and he was spotted by a soldier. Consequently, the military column shot multiple rounds of gunfire into the village.",0 -27-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 27 June 2019, in Hpakant Township, in Kachin State, the police fired a warning shot into a crowd of 40 jade pickers while they were attempting to remove a piece of jade that weighed about 81.6 kg near Ywar Thit village. Police claimed that these scavengers were illegally digging in the jade block owned by Triple One Company. One of the jade pickers was shot and injured in his leg.",0 -26-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Pyin Yaung,20.5588,93.3051,"On 26 June 2019, in Minbya Township, in Rakhine State, about 120 soldiers from the Myanmar military arrived at the Pyin Yaung village and caused about 50 men of the village to flee in panic. The military fired guns at the villagers who ran away but no one was injured.",0 -24-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Way Thar Li,20.6669,93.15299999999999,"Around 20 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained 8 villagers near Wethali village. Among them, a 28 year old villager from Shwe Tun Phyu village died on July 1 while he was taking treatment at Sittwe hospital. He was tortured by the military during the interrogation. Another 20 year old villager of Pauk Taw Pyin also died on June 24 while he was taking treatment at Kyauktaw hospital.",1 -23-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Labour Group (Myanmar),Muse,23.9933,97.9103,"On 23 June 2019, in Muse Township, in Shan State, a 30-year-old migrant worker who lives in Hsenwi Township but works in China was arrested and assaulted by the police officers who were on patrol on the Myanmar-China border. He was hospitalized later and had lost hearing in one ear and was having blurry vision in one eye.",0 -23-Jun-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Pathein,16.7792,94.7321,"On 23 June 2019, in Pathein Township, in Ayeyarwady Region, a Myanmar military lieutenant corporal raped his disabled cousin in Taung Yar Kone village.",0 -23-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Goke Pi,21.0863,92.4486,"On 23 June 2019, in Buthidaung Township, in Rakhine State, a deserter from the Myanmar military brigade no.22 shot an owner of a grocery store and took the food from the store in Goke Pi village. The soldier fled away with a motorboat after the shooting. The store owner was killed by the gunshot.",1 -21-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Way Thar Li,20.6669,93.15299999999999,"On 21 June 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained about 20 laborers from Wai Thar Li and Pauktaw Byin villages. A sister of one of the detainees was told by the military that it detained them as it needs them as guides and that they will be released. However, a Myanmar military spokesperson reported that they only detained 8 laborers. One of the eight male laborers who was arrested by the military on 20 June while he was returning to Pauk Taw Pyin village after his bricklaying job died on 25th June while in military custody.",1 -14-Jun-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Sa Par Htar,20.4668,93.3049,"On 14 June 2019, in Minbya Township, in Rakhine State, four bodies were discovered in Sabahtar village in an area where the Myanmar military and the Arakan Army had clashed. The bodies were buried in shallow graves. It was assumed that they were killed by the Myanmar military since some military equipment was found near the bodies.",4 -5-Jun-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mandalay,21.9747,96.0836,"On 5 June 2019, in Mandalay, a villager who was in police custody in connection with a protest against the construction of Chinese-backed cement factory was found dead. Authorities claimed that he drank a lot and had a fever before he was transferred to Oh-boe prison. His family denies this. Authorities forced relatives to sign a pledge not to raise an issue over the wounds seen on the body of the dead villager. The family believes the police tortured the man to death.",1 -1-Jun-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Ponnagyun,20.3337,93.0088,"On 1 June 2019, in Ponnagyun Township, in Rakhine State, a Myanmar military column arrived at Sinthi village. Soldiers interrogated the villagers and arrested two 100-households heads to serve as guides.",0 -29-May-19,Battles,Armed clash,Military Forces of Myanmar (2016-2021),,Military Forces of Myanmar (2016-2021),,Nanyun,26.9797,96.167,"On 29 May 2019, in Nanyun Township, in Sagaing Region, a military officer was shot dead by a military soldier who is allegedly mentally unstable. The incident happened at the NSCN-K headquarter where the Myanmar military has taken over and is stationed.",1 -23-May-19,Riots,Mob violence,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Lamaing,15.5035,97.8321,"On 23 May 2019, in Lamai Town, in Ye Township, in Mon State, about 100 police members were deployed as a crowd tried to gather again after a riot the day before. Some houses were destroyed by the crowd over a dispute over the online saving and buying scheme. [size=no report]",0 -22-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),,Lamaing,15.5035,97.8321,"On 22 May 2019, in Lamaing Town, in Ye Township, in Mon State, an angry mob attacked and torched a house that belongs to a couple. The couple was also beaten by the mob. An online saving and buying scheme was the cause of the riot. [size=no report]",0 -22-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Min Thar Taung,20.8953,93.0408,"On 22 May 2019, in Min Tha Taung village, in Kyautaw township, Rakhine state, a man died from injuries he received while in military detention.",1 -19-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Myauk Taung,20.9516,93.0006,"On 19 May 2019, in Kyauktaw Township, in Rakhine State, around 57 military trucks of Myanmar military arrived to Kyauktaw and the military soldiers commenced shooting in the area between the Myauk Taung and Malar Taung villages. A 10 year old girl was killed and 5 other villagers including 3 young children were injured due to the attack by the military.",1 -17-May-19,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of China (2012-),,Muse,23.9933,97.9103,"On 17 May 2019, in Muse Township, in Shan State, there was tension between the Myanmar drivers and the Chinese police as the Chinese side restricted the trespassing time through some entrance gates into China. In retaliation, two trucks on Myanmar side blockaded the vehicles which were entering into Myanmar side as a demonstration. When the Chinese police began to drag the drivers that blockaded the road away, a crowd formed on the Myanmar side and shouted at the Chinese police.",0 -16-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16 May 2019, in between Ye and Thanpyuzayat Townships, in Mon State, a captain of the Myanmar military LIB 587 stopped a man who was travelling. As the man could not show his ID as he left it at home, the captain arrested him and killed him after torturing.",1 -15-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Christian Group (Myanmar),Mee Zar,21.7251,92.7776,"On 15 May 2019, in Paletwa Township, in Chin State, Myanmar military's LIB 77 called up 31 villagers of Meezar village to work as porters and forced them to carry food rations for the troops. Among those forced were women, the elderly and Christian pastors.",0 -15-May-19,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Muslim Group (Myanmar),Dagon Myothit (South),16.8402,96.2258,"On 15 May 2019, in Dagon Myothit (South) Township, in Yangon Region, over 100 self-proclaimed nationalists surrounded a house which was set up as makeshift mosque for Ramadan services. The mob pressured the local authorities to shut down these temporary prayer sites. The nationalist group carried sticks, knives and vandalized vehicles. [size=more than 100]",0 -15-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Civilians (Myanmar); Journalists (Myanmar),Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 15 May 2019, in Aung Tha Pyay Village, in Patheingyi Township, in Mandalay Region, over 100 police cracked down on the protesting residents. The police fired tear gas and rubber bullets into the protesting crowd against the coal-powered cement plant. About 10 people were injured, one critically. Police arrested four people including a journalist. [size=no report]",0 -11-May-19,Violence against civilians,Sexual violence,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Women (Myanmar),Kyee Kan Pyin,20.895,92.3986,"On 11 May 2019, in Maungdaw Township, in Rakhine State, a BGF police officer attempted to rape a woman near a lake between south and west Kyee Kan Pyin villages.",0 -11-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),,Muse,23.9933,97.9103,"On 11 May 2019, in Muse Township, in Shan State, a member of the Namkham Myoma People's Militia Force (PMF) handcuffed and beat a local man.",0 -10-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpa Yar Paung,20.7975,92.9766,"On 10 May 2019, in Kyauktaw Township, in Rakhine State, the Myanmar military shot and killed a motorbike ferry driver while he was driving back home to his village, Phayar Paung. The military claimed that he was a member of AA who detonated a landmine against a military column and so the military shot him as he ran away.",1 -10-May-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar); Women (Myanmar),Hu Hkin (Palaung),23.0772,97.1175,"On 10 May 2019, in Hu Hkin(Palaung) Village, in Namhsan Township, in northern Shan State, an ethnic Ta'ang woman was held at gunpoint and raped by two soldiers of Myanmar military LIB 258 under the command of military's LID 101 while she was at a tea farm.",0 -9-May-19,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Kun Taing Ywar Gyi,20.8616,92.5528,"On 9 May 2019, in Kun Taing (Ywar Gyi) village, in Buthidaung Township, in Rakhine State, the shops and schools of the Rohingya were set on fire by an unidentified group. The incident occurred in a Muslim village. However, it was unclear what was actually on fire. According to a Rohingya witness, an Arabic Maktab (school), a government primary school, and 41 shops were burned. [size=no report]",0 -8-May-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Buthidaung,20.8754,92.5272,"Around 8 May 2019, in Buthidaung Township, in Rakhine State, Rohingya men were forced to work as watchmen by the Myanmar military.",0 -8-May-19,Protests,Excessive force against protesters,Protesters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Shwebo,22.5692,95.6981,"On 8 May 2019, in Shwebo Town, in Sagaing Region, the prisoners at Shwebo prison staged a protest. They asked to get equal rights to amnesty and to meet with the Human Rights Commission, the media and the government authorities. The prison guards opened fire into the protesting prisoners and this caused 4 deaths and 2 others injuries. [size=no report]",4 -4-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Government of Myanmar (2016-),Matupi,21.6047,93.4409,"On 4 May 2019, in Matupi Township, in Chin State, six soldiers of Myanmar military LIB 140 assaulted a government employee of the electricity ministry because the electric power was cut off. The man was beaten by the soldiers. His head was injured and his hand was broken.",0 -3-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Say Taung,20.7264,92.6711,"On 3 May 2019, in Buthidaung Township, in Rakhine State, a man was shot while he was on a boat going from Say Taung village to Si Taung village carrying logs. The injured victim claimed that he was shot by the Myanmar military which was stationed in Sapahtar village.",0 -2-May-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Kyauk Tan,20.5948,92.7511,"On 2 May 2019, in Kyauk Tan Village, in Rathedaung Township, in Rakhine State, six villagers were shot dead by the Myanmar military. 8 villagers were wounded and four were missing. These villagers were among 275 villagers who were detained by the military in a government school in the village. One of the injured villagers from Kyauk Tan village who was hospitalized died a couple of weeks later on May 14.",7 -21-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -20-Apr-19,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 20 April 2019, in Sittwe Township, in Rakhine State, there was unrest at the Sittwe prison as some inmates were upset that they had been left out of the President's amnesty. The prison authorities ended the unrest by firing gunshots into the air. [size=no report]",0 -19-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 19 April 2019, in Buthidaung Township, in Rakhine State, shells fell into the villages of Shoshartaung, Sangotaung, U Yin Thar, Kwin Thar and Sapahtar which are located near Nwayonetaung village. A villager of Nwayonetaung claimed that the shelling was launched by the Myanmar military brigade 22.",0 -15-Apr-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Paletwa,21.3045,92.8555,"In April 2019, in Paletwa Township, Chin State, the Myanmar military instructed the village administrator to inform IDPs and other villagers that they had to carry food and weapons for the Myanmar military. A group of villagers were forced to carry and transport food and ammunition for Myanmar military battalions 380,234, 20, 375 and LID 22.",0 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 14 April 2019, in Mrauk-U Township, in Rakhine State, a Myanmar soldier who was on night duty opened fire 20 times without a specific target in the village of Baungdwat. As a result of the shootings, a villager was killed and another was injured. However, the injured villager from Lark Kar village died from the wounds a couple of weeks later.",2 -14-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -12-Apr-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 12 April 2019, in Ann Township, in Rakhine State, an old Chin woman was killed by the shrapnel as it hit her at her home in Wahgyi Tawng village. The shrapnel was from an artillery shell launched by the Myanmar military battalion under Western military command.",1 -11-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021),Civilians (Myanmar),Prisoners (Myanmar),Sittwe,20.1462,92.8984,"On 24 April 2019, in Sittwe Township, in Rakhine State, the military authority confirmed that 3 men out of 17 arrested on the suspicion in connection with the Arakan Army died during detention. These men died April 11, 14 and 21 respectively (one event coded for each death). The bodies of 3 men were cremated by the Myanmar military and the police without notifying the families of the deceased. The families believe they were tortured to death. The military claimed they died of heart attack, suicide and drug addiction withdrawal.",1 -7-Apr-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 7 Apr 2019, in Hpakant Township, in Kachin State, police officers prevented jade pickers from entering into a jade block during prohibited time by opening fire into the crowd of jade pickers. As a result, one jade picker was shot and injured.",0 -7-Apr-19,Protests,Peaceful protest,Protesters (Myanmar),,Protesters (Myanmar),Buddhist Group (Myanmar),South Okkalapa,16.8462,96.1799,"On 7 April 2019, in South Okkalapa Township, in Yangon Region, a public rally was held to support the amendment of 2008 Constitution. Some active nationalist monks and people came to the rally to object to a speech given by a former military general, claiming that will harm the dignity of nation and the religion. Police and authorities arrived to resolve the argument. [size=no report]",0 -7-Apr-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Buthidaung,20.8754,92.5272,"On 7 April 2019, in Buthidaung Township, in Rakhine State, a Myanmar military soldier attempted to rape a village woman. The villagers caught him but soldiers from No.564 battalion took him back to the HQ and detained him in military custody.",0 -5-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyainseikgyi,16.0408,98.1232,"On 5 April 2019, in Kyainseikgyi Township, in Kayin State, two military soldiers shot 7 members of a family dead in Anankwin village.",7 -3-Apr-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar); Labour Group (Myanmar),Buthidaung,20.8754,92.5272,"On 3 April 2019, in Buthidaung Township, in Rakhine State, Myanmar military launched a crackdown on the Arakan Army. During this crackdown, using aerial attacks, six Rohingya Muslims were killed and nine others were injured while they were working in Sai Din Bamboo Production Plantation near Sai Din Creek. The military accused them of working with the AA. This is disputed and other accounts suggest the civilians were targeted by the military. There were different accounts of the death toll and casualties by different new sources.",6 -2-Apr-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyauktaw,20.8447,92.9753,"On 2 April 2019, in Kyauktaw Township, in Rakhine State, a police lieutenant was shot dead by a police junior officer inside the Kan Sauk police regiment's compound. The reason for the shooting was unclear.",1 -30-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 30 March 2019, in Buthidaung Township, in Rakhine State, artillery shells fell into the San Goe Htaung village and causing the whole village to flee. The artillery attack was launched by the Myanmar military battalion under LID 15.",0 -26-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 26 March 2019, in Mrauk-U Township, in Rakhine State, Myanmar military fired heavy weapons into the Taung Oo village and a house was destroyed.",0 -26-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 26 March 2019, in Minbya Township, in Rakhine State, a small boat carrying four passengers was shot at by the Myanmar military and one person was injured.",0 -25-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Rathedaung,20.4817,92.7555,"On 25 March 2019, in Rathedaung Township, in Rakhine State, a ferry man from Amyet Taung village was shot dead by the Myanmar military on his way back to the village.",1 -24-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 24 March 2019, in Buthidaung Township, in Rakhine State, heavy shelling landed and exploded near Sin Thay Pyin, Ar Bu and Htike Tuu Pauk villages, causing 600 residents to flee.",0 -21-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Buthidaung,20.8754,92.5272,"On 21 March 2019, in Buthidaung Township, in Rakhine State, Myanmar military (LID 22) opened fire on Say Taung village and 6 people were killed leaving eight people wounded.",6 -21-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 21 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -20-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Myebon,20.0474,93.37100000000001,"On 20 March 2019, in Myebon Township, in Rakhine State, a woman was shot by a Myanmar military soldier at her home.",0 -20-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 20 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Minbya,20.362000000000002,93.2735,"On 19 March 2019, in Hnget Taw Ya village, in Minbya Township, in Rakhine State, military soldiers from LID 55 arrived at the village and shot at the houses. The soldiers threatened and severely beat the villagers. Five men from the village were detained by the soldiers and were brought to Pan Myaung Ywar Thit school where more men were detained.",0 -19-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Township, in Rakhine State, the Myanmar military detained four villagers from Minbya and Mrauk-U townships. Four of them were forced to wear military uniforms, perform forced labor and stay near the areas where the clashes occurred.",0 -19-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -19-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 19 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town. Some bullets hit a bank in Mrauk-U and also Rakkha Muni pagoda.",0 -18-Mar-19,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Maruk-U Township, in Rakhine State, several artillery shells exploded and two people were wounded near Ywar Haung Taw village. It was speculated that the shelling was from LIB 540 or the police regiment located next to Koe Thaung Pagoda.",0 -18-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 18 March 2019, in Mrauk-U Town, in Mrauk-U Township, in Rakhine State, the Myanmar military fired into the town.",0 -16-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 16-March-2019, in Taung-U village, Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a pregnant woman.",0 -15-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mrauk-U,20.5931,93.1864,"On 15-March-2019, Kyaukyitkay ward, in Mrauk-U township, Rakhine state, the Myanmar military fired into a village, injuring a fifty year old woman.",0 -15-Mar-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar); Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"Around 15 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 sexually assaulted an ethnic Kachin woman.",0 -14-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 14 March 2019, in Hpakant Township, in Kachin State, Myanmar military soldiers arrested a man near Nawng Mi village, and he was beaten and stabbed by the soldiers.",0 -13-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar); Christian Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 13 March 2019, in Kutkai Town, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured a man who is a bricklayer and local church leader. He was then taken to the Strategic Operations Command in Kutkai town.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 12 March 2019, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 interrogated and tortured an ethnic Kachin man in Taryarkone quarter. They accused the man of being a KIA member.",0 -12-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 12-March-2019, in Mrauk-U township, Rakhine state, an ill man being transported to the hospital was abducted by the Myanmar military. His dead body was returned the next day.",1 -11-Mar-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Fishermen (Myanmar),Kutkai,23.4579,97.93799999999999,"On 11 March 2019, in Kutkai Township, in Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin villagers while they left their village to go fishing. The soldiers accused the villagers of being KIA members.",0 -9-Mar-19,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides. While walking, they stepped on a landmine, killing one and injuring one.",1 -9-Mar-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mrauk-U,20.5931,93.1864,"On 09-March-2019, in Mrauk-U township, Rakhine state, the Myanmar army forced three villagers to work as guides.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Students (Myanmar),Kyauktaw,20.8447,92.9753,"On 21 February 2019, in Kyauktaw Township, in Rakhine State, a male student while he was riding his motorbike was blocked by a car carrying a group of military soldiers. Soldiers hit the young man's head with the gun barrel and detained him at the barracks of battalion No 539 before he was released on the same day.",0 -21-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yan Aung Pyin,20.8104,93.1076,"On 21 February 2019, on the outskirts of Yan Aung Pyin Village, in Mrauk-U Township, in Rakhine State, three burned bodies were found two days after they went missing during clashes between AA and Myanmar military occurred.",3 -21-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Yankin,16.8236,96.1627,"On 21 February 2019, in Yankin Township, in Yangon Region, about 50 members of MDCF protested in front of the township court and called for the resignation of Home Affairs Minister. The police detained one leading member of the protest. [size=50]",0 -19-Feb-19,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Mro Ethnic Group (Myanmar),Mrauk-U,20.5931,93.1864,"On 19 February 2019, in Mrauk-U Township, an ethnic Mro man from Yan Aung Pyin village and a villager from Taung Oo village disappeared while tending to his chili plantation in their villages. He was detained by Myanmar soldiers. Myanmar military LID 22 has been operating in the area.",0 -18-Feb-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Palaung/Ta'ang Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 18 February 2019, in Okk Mann Lee Village, in Kutkai Township, in northern Shan State, the Myanmar's military shot an ethnic Ta'ang youth at the entrance of the village and the youth died at the spot.",1 -17-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); CTUM: Confederation of Trade Unions Myanmar; MICS: Myanmar Industrial Crafts and Services Trade Union Federation,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 17 February 2019, in Mandalay City, in Mandalay Region, about 1,000 workers staged a protest concerning the issues of labor law amendments and dismissal of the workers. The workers also called for freedom of association, the right to organize the unions, establishment of labor courts and the right of civil servants to form unions and to bring the labor law in accordance with ILO standards. This protest was led by Confederation of Trade Unions Myanmar (CTUM) and Myanmar Industrial Crafts and Services Union(MICS). Workers marched from Industrial Garden to Manaw Raman Square by passing through 62nd Street. Protesters were also stopped by township police and administrators as the protest was breaching protest regulations. [size=1000]",0 -14-Feb-19,Battles,Armed clash,Police Forces of Myanmar (2016-2021),,Police Forces of Myanmar (2016-2021),,Kyaukpyu,19.4279,93.5513,"On 14 February 2019, in Kyaukpyu Township, in Rakhine State, a police officer died after being shot by another police officer. The two had been arguing earlier.",1 -8-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 8 February 2019, in Loikaw Township, in Kayah State, police again broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Ten people were arrested. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -7-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Karenni Youth Force Protest Camp Committee; Union of Karenni State Youth; Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 7 February 2019, in Loikaw Township, in Kayah State, police broke up a youth protest camp which was set up in front of NLD party headquarters in Loikaw. Police arrested 36 people. Local youth have formed the Karenni Youth Force Protest Camp Committee and have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),Kayah Ethnic Group (Myanmar),Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 4 February 2019, in Loikaw Township, in Kayah State, about 30 Karenni (Kayah) youth set up a protest camp in front of the NLD party office in the township to demand a meeting with EC members of NLD. Some protesters were arrested. Local youth have been protesting over the installation of the statue of independence hero General Aung San.",0 -4-Feb-19,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 4 February 2019, in Hpakant Township, in Kachin State, police fired warning shots into a group of scavengers, resulting in a death of a scavenger. The incident happened when two groups of scavengers were queuing to enter the jade mine owned by Tit Thone Lone Company.",1 -1-Feb-19,Protests,Protest with intervention,Protesters (Myanmar),KNGY: Kayan New Generation Youth,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 31 January and 1 February 2019, in Loikaw Township, in Kayah State, dozens of activists protested the erection of statue of General Aung San at a park in Loikaw. Protesters at first staged the protest inside the park but later moved to a protest camp outside the park set up by Kayan New Generation Youth organization. Due to this protest, police with riot gear were deployed while the statue was put up. No arrests or police intervention occurred on 31 January. On 1 February, police broke up the protest camp and arrested the activists.",0 -28-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Police Forces of Myanmar (2016-2021) Border Guard Police,Civilians (Myanmar),Teachers (Myanmar),Ohn Chaung,20.6864,92.6823,"On 28 January 2019, in Ohn Chaung Village, in Rathedaung Township, in Rakhine State, the Myanmar military conducted a joint search with Border Guard Police into the whole village. The military fired into the village and a couple of school teachers and two villagers were arrested for interrogation.",0 -26-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tha Mee Hla,20.6608,92.68299999999999,"On 26 January 2019, in Tha Mee Hla Village, in Rathedaung Township, in Rakhine State, the Myanmar military 99th LID raided a village. They fired into the village, injuring two women and a child who later died. Many homes were hit with artillery shells and bullets. The Myanmar military ordered some villagers out of their homes and beat them. The gold, cash, jewelry and mobile phones of the villagers were looted.",1 -22-Jan-19,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Mandalay,21.9747,96.0836,"On 22 January 2019, in Mandalay City, in Mandalay Region, a Myanmar military lieutenant corporal raped a 15-year-old girl.",0 -20-Jan-19,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Muse,23.9933,97.9103,"On 20 January 2019, in Muse Township, in Shan State, a 68-year-old Kachin farmer was detained by the Myanmar military soldiers from LID 11 while he went to go fishing carrying a stick and small number of explosives which are usually used in catching the fish. He was slapped, kicked by the soldiers and tied to a tree for a night. The soldiers also confiscated materials and money from him before his release.",0 -27-Dec-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Chin Ma Wun Htaunt,20.7409,92.836,"On 27 December 2018, in Chin Ma Wun Htaunt Village, in Kyauktaw Township, in Rakhine State, the Myanmar military attacked Chin Ma Wun Htaunt village with heavy weapons, destroying a villager's house and causing the villagers to flee.",0 -26-Dec-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Yae Gaung Chaung,20.7142,92.6921,"Around 26-December-2018, in Yae Gaung Chaung village, Rathedaung township, Rakhine state, 11 villagers were detained and forced to act as human shields for the Myanmar military.",0 -25-Dec-18,Riots,Mob violence,Rioters (Myanmar),Rakhine Ethnic Group (Myanmar); Buddhist Group (Myanmar),Rioters (Myanmar),Christian Group (Myanmar); Chin Ethnic Group (Myanmar),Ann,19.7799,94.0309,"On 25 December 2018, in Sappie Village, in Ann Township, in Rakhine State, a mob of 40 residents, led by 3 monks, stopped the construction of a pavilion for Christmas celebrations by a small community of Chin Christians. Fighting then broke out between the mob and the Chin which caused two Chin locals to be injured.",0 -19-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar); ANP: Arakan National Party,Sittwe,20.1462,92.8984,"On 19-Decmber-2018, in Sittwe, Rakhine state, a member of the Arakan National Party was beaten while in custody after having been arrested in Yangon on Dec. 15 and accused of involvement in the September murder of a military intelligence officer.",0 -17-Dec-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Paw Lel,22.0493,94.0603,"On 17 December 2018, in Paw Lel Village, in Gangaw Township, in Magway Region, 20 local Christians who were praying in a house were attacked by a group of rioters. The rioters threw stones at the house where Christians were praying and some of the properties were destroyed and six got injured due to the stone attack.",0 -13-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar); Students (Myanmar); ABFSU: All Burma Federation of Student Unions,Police Forces of Myanmar (2016-2021),,Nay Pyi Taw,19.745,96.1297,"On 13 December 2018, in Nay Pyi Taw, 13 out of 50 protesters who are marching from a central town of Bagan to Nay Pyi Taw city to seek help from central government officials to get their jobs back were arrested by the Myanmar police. Protesters include workers fired from Tharabar Hotel in Bagan, workers from Double Rhinos cement factory and Power dry cell battery factory in Bagan and also members from the All Burma Federation of Student Unions (ABFSU) and the All Myanmar Workers' Union.",0 -11-Dec-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),Government of Myanmar (2016-),Bagan,21.1319,94.8625,"On 11 December 2018, in Bagan, in Mandalay Region, about 100 people led by the Nyaung Oo township administration forcibly dismantled the protest camp established by workers from Tharabar Hotel. Workers have been protesting for nearly two months, demanding the reinstatement of the sacked hotel workers.",0 -2-Dec-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Civilians (Myanmar),,Kawthoung,9.9824,98.5503,"On 2 December 2018, in Kawthaung town, in Tanintharyi Region, a staff member of AYA bank was beaten for no reason by a group of 10 people, including Annawar Ward administrator, deputy police chief and members of the fire bridage while he was waiting to withdraw cash.",0 -27-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar),Kutkai,23.4579,97.93799999999999,"On 26 Nov 2018, Kutkai Township, Shan State, the Kachin Baptist Convention accuses the Myanmar army of detaining and torturing two ethnic Kachin men, both residents of a camp for displaced persons. The soldiers accused them of being members of the KIA and beat them with sticks. The men were released the same day.",0 -18-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Pauktaw,20.1793,93.0686,"On 18-November-2018, in Ah Nauk Ye camp, in Pauktaw township, Rakhine state, Myanmar police shot and injured four Rohingya Muslims. The police had entered the camp to detain men who owned a boat used to smuggle 106 Rohingya out of the country. There are conflicting reports from police and camp residents concerning whether the camp residents were violent towards the police, leading the police to fire at the camp residents.",0 -17-Nov-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Toungup,18.8561,94.2408,"On 17-November-2018, in Taungup, Rakhine state, local residents gathered and threw stones at a police station leading the police to shoot in the air to disperse the rioters. The locals gathered after being told to quite down during Katain celebrations. The police arrested 9 people. Later, 500 people surrounded the police station demanding the release of those arrested.",0 -13-Nov-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Injangyang,25.8666,97.85,"On 13 November 2018, the Myanmar military pillaged homes, burned down rice barns and killed domestic animals for food in Sut Ra and Kawng Ja villages in Injangyang township (Myitkyina, Kachin). Villagers have since been trapped in the forest.",0 -9-Nov-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ahlone,16.789,96.1265,"On 9 November 2018, a tour company director was mistakenly arrested for being a thief by police from Ahlone Township (Yangon (East), Yangon) and beaten before being released.",0 -8-Nov-18,Protests,Protest with intervention,Protesters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Paleik,21.8134,96.0467,"On 8 Nov 2018, in Paleik, Sintgaing Township, Mandalay Region, about 100 workers from the Panda textile factory marched toward the Mandalay Regional Government Office to demand their rehiring. Three marchers were detained by the police. They were released after protesters staged a sit-in in front of the Paleik Police Station. [size=100]",0 -30-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),MDCF: Movement for Democracy Current Force,Police Forces of Myanmar (2016-2021),,Kyauktada,16.7743,96.1616,"On 30-October-2018, in front of City Hall and Mahabandoola Park, Kyauktada township, Yangon, 10 activists from the MDCF protested, calling for the ICC to arrest the leaders of the Myanmar military. Police arrested the leader of the protest.",0 -28-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Prison Guards,,Civilians (Myanmar),Prisoners (Myanmar),Bogale,16.2949,95.3967,"On 28 Oct 2018, in Bogale, Pyapon District, Ayeyarwady Region, a police constable shot and killed a detainee, who was fighting with another inmate in his cell.",1 -26-Oct-18,Explosions/Remote violence,Remote explosive/landmine/IED,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kyethi,21.7294,98.0628,"On 26 Oct 2018, Ngulame village, Kyethi Township, Shan State, several children were playing with a bomb that was allegedly abandoned by the Myanmar army. The bomb explosion killed a 12-year-old girl and injured three other children between 7 and 10 years.",1 -16-Oct-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Lisu Ethnic Group (Myanmar); Burman Ethnic Group (Myanmar),Bhamo,24.2525,97.2335,"On 16 or 17 Oct 2018, Bhamo Township, Kachin State, soldiers from Myanmar army LIB 250 detained three ethnic Burman from Natkok village and allegedly forced them to serve as porters. The were released the following week. The government troops also detained two ethnic Lisu, one of them a child aged 10. Their whereabouts remain unknown.",0 -16-Oct-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Sanchaung,16.8038,96.1373,"On 16 Oct 2018, a group of students protested in front of the Dagon Shopping Center in Sanchaung township, Yangon region after the violent attack against the protesting Fu Yuen garment factory workers on 15 Oct 2018.",0 -15-Oct-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Hpakant,25.6138,96.3148,"On 15 Oct 2018, near Hmaw Wan Gyi, Hpakant Township, Kachin State, the Myanmar security police fired warning shots at over 300 scavengers for not following the set rules at a jade mine. One 19-year-old was injured and brought to hospital.",0 -15-Oct-18,Protests,Excessive force against protesters,Protesters (Myanmar),Labour Group (Myanmar),Rioters (Myanmar),,Dagon Myothit (Seikkan),16.8405,96.2726,"On 15 Oct 2018, Dagon Myo Thit (Seikkan) Township, Yangon region, workers held a sit-down protest in front of the Fu Yuen Garment Factory against the dismissal of their colleagues and calling for improved labour conditions. A group of men started to beat the workers with iron pipes and wooden sticks. More than 20 were injured, six of them seriously.",0 -11-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 11 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -11-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Kachin Ethnic Group (Myanmar); Farmers (Myanmar),Man Lway,23.3416,97.7955,"On 11 October 2018, on the outskirts of Man Lway Village, in Kutkai Township, in northern Shan State, Myanmar military soldiers from LID 99 detained and tortured two ethnic Kachin men and one ethnic Kachin boy while the three were in the paddy fields. The soldiers also forced two of them to dig trenches at IB's 242nd base before they were released on 9 January 2019. The other one was taken to IB 45's base before he was transferred to the Kutkai town police station on 30 December 2018.",0 -10-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Civilians (Myanmar),,Yangon,16.8052,96.1561,"On 10 Oct 2018, in Yangon, truck drivers staged a protest against a partial truck ban implemented by the regional government. The truck drivers parked their vehicles along Strand Road. They threw water bottles, sticks and rocks at other truck drivers who didn't join the protest.",0 -6-Oct-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Women (Myanmar),Minbu,20.1806,94.876,"On 6 October 2018, in Minbu Township, in Sagaing Region, a lieutenant corporal from district Myanmar military battalion sexually harassed a 6-year-old girl while she was on her way to school.",0 -6-Oct-18,Riots,Mob violence,Rioters (Myanmar),Prisoners (Myanmar),Police Forces of Myanmar (2016-2021) Prison Guards,,Sittwe,20.1462,92.8984,"On 6 Oct 2018, Sittwe, Sittwe Township, Rakhine State, a riot broke out in the Sittwe prison after prison staff wanted to search two inmates for narcotic drugs. Some prison staff had minor injuries.",0 -5-Oct-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Aung Tha Pyay,22.1504,96.2364,"On 05-October-2018, near Aung Tha Pyay village, in Patheingyi township, Mandalay region, villagers clashed with police after they entered the area where a road is being paved by a cement factory. The villagers had given 18 feet of their own land for the factory to use to build the road, but the factory paved an additional 50 feet which angered the villagers. One villager was injured by a police car.",0 -1-Oct-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Kyaukme,22.5392,97.0343,"On 1 Oct 2018, Kyaukme Township, Shan State, a farmer from Hong Hang village was shot and killed by soldiers of the Myanmar army's LIB 504. After the soldiers had asked him to stop, the farmer rode away on his motorbike and was hit by a bullet in the back.",1 -28-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),MDCF: Movement for Democracy Current Force,Kyauktada,16.7743,96.1616,"On 28-September-2018, in front of Mahabandoola Park, in Kyauktada township, Yangon region, a protester from the MDCF was violently arrested by police while protesting, calling for the ICC to prosecute the Myanmar military.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nyaung Thone Pin,17.0739,95.8846,"On 16-September-2018, in Nyaung Thone Pin village, Htantapin township, Yangon region, a villager was handcuffed and beaten with iron rods by police for blocking the road with his cattle. The villager suffered serious injuries and was taken to the hospital where he was denied proper treatment.",0 -16-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Hpa-an,16.8895,97.6348,"On 16 Sept 2018, in Hpa-an Township, Kayin State, an inmate from Hpa-an prison, who had escaped together with 41 other prisoners, was shot during a police search operation. He was wounded and died later in the hospital.",1 -12-Sep-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Thanlyin,16.7638,96.2518,"On 12 Sept 2018, Thanlyin Township, Yangon, a taxi driver was arrested by the police and allegedly beaten while being interrogated. On 26 Sept, he died from his injuries.",1 -11-Sep-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Hpakant,25.6138,96.3148,"On 11 Sept 2018, in Ah Hmike Pon Gone village in Hpakant Township, Kachin State, soldiers from the Myanmar army shot at a house in an area where many Rakhine mining prospectors live before raiding it. They detained three men, accusing them of extorting money for the Arakan Army, a claim witnesses denied. Witnesses said they were not sure if the three were alive or dead when they were dragged into the cars.",0 -7-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 7 Sept 2018, soldiers from the Myanmar army detained one villager and forced him to serve as a guide while marching towards Ang Bum village in Hpakant township, Kachin State.",0 -5-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 5 September 2018, around 100 Myanmar army soldiers from LID 33 inspected houses in Loi Seng and Kahtan Yang villages (Hpakant Township, Kachin State). One villager was taken and forced to serve as a guide and another one was arrested. There has been no information about their whereabouts since.",0 -3-Sep-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 3 Sept 2018, at Bum Ra in Hpakant township, Kachin State, soldiers from the Myanmar army detained two villagers and forced them serve as guides and lead them to Kyauk Pya village.",0 -28-Aug-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 28 Aug 2018, at Nawng Heng village and Man Mau village, Kutkai Township, Shan State, Myanmar army soldiers forced six villagers to guide them. The whereabouts of the villagers remain unknown.",0 -25-Aug-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25 Aug 2018, in Maw La Kying Maw in Hpakant township, Kachin State, members of the Special Police Unit No 30 opened fire on jade scavengers. Three jade scavengers were injured and taken to the hospital.",0 -12-Aug-18,Riots,Mob violence,Rioters (Myanmar),,Civilians (Myanmar),Christian Group (Myanmar),Hin Ywet,19.5145,94.0347,"On 12 August 2018, Hinywet Village, Ann Township, Rakhine State, a mob of about 30 people attacked a Christian pastor with sticks and fists. He was rendered unconscious and treated in hospital.",0 -8-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Women (Myanmar),Lashio,22.9359,97.7498,"On 8 August 2018, in Lashio Township, in northern Shan State, PMF militia members asked a couple who was travelling on their car near Nantkhaik bridge on the Lashio-Muse road to pay 3000 kyats. The couple told the soldier that they are only left with 2000 kyats as they had to repair their car on the way. One of the soldiers then beat the woman.",0 -3-Aug-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Farmers (Myanmar),Mongpan,20.3183,98.3624,"On 03-August-2018, in Mong Pan township, Shan state, the Myanmar army IB 296 arrested two farmers, hooded them and interrogated them at gunpoint. The farmers were accused of RCSS/SSA links, an accusation that was denied.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 30-July-2018, in Tsan Lun village, Tanai township, Kachin state, the Myanmar military 437th LIR abducted and forced a civilian to serve as a guide.",0 -30-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 30-July-2018, around Chyam Ka village, Mansi township, Kachin state, the Myanmar army 88th LID abducted a villager and forced him to serve as a guide.",0 -26-Jul-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Dedaye,16.4113,95.8857,"On 26-July-2018, in Nyaung Ta Bin Village, Dedaye township, Ayeyarwady region, a man died while in police custody. He is believed to have been beaten to death.",1 -25-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Patheingyi,22.0045,96.1634,"On 25-July-2018, in Dahattaw village tract, Patheingyi township, Mandalay region, protesters attempting to march from Mandalay to Nay Pyi Taw to protest the construction of a cement factory were prevented from marching by the police using force.",0 -24-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 24-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -23-Jul-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Mandalay,21.9747,96.0836,"On 23-July-2018, near Mandalay, protesters were blocked by police from entering the city. They were protesting the construction of a cement factory in Aung Thabyay village.",0 -22-Jul-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mansi,24.1161,97.2966,"On 22-July-2018, near Hka Hkye Tang Jang hill, Mansi township, Kachin state, the Myanmar military abducted two male civilians to use as guides.",0 -20-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Labour Group (Myanmar),Tanai,26.4856,96.6992,"On 20-July-2018, near Tanai township, Kachin state, the Myanmar army 86th and 297th LIB fired hundreds of rounds of small arms near amber and gold miners from Htang Bra, Sut Chyai and Mung Hkawn amber mines to scare them away from the area.",0 -11-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar); Health Workers (Myanmar); PSLF/TNLA: Palaung State Liberation Front/Ta'ang National Liberation Army; Women (Myanmar),Namhkan,23.8334,97.6798,"On 11-July-2018, in Mann Wang village, Namkham township, Shan state, the Myanmar military Infantry Battalion 301, under the control of Infantry Division 88, killed six female medics who had been taken prisoner after a clash between the TNLA and the Myanmar military. Their bodie were later discovered on July 14.",6 -10-Jul-18,Riots,Mob violence,Rioters (Myanmar),Buddhist Group (Myanmar),Civilians (Myanmar),Chin Ethnic Group (Myanmar); Teachers (Myanmar); Women (Myanmar),Ann,19.7799,94.0309,"On 10 July 2018, Pade Kyaw Village, Ann Township, Rakhine State, about 200 locals led by a monk abbot attacked two Chin nursery school teachers. The two women were pulled out of the house and beaten. One of them suffered an injury.",0 -9-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hseni,23.2736,98.1052,"On 09-July-2018, at Nam Aun village (Ye Pu gate), in Hseni township, Shan state, following an attack on a Myanmar army convoy with a time bomb, soldiers opened fire at nearby civilian homes injuring one civilian.",0 -8-Jul-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 08-July-2018, in Loi Gurn village, Nawng Leng village tract, Loilem township, Shan state, the Myanmar military LIB 430 and a local militia beat a farmer.",0 -3-Jul-18,Riots,Violent demonstration,Rioters (Myanmar),,Police Forces of Myanmar (2016-2021),,Loikaw,19.6742,97.2099,"On 03-July-2018, in Loikaw, Kayah state, around 1,000 locals who marched to protest the government's plan to erect a statue of Bogyoke Aung San in the state clashed with the police. Several demonstrators and some policemen sustained minor injuries.",0 -28-Jun-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"On 28-June-2018, at the zero line in a buffer zone between Myanmar and Bangladesh [code for Maungdaw], the BGP shot and injured a minor boy playing near the fence.",0 -27-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),Military Forces of Myanmar (2016-2021) People's Militia Force,Civilians (Myanmar),,Loilen,20.9227,97.565,"On 27-June-2018, in Wan Mu Ser village, Nawng Leng village tract, Loilem township, Shan state, a village headman was tortured by Myanmar military LIB 430 troops and a local militia.",0 -26-Jun-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kutkai,23.4579,97.93799999999999,"On 26-June-2018, in Kutkai township, Muse district, Shan state, the Myanmar military Infantry Division 88 shelled the area, killing an eight year old boy and injuring his parents and brother. TNLA forces had slept in the village overnight but had left before the shelling began.",1 -26-Jun-18,Protests,Protest with intervention,Protesters (Myanmar),Women (Myanmar),Police Forces of Myanmar (2016-2021),Government of Myanmar (2016-),Patheingyi,22.0045,96.1634,"On 26 June 2018, near Zee Oke village, in Patheigyi Township, in Mandalay Region, a group of female tenants protested against the demolition of their houses by Myanmar police and municipal staff. The police arrested three of the women. [size=no report]",0 -25-Jun-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Rakhine Ethnic Group (Myanmar),Maungdaw,20.8265,92.3661,"On 25-June-2018, in Kaing Gyi village, Maungdaw township, Rakhine state, a Rakhine father and son were shot at by the Myanmar military LIB 551 while fishing in a prohibited area. The father was injured.",0 -31-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Pyay,18.8246,95.2222,"On 31-May-2018, in Pyay, Bago division, students protested, calling for the release of protestors detained earlier in the month for protesting the ongoing war in Kachin state. 8 students were arrested.",0 -30-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 30-May-2018, at Kawng Ra village, near Kamaing, Hpakant township, Kachin state, the Myanmar army fired an artillery shell round on the village.",0 -27-May-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 27-May-2018, at Zup Mai village, Tanai township, Kachin state, the Myanmar army fired eight rounds of 81 and 82 mm shells on the village. The Myanmar army then fired four artillery rounds of Kawng Ra Pa and three artillery rounds on Awng Ba Maw both in Tanai township.",0 -25-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 25-May-2018, at Nam Tin, Hpakant township, Kachin state, a civilian was stopped by Myanmar army soldiers while riding a motorcycle, accused of being a KIA soldier and beaten severely.",0 -19-May-18,Protests,Protest with intervention,Protesters (Myanmar),,Police Forces of Myanmar (2016-2021),,Bahan,16.8106,96.1574,"On 19-May-2018, at Shwegondine, Bahan township, Yangon, around 50 protesters, Kayin people from Bilin township, Mon state, protested in front of the NLD headquarters calling for a resolution to the confiscation of their lands. Police intervened to break up the protests.",0 -18-May-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021),,Civilians (Myanmar),Prisoners (Myanmar),Mogoke,22.9176,96.5098,"On 18 May 2018, in Awng Padang village, Mogoke township, the police arrested 7 Kachin men and tortured and beat them during interrogation.",0 -16-May-18,Violence against civilians,Sexual violence,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Men (Myanmar),Rathedaung,20.4817,92.7555,"On 16-May-2018, in Yay Soe village Rathedaung township, Rakhine state, a lance corporal from the Myanmar army molested a ten year old boy.",0 -16-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Ye,15.2465,97.8551,"On 16-May-2018, at Kalagoke Island, Ye township, Mon state, a civilian was killed by a Myanmar army captain after asking for help concerning his national registration card (NRC).",1 -15-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Nattalin,18.4296,95.5528,"On 15-May-2018, in Nattalin township, Bago division, students held a vigil calling for peace and an end to the ongoing wars in Myanmar. 3 students were arrested.",0 -14-May-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021) People's Militia Force,,Civilians (Myanmar),Farmers (Myanmar),Loilen,20.9227,97.565,"On 14-May-2018, between Seng Ngun and Nam Pun villages, Loilen township, Shan state, the Ma Kyaing Peoples Militia from Nansang fired their guns at farmers clearing disputed farmland.",0 -14-May-18,Riots,Violent demonstration,Rioters (Myanmar),Labour Group (Myanmar),Police Forces of Myanmar (2016-2021),,Lone Khin,25.6564,96.3568,"On 14-May-2018, in the Lone Khin jade mining region, Hpakant township, Kachin state, 100 miners with the Yadana Shwe Eaik company gathered at the company's offices to demand wages. Some began throwing stones and destroying the machinery leading police to fire warning shots in the air to disperse the crowd. 3 were injured; 1 fatality.",1 -12-May-18,Protests,Protest with intervention,Protesters (Myanmar),Students (Myanmar),Police Forces of Myanmar (2016-2021),,Tamwe,16.8102,96.1765,"On 12-May-2018, in Tamwe township, Yangon, around 300 protestors calling for an end to war in Kachin state were beaten by police when trying to disperse after the rally. Students took part in the rally.",0 -12-May-18,Riots,Violent demonstration,Rioters (Myanmar),Farmers (Myanmar),Police Forces of Myanmar (2016-2021),,Kyauktan,16.637999999999998,96.3227,"On 12-May-2018, near Thilawa village, Kyauktan township, Yangon division, around 40 farmers blocked the MEHL from working on their land which the company confiscated. A riot ensued and the police fired rubber bullets at the farmers, injuring three.",0 -23-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),Refugees/IDPs (Myanmar),Tanai,26.4856,96.6992,"On 23-April-2018, at Hkawng Law Yang, Kachin state [geocode for Tanai], the Myanmar army shot and killed two IDPs from Awng Lawt.",2 -18-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Nammatee,25.3783,97.0089,"On 18 April 2018, near Ting Ret stream, near Nammatee-Dum Bung, Kachin state, the Myanmar army tortured and killed two civilians.",2 -15-Apr-18,Violence against civilians,Attack,Police Forces of Myanmar (2016-2021) Border Guard Police,,Civilians (Myanmar),Prisoners (Myanmar); Rohingya Muslim Group (Myanmar),Maungdaw,20.8265,92.3661,"In Maungdaw Township, Rakhine State, between March and May 2018, six Rohingya, three of them minors, were detained for illegally crossing the border by the Border Guard Police (BGP) when returning from Bangladesh to Myanmar to earn money. While detained, they were interrogated about the Arakan Rohingya Salvation Army (ARSA) and severely tortured.",0 -13-Apr-18,Violence against civilians,Attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Kamaing,25.5226,96.7115,"On 13-April-2018, near Kahtan Yang and Loi Seng [near Kamaing so geocode for Kamaing], Kachin state, a villager was killed by the Myanmar army.",1 -13-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Mogaung,25.3054,96.9354,"On 13-April-2018, at Dum Bung Hka, on Ledo road between Maran Kahtawng and Lawar, Mogaung township, Kachin state, a man was killed and his wife injured by a 60mm mortar shell fired by the Myanmar army.",1 -12-Apr-18,Violence against civilians,Abduction/forced disappearance,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Hpakant,25.6138,96.3148,"On 12 April 2018, Hpakant Township, Kachin State, 161 villagers from Man We and Hlaing Naung Hku villages were detained by the Myanmar army, after fleeing their villages. The soldiers made them stay with them for five days to cook and build a tent.",0 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Tanai,26.4856,96.6992,"On 11-April-2018, at Awt Lawt village, Tanai township, a civilian was killed and his father injured by a 105mm howitzer fired by the Myanmar army.",1 -11-Apr-18,Explosions/Remote violence,Shelling/artillery/missile attack,Military Forces of Myanmar (2016-2021),,Civilians (Myanmar),,Laiza,24.7561,97.5505,"On 11-April-2018, near Lang Ta Buma, near Laiza, Kachin state, a civilian was killed by an artillery shell fired by the Myanmar army.",1 diff --git a/test/static/images.csv b/test/static/images.csv deleted file mode 100644 index 27f1d94..0000000 --- a/test/static/images.csv +++ /dev/null @@ -1,20 +0,0 @@ -Country,Region_State,Description,Image_Link,Coordinates -Myanmar,Mandalay,"Police fire a water canon to disperse protesters in Mandalay. Protesters have taken to the streets following the military ousting of the democratically-elected government on Feb 1st (Source: Reuters, 8 Feb 2021). ",https://s.yimg.com/ny/api/res/1.2/THGAbwokoT5UZtt3FAJn0w--/YXBwaWQ9aGlnaGxhbmRlcjt3PTcwNTtoPTQ3MC41ODc1O2NmPXdlYnA-/https://s.yimg.com/uu/api/res/1.2/Y6FdqTRH5YRshow1pf.WfQ--~B/aD01MzQ7dz04MDA7YXBwaWQ9eXRhY2h5b24-/https://media.zenfs.com/en/reuters.com/e343833b20c2ac92ba7db658d80658dd,"(21.9219, 96.0678)" -Myanmar,Yangon,"The mother of Aung Kaung Htet mourns at his funeral in Yangon. The 15 yr old was shot in the face at a protest against the military coup. Many civilians have died from gunshots to the head, suggesting deliberate targeting by security forces (Source: CNN/Getty Images, 14 April 2021). ",https://dynaimage.cdn.cnn.com/cnn/w_1100/https%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F210322114347-01-myanmar-unrest-0321-crop.jpg,"(16.8742, 96.2810)" -Myanmar,Kayin,"Villagers injured during military air strikes in Kayni state shelter in the jungle (Source: The Straits Times, 31 Mar 2021)",https://static.straitstimes.com.sg/s3fs-public/styles/x_large/public/articles/2021/03/31/nz_wounded_310358.jpg?itok=aIJW0pGb×tamp=1617165812,"(18.06204, 97.4411)" -Myanmar,Mandalay,"Two protesters were killed at peaceful demonstrations in Mandalay by members of government security forces. 37yr old Myo Naing was shot in the chest and 19yr old Kyel Sin was shot in the side, suggesting targeted killings (Source: Myanmar Now, 3 Mar 2021). ",https://myanmar-now.org/sites/myanmar-now.org/files/styles/news_detail_two_col/public/news-images/004_1.jpg?itok=ynMPZGFZ,"(21.9862, 96.0851)" -Myanmar,Mandalay,"A man sifts through rubble after fires burn over 100 houses in Mandalay, leaving more than 500 people homeless (Source: Radio Free Asia, 01 April 2021). ",https://www.rfa.org/english/news/myanmar/trial-fires-04012021180942.html/fire-ruins.jpg/@@images/3202044b-5fca-4072-880d-358de5f78467.jpeg,"(21.8559, 96.0538)" -Myanmar,Yangon,Images of tortured protesters were aired on public television on 18 April 2021 (Source: Twitter). ,https://pbs.twimg.com/media/EzQ4GvGVgAEf-w_?format=jpg&name=medium,"(16.7734, 96.1814)" -Myanmar,Yangon,"Security officers dragging an injured protester in Tamwe, Yangon. There are numerous images of police and military dragging civilians (Source: REUTERS, 14 March 2021). ",https://s4.reutersmedia.net/resources/r/?m=02&d=20210316&t=2&i=1555069007&w=780&fh=&fw=&ll=&pl=&sq=&r=2021-03-16T120303Z_39167_MRPRC2GBM9L0WF7_RTRMADP_0_MYANMAR-POLITICS,"(16.8236, 96.1795)" -Myanmar,Monywa,"Police beat anti-coup protesters in Monywa (Source: BM Global/Citizen journalist, 3 March 2021). ",https://i0.wp.com/www.rfa.org/english/news/myanmar/bloody-crackdowns-03032021145720.html/myanmar-police-crackdown-monywa-sagaing-mar3-2021.jpg/@@images/c9cbeae3-feea-4896-98d2-dc23e3e28a37.jpeg?ssl=1,"(22.1233, 95.1540)" -Myanmar,Shwebo ,"13 yr old Htoo Myat Win is mourned by his father after being shot dead by government forces while playing near his home in Shwebo city (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/htoo-myat-win-insert.jpg,"(22.5802, 95.6986)" -Myanmar,Mawlamyine,"11yr old Aye Myat Thu was shot in the head while playing in front of her house in Mawlamyine. She was buried with colored pencils and toys (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/1-update-1.jpg,"(16.4543, 97.6440)" -Myanmar,Muse,"16yr old Ye Yint Naing was shot and killed by military forces, who then took his body and burned it without the family's consent (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/ye-yint-naing.jpg,"(23.9933, 97.9103)" -Myanmar,Day Pu No,5yr old Saw Ta Blut Soe was killed during airstrikes on his village by the military regime. ,https://www.irrawaddy.com/wp-content/uploads/2021/03/saw-ta-blut-soe.jpeg,"(18.0972, 97.4957)" -Myanmar,Mandalay,"6yr old Khin Myo Chi was shot by military troops while sitting in her father's lap (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/KhinMC-900x540.jpg,"(21.9408, 96.0944)" -Myanmar,Mandalay,"16yr old Min Min Oo was fatally shot in the head while driving a motorcycle on March 14. Video footage shows the military using the passing motorbike as target practice. His body was then taken by junta forces and not returned (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/Min-Min-Oo-675x900.jpeg,"(21.2912, 95.2906)" -Myanmar,Pathein Township,"17yr old Hein Htet Aung was shot by soldiers and police the night of March 14 (Source: The Irrawaddy, 31 March 2021). ",https://www.irrawaddy.com/wp-content/uploads/2021/03/HeinHA-900x540.jpg,"(16.8201, 94.6188) " -Myanmar,Myitkyina,"Protesters flee from gunfire in Myitkyina (Source: Myitkyina News via Reuters, 14 March 2021). ",https://images.hindustantimes.com/img/2021/03/14/550x309/2021-03-14T095649Z_1610568483_RC2XAM9A0VRY_RTRMADP_3_MYANMAR-POLITICS_1615716789799_1615716810441.JPG,"(25.3946, 97.3841)" -Myanmar,Dawei,"Protesters erect a makeshift barrier in the street in Dawei, where there has been daily demonstrations since the Feb 1 coup and multiple people killed by military and police forces (Source: Associated Press Television News, 3 March 2021). ","https://img.republicworld.com/republic-prod/stories/promolarge/xxhdpi/oa4tkufba1qvnyjw_1614772438.jpeg?tr=w-758,h-433","(14.0920, 98.1951)" -Myanmar,Unknown,"Riot police beating a protester after arresting him at a demonstration against the military coup (Source: Aung Kyaw Htet - SOPA Images/LightRocket/Getty Images, 5 March 2021). ",https://api.time.com/wp-content/uploads/2021/03/myanmar-riot-police.jpg?w=800&quality=85,"(20.1528, 92.8677)" -Myanmar,Naypyidaw,"Police use a water cannon on peaceful protesters in Naypyidaw, the capitol (Source: Myanmar Now, 8 Feb 2021). ",https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium,"(19.7633, 96.0785)" diff --git a/test/static/js/Myanmar.js b/test/static/js/Myanmar.js deleted file mode 100644 index f346cfe..0000000 --- a/test/static/js/Myanmar.js +++ /dev/null @@ -1,171 +0,0 @@ -function createMap(overlayMaps) { - var map_base = L.tileLayer("https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}", { - - tileSize: 512, - maxZoom: 18, - zoomOffset: -1, - id: "mapbox/streets-v11", - accessToken: API_KEY - }) - - var baseMap = { - "map_base": map_base - }; - - // var overlayMaps = { - // "Myanmar_map": Myanmar_map, - // // "Heatmap": leaflet-heat.js, - // // "Markermap": marker - // } - - var map = L.map("map", { - center: [21.9162, 95.9560], - - zoom: 6, - layers: [map_base]//, Object.values(overlayMaps)[1]]//, Heatmap, Markermap]//, Heatmap] - }); - - L.control.layers(baseMap, overlayMaps, { - collapsed: false - }).addTo(map); - -}; - -function createPhotoMarkers(data) { - - var markers_list=[] - function create_icon(img_url){ - var incident_icon=L.icon({ - - iconUrl: img_url, - iconSize: [45, 45], - iconAnchor: [22, 94], - popupAnchor: [-3, -76] - }); - return incident_icon - } - // function createpopUp(PopUp){ - // incident['img_url'], - // var Image_Link = img_url, - - -<<<<<<< HEAD - function createMarkers(data) { - - var markers_list=[] - function create_icon(img_url){ - var incident_icon=L.icon({ - - iconUrl: img_url, - iconSize: [45, 45], - iconAnchor: [22, 94], - popupAnchor: [-3, -76], - type: - // setPopupContent: (<$"{incident['Description']) - }); - return incident_icon - } - // function createpopUp(PopUp){ - // incident['img_url'], - // var Image_Link = img_url, - - - data.forEach(incident=>{ - var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') - - var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``); //incident['columnheader'] - markers_list.push(one_marker) - }) - - - return L.layerGroup(markers_list) - }; -======= - data.forEach(incident=>{ - var coords=incident['Coordinates'].replace('(', '').replace(')', '').split(', ') - - var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(``)//"Bago"

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 Os2&Pe7bmjk+_P^Nx diff --git a/test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg b/test/static/Media/Yangon/Yangon8_protests_slingshot_March_19_2021.jpg deleted file mode 100644 index 7e2a7b63e96e78d34779ecafcbed5562d9012d17..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 240054 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

`); //incident['columnheader'] + markers_list.push(one_marker) + + }) + return L.layerGroup(markers_list) +}; + +function createIncidentMarkers(data){ + // console.log(data); + var markersArray=[] + for (var i = 0; i < data.length; i++) { + markersArray.push(L.marker([data[i].latitude, data[i].longitude]).bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

")); + + } + return L.layerGroup(markersArray); +} + +function createHeatLayer(data){ + var heatArray=[] + for (var i=0; ione_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + } + + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], [layout]); + }) +} + +buildPlot(); + +// d3.csv('../static/images.csv').then(photo_data=>{ +d3.csv(photo_csv).then(photo_data=>{ + // d3.csv('../data.csv').then(incident_data=>{ + d3.csv(incident_csv).then(incident_data=>{ + // console.log(photo_data) + createMap({'Images': createPhotoMarkers(photo_data), + 'Incidents': createIncidentMarkers(incident_data), + 'Heatlayer': createHeatLayer(incident_data)}) + }) +}); + + //var one_marker=L.circleMarker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon("https://pbs.twimg.com/media/EtwgugmVEAEa-yZ?format=jpg&name=medium")}).bindPopup(`

${incident['Description']}

`)//"Bago"`); //incident['columnheader'] + //var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(popupContent) + //var one_marker=L.marker([parseFloat(coords[0]), parseFloat(coords[1])], {icon: create_icon(incident['Image_Link'])}).bindPopup(popupContent) + // function pop_Fotos(layer) { +// var popupContent = [] +// var popupContent = ('one_event['event_type']); + var fatalities = data.map(one_event=>one_event['fatalities']); + + var trace1 = { + type: "bar", + name: 'Myanmar_Fatalities', + x: event_type, + y: fatalities, + marker: { + color: 'rgb(142,124,195)', + // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], + width: 1 + }, + + } + + // Define the plot layout + var layout = { + title: "Civil Unrest and Fatalities in Myanmar", + xaxis: { title: "Events" }, + yaxis: { title: "Number of Fatalities" } + }; + Plotly.newPlot("plot", [trace1], layout); + }) +} + +buildPlot(); + +// function buildMetadata(sample) { +// d3.json("samples.json").then((data) => { +// var metadata= data.metadata; +// var resultsarray= metadata.filter(sampleobject => +// sampleobject.id == sample); +// var result= resultsarray[0] +// var panel = d3.select("#sample-metadata"); +// panel.html(""); +// Object.entries(result).forEach(([key, value]) => { +// panel.append("h6").text(`${key}: ${value}`); +// }); + + +// function buildChart() { +// /* data route */ +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then(function(response) { + +// console.log(response); + +// const data = response; + +// // Grab values from the data json object to build the plots +// var sub_event_type = data.map(one_event=>one_event['sub_event_type']); +// var event_date = data.map(one_event=>one_event['event_date']); + +// var trace2 = { +// type: "bar", +// name: 'Myanmar_Fatalities', +// x: event_date, +// y: sub_event_type, +// orientation: 'h', +// // ['rgba(222,45,38,0.8)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)', 'rgba(204,204,204,1)'], +// // width: 1 + +// } + +// // Define the plot layout +// var layout = { +// title: "what is happening in Myanmar", +// xaxis: { title: "Date" }, +// yaxis: { title: "Events" } +// }; +// Plotly.newPlot("chart", [trace2], layout); +// }) +// } + +// buildChart(); + +// // This function is called when a dropdown menu item is selected +// function init() { +// // Grab a reference to the dropdown select element +// var selector = d3.select("#selDataset"); + +// // Use the list of sample names to populate the select options +// const url = "http://localhost:5000/api/Myanmar_Records"; +// d3.json(url).then((data) => { +// var sampleDates = data.dates; +// sampleDates.forEach((sample) => { +// selector +// .append("option") +// .text(sample) +// .property("value", sample); +// }); + +// // Use the first sample from the list to build the initial plots +// const firstSample = sampleNames[0]; +// buildCharts(firstSample); +// buildMetadata(firstSample); +// }); +// } + +// function optionChanged(newSample) { +// // Fetch new data each time a new sample is selected +// buildCharts(newSample); +// buildMetadata(newSample); +// } + + +// // Initialize the dashboard +// init(); \ No newline at end of file diff --git a/static/js/config.js b/static/js/config.js new file mode 100644 index 0000000..d4e02ae --- /dev/null +++ b/static/js/config.js @@ -0,0 +1,2 @@ +// API key +const API_KEY = "pk.eyJ1IjoibGFjYXJ1YW5hIiwiYSI6ImNrbmZkOHQxZjF6Y2EydnBqdTJyczhuZ2sifQ.MsrVUCCeCPYJsmMSNUTisg"; diff --git a/static/js/leaflet-heat.js b/static/js/leaflet-heat.js new file mode 100644 index 0000000..891f63d --- /dev/null +++ b/static/js/leaflet-heat.js @@ -0,0 +1,112 @@ +/* + (c) 2014, Vladimir Agafonkin + simpleheat, a tiny JavaScript library for drawing heatmaps with Canvas + https://github.com/mourner/simpleheat +*/ +!(function() { + + + function t(i) { + return this instanceof t ? (this._canvas = i = typeof i === "string" ? document.getElementById(i) : i, this._ctx = i.getContext("2d"), this._width = i.width, this._height = i.height, this._max = 1, void this.clear()) : new t(i); + }t.prototype = { defaultRadius: 25, + defaultGradient: { 0.4: "blue", 0.6: "cyan", 0.7: "lime", 0.8: "yellow", 1: "red" }, + data: function(t, i) { + return this._data = t, this; + }, + max: function(t) { + return this._max = t, this; + }, + add: function(t) { + return this._data.push(t), this; + }, + clear: function() { + return this._data = [], this; + }, + radius: function(t, i) { + i = i || 15; var a = this._circle = document.createElement("canvas"), + s = a.getContext("2d"), + e = this._r = t + i; return a.width = a.height = 2 * e, s.shadowOffsetX = s.shadowOffsetY = 200, s.shadowBlur = i, s.shadowColor = "black", s.beginPath(), s.arc(e - 200, e - 200, t, 0, 2 * Math.PI, !0), s.closePath(), s.fill(), this; + }, + gradient: function(t) { + var i = document.createElement("canvas"), + a = i.getContext("2d"), + s = a.createLinearGradient(0, 0, 0, 256); i.width = 1, i.height = 256; for (var e in t)s.addColorStop(e, t[e]); return a.fillStyle = s, a.fillRect(0, 0, 1, 256), this._grad = a.getImageData(0, 0, 1, 256).data, this; + }, + draw: function(t) { + this._circle || this.radius(this.defaultRadius), this._grad || this.gradient(this.defaultGradient); var i = this._ctx; i.clearRect(0, 0, this._width, this._height); for (var a, s = 0, e = this._data.length; e > s; s++)a = this._data[s], i.globalAlpha = Math.max(a[2] / this._max, t || 0.05), i.drawImage(this._circle, a[0] - this._r, a[1] - this._r); var n = i.getImageData(0, 0, this._width, this._height); return this._colorize(n.data, this._grad), i.putImageData(n, 0, 0), this; + }, + _colorize: function(t, i) { + for (var a, s = 3, e = t.length; e > s; s += 4)a = 4 * t[s], a && (t[s - 3] = i[a], t[s - 2] = i[a + 1], t[s - 1] = i[a + 2]); + } }, window.simpleheat = t; +}()), /* + (c) 2014, Vladimir Agafonkin + Leaflet.heat, a tiny and fast heatmap plugin for Leaflet. + https://github.com/Leaflet/Leaflet.heat +*/ +L.HeatLayer = (L.Layer ? L.Layer : L.Class).extend({ initialize: function(t, i) { + this._latlngs = t, L.setOptions(this, i); +}, + setLatLngs: function(t) { + return this._latlngs = t, this.redraw(); + }, + addLatLng: function(t) { + return this._latlngs.push(t), this.redraw(); + }, + setOptions: function(t) { + return L.setOptions(this, t), this._heat && this._updateOptions(), this.redraw(); + }, + redraw: function() { + return !this._heat || this._frame || this._map._animating || (this._frame = L.Util.requestAnimFrame(this._redraw, this)), this; + }, + onAdd: function(t) { + this._map = t, this._canvas || this._initCanvas(), t._panes.overlayPane.appendChild(this._canvas), t.on("moveend", this._reset, this), t.options.zoomAnimation && L.Browser.any3d && t.on("zoomanim", this._animateZoom, this), this._reset(); + }, + onRemove: function(t) { + t.getPanes().overlayPane.removeChild(this._canvas), t.off("moveend", this._reset, this), t.options.zoomAnimation && t.off("zoomanim", this._animateZoom, this); + }, + addTo: function(t) { + return t.addLayer(this), this; + }, + _initCanvas: function() { + var t = this._canvas = L.DomUtil.create("canvas", "leaflet-heatmap-layer leaflet-layer"), + i = L.DomUtil.testProp(["transformOrigin", "WebkitTransformOrigin", "msTransformOrigin"]); t.style[i] = "50% 50%"; var a = this._map.getSize(); t.width = a.x, t.height = a.y; var s = this._map.options.zoomAnimation && L.Browser.any3d; L.DomUtil.addClass(t, "leaflet-zoom-" + (s ? "animated" : "hide")), this._heat = simpleheat(t), this._updateOptions(); + }, + _updateOptions: function() { + this._heat.radius(this.options.radius || this._heat.defaultRadius, this.options.blur), this.options.gradient && this._heat.gradient(this.options.gradient), this.options.max && this._heat.max(this.options.max); + }, + _reset: function() { + var t = this._map.containerPointToLayerPoint([0, 0]); L.DomUtil.setPosition(this._canvas, t); var i = this._map.getSize(); this._heat._width !== i.x && (this._canvas.width = this._heat._width = i.x), this._heat._height !== i.y && (this._canvas.height = this._heat._height = i.y), this._redraw(); + }, + _redraw: function() { + var t, + i, + a, + s, + e, + n, + h, + o, + r, + d = [], + _ = this._heat._r, + l = this._map.getSize(), + m = new L.Bounds(L.point([-_, -_]), l.add([_, _])), + c = void 0 === this.options.max ? 1 : this.options.max, + u = void 0 === this.options.maxZoom ? this._map.getMaxZoom() : this.options.maxZoom, + f = 1 / Math.pow(2, Math.max(0, Math.min(u - this._map.getZoom(), 12))), + g = _ / 2, + p = [], + v = this._map._getMapPanePos(), + w = v.x % g, + y = v.y % g; for (t = 0, i = this._latlngs.length; i > t; t++) { + if (a = this._map.latLngToContainerPoint(this._latlngs[t]), m.contains(a)) { + e = Math.floor((a.x - w) / g) + 2, n = Math.floor((a.y - y) / g) + 2; var x = void 0 !== this._latlngs[t].alt ? this._latlngs[t].alt : void 0 !== this._latlngs[t][2] ? +this._latlngs[t][2] : 1; r = x * f, p[n] = p[n] || [], s = p[n][e], s ? (s[0] = (s[0] * s[2] + a.x * r) / (s[2] + r), s[1] = (s[1] * s[2] + a.y * r) / (s[2] + r), s[2] += r) : p[n][e] = [a.x, a.y, r]; + } + } for (t = 0, i = p.length; i > t; t++) if (p[t]) for (h = 0, o = p[t].length; o > h; h++)s = p[t][h], s && d.push([Math.round(s[0]), Math.round(s[1]), Math.min(s[2], c)]); this._heat.data(d).draw(this.options.minOpacity), this._frame = null; + }, + _animateZoom: function(t) { + var i = this._map.getZoomScale(t.zoom), + a = this._map._getCenterOffset(t.center)._multiplyBy(-i).subtract(this._map._getMapPanePos()); L.DomUtil.setTransform ? L.DomUtil.setTransform(this._canvas, a, i) : this._canvas.style[L.DomUtil.TRANSFORM] = L.DomUtil.getTranslateString(a) + " scale(" + i + ")"; + } }), L.heatLayer = function(t, i) { + return new L.HeatLayer(t, i); + }; diff --git a/static/js/map.js b/static/js/map.js new file mode 100644 index 0000000..21f66f1 --- /dev/null +++ b/static/js/map.js @@ -0,0 +1,71 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapheat').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +var myIcon = L.icon({ + iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", + iconSize: [20, 20], + iconAnchor: [22, 94], +}); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + + for (var i = 0; i < data.length; i++) { + + heatArray.push([data[i].latitude, data[i].longitude]); + } + console.log(heatArray); + + var heat = L.heatLayer(heatArray, { + radius: 20, + blur: 15, + maxZoom: 10, + max:4, + gradient:{ + 0.0:'green', + 0.5:'yellow', + 1.0:'red' + } + }).addTo(myMap); + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/static/js/marker.js b/static/js/marker.js new file mode 100644 index 0000000..b342332 --- /dev/null +++ b/static/js/marker.js @@ -0,0 +1,58 @@ +// Load data from API +// https://gbfs.citibikenyc.com/gbfs/en/station_information.json +var base_url ="data.csv" + +// create the map for Myanmar +// https://leafletjs.com/examples/quick-start/ +var myMap=L.map('mapid').setView([21.9162, 95.9560], 6); + +var streetLayer=L.tileLayer('https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}?access_token={accessToken}', { + attribution: 'Map data © OpenStreetMap contributors, Imagery © Mapbox', + maxZoom: 18, + id: 'mapbox/streets-v11', + tileSize: 512, + zoomOffset: -1, + accessToken: API_KEY + }).addTo(myMap); + +// var myIcon = L.icon({ +// iconUrl: "https://img.icons8.com/ultraviolet/40/000000/parking.png", +// iconSize: [20, 20], +// iconAnchor: [22, 94], +// }); + +d3.csv(base_url).then(function(data){ + console.log(data); + var heatArray=[] + for (var i = 0; i < data.length; i++) { + heatArray.push([data[i].latitude, data[i].longitude]); + L.marker(heatArray[i]) + .bindPopup("

Place: " + data[i].location + "

Attack Type: " + data[i].event_type + "

").addTo(myMap); + } + + }); + + + // stations_ary=data['data']['stations'].slice(0,50) + + // create markers for each station + // L.marker ([lat,lon]) + // stations_ary.forEach(function(one_station){ + // var marker = L.marker([one_station['lat'], one_station['lon']], {'icon': myIcon}) + // .bindPopup(`

${one_station['name']}

Capacity: ${one_station['capacity']}

`) + // // marker.addTo(myMap) + // markerGroup.push(marker) // push each freshly added marker to array + // }) + // var stationLayerGroup= L.layerGroup(markerGroup) + // .addTo(myMap); + + // var baseLayers= { + // "Mapbox": streetLayer, + // // "OpenStreetMap": osm + // }; + // var overlays={ + // "Marker": stationLayerGroup + // // "Roads": roadsLayer + // }; + // L.control.layers(baseLayers,overlays).addTo(myMap); + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9256b08 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,192 @@ + + + + + + + + Myanmar + + + + + + + + + + + + + + + + +
+ +
+
+

What is happening in Myanmar?

+

A dashboard looking at the 2021 Spring Revolution

+ +
+
+
+
+
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Human Rights Abuses Report Form

+
+

လူ့အခွင့်အရေးချိုးဖောက်မှုအစီရင်ခံစာပုံစံ

+ +
+ +
+ +
+
+
+
+ + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
Max file size: 20MB
+
+ +
+
+ +
+ + +
+
+
+
+ + + +
+
+ + + +
+
+ + +
+
+ +
+ + + + + + + + + + + + + + + + +
+ + \ No newline at end of file From 43b43cc6d66264f53509cb9c5af6bbe66973aea3 Mon Sep 17 00:00:00 2001 From: Joe Riebel Date: Wed, 16 Jun 2021 15:04:23 -0500 Subject: [PATCH 17/18] updated readme with image --- .DS_Store | Bin 6148 -> 8196 bytes Images/Dashboard_Visual.png | Bin 0 -> 3476555 bytes Joey/HeatMap/Assets/css/style.css | 12 - Joey/HeatMap/Assets/data.csv | 1334 ------------------------ Joey/HeatMap/Assets/index.html | 24 - Joey/HeatMap/Assets/js/config.js | 1 - Joey/HeatMap/Assets/js/leaflet-heat.js | 112 -- Joey/HeatMap/Assets/js/map.js | 71 -- Joey/HeatMap/Assets/js/marker.js | 58 -- Lisa/.DS_Store | Bin 0 -> 6148 bytes Lisa/static/.DS_Store | Bin 0 -> 6148 bytes Lisa/test/.DS_Store | Bin 0 -> 6148 bytes Myanmar_dashboard/.DS_Store | Bin 0 -> 6148 bytes Myanmar_dashboard/static/.DS_Store | Bin 0 -> 6148 bytes README.md | 4 +- app.py | 52 - static/.DS_Store | Bin 0 -> 6148 bytes test/Mongo_Test (1).ipynb | 287 +++++ 18 files changed, 290 insertions(+), 1665 deletions(-) create mode 100644 Images/Dashboard_Visual.png delete mode 100644 Joey/HeatMap/Assets/css/style.css delete mode 100644 Joey/HeatMap/Assets/data.csv delete mode 100644 Joey/HeatMap/Assets/index.html delete mode 100644 Joey/HeatMap/Assets/js/config.js delete mode 100644 Joey/HeatMap/Assets/js/leaflet-heat.js delete mode 100644 Joey/HeatMap/Assets/js/map.js delete mode 100644 Joey/HeatMap/Assets/js/marker.js create mode 100644 Lisa/.DS_Store create mode 100644 Lisa/static/.DS_Store create mode 100644 Lisa/test/.DS_Store create mode 100644 Myanmar_dashboard/.DS_Store create mode 100644 Myanmar_dashboard/static/.DS_Store delete mode 100644 app.py create mode 100644 static/.DS_Store create mode 100644 test/Mongo_Test (1).ipynb diff --git a/.DS_Store b/.DS_Store index 4c38da1db1f7beff3f9e559b8cfd0404103c3d22..60d33a4080cd5ffcfa2eeaa2b40163d69c65611d 100644 GIT binary patch literal 8196 zcmeHM-HH=26#lZ7r6Mau5cWc4uD!7Cg_pv(RNRFsLalh`_K#iHcBf3Ih+fSL2n)W4 z_zr?k;RE;>ekVz%lgJ{g{;riAi;1T#Q5s=@9 zfK_N{X=0qN%0MZ(}b>TDf0Id^P8d{nfs#R&zWDm-!Dw|>`qfUMx;-sOasi8(4 z%BVwG&&p;fN_(eXpv9p=Lw)NJ@CXzUklcM2$C#jp(~A7v;ZLGgt3QtV)T{3_?%Y0l z`t#YUjY%|ID>FSS+!NH$#s|#MbM6qn{(eIH887dj{p}aVe~!QOUB-9(UcRQt()Kjz zx977YX5Slh@R?&th{*&^yhVgD=6vQI2j5%7D`9P-%l8pt-Fr@{5%pruV}w5ISj$Ej zSltV18T~FfN0b+fpGaeTBJN^t0 z^6z53ok#e>F;BM?fve4MfzcJTh~h4hmxw3CY2d8Tz3#VFzPn1(U*GTBU6Qkr-z7k~ zjI&zze$b6OjxCLsgC*y%h=|kAx!xq&vj3*s4T5~(e(_95_=Uo6c*_ZtPdG-DOhDPJvcmzBG*MWelwK}asdbYWBVGNRM2dpQoQbaB_RI9Mj z={TuQ$4Rq44EY>TRCGd1Q$yLqvhj<6mG24n{K>w;N=`iYB=YC~@*MW(Kfg{T(_5cs OnS4!u$s)PV^ZzgAryDu| delta 214 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%0DndMS8KdODW;mqyMv*RFEaKl4677P_a4>1y|$ z@tEFw9Ss^8@%=er*MTXuljSllrJCBh)SDKH#)y(YKtHC3(bpAY&IlnBi;hmGT_<}*W(b#^Q%si1$32-!G>+}p zc|}(;Z`Y>>tM*A2sN$4G^sr=JL{VYKhHx(PA9==y_TU)Do0E{s5U8;9Q@vaa#;mNO z^u22)adqqYSsBv$LSb9#;8sBJ{N3#Zi9UYjIj5WTPIE($hFyT$^|N$Q%Ys#&*{q7~ zg6_()7}zum_Ox?qUeIZe9>R&C)EuZw+lI!$ps+n&bE|cJ(;5j6khTFR4zp@KD+;`< z3%RHh^*gi{Dek&H%f23fCF`P7Mpkylvi*7`eU&U92ZTy0DJ(S{9=f?)t;k*HCsJAs zj%m&SL4mvDFT`^5D(?+>jss#s>N6*Jv|uD@D!=9legEXA ziN8nHvW=Zt#+jz_fJGwZ`KSPUk`xvUf0B#_Hyn`lc_ME{Wx(V|fsE zJEVY#*0cS~gE=nQx2WKW(k0>gv($&8i|b!e+f%wS_=&oO8q-Fcu^7lYs{+tVZv#TQ zV_)>yW7=58W2I|Yv&xV1Mxg-sbQg2vPNdug;$%wwCG}>5xXQ#AE2;+Am2ah(B0;IQ zHmh_ocymcM=lRQW?Bw@ZM?$=D)nJ*(_GH=n>r>Cco7jP=1J8lJ>KIN<`~LDOG5tNH zVZ59xwK}uY3Ym4lo?`$b)9Ms9I_`wQwY>87x{JY38!eVH+kg1Z#<{tF_l-3|_B>1b4rOC(i&) z^Rut}YtDI3n1r@?$I6tZwmjO)Ot$5N_pg${*rmQnWVhf&GpC*Lf(8^AxLY5zCl_pM zn0e^DtP7&kLu}!oj=Ns_S4}0L!cAtz09SrfO9;AKv4%AcMCXz~50h;9ra5A@L*IH| zp6C_{&HsAIDWs&KbJ>)6d+}es|NM}ThMLpwCoji@qpJxr{DQ6}AfS+0!u%ul&>!

_HP3-l;ePpQ%RJmz=Kc=)agK7DT~pIk+u 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 z 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Ⓢ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

9$?do!&dN6d>tJH;x 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≧?Z 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�E;Bp% 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 !uD7t8kH8TYr=N1 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 z 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

XTu8PPgrb`0YP1jJ;%iD&3px-q-V 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 z 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

f>8fxG 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

d~psdYzs5w52fDW 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

7b}7~A*lk2~qB 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�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Ổ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

cXNY6k^sRkSBX2t6l;( zX}dFXNAYHK95wJF8ymasZ-4xL_tW<=_}Yf=CfLA78=$e45uFS8X$!Q3e!MRgijGCW z@$ev~q8RK=V9Yn}rvY{_TH1ctO*3YhW-K^CoN4-E4MG`4W;|QQzeQgcdGvbYe9^DU z=vmTo&eI<`C#=Ox_yQa}H7qD&#Y!(e!HJsLgYT^Y#~Vm2uGB{AM|^$fc!`lJMvI$! zY@plRje+oo7)#%{k6dP4wZqtWoAv=2fLDD>HWvw3*+Ks_aP8&BdFxo+b2_X&8psmuj64-Gv$^e8ExXjEdcl-uU2;gMVHme_oC zk}re&`s*jV|KT_As=3VO*QBf;<$)Uq^eX)Gt9TT?{1ETuH(5+)6BzIu_bSo!2CD&9 z&FL{Fvrl)oA~ds&yD8QUk&fFI_a4Nf@M#Q%PaVOC8JXn#$GMhz0{ad5Wr{IIHVbJe zJZOjFg=FY?HrMcN@oal8>?_RjO3_@yNA2zC)fgVediE&Z>%$YJ#eX(#g&cgZ1RpsL zz8-m1{j#wug)*nzS4pZ|!#2TN>eF$Q^Ha|n54d1DT(ocFnUSnWH^i!FSMsjfUm0}_ z$1S$OmbdL}|KY}zJ;wH)>su4u^?Q%H_b?Xz`=8(FuCL({8&CJU>Qmqe=a|uV0FYT{ z`lvD#-st8r6rO&37x}V^p>TOGpJq<%*LP+(#X-Kv<|ZC8CPH3lkl;eMveWsyhQfMv zn?_F)BVlB$?V!A1l_xCIRNc}Vp`qjm{9YDX!ciIx@2l-M3Zyzs$dNIHbPCrM&6G?1 z>x#j{@Hxp|>PP&

VCbYhybB4C|_aQ??aeLk84?*%LN9u6MU?-o~hPB?e-)Rb|B% zhP8UfyK&=YbRqJB2Ez7J_Uo2hqu&_N(x+|Ug;;OEtLXm3OXI5b^|kKr|NieYCd~Mf z_WRnauLX|A!s-N<`TV#2fOOC(SuehS_ucPON3+ozo&@&YJ9oPq`Skkr7;#f$HC7vFuCxhJ{_44ECj-sO|v*REcR5ttiQG(fgI zH7BagD;oLQAF0#2dIb;3%w^tt@4bY*_S$RUdo(y|J2Yw1_A4V_BgK24*caD7@D56kfC2|ihV?#wA@`$~6~%|uJgn>4h2 zys_GCvJq%wb%kf-Ed7Cfs~h(8l12}RN5i{#2VP`Ob{y}tM;Nam4@hfWNnd5KXBkb= z2V$VS&G`E<_-$h-{*?YgkHRyPbJWYxZkF;+Ko5w7EYa&GY4|eCHgaB5VS6OM&LoS= z=k@{w(QSIg09f6HVH!m-ztl*0hD||sLR;i%`P~E}ZJbNG`Dt)~r)^SRQtzdq@R;Kv z+Uf+ntViBm^p2arS%>F#87FHn?S|G_dDOnnyn)YN`h3!x!h@Wr|4lz&dsi;kIMe*A zeGg?~!zm%A?+@vE*dZ-|Qm3~m3pxz&7>ADHKF+D3)gE-Y4v%PPKgR~lSKoLOl^vZV zV?1$EuI)Jn1dijqJ>Te)GByJ9yvZP01eNQ0IN0 z+zipGKdSzt43jW;g0Jk43Sa3h9+iprrinL4>POiXClkOGPy4WVsph_o2`#gS25rrA zepO5HjCe_lrl%IB@a-$)HH+^&RijbykjBQh=F#u~Zq-erk*`KEl4~`T+l|rV3ZB`UcUWblUlLkoBZGaX zdc8tcZmYVitMqg|r>>*$Q^(NRGMEq1lE3Lv?jXDW$21^^~>7d(xTt6MdibwobOGTX|YOkq!hGZAhnXSRz`s%-h9B zT86No!&TTh3uD@i_);I9)UE3udb-v)SX?z4)=TYC`Xax$rZ;5k#(V*tx=h{BpXmYH zey;eZ*9DqsWt_X*5|TrF5-JTn`YYkqMU4UdVhx+Y>|2N-RrL&fU&CuQXWYR{vwiwe zjCvg>+8@nvonK;%3hc-T=_$^@jiE4e^T=eLZG-Af@85sGxstM~TU|omX_++`E(6&r zuULkDz!RqZTD28`amYK?i##~$QCJ;-UZQJUS3H*lNkqBilg4+H-Lgu999+C_^4a=q zGAcYvI?G^w>iop7=8AYJr%sJ)Iitsfe;b-uyaMFh_0oum{aK)GA?c`m?Li7h! zueCnsW&p>Y_7jCiHEgrA!f)eUV1OrOR<0iTLPbG#;K{Oy|ZS zJq+JxW1BRUSER@s>qX9!{o0sD!ui@I<(;Ab3R%sZGEyVNFWwLnNg#bk^*e@p1Xt4$ zCo(MYdRfGK(@ERV&i)ZxERTJkaHW+zGnj)A82Y86lLdLSx@_{W;3m_G5?JPCnE6>3 z8dm@R?7jJqWyy7*7rF0QnOXbV)m_yq*-fe`u_bXv8j93nNrpVe%*c`ml9CPB@BlXa zg8>8jJ0w|vVGsP9J(7X3F&J56QZ16rrMWfP)m`1ywO7`@=Duh8`_8%X-pi`2W{aXA z&7dRmzI$)nSWcWc5pm+gi4)SNG6C~2-8v@Ll%oWMx6HbP)jmzuQ@W(DY!roikzxPI z|NN&Y3V*d+p1u}}!oT}_pDUk3QTXML|5U`UGVFM1egb!$9@U@B0)IPv`_Sueh=H9@ znFR5p6S5K{9bM;h`aI^BfOTH{aEO}L!~U7N5g+~1@`=d))Id!G@)ZJi0_GWso@wflCDXU_a(#+TL~b?sKQV&)Z-y0L~qN z4#f5<_Hp9SG-^7Xaq4q^_ZNJdh%R6Ad8gl+;KSc)q7VCj!1vB%JD)qFcV^Lgeq7+r zh#x-hjDZ#scmCWWp2vLtTYK-2|KCM*?vTyj8uY*K1f1wRtSIcF!0&(Yi{?9|$+_a7GvwMMu{ zQuY1))7x-i3w~-9rHGDN>OF@m*36h6nWDD0%(iJyW^A3jFP&>(o+4 zV#$8gzZkosD5M)jvyfi8de65e0525>4NgeYKSKwP-h2+<$WOtE7ebDhG&(^~0j1VS zoD8p{7(C?eO^)^L85lt+uotU&8yvBXMPa^$qA*IrD*Gi^naLJ{uecbK(Q=rLFE=C|UHO3@QzKe4&C^Cc-dy zDmEw>@m-e-YPxiT`nN=sr6`W zS6FM^WtG=o=)fGHt!1q^qp@&zNlU_;pfCh+d{WS%u+9b2AuJ&LWEF)0!1A@6_|ne{JiEq4zqW|ty_+2L9zY?uhdOF) zUIo~7>TQK`Epy#n=`GhePTMQ%%^I-flNM!hvqc7a^l3va*~CHCyzgg0B)Y~bsp?EwNbLLR)N@@0h{WCp7S@#?T4?bfdk;TOLZpzSF3hXP*8D5tew))xh z%y`5xZE>p$SrX%sixrtKZH4-;f_%g2-%7Kgk)W~$NNF(O518T$aqx4D;ZFq;>s94r zzpB_5${}o&THQhc1gra6l2mcv+Vz`Qy_jVo9{S;m1vzrJ>9F^Sac!_1p=}IfIei!7 z!_*`eY~f|LuoAejI*+9>v>2fah2I_xr{X|#W)`-=OTx~ZFj9uZrJ9v8$avo*Dw=Uf& zXQt=M%<2#pR6TB4MPWCYXlv9(1^P=Ag~xhULs9tWKK@+!=uwnXg^^G?i=(~MSuB*^ zn%OGfeDhklcx#c3H^7L}pO>4H7@$xHLEf-|V&vuw7KInED2$@;^M}gr5%@nhfzi*^ zMaM|Lsk^Mhr0c-DnKu0$PvL9}+2`gsZ@&)L1AGQfc(X3!weij8p#R7)!`fjd2a;_w zODPT54zqX7zCOV)YO5^*hcrchCncv2f!_7oJwqg@Wwx$OJt2t}?&gUrt|Ak^EYD`vMz1 zQ1L>Uidx7 zc=5}37RsfY^JV(hGD`0(`txm-F>|f9_b5E=1Uv@6p^~s^ zl6H>g9<51kC{k@`S({C0wmP^DDsyS|XHbPQ>QqHxoe-!fJkq;f_Q1qHb7Z1?;@N}cI12x}psPAcx#X*& z@C*cT>ilMT>FAsdq%t29HF8xn-87mKnE&xY9&oe-rnT_V!Uc-A=_j2*)dnfUl+8>k2DtT1RS

V-y%@QPmHnPQ$9sLHSglH@*5dA+hV1Vb^_LLv^~c0 zdHDLf^BZLvI(_wf=gUQ`V9#zaE~%u?xa1sDn3P*MyRqH$vJqi$3#GaB2c>W6cJwXX zC<@2CiM1_t=u{RCOJLB23SK_Dh&;%g+&)AFQjdsM8F++wsfwu1-P?-7&>Qi>Iy>dE zj5={6?IsUlUz=l8ev2T666D6&f?F?1T3IPPQ#tW(CE0HorJY{-RsSZr4|p^Ggfn3_ zTGmG<5bJEV$;dOl625r}aP!%|Ag%S@Mj7cgb2hCKrlQb17V>UkRrku3D<&S6_fDQX z87D`$@lC&{pME+NfClN$&z?QYDPng5H^-km9+vXwP!xXk)mKC2XZ=`D6Kt$j$!;G! zp%#i&KGPbn`GA>Qm)~k9-7+ zp@+iI!CSzivaqlmLKf*b||IJUu-fC$L<) zbSadkRCZK}$P-(hVGgE6WZS8V$Xbf*hn8RZ=!<0!io!$4g0!wKU#wE_7P5;Q)0fNK z{W~Ea+C)Bt6pD63Yh&YW7c!pQ5Z+Vv!&mG=iF%d3cLB?wtK^~bSBz1>-^ZBOMa4Te z?uqfrc1~XK`kV0aH?CYo@phhXz%V{p#`Yg56Z;PatYN8~a4X1xmf=g?1m98=h8}vI zgF-)jwEbRq&o$KKkM^ThjmOKbQ&<9O* z5f9)fTjBze4kff(Se@>If%b$bWgTur9Y^WB4+SsGBf}FrUdm?^511UMwVWMuCeqSd z`GAUc;vxDhAg}X|Xw%V7Y&+@Vm3ZMuptB!sd|NkznTK@de>`)SlLe7nE&|7-BV1mF%doU{(^FxP%XBjguXFvOy@?ZZq|84m=eT{8ucJ@K^Gqy2ZLKBaV{3ON4$+R4y z1DP$FYUnHKiatSn?}Tf^hoTqx>nbb(UqcfKC%m!>lF0JqlaptpS0Ieat;+TsbDntO ziBOW3Zsf0|7+s6bElWduS>Bw#M3@L$%jaFZ_(ccZ(KltE)A3AyX`9RTM7d*Fot4Y*xbQVCcHrE2NM`Q#vB;jSp7<&6#C_M4Pb{6!4} zUaT*9=WHthZ2()bT<=ZUDYrafBtqKKqnG)3sch{A8I}FSts9K&-{rOJGxQUu;>`YQ z4Xdf^tc{sQ_7On9H(?UWqz9k5fUAW@d=iKZ=bL@1bIh=KYuh2b)S^)um4@XD9CNQ- zosPRFrtM?XkSE;qI~U~|ax5VoX(=qgQr6gPpdu%*iyC2F0jIZbp?D1c}Oo}&APF#R#ulhwPAE&G1vB_QY&S%oVsZ5gimFB z>pjPWoSQ;3hUIDkM>zZG==11Hq~}a8Tb^{#pde|0d|G(SM1sD=Lr@9dg+*{$eQn@A z=Mc`7vn*`d;mxqC(pzk@;%-?3C*at28T}Y_ z5QVZoz%NeFfzISxW|7~oLI-YAaE;MEcz{j#ZhWK}#d@9c8|hm57P{!Cs5f)3Yr^`6 zlCY8dB0_LMo92%T8VR8J)*v}>$F~UI;8A?Y&srw^#fxj+(H~f1{BlEKj|&WLzx>OejSf+iRJiIrb2j68`K9Un#iRa#%dRqg?IyOW(cJbB+G+ zeH$Q_Kv)Cbj*w0JXd$SHq@2g{R##*AzAcF+fZrWt7n!8pfDY|!5A5Fujf_W!yUZ@n zGw+>^PWL#>@Bjm*3&Yb`jJgTabMnNAa{Sm4%99DYN!a{N7x_foJK?GDwZdeyZNJ9# zyCj0X5Jx4haU2v!e)Imsu{|tuY{gFQQ*XV6PgARrN#u%OmbC(+ug)WyKK8K}Ii`t4 zh&YlX;qzOKS%(z;bW1GEO<%pvgy0^+=>ZnH4~4Kw=5FV{shy_rYu*71@0P#Q)z<*u z@6Bb|D@@|iml~G0maF0QsNq{5n+Ny^jvil+V>wIr|pm<+o5@5c!Z{H0em`7=P44Hjh<{H7`=i#*K zcm3NfWyCoI}$H3Jj zi++IpitZ8Ya5>(zN)zx&J1qe7Yxq}a>zz+KI+y-kt|lG$#DNhM zVAfC+2DhbWvdk{_hBD|f*4eUL2)_{AsMz4~=pp1nfv1m2rI3CA&fRp&J{DQ*B z>gE886j(=OVykr!EuHie->@@;wUVax>_(ZUzs%gZfhAcc*3iW;LVzuVWhz??funI0 z#77vLhe$(ZVJ-TqIHUq*HGy2 zPbh?O07Z@ol-1S{IB+5^$Ka}PO+vV!CY}RFcv?O$t$hz5d>x}~6C)@>@0}uDgg02< zx$|HFWpMe}#D>bksU!?0WBy@+i7Qjq5}kDG(bFnfhcXFmeH;dR5-a4pIfi-n2zjAU zq^j{6ZQdg|ds$HLL*NT>22>&biM}#G=SRU4Fw;=#oJ&FYHbr4}#JN~%dyNi)_z%05 zPatFa*AyV7U(!qdCjP{ivAq-&D^O%nPNfh8*b3ajJ{?D9Z_*DCBKjjU-{jB*)0R(u+pIEdr(~+i}S9z4J3*+y;`wn!mm${V|GvK?; z-}>M(ui9@$OcF>TY@K5?`7&3I(Dwhh+7eX6^Gk#xZWhgV^N9ZpA0I3WeFW{n@n;3W zu8Y)Kx|n6re+ettOUwoPQAFIcdr#2{7rL4BU0AB3@6r<2Jr+ki=I{iI5mQsU8OP_a zF0&Ae@`n!}j`SS=D*Yc=p+6 zv9RGWz$$KNtwPYnPx1gMkVRNcyL1zZg5pq|V_y2`d@S)4g%9lHQ~vr*jM>L^`seeu zv;v2QZM&?u_WQ%>B#xm?g|ZR^dBrWFm|@aME<&j+43)$0C>+kPHBOC}??z8v$oL6U z=3!obO(*|U^ERCHrBGC1zXIZ*H~cdNtsdAj zQKqmUIfizsM~Sa2%~5a^glGeU@CsT{4*@zb=>kT|5Pcg3sDke-Nz_h+i=S*DJZ2kj z^OL?;CvE^zw9p?%TcaP&c3KxQz=wY#%y6BKGSzXa?Ooeu+o$zp5~P!qkx)m^WLsB> z7v*b}4m}!qnSL6KqbSTV#I_a2eU(Bs!B02JnQ&Z@PC!5%TB;2!n=bc^m8+a!aOUcR z^5)swoZQfhGALGK8TZ%WSw)K$VX0j<%y0_8)>1h2gpfyQ{4Db;2%dl@+{uvn?$o~7=iZ)D5AxYxHC_}(Wlm$G`v@JglxI2H{z#ym zNz21M^6?^AP#^wjg5SB-XT<4UG9Qr*v7yH zxdjx3SIZQZjCYMf1K_P6oO@|0)00j5W1i)ELkHlwF0$5f&^DOuGZ86y#P}HgyaY|~ z%@3k9oaxl(_B~rTWri6vbYdYJ4Jmw|GBVdtE{EZv+7T`Hv zg*W%wBP#E2_;efQ0YjE$Uc0Dy=jmKa9R~+TH>|fi@+xpv`@_CG3(ttp8)N5uLF)Ww$ z*i;#Qd<opNy~` z1^&J7f3JM!+uw;f)iD%qj~qRM!ttJ%W4O-nfb_KXmWmz7SfCw^5F9$h+-vXd^3fMx z3JZZ6DR>nH<;zzt2R=6K@5tXd@onUiD)gGpcfRv&lzo4?Joo%_C@b$`!y~65pfKd7 zZj~FI+kOB0Z=gWE5OW)8$oM+*ed(o_!rF2i4G*4wcVv&?Nk@K#1QC?PQX%Jd{flWkvc26)SYY7pWq(5C^!|k2hH_8T9 zi#1Fz&itv@%_y{kE|rPl@s^fWu_&Jwbw^OV?q>csr`!=)tjZ=3a%=+h0m@#IP`Q8#6O&4a_I1fKQG_|*k?>i`=GsdAb1I|}ztBY&`UPdWb&MM~g zd=zv_luSW9Nz0C4r5LN4pr7xu_rbxAV0qk zU8PmZ`JlfM+S~wT?*UJiW1ToHi^AsF0AO2I78v~%Kedm^wr|dzkea{moqi_PcJaCW z%2Sji;zeE&wWh;Y>8Tl)&D$$^H~Swi_$2C9`BTXIp&?}{59gEfQ6RHCT=vgy_OLJa zJrUEQ2Aw|RQYwxD@em+fIh~As#LFa)br=h zl|TQp|FgXD#&=`Q^f!O=x5{Te`^(Xe7Z%(MpUPhXm@o!7kNs)DZGD#>5+A@IUgC>5 z1h1wEZex6k^b^10wL0Te3&{E<{!CMTG+p8*({rrM^zxhV7{~DTk1MoA`zn=%%}0x? zt`WQ0+ZN^K=S4P|C*FlNVGg)Sr;ZZ>>K5qXnTp* z3OOKUQ36N8m~|^HQA$3Bg;8in+*mGUcgmwwc1?U_IQs(Q*ayp>S$&3cqkGD)qSp@p zz-t3S;#S`YzSwy7{X_UGSC`J`p!3U@FNGqfb8%&! zJ&p~`LB=O{1z(wDn*D;ZFt6C08)ZgT2EQb4a`VPb=xd!5gZ9OyD#tBpHTuGa9(nsr@qjyIyW<}%FQaoN?XFLYr#R=Z7T{hr(k{;{WJKIZj3Js z)}_3Xv|}G^zhVCx?X5wN^dfOcLx$IxU%m7STA^@)k#S8w$AlOgq;R62#Ofi2UHY~k8$k-IwP!f?=z2NL*dEaEBdMM%=Y1&SbhRiQ|5v~G_9 zCfcd<2ES*Wp!C@0B#Q`ck_WEETxEh-}Ow9`dul#51l9GC!G6URs9pXr1@49x;Q`$S^xx zUwr;)CV72vM9k^;E|)9U@1ra+Tz>7BK1Cy5FZVb;;LUd~lt25w|FWo5_uu`?{}O*Y zJu~afJ)bM1QE?(85kX_|-354#*qvD|-+l9JId|!5dEuF(T*u1f#BLgKDgWl*eyP0s z-Z_}Ok@6eA{ww9!5q8BAE4yS<%Y1BHnFsG3c*nElWHc;#{ai7ncc-%>F<>k_@pKMG z`+ML2K5)*kllJNIEDMVJ8BE(Xov{-Z>o-%5R2WP_PXgIY;sjN>q`-Sim~yHY_+oO+ zte6i@f%CgbR(SQQ&u7lQSHAVFZz1DcE6=mb*Tv59-MbCa!jX9-2&BtG3q5~%FuPn% zzk87*V{V3!|1+QcG@YUXSm32HtxwC7OcW0!V!49UYUV+Ie2Byit!q9;!FcuVr-%|IN2&!uS}PBPoIK`Vj9mP*ajIZpuctJJ`D3*Iech8 z3)RC6lrR%97$Pj%GgUtJ(T|piaTg!VsqH%Rt&MQcgT^v{XiNe4T$H1F* zg`dYqTm>UwZ@xa5U1Hb##c~maz!4^r&%W?N*~hWa1NLc6m7~)ZyNc7Wbhw*m~9ArpThoKGY?^gpamKT1*9?+X1rDrx%4l~`cVnxGb0 z@;-L)E@-B!_vZD-y49M=9I_XBC?Up2Vf7Ne6_gIOCcM=%gyIE?8Fai4Q2LxjV9oL^ z0&k8|XMt2JTUxYmkt!BZnD8#KaPMSflgZ+)K`fJ^KsiEx>xPydl-+Uy=7fs=(GH#b zgs=ypw-!I-ITjH}Iw^DUv~K``9gE-Vo4^Bn@)dD0vGlHmS$BFmK^6Xf;tT+XldRZD zPvVq{@uyi}Ctu^W@bDNE#{`T}Fgjr%y z{Q+b642v145uo6Qk}&7+sVMAjX(yKz3@6E$0C!HyTVRF4C4dMsK%{?`K;NLN ze0c1y+@k!2un(drytIO~8Y~-b^-OS_E{dls;FO7QOuC^<6@~jzc!;AB75*Sd@HoH~ zCd_y5a~vcKNt=WplqW$cqZ>L=5yQpORqF%3P&FMDZI)QHSfh@ISqM-lvB;S1QRAr$ zOr4TWKLS9l4DVut-!RJMgYYDSX!2-vOGQ(aeNs`F(vrT4vMXGRSdp8aSt>Uc*nq`Y zzYfi+;EwtN*s8T`g?mX`VlOe+N1p6q4r|6Lym~D28ho_4lJm&Bv?=E<{csUSI#Owf z^GhP9VHBG7Vi|cC=Hvi96fQh&SbA3BsnWM|z@$2Bzq&R&S~w2an!EHzZoolF6r`{~ zrZTfCx0d_X;sy#*Yh{LO0gH#Wr9SZ7N4z2MtJ3vuELtwIfOQ83^eS^UldgH&#pHA3 z5CB=OK?Je8fPHGDA4^Dk0w&w^eXKUmLC;}X6UC7glyB@C(u$)v6Mhw-6a+%h@Ukik zr)n&Vdh{16SS!XI1wRu*2pO@&h_PIhg=r6Ktf;FrPWk##_ELCcO3p%}Et-5d0kku)Z9NYJneH9A8n_A?`v*{o~bo zi|@p;KLyDO6J1Dnz;UN88ehW_kQR08vAjuCiHpq3^qN$pc`gN^F}{$txl(aK+sc73;k4_Tjx4+%6cOuX^e2ynuV587Eu~=oVv@#)@#$(Vgs{%#xo~R zgd&cXg{6ym#9=vzoevT7fjB+YOKXUkJCJDenc&;9efAcZx)|X5(-&>J71M}?SOSTPbODixc=T)I) z(v49F698CuG~Grx>{x7A?>9z%u*V2JIG$oN+1ut#4*=tz5l5Th344 zrT=3L5&+V0vveHc$#~{_V!hHVnM10a$G}*y#i21Ya$xre%4qNiSXl37T*9=O(m$vZ{+34n#31r5rlqOc1a%FW{9Q$NrB zEG{_Gg%St#W_4R|ap#zzT)1MnH7&ru;?~g7uKXCD{&>~7MYhjM`@&;+RA$WJ@f+<( z58pyw9qBe{^Q@CjH+u$AHXT4Au9ScOS6?Y#diAU2o8SEbRzUNniwm4!jj@pEJ%jMW%@VyKyea|4CQ?~7q~=0E~E)5&(LLDzVYmhE($v0Bn#-r z(+(cMpY(FV#Ng;u=|&;v+_k0h_QmTV+gov*fIoG!TQ3#~<=4fJr40^?{8M>b>NQ6{ z*~Fv6JSBGVkF$jr{8 zNU==&n4ynkCtg?;20k}UY|zGB1nr?eQ|WOCng9OLbrgjM%g3MI$7vBLz>t@`vbYYQ zt-=O+(VU+3-tfCoAI=qtL%nUfF_6CbHf{dOgHc;V$){^=0iJiM?CQsw@GvK8 zkn!j+i?z&g`oVix|D*C%&K_{?1Fzu1z4Vg(w&OtZl`j0d7@6%e%M_R+zHPIH7rogh z_*G|G`PBK_u7^6NZ2#J>oAloyiB<$qj;kT+y~8WMKmMok5fi=mGC@*d+AV^+=s zyqiw;8S)T**Jb(R>7nuhPXm&-+QtG;{De#b{Ka@1Ja2?Dp>T=2tdHtf?^*8bk1+8G zJ@%D*SQY-kxx3}m#Rui=4K~)UF)wCZa@MHDROc?XKTle5le)c z5l&Fo`A@}s$hhDA?sq~-!nug^C6%tMt6eBwz4X$H<(X$VN}Y|C zw^2%d`}Eu8^xLP)mFX*Csn`vTZlbw*^%_c)_d}5 zj0KE8IhXl9YnS3dg;e2@=2YB}o{m3xJm_d1`JBqa9t(fs#EDR>Q&IShH{OVila^Jb zYZVVwIQvJR`bS|=Sig%GFMxXtO+k}~4<01$WZBJ8=zH0e>>BgJ9F{FP`NcIauMrgD zyX4dC54o(@b(CP0NrWOB1SUVOfgm>yMNfcV^3L>^KHJ8n2Ks3R?cloxXbZ`MFrunN z#r)QJcsFC{05SxRWACQSU9_!L+Uyej`wIR0DtE^|JE1;#Jk}hQHVrWEAB3NG$Wo@Y z!u)c9_3~ACLN`TCV0CeTHS;d&cMAoWRm%Xq$agruUSkg8yimAp$9=S2PrO-mOo3*5 z;G2d=pd;Hn^dSGT24AuUY%%W#hU8|Pi*Z5gu>>S#q4K@aDK!$3f+kju(y- z12JZVP6BWlKKN_f2Y3~(7&C=~aW8lZ>PDyDf~Q7JU!9Jz`Za+f$p$x3&v+!BlMlDP6JN?vDqeC7OGQK}N4lUM8lK4V z`7E^NW1hxUkEPjzSV|WBp#&&W<|m+w zJfdEdCqQw8OTSJ3Ei8VsedvTdEWnDOc;mMzyK@f5 zW81oQ?s!`j1&y~(zbyV$G|w=|5a|0NI_)?VLZdy4*M?^O80eCwe8{%T1Fq?V60|_S zxHiwQ5{rBx>I(SRflJ!!6)sLy33}w+4JkKoTxV0%-Jtt%c#Cf48oi8jlWb(txQj44 z)@b-fS$6af^eLjiaYg0Ln;7D|jd49e*^6$I3dib{q>{gN8HEVK5`WTQ;+1yG7#GA- zi^|>a%JbYf6C3F$lg5~oi3aK|e&iMpfx}uK`dIEjUC>kWrSUUbgR)2?`W&D17blF> z*+#Pe6i(ZVe$n=TA;;uY6872p^tTqmo)hDW}EUoz3>PZgwQ-&BfdK>igV;$ z)?3hn@(#ug%4FFBKlE4P$TAK?uhw6T54Hb@JX=X;Zc(4W(!iBp6DI3qMP*^iZThwD zViOT#ll3RP=u%0z9VWy21so#t5TBm7*aeJLQCR)21^Ck6`JE3Hg~in0p9>n}N7wOe z$MJ}B(gG_i!*8W(l}Scl@`ZKdw}X(IXK8F3eGy7$j`f?d?1OA`+j1p8l{caj7aj&| zMUFb-m?k^3LqfeYD z|Liw^fl1S9ncAG~w5{O|wzFFD@xX!#%ihc6&1u>q1iS(vBJ{IjbN6V+E-_yxz} z3RC+K$o}y3)$;1=XUe5(_sg&T!pr58AA6d~=x#dTjq+#z=Kn=e_4SXhMR?DiKZ^k2+cDAq2#SO+yzmh$ zFztz@0I?`qjbn!=JhjC7X|=hZMS6N1-eg=HL^0Gs$J6a@TK=sgkKj?C)rF9PMGHoI zzIn7&rp>2qbdvd%^3Itv<+ZQB#zcFueDt~J%1i7>9^zxbb^)r{tFa7K%%0K?8<7EOo2RI~7s*$I)(Q?(3 z@3jR-cmfEIm#|iNy{imx<<4^X+V{@HQQQX)>?yzUi_f;`5j_bk*JN*?)sE{o*UL9v z|9&}j`b_!tU;CwU;`jlS;a#jEpqUZIb#s*kKykoX!7@LcaOmpYXx2;Z8;mEtn51!P z+o<82u`b%FX&YZ5NPKSsS^n_nu9we-t^N_OiDO*zvE6&`4Bv{!L)1Ip4WN8Tkw^`z zRc5U)zxCF;C<>nmg|c7&Rq*o!JHWT)ZUP9nSOC0yZLa+LFMqjAuyg&{r%$kubtII* zg~9TNBZHcUcb%~7oaE^zSh!t?b)qUUAEPx z{JhsZYWCi}%+qfbKRj-8HQqMQAM>T={kZ5q$-Ewy$A|tqVBkkp%nngLu-Au``hihZ z13s)M>~2i2KluIMFQ5Oy=VRjh0D}%H=|DUH~Aw3KRIG>JZ|?qrj4t~^C>2`@Ez{#on@sIBduk#cesoqFmpGj zg6!)kiQYlsaE>FR{wt{A zzl>1E#nK6c=~D3sXmYVe%P}sAFQO#uLi0Toi|#ETh$PY!7F72R^^_?$sKA)ZCuW*J$3nXNT=?rL z4CI@j5Dr`kqVEYS58GUZY?Wc#w}f3zQ>9HO1%p^NT;TZRSr%m0yTEPn$SLZE`9N4h zVIt~WR7KY<9yXW+FH`6xgiKlpzR3cSf({qvC!q0(F^-NzNamz^0Y%aWSZKNZV7A;x zd83O>gS{-eEHeRKKu{--uJT_j7BGM4BmGU%MVA~aj3~FFC@fFIS~)@hEi+=d7fWru zYn;LW4B37VYNDvJ%(bx9SFW&_e-owIIjpyK^^CBvLcRMOR3gMEAY^(2qjdZP|?_pMoz|aR1S)3(sb68>2}k;2N4MNvKYkj56Z%WWj{jA zNvt0X50DqiuPP8(t#Pz=)QvPy>$0gk;3Biki@W`X0tYva1uXLSD8YEF`VvZ3vnZk7 zm|H1{sV`y?GqMl{vJ$3x>7}2!4R4@S z)w5Ript*f;{~pS!fP_U#=6v^29GPRonby{3X^(Cu5TkWt@6dscuk(7ZmDL_Ss}o%{nKzkbZzM@&!JyXd6fXD=vVt>Dy}A@;&<|Ay#Om zP|Af1t*tt~-9fr`pIcgW>*__)Mn*78=;DZzsY51ESf;5GE_IvpIX$yMM`XQqu z@&x(`;*u57naiR)A-vtt0a&0M#-MzJPD-#37VoCVcjl5|1&%Z}NUNXvx6P}ALBR~&}612@t z+CZnGumV*V5^U>^zts{@;Jra&l8-q4NjU4hrqlVHeswIg|EYAV#oJI+k~aBkLUQ9R zfXn(%3ma*5!8%WYEKkI%&(?mM?p%0aDVQ|$Oa4QlYdd_#Gsgrvgs^0%pkBT#`$^)1 zJIBum89}pbnU`t%E-gBidiP?Sb7F=iR2Tl|me~BT&IXiCtWq)_UcEEV#VJbnX5fc7 z(wO$3AXtTo*g#`iWEf*ophfJsAOKC%=MEx2>B8#h+QPlEcLIg90~6)gp-Fg?l$*JM zf|AB!PAY&&?+K?R2`CjpQ?{(L#It2i7nuq{Tmc7^pE#=R9n4Y0z%ApucX1VtXzlt; zudqbpV?!i~b<0`vN}uiVt6#kvz5Q%d@g99K<5+he%6n{jQBimSE9JBBNp|C&Fffkg z?QT!1=wd{sUz1mey5hb`AGhTN{2M3^E-}tu!}9N6f9Fhj_u71!Sw-=3;vmOF!+)}o zMLt_7RM_rEQFvgJ-E+H_=tO0rCXz4;FN@A(pO1W z*_-{1ihWu}?I*qA9!{&;g#tLr-v?2U9f7x7U-hJg8R}k(NAy?fISYUEQ%T=LEN+gX zh&eWfLInNQD1G>tN}2GdZd#H*O>41~6S(Xj-5ew}=M{dU$D_a%n_CzND9l#|Mkh<}=tOxNMcFe~ZlUbY*eYKa8?C@FaV(f)jMiX7 z>Q4P`&=)&Kd65y9{hfmn{RDIumt!eP!o7{M{|2WZtfNS<$>}GYG0uDlWgZlT2UvU^ zWjxTj@F2>cDh8_%q+yT|{IxVbhO+2zKO-D?k{=8>>?>;G{Tkjq>LC+vW0|rE(if+4G+GLETBq*4qdh7zWsM2WNekFqG$%{*ZXOX?`l-&riDFW!tc5ES z2bas!hX%_hUpNen;}7nfoFYo=#d4^He)_8;SXGu{@ zYmUG2202b-KOT)B%49g&rnD0gj6*S`aqr~R}QyNj{Mvercc=b6g;fZH?*&L6epCD`~br9EBmN)vYL_q6(8$5(_9CWS1 z0D|YQYZdXNU%*`Nc!%@-(Za-dD;&U})nG>m$EM47)@XzG;<`KMTxkeeWR1r8p#6!V zQ4;Q>%{ag9Te*#_`_Q_$n@U4T7+Hl@O)p%yP_A5_#)!)O zkarzD#;F5`567|Ef;&W?t54ls95W~!uf-W zy(;8Ra-ynMc|Ci|Ov{!OK&1)gjMn+F zCytd@KKaSmuqjWfqVwBtza49iB3MNOt!0XrLx&CppRJOvVTASg6UT#=-0-R5sqP}D zv7CDI&2sA0DdKWk0&}A0n8SGL=o!`x-B78*^PWAsp%dhBcU2nC-Y4&ah5LJ^$r zDzz+OWqS7BgR%@=9A=$!loM&Y*yOXSvKL7zi&$j5S2@ zS;9iK%H+a1M0?${e{bot9vOqT@aKb_5VwXGK~|~TVD340_jXv*RAFRPC36(5hg1$m zwxj}__;lXn#uSy&6wi@;8^h_|zKEaHih&z;E6Gw)EpD5qMAx)(y#se2>pXfcF|r4qpOOZ zM2m4M#w>WETDd+6L!S15?5*Ye;y35p$f;1^tYrk$ZEhQ`wtZ>8L{;!w%WM8Vx8Lyz zoYpvwZH~)%_nTp*Z^zph`{Cz8ULik9pC?#aKy^b%Y)Ev@67kGeo*&#ncPl77+822` zo+s04$#IO0Vs31hVB>;Hvc!nAtK~-V7#l$&Z}X+?@tn;$VGKEh$T1Az#d*4i5N0{e zfpDG9KEpI}-jnp5b4WuGBmSE^X&Bb*{2+b$Z@$)lRY zV1M)Gjo?X@Z#g!EHCYlhkD8D7cD<2EWXn$t7f(U)qM^gtP8yzuddYIZk%OkFFL@p6 zPK%l7-V+zT$LGkyr^KQUnU8n#x2~1(=7uo%LgpssYdvbg-i&QK zZV+>Rk@EvEM%%eMJzdVecZPNVj{wi;7^R}HCsfE+4$+6GKa&O?zz;l+d0KvzxIMw( zK0J!wJzXy7r0K6hUe(cG1ue#SR6SUie6BpvS;#%I^@(6#W(@ifKo)i5$TeS-&^`|S@0cxlUU6r+Ct=oTo*dAtnxsX%{C@| z=jK=W9&>A4rFUKpBdysd&)YZCFDn^SQo4p5CQe%v=eBidW)eBYIP1^R<{2g;DLa#( zujU<3>nL2*ZNBRx6iFWOoALa$Kse*s{-S+1@19uXSYbPp7qJbb0=BZt6?Q@RmfDzr6lP#~8KE z*)H^wzu#IH!-d~?XCPrPt4wOE>1rZ~Wp6B>?MD_CEmL%cLSi?Zc+%iRZaD1sj? zzwB}lW7gdKm`?g62+R~EVIXrrh`v}Rw_%)W*v`AKS683CXGhLJ z2hx*9^xX_amQxpQm2)@eV1CBRZ@ltU(CF;!gK`<`6K``I-vM?&{oFJA5Yl1&`SQK; z^>;6oZ@hQ4eCB6AUjE6)4wu~sY$FfgtvIQr0@dLFJCNk7m)|?#tKkjiwV<-bz0LB~ zH_l_RYNi}uap_lo@gyQe7-TN=hXR)h;l=6A+neRGUrFH?v)%m?CO1%3cEcLtfRpa<fR%T{nFi|y5x+qnKI!lG7L6Mar=Mx&bRfJ!v3E{I;Zx_a?0Y5_{#B$t zd2DYmIk}jUB}4tF%&RDTW4ZjLio#PU3S;f&#b*w1G$srjNwS_7lRUFj3CuF9qXS&KmE;49&ur*nchlWTt;m32A#caARDiT5CiGJ84YW@;EE&{2dHC~C;BIH}Z1 z1`qHAESizF3*Z}UdRpda?!f_$-a|362kX2Fi|wb~BqHoyD$=cUx$wP+0LTqYTDx^Y zZ4~9y3C4aGbQ}qmnXqoKklzRIs5Pgsnj5`q)5BU9k!oNgDxrU@GNqC<=QV;#QeNd0-C;D!Z|;>|f#YEfmhg1|^yu*ei7NfdRs_Wqx!)}g( zhOZxBQmNHDg=m{ti{4=3yN;5@DtOhZ^gK#}HxLp@J0mRgOj&NqKY$=WwF=hL!8aSW zxE4@cSYUNU-e(SlpimU%dk+@E-09k_5(IV1^gk3LJ(yKR(O#4e1{pBNuxPuRh4m?p z^&anKqhQbqSySh!B#go=O4(N)pbWv;;jC&*|o%GQ%uhZ{lpLkr#47uU;Wlpdy0`Uq0sr{*8o08bLTJp5)E#iG?D%Gvuy zS!CSD(PVI>3ZGWVe;HcVlHh$T%-!Z;35Df#+UN#XRA%5wC1*JyDZ;z&3hmkB)zKqIVnHSQE8vJuCfkWgwsDf2Y$}=}DCC2^ALonGuR~e%2U=XBX|O8S{8-{MOIDe2$xG$m{fI>3)xVU6L?}C%c!s1rC zP)O~9I}{ErYgr;K!Nnp`gTx)kvQ=yO@F?9r6rkhPdakdX&rM2XCQnk~(^uudxWIFz z_iQVU5thk%M{uryn!YF&>&PVOOF_8{LcUY;TSj+?)? z++8kUt@aky>OBHirMM_Fb!mHuluRsA^o}DR71}mQU)qKfKyePG9~8yhHXA`aw@EKj;z2*_va-NH4Wnz{=iGIdhxrQ#wM zis)CwMcbK1+lkLev++ud>7&2#I^yEh_BTTNTW2124W_e68|LVJjf zW5e9{u<2v})Hq6n-DMQzP1r;h^#B_MM#o&~NJU}ChQPkn5Ko0p#wYS{lT{aeN-e0zWOKGRV<|i#LYyA> zs$MSdSXp2wTINCl8D$->;>jv(aOw2~4C>gho@`=WYWTrZGDc8(8fT8+Xd3N2Td}3N7^EKvl z@Wfm6-*N)Zllo~3_D_Q-$;vA}g@x^tM-P+(D9cU`qwMU4M%v>NW!K1o`24}y2j$G= z8)f>|z0%7O=(J||Qu-s{?w4n$AJtOtz{b6DWOB2-{Oo@ExlybYGp?Dl_3Py=Dm$LS zD{0WWwKgcPpQ!(kj2n^go+h(^wblo#Zj#et>+N#-%51ql1FOIWAz1pb(7d$7m|`DK z|K10j8ghZlrj>SNK*1yL7WU7(~uaRpS4fA~27Y(SI0b^u~rwY~Ee zuD0p=zWr`m4?9vet%qEzn`!x5H?5cE;SrCA13dCxd5SDoR2N|quI-A#ezSk*gxUP` zqv$+l*~N+eS&j^zaROHje-MxoDdPxMEq8qBz(IyFM5mK?OL*WDXorksv4Qf|Tz7f* z@@zSE?q0cgZI%s4L$pD*lR_7sL}dTbyS`Yu*%;lsdcX9o-YNa-SkPnc)!&N(pcaLZ zk@U0ix*uAuO2T9Cor6QeVJ%i=3h5!NdQ;X^GNKjX=Lv+$CR8Lz1p`m2=VSE+bSRFY(b?_MoZ8o7_cR;?ak2oxDqgXlk@GmHJ%asqgh()5`j-zIo3$$uDou z%ZzOCZO3Sg+(G{I0UMbwUE&1PE7M%pLOJR_3Zl*#kFZYJOM8rsD9HX)n$f!C6w0ul z{NyX;2$p<@!N1PaIlukw*URxIpA3tX9+@r=>;^<-f_JeB>>MBzyGchYy(dnbV7_r8 zlxrLtJ)z~B-}q)&Pjp-}tn)1uVBL@)Z4GE~mAZ8ErZPnpa}Qu8_?c&(3*}uEs!pFi z&4!72z7K~iQXbh&2+As*<6N1ZMgjGH%wrBQmr=pzY34msCxPStM*t13aT=e^VJRNGUn&N z8p?p)%{@9=Ad_izV--rm@>e6!ofe2!iMK|7 zS+xatw*^L<4IGGv5AJFo-;QNkkBM&}0jW-SdA81UD)vdoeUyI#oX$g+T6SgRE~C&! zHx|=3sT<|H;bQC+O%2|_r3spUmM4Qf`rGc?9{u+IK7q&1G8o)W2Zh)6y^}Ls)KAd03RRBr(yTO1((x0&@oXwJDep1JpI6~>yeiElOU z2%C{=%1I6Q$!j|{hRf{C2|sxrm4)5Z9YxJB9lxgA=^lFR_$0vbzs)aj(2-|;tni3y z@sVY9p6X>B;fl7@JuR&9@wmwC|EgPNlZ?RpFOMWqeyw&j$M7+S#FWwsnmtww!Xuv&EKDbjM@?_UPa z@C5R;`d6HUr%+`9W9)JqatsK?znH@&?n3!6aOd2RyvRo$Q)P3lvfpH^P%bkRxM1@f z?KCz=3!^|bfC_^pGd)X|_3v}MnOS`22iN4&)Js_Xjr1xnTkDxV4t!fbb8P<8vZz+a zh2g|WbUEOyMS8>IiL0J_3h;rN>Jt%O^;6UKx?Sj4}5Kw2Rcf3-Qt9q4hboK^rPKTg~E6B~Im_%1JGY1{PGVcWxq`Wci>C z>z_+mZ7TLtKj0(ACBN|(W#+D5jCtT!dKCvM>Wfd`(`9+3B|hUaw$Ir{e5k(qWq%Q< zYElrJ4O+rS_*_3x2CJoHooR&vx1C<|p6O;CB@_vNBo^=xhwwq0wx^);>__E4l)b5x zt%Yf6&$cPb;gbJa_zQVC`TIOd;9}W%Z;s^9q^}ugqyHeoZ@F;-Tg#4qQ8y zkCF%CJchEt2JnJ`0Z(esFy$ux{KToFZpL=QZLT4UFX#oDvp}Y4*>vVx^LC7mcl?72 zn{xXWuD(ZP`hchn_V-H#L&xH9k3(_(F?aud+;uEBsDRha0KAW|4{ly4 z@4Wfl^4H(JSZ*zhlsyNYDF5lFUnf$}f^tKTk{&%G7L z%g`$Z&<76eXYzS~0ZPksk~wLMIDTnzLG}z$Y_PsoZd^TEUj5F6^4gm>%GJ9o<)@!J zSpMY5fx?PLQUMJ?zpaIwU?h`BPE&JKydq`9 zKA2^91ox3Kj!|G@?C#MmS`2iLEobcFENqt1*sPTd?ie6T!qWIr{h z6KJ|HD*W=5tL5V5YbeSx$)y9a)0APczV~4jY*-U*xOd)r4@KeESch0EN0`j-M`?D6 zN%$NJKq}(M93MV>xE#j9!Z_yxuP?ohrZlE1xMRo;qIk zVx`rI{Thp~w_v)@ojC*E95mAkkqhAN3_i@l^5n#LcH#_Z4&uT-$8PTP7cY_SOmw_< zxCi$ikefp644uOa?!j`EmYJmK>cqPJq%_~*U1llAsq@#%)q5H2j%Yev0r%-d9l=(5d5WTZ>f6?FU$O zgPHZ1A17imZNuPjKkav742uzjUBF?RTjo+SBfdk@B-Y^Ad}O9L+eE zil(k#c&RLW6Q$y>f9w0@2dCb~qVT87Q^yZs9S%l>?>b@d`7TFp-oxV2%-m8~=#fHu zS#auOabj|E94i?dr^n)?IMT||%nXb*0}!1LLUa^qQ5au_adF^$;?PtXRX9ypP8bZ! zy)&~*OsMX%bNx`6*u{WPzS7?8>}t8g(Y{?UiwI*jfoT_$w*6DP%04VI8AqC! zThOZSrBD?1i27guwa>7~F%eS*z>EGu`Vf~3^ix-^FL6X>qbU6JiSiPP!Xxwx;?Hne zD82)|+@jsDARMy4Rw$+wSLU=% z18s9@CF}-*N0r(7XotI4BszX%4~j$CpLNnKAlQ;ymu2w#!(s6HkL_kbkr131I?*SWIl9C-MUm3vcn0;r#tcxR?-;P`wLCCAA=l zfK9;xJMHN=XHZC-W6^yC>jb+{OdCTnbO~N#hQZ-J{dO0^k6{)x$K9dIKx{eOxxL21 z)?E}C=fQ`H!pC+EmECA%_9ImfMKC&k=WDu2AJ$A;PA*KCr3kAq3u(VhfZ96 zb_1TmaZ%Xg0+CvZns=-~QCMZ3I1-mJL*6N$8>YK>>p?0%!#}_ zN~D!I*aF|#EFzN}M8s7^kQG3l@`PH&RY7bXMOzgy-Jz?6N*C`uCU?a}X7G0#>m+xv zOtQ>`Z3-(=d$>|jIJw%KC^}v!7!f!4GhX=BdAE6+eZtj#7nJR;6UgmfA}*hE#C0Lr zqmNNAT~bl_KDu})3U^~A3x#m43HPzk8JoV~+f{l|y>pWV>U9>XVjv77)&&0{|;71%mb5R$`8Ck!M`$2hpQxU?N@~-ef{A^Gk9)G@w zvW8Zw=K`M|B@Hg2b9r_&A45@l7j0-a*IqQ5LP;2gc?s(`*Ri&D4IbzAs@B$TSO7=3VT1Lcwe&cHT(Ko4aO0W9;}Roah2N^z5yNCbzx z%9pwOEG-Ia0aq(pDC`4o2*~Yd2>x)n)2CgxzIV>q&CR_03rB;@G@^Cp7eDFQCW;Ij zar|gs6e$zN_@U+#3t;mopxjyMLBYKn9I^mId3zDyQB|Q}zXp9f!BLq--IadoU>K$9 zkzSO^=!;`P2j#l%rTb+ZIl|-!%Hhlp7ZLg@lvdS73*or|A^VsFwgJ%+1id}_?)*)s z08*iycvzv`U+37WJ1E||h;Zx)ED9sTaGn`>V==d_ES$KERGjAt4RjN254!f=O`oE2 zlgEO)b3U@fe*;A$EexB-7Fv2;^yk83{l?-jH0?$PlkHRfX9O==TYG89Qyg^o{c$#rmq$g zY>UFzcA1y$%<#qw!8P^fIBq8XNjt`KT(eKpMc>AE=gV52P+sAPK^Nv-(zZHV1L|h2qMSSEToRMh!P>c3*lnL5I5r}ObDC04%EvwD8h?P|pOb5!L zJ;(?quq;Yj9%d0{09tNYsw2Tr6pp*JP9C7H$vyBDZCMzgn{3C~=J<{JhPLEQnrc#gE2kK`OrrkfCS1jeiFZ?N{agejs%a;8Hy)6N+y;OkTrUZY=M zMfS7|KdFT=gpo1st1LXg*sMiiN*}zMU93EsR)s}I-{3goPG7l$2ICv=-6*Fo-!Iqh z(~q+8NeiQ^TPpg{caR@7%UFZuM){)tqQ>PoNBzlPvfKhc zLt7=^A^P6pMkdCsK@^$y!Pg3_n34WB38#hHP5Lm)Dh*`cCyg|Cg!gsBfG20zm+u+v z=L7;|rkp@9$;K#8R8Xn3#|;7>c7Ff>KmbWZK~yuOCk*mn!YVEz6*G*dhw$ARhoWQw zlVdIk86oL_c=;ASO?sx&_}7o%xTY@blA0;S0vIwb@5a%(`jzP`$WHDcqdHa&9Xt>` zp?$ox5pCAKj>K%^4J2m%h|Bzdy`k$ER|sYQ9-Sw7YEd{~5#P}FDvF~jcq@;-&xWXb z$kFd0hq-!>Q!VDPegxm7f(`&jT=6L%D^7$)WlhJ}9x6<}#QBKxm|W0=2Mjtw!4BM7 zZ&vK4ioz)Rsj!=TC2fqF3h9*fYmJ#67?X;62{*_fK7#U-CvY4&w7=}$H9*_-gkcm zJ`fA(iG%ESwREns@CdxaLFn)KCmFAvJOWJ*1YeA9Z$Tk5(f)$$rIQ=sPHQdNagx%GCr)+Cj@V6|3F!pmd1E3U*w|rFi4V*^_0d1loghd zfvW&INPiAn5=zrUSc=_+lJGDVg?qV%`cd>_H^4A+#y$cm?{*vtMPc3ts-m!ILz|9= zDsgBTsGrNtBq{;fmv3v=;HHkN$+KBV`yKA#I-jebcrbu_uNNvPO9f{v2jPLPJn0WTZr}&;e zdSx9%junuOjH(wf5hSC=FCUsX-14b;=S$@=+u+qWId++<5QsMy`0w1gSKfW+3~REt z*krg6in;fZYpl`8pMU;^SkLkF6#4ywDAkT)B~ae;=YQ_!QCK*ttj+~On?6>(jw9d}bT3QvcR91css6KpJ08TmTvW?%ivS7IKbLco63 zzm|}%DRaC{{wlF}thvg$DwTM5Q=+oP6DLlF62XP@7qE(aKJuPqUgojjDlV9(u)O>3 zyC_Cq3TxEThI6;)o_oGL_0&_q$2<-ixy#({J=O;=Uc4Aqh%M(6$DSzTyT;4+zWY7a zT;2+c#h#Ap#z|p#mN|}=mc_s2P;vU5cTN-kFzeQLLwQ=ukIy{)v{ir-^0o5HE3X8f zpwXc3edk-$$1FL7^A<9=Mn&9A%aVVJMKdat!6EDGPm!Fp^GU#D^xoh-;=F%smoPR1(#6 z8zeuP5anzaw4Fk1vLye&HF#1M+Yjt>tTB4jxNDIrXZN!K!g;*Bnn{^kmZRZ?h|}_m z@;nMc`q+<{KpTd~h1~9MZpPj2TX|CHEAsES`&xA&1)}ppJ8?g`jGXKFm?88pXNTYq2iI`Z;?ig`M(TO72 z>}FfEh4(0UTL22>t59Y?pOZJMen5kws3l`Zv3-GC_x|q9o95)nlP6Dp^Q5xDMKz9f zGY!MmV0(ZTGxbCqM61ogb|}W8rw7m7$XIvA>O{ubzv{ug1-o|GV33K%>uwR_$WV0) z>oS1)meKmIuA!$zy-_<=!AvXaKI&gu6pGo_XFfKL_@??UQRT zYultwLuZm_a^d1He=M6eKItf*2^LmoH{WACkNjKj!E4ea*PC?^yb@RY494=5!!rY& zZMP&4|0A_bTOQ{;J9t72P#5}52Rch@s|(Q>qhN=ZYvn2JmFh(Th0UIJ)42eJ)i%e?WcrkA=wCr&!{>x7TRto=`ch3f#&rJE*q){u z*_jkx9c8SoLlA+&Om{I3&zP&Q?#J!en{%1U+8sAK48-=Q9@)XvT%OjF&=$aq%885e#S_rs3RFQK0v{MFs9S9v6#wQ~dJ zDz^>e$$Ubb2 zYX~6Q+Vsq0dl=-kGx2m650=Lnfb9o-`d)N$4hH4`V0A0ZFa73krd_+XhoC|(1w+HT zbR0R4c8Ir8h`#-;zfRp}&%hvGP3zXKOS9bu1r`}*aP!)m`_q5;`ghWkFMKLJwr5w` zwtfZ1ij=Ng=mr#bi~;C5R*tSqYcM2s;sN9JcMbp+X60(vLX3fn)8*3#(ktKpW;%Rs zC|w)rOs(yBY~8UaefhKd(wbE(FyarSe+y8!ku5=g``2DffAg*XlrCTFj!xN5VDH|& z=@ZXBlXmXf#Y6#}FwC#<7O@yioSV~B>brUDm~a@87PXF~Pd~Xm zJ^R$Yv~ABP(vM#MFdaM99fD#B0NE>7E~NM0c`LvN4sbVb-kM(gm0w94*R97`+mVSx zQVz^-G1>T+|KTsw!9xe|G&F=#QO|1Gm3YY5oj(7C&!7d-Cb0)AKJp9}}ky8%4oH5$(sS?J~(Q0Iw*>pf6J4y^mw7X1X<4c^9knn2;lwqe9zgni@Y z?R4bal{DEZSao6A!q#}55b5;gJ9rfC#-s2B_~=nQ3a?D_i@^_VeTIIY3Q26z?-@$wKq4d&cKS`TiiT9d{c4mmf%Yh@8)A18$n5?#XjX+y}F)vM+)7zbnm$o1s$)9E?}um%ifi|~4N{t{lo06M$k`Nb#q zrsWG*JxIJxyqrCc2az-90OX!XF9F8gykTJgpB;OiJ$pGFK6V1bTU)FuU%O_3eR4W? z5icL7&!mILkJG_9P;wxLVg}82U{reg@qKJ<2$%!bod8^W^1`KbhR*92ZN;t3hXC63 za(|h$T@a`1C6eL8Jep(nwagHMB&dNaIu zWe9KBF9W3LN?SH&pl~a7Z#CQZpXu&nfxww`l5+M9^u@|A4SFuZ*syLj6FW-)Ni#4Z zY+nF{&!schZl>AuS<%0J6&~_Zx_PBHU4;+sjk;YNKqeH=<7bdV2<0{gpbG$PfA&|N zPpemSGS#63&$3$j$kXP7+c>$6_lEh09De`t@sF4SGVd?*_?SU{F6urED6AprpZwt; zra$<@KL`a~Ly}v{2zt7WeAVcwIz0~qcqhjC*=+6OHxA4~wc!uaF%Oi{fwJmt#iQbT zi9crZ7sm_^9&(Ho1CYOu#-4SV5qg0>JStrqz)KW{h&c?#Ixyht-E0tJPA_tLYJ>?; zvupeUI8TA4^X%Ron`}D+0G^4xLe8tuu#f5hzsBV6YEZhwE>bC zVUg1qV9l0h7K}N$i%<;jgy_sp>uMyo44#6#h#}o&<+%$>ni!<{T)^D`-eo5Mk*GJ- z@vUAw1b56~JJ02F$t!|i%m-^}_y)rvv=)StiBqVQfBHA-Mup0>DZh(Z1XB;=`FIwQ zxTs|IoQ~AQq@6oE=uyZ8DmU)j4X`lgB!I$t6c#AVK$U+E!W>Z23-VW*kS@<0)O(s6 z`-7SKC+tJ(D+1MoE5GyAV&&R)0E>}<`e_DuJ34fe`oS(#2m+L3m7-0tOmpusTd1Jc1E$ zh=FxKi>7+|F#h53Qx9kwN?I`Zxw_x)M`<^cf^nDtnS*Dug)DMf!VYjt$YKB=Ee&-% zMEre#xNZZoyo~qj8}LmpzdM%5GdRQFm*nj9rZ@rM?AM# z7}alHp~E=kwjK&^2rkcCp_7D3@z(d&mSYzCYnnso^DXdOXZ=80H=hNaco1u%-3ubl zVX15CQaw_TML-rvPcPZV;_p2BlYzoR=yd~tsc@7A5XOa7cp)VN6SgK5L^bd;+vHHLCDxQ0@S3C@x=9zTr$C*^alR*oB zl|^l%Y5l^+G#~H`sJeI;TkbMubn;zqZaD$3gn_ZGPuri9WqOgY4zqEXmFLJ8jgK0D zXJl(_arusT%0J&kI3L#>*}Ov;$a85)6ewhu?KJXI6F%RX$8zR)jYj~u^taB1t+^ez zfNSe?h`i5cSDf2J6L%bJpr@W@+H-*Zp-+}E=B^Y_Sz{i{G4nf$$``)2-0JTd@%6ZMlSu@@!fV&A z3$Ig7s^l$BmFL6_;HDUYiGkma;T_G-7$v2fhG#wG=~dqGM0jaOrVP4Bg|YXr6Ry$7 zXdg5b$Fv&C96z?Q=(RP#gn}QC<4^JTDV-V`EBieeqtQfpA!OQLM$7y1q)Y3r3h+W%OJTg_Ztn@8d0T5IjrkE zap2YR&~_k1^!?C9K2{ens?d!pzKj0Ra1xDY0XTHBCE7JL$5kV_;WW;=KvzET$my6p z%U4T7ej6Kk%I}c1#4kvAQa-Go&zS8_djIIvbei$pWOFCpyxKLfAW$j0aoHXyqv`SK8;J19v(~wv7)Oi!n+W2+^K!0LEN+ZC)*?7la+|>YBxGgPXq4jLqcPnSqJNYRf z;aFH=8Aw0C!WK@hh1U7V(yNqE9x6Iz7|IQ2g%ZG$2i@UQb$}p56-!X1io^+qOvU_i zI_`MtukwUj0_M==S-BFbmhKVGLfF^kK206TzD`+4bEWODh@J@mchl;i4{K{>@&s8T z>D_Ly00xohqzN#wwF7+;&+O=W=dKT>Bi%hL-o;DQ5c&olg~yPskp^Htd(>I<#|;%o zn58%5Lf|6(A@2nX3lNT71jrZSj+1&0dYYoZ48fjcR1c8I;%3J9a{>3ZAd~V=aMF~V zh5Uo3r3`)Fq;@cA=KtUy>_J0Pedb&4MS@t-AserZezz4fx@;|>L+9=vFm+U{VAv@U3e#` zxPb|AJ@sGf1sHa@FTH>IX1d-t9*aFk017*KRY)&5v3Y7J_;2-sj5bkO!p zlCs2tKj{N6<_Ti&9WF^@Ke3p%78;K?~xS2Mi`Fx%2|qTmYX>T^R%{+?NiX z%@fx4v5r~l(2JcMqhsKnz7%~)z_m_M!Y)lbS%%7q$_6IysT;jY)6qa%=x?7u9F9(5 z0Mce@0fp6zm~F~=idO3%It5VJoeJpJ)pd2!fS|yW{9tMwVF$ZL78T9HTNS%PG_oT^ zE3!?nr(V$tP*~uD{N#e!Hh|U5=s5nKh0)%fSJai70X+*O3lFmLMAb&5O#q7^Q~({k z2GOLQ#LGwR{q(bP6MQ@Uqq;Gk2cJFccU3umzrYWRAf9C%TiSW@H!d^x%9x^G*zcIN z(w7(AqJUzu{uI$X^iTAK&@g8?7xMn>&lG&-`3zm}k5rkLX*G&~aY3bh&sbeMI}*@8 zUBUi;`f9pzV~CxavhElCg9{Eu?=aTsO^p+MjDz~{Fnk-n(&Iefar$cQDjm%A%?ETi z2S+#VPNiUtF6&Y1aYdiX`7gA#uky?4@IKD+VCEV; zR1t&{N4c$tih`M*(jwj|Og#*j@BCX^uQN{{43qN^-_8VzyNV-fo}vRntIP}KaY+y< zQWeZ6jyqiRC;<1^(G%$2EWU)k(nUv31K728?|GE#0KnI40e;=IX%n<=4(C1I3$9(f zWJ%1;zVhlTX+PlDZQHiRb3tdpr|7`$Fm~bm`LvKZj75v^uFkl?1Z<&Z@^X z0k&_w`DQFy6s)#%$x`OR1_F$8g?Bn25D?xe7>E1|6n0VQV&Yu7bQv;lIKBJcd*S7; znf}G+mQPQ>f}Hirc=YH|JpNu!YuB!gt2V2B`yOXr5XU$Gh4q^3E?Gwici_N>j3v9m zp_1j)yXM($fymtfu#^7;AX}cTl-n_m_D_Mx?|<-qIuFp;xoN!)4&oF?4~3@VIO`fT zedgI`ad@;0QF|}F{pRcF59q_tXxAeKO>m)kyV0zJmDiJ;Z2C!xvNm!bpfA$W{2qK;_pacyN`$Ly-@m4!#q zVC?59yC9=}#&H6JTWzNR+os^D0#?*vl4BQJnQ1y!F*`A4;bv063Gc(^5#ua$N5X_x zQ~Jh1K_iAYQNm|=rX~A>g?gwHXTWh)NkbLIP%xt78+)nGDf3(#$I+?$ln;= zet|2|Dm%1mI8W2v-Hm*{9dk0vkVP)q(3a)SkK!hxFQowL{MsIJz2z}L*hPpkYTqO{ zrAz69@_563C%5@Rd+FgZQ-}Gt`HMWpwTf3>h;o}i374d1VUGf z`fkC(&ac%I-k4pubelz0>Nnc_7T|m_c25QSV%f}(Y0HPX{bX5``988eoloVI`IYwB z<8B6J^EteSGe`8g!lx9CqgMX;n}fo_Mbm8}Kg@s2xBl|J{InkDZ|Y+w*C8DW zVWZJe)f^UJcc`18N96eq?d>=gg~qlA(+jy3b*7w#M=L%x>-oq9D8-N-IX?y{fihpq zv&tuBg5?WaInUJTtw-}L-$pr2o71?eR+^LZw+|n3L|u@6cvTitKsvTnPx;gOj8DVf zXN$B2al{{fIp@Z`R~Hx;kHSBGi0)UZv{`B0hD~Y5wyg}%SnbY4-_%fVI@WzNefQ17=}!MhdVI&G^uiM$y%C;= zjvP&g0F1h#)Gcx507$TtyNMUzaTdvoCcnT#-Kg)Xr2tax)!2_)dCxe>YpH;jpr;Qvk9rr8XvHf9<8ur^nbL&*L7Tj-$tp z09gHY7#iJLXvg+#baHj+>a`xcW?W|F*`4&cmtIOwJele2cN!U|4_hWj0SdoLUBAiT zU&F!1jhi?(h9Y{4!Snm?zlUeO`m}b_j`Z|%FQm0gx>!xlB*%@*>D>cI()p{mh^Pq= z@ir6>22p@B?f{5+`L#F0nEl*iJJTnhek?V&ccq)x@20={=J&%hiyn%doQ&1MOlTfC za+tawWqYD^0Ck^D3o#sYU$~fFedX2kF2;?yC;^+v*XFI8L;1Uk7udJoI|v}45&qne zKKCp800E5yvb~c&JbF3(_|0R0DTXjUEJ&aJ)C+0#%HgTDO3AEsWs1Fv1Z zhAokn0RCX*HbV5=#f$0asgoF#C(>7b_jl8(Re8d8iV4CWe(!Gpub*X5Jv%KU-x^8A zP`nO(_+dH-IR4JSNZR*_XVP;R7PfBL!ayB`78)1v>UEHbB3CINJ$5qPV3l|uV57b< zR!QOYtbsf@0aJeuC6st?;ganh%Hn)htZu?%@~5BNjrWbA^kxMV{uFil;v=gvP?*TA zQBQfWq{%I-d#BRn8)NCWLkKxS&FC$D8fhUehAvp>>NV<08UV0PY_2FZO)8_yRuLY!U+n|4q zqZdHIiIV_UyD!mkG^JH5SI6Q3JB>lWt|v|&r&D3;XuOwf-MR@-JVq%1wx^Dr4p4YA z1M!t>*WzvWI%T;9|BNGZ9!YB#w}+v!2T#QZj-E?L03lz#d@+6D^PhqrSF%MW9XFXg ze*8Ru`XjOWeLaBMg$vu$wd?)R-`N=)o)4J6w!W;1&+?yN$AbtAG z=>V5!ps-#9^HF;pAngkm0n!7a*SNNI|1kW(^xJX;u|L!5mKLKwp!vF~2 z872QVgQac^Uac73R>9|ccW+`s7Z00)ln-|^DS0!s0TkZ69l1j}E_L5Y#||Az*RNir zU9|vASc0727~4GF=;;A$eFjh2Y_GL>L)wMRDsoM+5u%zntb0$Z*t3M;_UAhM_T%Fp zF$D?(|FVkkF@yYElzkXbScUx$0SfC;SfyQ~K>^BW=+L-u{ra`=l;L)R8eCjN;vn7D z?Kj!rjX?o<Jo4CerKJuD2B+?I2$9@3D<=SH~jy7>smwG=vFH!Q?a#iR|GxA)wbWlwHGWkQW4? zC%CbxW_A{s06Z{(hYALCyw}@RR}(TGox2U?xRJ8!33d`XW14{SCq+8YM<;8_J4NTp~2JF%nYF2I6cq^D;k z{p^qP?J(mOcdodF*SEWXIz|B+IFM~bPiupItspf}x+C?a z)pPOii)Z9^jL<-mGDw!IU<5%@!ac?*N2ZnD?tqN=oKxR)(r$?M)DJk=(`~cINXoi^ z`FIOp1w-Eg!1@d3v;r2!LnS1rqfUm&$7OWl9?Qgb&G@qnn*3cHBWPkaK;Z=d8kPVQ zUay@`&{0MU;ir*Qa}dKt3}F=MeT^Wf@P??Ii9F=onYa55RWrYX z281rMFAR}@WX3t~-t9w|JslItP87TNHp?#RLi*MMg`tV|4oCCu77~?3zFfSKx6#(% zmAzuSz_W)%(Ki@F-sIZP!d>ZW12cU+jb!g?7zF_mE@rII)qyN$0ZJo%irbNmVZa{j zze{Z)k4U2#FonkLFt7m_nvIN6zTCyY?S!NYMC$Adklz}`on&{ly@olBiP~I700xhGbU)io<&NYb$GU&8oix5n#a=;cFEbW zY#|F(@NUn--WK@J1v7#V1q*ZGo2o3*&a^|yDrqehk>^T}-|>vP)3a?%ZgL;*^M_I1 zm?Q|}prMUB{`x15X*rjF=I173S|w0<_mSsSB!jHfnjhxznf1dMCB zi;sEf``q5-QMWs740)%V(5Z#v9_`KL2z`KWX39^DRsUDQ)LwIX{`-Y-x%cJR1|97Yd0ccY)h|F;18Gl|)N?XQu=dz4?!%l(u)fZzcTkgz-K zH6hd7?Md63lT9u_aeK^r*sX8lnOFVh&H#NU`N?&vUIDBe5MJ1~LZ%UQ&>k99SM@sq zNPv;?SMl4hE!%gZcgJFzkeSF4-Ut-V z_HnaC7-(7t5Vj7lSps6OA-hgq9bosetLb__lc4Ng;KC#2oxGrYXq*_t%k3!kJnWQR zZ8-c`o_4HT0jL)lq|icNaQHPvJ!9@fA7)Yim5Frx-1T%Eu<#HdY}T%YS8&s8qTjd0 zHKO-6Pu^w0+IZTyd`?=mvxRF+) z({{0Q3CkgP$9DGcSQ~cGJb`Q9s@xYS>|zms!nAvVqK$YJo&_)Zz6qVLiSea+P3enm zSA~|g|JZRnoryIwon0cFl#fQ^J_0*JB0#CFAiMhzn$$9RYg9{vYysHUY%3nnaHKNQCDc=*8cbRm)%WW-w=Z85mk}PD-chxr~vypV} z^Ne}=qw4PdOa9i0|6JGQZTXICNh}_*xSTP}xpU{!;X{Yf=li35*`MekPXNawkL(G+ zjKErTd%fe@w_m+-C4jNp@Ho6`_3Ctqxvj%Ex;e$Xq9B2FYuBYEF%Og%{0$(B&YkNH zk9+P$GJnB>=s$HDAkbF8uRJZF_C0{UE;1C<<8z%1IhN4VpU)Pv>*~^_%i})0JwjX4 zT29^uvBkXg=39iniwwaY2k=(_lUG5!XU?991r9nb5EyU_kH2m&FYs#Pri}sOb^PNz z@$qBF(}9BrqCC#WwFrnJ{XV=S>j2?8izMX_ZJ92VT)TE{%t5=W)2_d(0kXcS&ieQ#{!INKdpyeWpr>S^=6-|e($yL zs$&lITx~hFXWzvKrRods6n--@-U+}9*-^Cx^@DsmQsq6rVsRS%wjkkqE|@nz=md5d zt&AfDYzJ@(+UQhjjC@SNgKf~X6qo1*dvFrDbSs;B=41I#{wH-&fxVNse zOoN~4`-zsm2Ym}&OWikrZ!v7Iyrkc?j|fnq?Z>hjj6d?0;k=LXMcX7y)y{Hk5v3m( z@}Wm2Xa0L%fQafL&j}Q=q&7ms^4zhPhq@8P3SFljopBa{vM-qq;-}YU*Vs zUgZKhS}3Xnh6dRgi+us|falIXYkv@==b}bE)oO3Kboo-)X%?}w^IV)=DC=CDr42~2 zAgyBzP5e<`wO8I{>Q84d=d*$R=EKnwd`Oj?tn<9FUeU-a-2^6-Tn&@)` z;#!y5oYZ&yEf80Ja;!kE=^L@P0Tdn^8^jLT#X=h92O5~4=)Vq6Fh&9w(Te>BSES@m z#{}q4E~Z4w7oVXspD}oXmc@b$oZw7kuhH6E+|^7wo_V{*Jf8HBmM-kmgRcFXi?{6S z?58cy5*GNl08p-ozA5S*{()a&VJiKrambrdE^JoiD3mPqK22lt5{m$&;q+-e``oXr zPkvVsIR4JIMd^fq<%K&i#v&E_7Q*UPR$b6Kla}^9_Wgo|b%bz7pg40pvzfCLi!q=6 zTL*%Ig=e8(I3Mbc1@6GCQ;G%X74w+~noa#g`@_Cu9fxg?4osa&=Xkb-%m+DN=G}nO zKesV=VjiV#vJF9=v+ZWtC8eaSN9L`dk-sQZp-sFk#NbDkKl!`bd&}bqK+mH4OS1M%11o8H5ZoZrYE zVkYM|=S`2hf}%~wH1n1F%C;?g26c!+nt7DG*-ix2htAi;0s+qPhB@q<-ka{=`MM7~ z{}i@#cWTn3unVx;bh3f{RDEb19fHhcJE~>2o;W?^eQC}^laC`V{0S=a$Fh5rZ?e5D z9`OwMMc*R*l@FfgR}a{Ekx8a+aUzk^&U}z#FyflHryu4UX(=6Dd?(o2xcx0{l!abB zl*d($tKVLfADcQOt$yjNe*_A{d8K3h;I{&F~c^r zMSd`lK!C{f-~Q{rPH(*NX4<;rk+kngw$E9=0i#n&Zvz_r!OK5RufKmdJPJSa^yBHV zotrS$H>QK{e+Y=~AV!V4^wbl(@xr?d79380^UB-l!p*@ncggDX>z{lqwbu;*I6j!Z z{pvA*!tH6<>donEzy1lpA%kfc5b1|!Zl{0w@4t^xe=7aX7oJZ~J-Rsz;rG}!pc^lq z-vh*V_G(Z1r~l*soYt*37V5%|SC7Jiao>3JjaX&8Z{I$Q54)jhYr1m_pzyo<(+9`9QzM?2 zA9?Jl^z7a(Y1YV{boTgx0AbIXvoLMkx-&if#J=!aFovMG!}du3<(uD5moJ=4s{mzw z?aN<8dFx8YPhU#^^3VQV+P-6FdhwGl#1^OuT{}Lv1-yORt&cic@w^3a_MGtC`wDq` z3tm{WYIS-N53i5z-T_dfAzcU1_{O_O(&1B=Q4ZVE^N(*yk8WSV%HFzk>?}a`m)}D< z8%%5QJnoNF)r9$}xe0m9E`pIsL=aWnXECqPK4zNv1-GGbVICzpR9(vOvym);2#a(Ps zjdwc|1HusiVOlH(>XfeE98GWS-yZ<>&wcjAv~JCECdTJPzGz120sz;Sf3hEgcpJRG zB5m8WmiJDO19kz-`u_VT(iPf3Bc14Oygsj8j&~&Nt0xYhVtdtVfaN>WhOJxEO=#84 zDw7^2=%0FIOWKTg$S~ZBKLYCeJ)T7@i8R zY4`w;@|3QF-9ZY1SwFViqEtGl} z7M-GBbV9%_0^ORYcoA_BsgiFvjR+2)v!Tw4XD}b~t1v;i{#;ppXy9xnh!m>##9c){ zlZx^hLkUKf0l-~X*x^EN7qd__fpvwK41u=-a5MN7LlP73V@#rk7af3(edsHFfI=N4 zw&7K2CBTOc^sIXTD40JBp=a3zTr%~G&NRU!*epD>;FSrW@Z!a*Fw!_k!gC)PbJEuQ zng5(mt|2S)gl~E7Gp2i)Oh(Vb)9HXfVT>d=04D#Vsh!p4OFP((kv_2%1zCTwg2gmT zjMG=EOshKym<>ZViCGts*QjGwc~WjY7&{m@tj5I#3|e&D9HvKM7CPxwI3_CSn;fSKn#P2{jl3h}=}1kBU%9N@crPLTfrn+tG3x;h&$dil zPvB8_VCW7&VRSD1k_H$P0%k)s18EF24p1>Ugl8>11k1N!RKaLAju)6l090LoW!!>S zk7@M+WYB-D4?XDxAjk=J4Ujy$hjDJ0nbfitm;*2!D#4-_r#zK!kqcze`^G2{+AKM#5L>6ag*Zr=XS4H+;nr zbe7h9Ct#v&Y9K9|4fqvZa~@z6Jx4ZE>25V$$0SsEQzTybV-y8(i1hnW{sdJEN)QY@ ziUQ%ON9JMLM7)DPq^F)&^v>IeQFAVa&IN#7=C!juG0)`bK@1r;Sg>#hS`XlLZvucX zxihOj^$@T!dtxBXhwe+};8A!!o{#t~(8{{iL)#ef45Zn3D%Kk=^#~Aooct>n#%Zgb z(m>#aUaIS;GXeSckaHR=v$qJqD$v|1jaFnpd)-~q8wX&bhjQQ=fT(Pbz-0NJd<&R~ zI#3&je#94V)h}s7<9MM~PHXhmJ5n~(QW?;~diR@|CIk)Qd3hHB3}LY8tF$Wrf^H$V zc@p`Mj>eO}ohEDbTfUh&@&8+KrX!>)&Y3SnXNKt z$*7-v|dQO5Bs55|AED*VQn}s!;y?FEO2b?R<8^$_!qAU#m$Rx+zZp+-x zt~PUMR~>-x=d%!H4zi;eP<1^E45U#bWoyMCUeBP+30A=+Er9wEILH@_;usQ@4;pLB zR+AdwEUU)WEb|?2YS?tLg7Oik-d3D6uzjmE7JP(yq61eepRD(Jq;bhYuc)Rh5pA5rSJ_7m&+@A^IS&iJgq zko{IVNA`ADfWoyAnU<}Fe^jQ%>SDb1nY5FKq-)lB_zh2JBk`GO8D68g`OExQ;d~8I&}fN z$#o3B0P7|J8tOrP626*5#=wQl%L7axPcAkA2~2-ve#r}UYu9bhlKTiGDYASDCZktn zLcj@qmwo^gr{5K**VR0gHZGl;)?m+BA~3XFk1V;ZPQn*15_i!~(1E;Wtw4L8<+egz1XRnh4)zM zrBR?Ti(2#&tMR{`$z^4ti>w3+o3~=ckvHX-2k9fNgI$sYu{|R>HJ9_>`y3{ksoI~g z1NxpqXPQLEoXbLvWeexWIS+u(96;(cS9IfHbSFHI;hFf@`I}LX=F1$vv00uP0GK=z@wVrIa8&G7~Z& zFRBUtfwMx&kf!e=4EnC#gdP7}Bi|?RV*2jM3=|%OHtP8y_ml^m4FZK356z`ZT-Mc^ zcCK5VwzHGqd~{)T2Imgg$U+oB*du|frPJ3Z@hE&V9XWXseH8F9&MpK+PLZ}dwlu@X zt?1J&03R35nMfO#vFqXD&eT-_g{6(O%6~E~{gLIo_H<>ki5n^k$3^)kuVr4Ipv~W7 zM+-d*_l-8=EM$V++U}&&=PzOVWj8SRP5r`fE^c(dIV(V2>P!@iOi+AylY8RzJ_CPg zm!#m75Uf1eS-@}3Q!ncR!30Bbz(X9 z1LQwQrA(2Q72Se<5<4F}%>k?5*%#_!%PoKVw?9`TFCV$i6Y6|GB{1Bhc1kDff(@fu*C*`)p z=b~nL5Ke&qT+GtOg5_E4YRA0Q2glR#Qx~zJ(54t;jsqrl(NN=5KZ_%W)9j{k+DbyF zZNnjtyHMfH4{x`gf`tV!38HCYLOcLa(Vrt9q*=&*C5FFjE4jKrOPkUF06+jqL_t(t z6cF|$o(1rRv}cZxSkr}8F2rek{x8Is{vgvg2y6Tm%}uo2ONa8iddh`oA301bKg_Rl z81H>J^kvfS3SUOyafvP6PHeY<^j&pvtKU@8t-67H17hF*RN-;0a<1~1=I-Q z6%0H?AAIQ0!2rN%pV4+B@J-Ny`R)gFyohny>eXu^?`O}P!3j!tfS{cRHZP7<^yu1s zwmaUr2-Jm=_V)#>;EpNg$2cvgWfFWW2wEGbAiS&B=yL#An-9kj+CR5!*&6qkF0rHL z;X`a8zdX%neoomYP`I5wSVv0xn2T&>LA8QfZ^N>OI#isb>G;C5J%cx46!|1}z=GyJ z59TX>t$O7>7nv%q+y?L}`c$81{!&j;7TWvR59F(TH+=woHp)Eu4faU@Pd2qU9Ul|V zAUm-N5^lDRvGX=zf3V*iq5L^*`yBPSoCDiP>4(%|p#Q4dvC-GB<^?1S@#-^pH z695{!Zjmwbsy-u~EC5;HS=BZP8>v`c-SR~?{vH8*FtSmMk_Ngw! zX+!VI^tVk?S9}*&=@jKKH#v{-J2F>|i>T|I2lQcimNd*?j918u^qGl+52c0wAZ{L4 z1#x^_URL+&biE=#i@=QE_YyPEIsZ+z7&zR$|T=28+zJ={Sf}!}R~?=>zi_MPF1U_c#4`j2VJUS9n6-J5_*ig5Hq@Kj0Ju87pTa)v4&hBK z9G#^%V#Y1@ucj}D>M>rS?!8pL3jkTrtUzGHd^?_Q7XY4JwQ^NpY@F+}zhAe0 zee|Q!V47#3y`F=msh$b5rs(UFEYsrKlIK+~jMfU-Vl%3?~Be8sQ>eQIEvH zwWKQnLhcY=ps@U4U+Fj5+i9+wLStowa=}GZE{^JI(C)pL}$Sn62M*;u$gCRV4I8l5RahIB4={B$w(aLJD--tG=qnDm*tpo z$*1N#^Krf}w24S&=p@mqqr@X^OB*Q93SIrJJXS{%IIfPI9XqHe&(uM_C+;eGsXtRk zW$ab8g9tVq(2!BT1zehKp4tPoD&{`1ii%a#}^^RXTGCeNTBiioRs}!E^9z$O?Javyg}z zc|v-YycHU0_jkefWJ7yg2XHQW7e|QwgZ(Vta`C_RSmZb5X<=@lnewV9sUN8qIuD@J zg(|5imHj~-<7oAY+=rTX`wD*(GI%1(#;D_p7A1}dLOBI8tK(|}(}u4;Y}+<9<$oTl z)0YST8c9t)h|IVjc1S-fB+o_U#Xj~!>HtB%>bqjw%RdVZmABe?u}7l&hDTv!`=9;U zpMyz!EnWQBqwvE>{@>2CvuDpHz0A7B=K77B0k>^U3+Fjanmr01#*@kS_MgU!!5Ch0 z*8p1Fllt%Ur0@UW2kF?!Q)$nhJ?Yb*{%ovdkui|_G(r?>Ce>65+nF#6BWy4rout+- zj9s8S;K=&)#!r5dUVq~)CPh;E)Mr0We7l)ktV`ed`q$H2Z@rBtj)Am#(>8#AkEVT( zY)$QC?X@@dr~U6ANnP_-r01S_G_6}XKMmf!mj3p&_tM2%crseDCjHi@_oeoRp>*}s zq4dokA4yk+I@0pB+tMF@`AHfnD=m9(um#%f^soQVAEq{dt$+GQUuHWpR?`9;nZoEk z+IK7cUw`$@^n2&JTd*3Z@--02mCjIG5>dd`%CGO?HidiHKvht?(~`T+B+Yl@BaAp z^wMWuN-sY5$?yvD;Rgrt{`*>b`>i+9pZv)`OOLa%)ztwW8htKYxSIa#&;OiB(Z%Vp z#~w|OKKcmn8AS7bLStdH)GTZZQ26!N-vD5I6oBq_fXDmN=FOW4&veD`?R56k@$~)I z-cPqi8=(2l^jn{KDm9Muq!S1Crysm=AT8g#Cq1(FDLgXFWrA}m3UqN}B3jnt}{fqzY&(ppqo=Bhj+)JzuUdG@GC4@Zb0m_v;$Sfw$@koG# zJKf!#UVH5|fR@K1Z%;k(c-pjnrFQr03X1JCwQ&c(?s+fXaHxxpnIXtB{Xj0650V>s9HCU;G>^J&4Oe3X0KHR!RRAK;d@} z9!$UYd%wqu=Dkd=HKhHoy^+r0Wp*(}`cHo9#k61%KwCO#K1^56pH1KX-VXqLA52?z z?Mu%;_Y6SzEleO~!CEU`Z3kma$PJU`OSYYD@eBvB^unbZ z=>XojpM3fWw)|v3Ky@u*TkGy?ckw8kfx@2zDE#~bKw;CW?Y_00A3Q&r-Z^qQw!7U( zI$Jg_Ps`?^gc4Y9Z+hc>{cSuVv*Kz|dt>_av#gW`z;U&A3P3*3Q7jiN>`b5e|LTirJ>YDC!sZ6YDXIG+_4JeX0OfB&VO^6}E<@qq zE&XGZ_ZZ%QPo6!4L4TBm0RVG1EKcaq>BNU8(|Lfxv%BV|ZFtlk0IYNR+{N%Ty@QE@ zT>^F47WK^e{`C6(!vMXnr;ho6q1R)mTDOX}+kh8qyoBQk{Ork->9>F5izt$vOz=;o zAH8-kwgp}dsCWC81;M-MesO$o@=AK|L^l(8x6<9e zx_o2~acWJ&f=0mWtbp6RX;a!wnYVA6kHIIUQ)e!x@4xz1TC{u(hN=yKlshrjs$3vj zsmBxN*|O`%aR!(DY1?K1##@##J&^zepR9nw3(}^Yn*k`KbiVs;I!@TBdw0{`UF*`$ zt?Su3opwn00l@4Rn7Da!|B+~myLYTj8`dm@pYwZ-PSZ!u`t;A*SJMxF0XGjM^9zXa z<0yV%6!>LTddc9&m0u|F_qsY55Fqr=|M@>pKm6ejF~$K{WI(JpVZ935|2r6PkmP{K zQzOgClP97dc4h2BJTD3q*1(3cQFQ^}*ZJsi9eRQVb~`vR3qT@J7>!~Mn9z;t z2YS*{wuG94ki?9Eod<=tInvRk)4_Tsc2YE1mKu0ISYdvOU?ucZo!sfF7L;nhHWC+Osmh!by){$H2a=ie; z@dO7@H~<$6${l11nsFjhV6PLJ{Euf2d{_J7Li2eb#uEG;GHA#JtCHR!2EkN*`+${^ja%`16 z3_x`_t(Xgt0>I)J%3D+OY(U6(E2hwQ;CH{XJYEG$3yc8k9Q^Nu1ta(To-ig;PkwB= z4d}7Wc;anm+u<%2M9pKnVLeCA77TzMF7Q(zu-nv*aUEtW=U()Lo&laiy9weJKs*9H zEQcn(ad{Lfl01KrH5f*$j|SRFJM}uRy^Y0y7*$YiM&Q*!zP$@A`|!9t3Sdnyj6drT z?4U>C`Fa$dQ@V<3D!~|J@HA$=) z`q%S~^>B|iGfKWjXg~L8AI>?h<;3 zQ1{hv6q11Pt=9}t)%ZLd;|;w5DxWo+DPzLWL)uy1SbA$IAMuPh$`N-ye+F&-}}$cN|>4`YH#!V8aZwqMw_60$wOn5r4gPNP(LPcm}f46>w&Jlqk!P4S7noc z@H&CQjA^B7tU5%_We?YR)IbaX--ps1_-!r=Di;AZ(6h9Q6=wl-gnRf-&M60_fG+v) z-n;y}lq>o*`m_wp!og~I=cr4!FeG2Pcqxoyon3g&WudbAH(dsYleyX0t5M6*jgrT0 zu*UIHuV+I6e9F2J`j)$Q2iei&HjDN8(k&LHNP|fYcp6YEpm5OKb`^C&Sr}kW0tjxT z5zoN`;_4NP**T__a>Gx6r0W5J37MLW0k#gK;XP!PUW%IN3qs>24R=scF3h4Ice}~x ziy(rATPL`~P)R?g;oJV)L&Ko`x`y)DidLW?yzPX`APZ>SF1T!Ar%||oh37IUE~r@g zxWkX9G%^jxEb151N}a+9E9GphK`;{ksefwtmx{}M>Vttx{g&qs{w~imPpgk;*w+v( z?X&T`0t!Q;!Zm(nSpG)3d6I%ML8sCXY%{qmwjW}P-_%0zhBVES|AqhZHRq!|vrIEO zQhw*N`wZv=R<9~)nKv_9o7Z^8A1C)cU3@Uv$ar#u#o{-I)B8s*avei%GU3`jFT7U* zEhH?h5CE9oZtJKs$N74}vVU^>c@>2K5_^Ti1nVKukX`URI?)vU(JX-cvj7X%0aTnE z?q|U}-b*Hj(^_nRJ66w6>zB{NGYb^&DW|?AaF&(r6Bnlui%O>gT&PU`e@?|M=T~7tDl-g8= zat2VCeo(zueV`d{XL>2Bb0Pz6QqaewAY%AHPO#UGo||~3ahA7~0h-vCu`CKH?g_|< zv}R*?=tQSp)ZUQRVf$OQfGuCquTj<_&Cna;+nGu*-swuI>1!-636Z9CQtGH&{l>$O zOI%#zb?vhVWX2;d zoRH^8CnsCvhX%?F5cw!jcpPt0NOucb=0t{oLa2%ly2hEx$?y^9tH+3`&ut0uATC;o+b~p7N`}lksh3z&b zv*3H>l{{pdfEv_=@8NCR6%#`Oh22r*YVRmO;k)TQylm@Hc#yU*(b!I4c&Xx_S&W6+ zup{GyD=nw*+=@ekt=JeBvmg(AejEaYi7sqm0)5{7<2Fxjl&E$dB>SS(f;y^BZTJE;YG z|DsvYxrv=JXxsI(9PeTyAU^^N^sI2_EH^j8!yX~e3gfSaihiF|BeWAd=EbU$nTO+xqc+TeGhW3 z?|T$Ka^GXGkwZx0Ds%BZgBk481Vq@5s2K{7`Nu1@SpAL}8uRQdal>H?%k0{+YYD|*Dwe4jxe)pG;I;qU5}3(;3cxydhQXsMXA zj_vd9!_@66xe#fU?@PRy_J*5DrzBWiNy>7LvnW%q<9ft%SJn}B=}`|*7ti2?sQ||a zX0k3FOG*drP`-Bul@37L((&rmt9bur%nguA5N*$`9_EDdHswAiH!)upUdEJTq+}c} zu3Wu_Ih&O$qaEJ{uyp9qA>Q2!8=)ZGew;)FUebM+v~*xpOBv6}(M7skg`-_OaSMZ1eJS9@kfTZLp78 zWUyuAtG1o<*f;T)X!5}|_(VAoDVbLO-m7t0Q|dVdgo2t7-%J4*yNCVHT~F0@$QJ!0 z3%uc}S;+7(u5jTIh$?v>!7yo_Y8{2u@{_H>HyZq_T4*y^X z^J88pdqhEfMm^_V82LsaAm}~pe(t(!Mg$GsYmhcW%E3|YoZ zhxp{7f5_8EqA3sVCs3xB&v+kYD&ca(IiCDXS!kb7#-x55V`Rs?!OzB%X`|oC^_ZIN8OS-Zr8iOIBx}epb!p=_ zA2|*0^DiF6jlXGQ6_3Tks>qhL`ZT`xUG49jU!NJ#%)1BMXz)Z3E~h+Q7sOw2OT=5k z8C`&%x$!>JgRsye+fLMp1q!Ppb5G_Smk8Fpg*-ie{CLR1h3vqrF0ZVW7xnZ$heZqO zSLQd`Bkersr=CZgQJ>QpBz;0k4j<+G<%QMe!?(&SZ9&$1@27&9EE+Qbdjkz*YLm6E0f0bB7%V zp__|N>~~zio^33|Kzx=@9ux@ZQS`F_v{lcgLm9()FK|%%nTt~FPxM;sy$hgP(N6?# zhgWBHb@CVsPr2s0ML&kWXQ2yCFt>C4`fd90>-2xaX~V{~c&_h2W(ah?8x^80Pw>29 z$1p68;7p_mTXJhF3rMl6=)vFg(9Y2pv=(0{vg`17YN+j%XkVwF@M3l)G==n3t&3YXB(p|f}_tojPnicLj_ov zwh{Hk_r_a}Ouw19tPlV3WLmD+jzTvw!=7>Eyjj1w&E~$vG(1cBj3*POr1#ha!T8n=C7FI9@M2=Ay0u3ZrZ0HivG3zF+iog3_+Av62lJ zH<%f2gX&&`9SCIGGn_iNGR(ykwrRurUD)zTE9~f&$B+3_U8Z@^rw==_JT3DCj^ngJ zRfn0ZYG!|(wb)_A z&$BJ7M4qqFp6-7Xzo4b5e|-EhDA3*AonCq6l?o`lkwFnaVVCm4dTjHW z^qEgQ4lrW~kHW8|uYcp~FmY4b`{-lo`4?VH8`f_^Da=Zuc~#ewS?JTl4hU~D^tCEc z5~`PHPn}NheQ+SX{lSs+tH1Uo0IzrgX2#=t-~2{$Wo!c-Uk_m6ty?yxC-*)=1Dn9G zaRBcD=hNy9JJQpS@4)CcJKeo`9+2yM>B6m%)U|YN`mIkr7RJtNrw#%XK9(*IVH^yg z@DqRs@F?7KHSIsqlm6}3-$)A=FH8T+pZqS~weZA-!EB1{WheT2(qI17x6=0kC4S*6 z|1|B{z73%897Ka3GE7FO{L zrOVyt((9DzyFY#-ee%Umr)QseK8!Ly`oWI?`5mI6O{A}W<#$FJ`Kw(zR!lQ$DP#OWW-ZmS9LD!sgoz?U2yzyFk?d6y8%r?e0fLEAhZccyvM}M3i z1?)M>3f%wr@Bafv<<_)g>*n*D{Drd-e*HSO4&{9>9=a}E8US>9B0U4(ec9Z4jM;z~ zIL}<{1t{E&N8$5Hpzw2hR;Mn&2F72`nU=;De1J)QatJTDht2@>??{jC+?F=4VWNb< zLK&oWKk>eMfNd}@U0_0BFum~j&NQd9J>Be|OmDuA*Kk&=WuWk`01Df+IILhO!tg(X zjj!LtqwoHA(~+Y`(-%Jb0>IKG@G6QJB?9+^*R6^0c+%Rgp_#mr@X6yhQEo4wK(h*N zkS$g)M7GauPme#n570L�hg8Ps10kUXK-GTd8{|%gL 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

LQZxO+qs$DmPK4 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�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

urzsBL#^Sw+PeiXz=iE14PPcU64>`@v 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

2o2@EYn5|_(Sev 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±RpaYRE5z=F-qX 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 yrF*_U}z!u<-ic`|gcJ(DT{- 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

-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 z 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 T_5uK)KR-a99GW5U$Jze}Yi-9& diff --git a/test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg b/test/static/Media/Sagaing/Sagaing1_Monywa_police_brutality_Feb_26_2021.jpg deleted file mode 100644 index 27073b880d403010e549a3d08d9669d72f33f181..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 82913 zcmbq(hf@>I6E8(k>Ag4UC4lsf(gK9u2_#W^2^~TcP*Fg7?@dbRMF=faQ92|LdPnJ@ zsZ>Gy`ux3__ZPg~o4J|WnY+2U&+YBre*P}~{YpR$0_p(?2nh)Y2>&U;-xC5k6E~kg zp8z)>Uv6pfCj<%_dWQGz5&TbB*oj;T=sljeJr6R{bqzLDcagW&hf8|-YY_ZhCD0^z z^iN11k&=^>Qc+Vdau76DuAS)^)Dhn`Dm6umFvNg~(u=RFu z@Q!~Q-`aZizex!HzbE-jK=bgvJJD-mLLLGl8bV?k!oPzAYy<>E#DxFb=Km8SVgkZ@ z_emc7GqU_M{7?R$>0eJsM11f5-xUIKVnPBUYGUetBl{YxwAdfW!BWu-kq*HJrmpxv z=u)wdwSWsT(SVcri#oK9Q3P9Wjj(3kOpwc?ei#hA4p^R2IXfb_;G%m_GrhAz$+HN( z>ox2sTG&6yROQOOj8wauEb#lDOn!^Hbuo>M%rl>I4aaX^JmHvsiAD0sL4cxJHL>nX8oO>0MyEb9opdQOEw~d$SF1}-w<0$%% z*M%*iU;{pdxVe>{$vLv?D6kW4Cx*S0d73K~@gT?KjI0@9`5p%>F)L-$y-b*ef7Bga$m;z z^IZ!5ZOZ)oA!D2s(DAyJ1w?%OdzalIPxWKs>da^~DccBP{g=ZHvL7fyzBh3^2x!TqgUaFI%DgEQX{rA1I3$Z=V!AQu;c-#%K?=~pIx@Q za+XfmR(cKXtYUF?cC{*h3E(BT^waNf2zxb`tUSGdVXS0 z@lPWsUH9z^6NX>h55hc%DFD! zjtBZ>ZDcBTIXI>)5QHV>2v?Bwpof|w2PC}b*O=#iQIYG{p!VI~tALvbnc)uy-SQ)W zUBVP$=CdM3Zxp(vQxxa3lpp^(64$q})4#O9H!0X$8 znAE8H$J!3g?};{UJky_jRp|C{H9~RAUTQuL;4n^>c(1HZ@3EMuhL#)lQjCQo9d$hD z`lQ#`QDJhpy(1g_Qn7QyRg=sl_fbYMM}n0qv(`ecWdtcMcX!q1v~5EdPJULP&+UJl zmkRQDSZHFD$n$BKJ&<|*{(8>zKrK||suIfD; z#$w8E?c-gmFKz(Hk()!Zcu(n73fPX)YDNu#p!a2ONGNQ{pR|~cX+E$^lPz0W!}H+9 zosJAg6Fl;@ie6C9JM!_dWEzE}^R~z702J5`>@6gH0U|bE+@PBGqaS^C4NH_o)PH7< zwtV;kK1Wl3#Or|H`hblyY}iJ^r8L~qrX`CS9+P)UnQE)gpk?t+_M9Jb%jXoNDnGLT zc8Vpas~V(U@zj#C?f^YX<2DwH?zLBPBxM^^kb#+`Sn=cESx zK?bJ0n%oj^S0EpLfLb6adBc7dK2TYfcl^C+pG$|PcZ&ME{SIO-yc%G96 zR)$8trR**rXi@;y7(wsbGp)^FP2^qmEfT;CVqg4hQt={Ck1-BXhXYT``FuV%7b^~xPb_{r z1)~#X$9m5Zw%EvI${`}o25EKjb@BaCnKqL@%f>ye+_CPjI?*V?43PtU9rfX`uqRn9~|Fi77Q zdt#uZa-&zhz{dnDe86E)4M^j%<;%U-Mk;%++f*d|P`f+T4+kt9O4ms(btAV; zf@nv_`nJ+4xr;g@*`|!;bJ-aEli^a+75tBGmRTK5l*t!dQGoR_=}%eFO7Y!KQ0?`m zWYdMdNMx9G`Xd8XgMr!F9V){|$*lk~G1k}uqX=hKle1G*=HtiQQ>R~83j3F_q z^dP)SKNdFmbwMIL*t;ZkQr$T_9Oy&%&$#J3H_zc4Ee=l?!jEnt30V_u2Oo`1!cOVdt=D4FLI+L@FiVuuu+zh}Rz}5KV)JK0fu78euIRnlT+vFG%<|0ZvnvcDyuW;a zz0Chs+mHc-x1XCJsfgBa9^Kuq*{bEOMnxtb2{oG=svo<)SFN|rWv!{d3<{k|0ex5O zR^oiFukoXD5-M3or7pFj)O%jeD4`kr0NH4lS0Z;4`}l2gn^)e(XOctDL*FYu{4%BI zh+zl^V9y=Av|7%;iVD4XX>(m@`=&Z8u!Sr>nN=ZSWvW?$`jDAp%F*nyP%4>#PR&MP~l6;BdA#-wAsJb7h{;T$jK zpj{v@v5-w+4t)L1ony=?eyk%Y1%)w{wYIgz{8@i{;MwVjH?O2c75MGPQ zeLLyhyrl$^9qm@(d8;9nfKsBzo^I05E^V3>N+Y~oK>AFx68uk<%@A8H$Ig46nhdY! za1SSBEFtsb4Lh5eyDLQO?ZJf*VR zZ55rdbBk3fCj&PUVC>ZVPLrk&Z=W;xVjFX7teg)WvS`td&l2lqPH!wzg-?(9+r7|b z9%PkP;pJZ25Su`^?|FRCbwTmZ=VzGEnNOeEMziiZK`;jnU72oVzKL*|#bBrT5*Ig( zXP_E&Ct)*COn2smAOuy8oliR5KOB-xU@ZKjaN6BhxUxfvHP$Cki=Be2G8ztuzmh(^ zTXR8?l(7oMd=@!mrS&th&>d>_Pklrp^UWlyMm+*v?5nD{B%Hu!FZF)REGdX=`qm4Q zsvb3~)x=#!6S$GN_;}q2;_j^)ChKhlnyNj@RpndG&b_}f9?!7XQ5BuL8t95E>X*yX zp;9aS)9Ljw=**Y2XbLxzGf7i@bW0_QQO2u|dp$1WiTU>85)AmZSO%&I6ObQQq6`1eP#bI6w+^e8{5E4GR)ipCT)NK}VC@uz zV*|RgZD$1PJJ9G>H1+UAB8Ru?^Lk39cfHb!8Z@y$T!CDDUf02G=V~s+sOpV6#Q~De+sOZL8`f^ z9$Wra?sOQwge8+~%;Aoi)a+#vow+HFOJ8P|t$t=wCBnusl^$Du{$Fe;qi{EdByoBu z$-N+Y^V^H=NBQHmBL9NZrCa|PwMxKIitjr^a>-r_YvS1={rfiK4NOAfjRB&Mc(diL z9n~Ms00qRyN8N7tExO*z+om6SC@HiX=|q=JUYk%uil%#|DS*-UD5wtflNQym2;WDZ6S1}| z=mIsfG=;;c6b}@?mt!^yShse=TD!XMt>?m9o*X+2JJB*Te`-l`)-IPToPo^C#?4Dv zc^6Y?+Q3>CTpTi;;~NwSjsldG3}uAEul7=D=W6)Iq1*u`LSH+5Spem}%ZzU6y`x6)e3xrhUs{V0hpX-DC(? zIDaa94`m1;bM=C{^Cj@T>xv6{BJ@P*A@#UjGv8sqC_*OnqiEKPhF|ua!EIkCx=pL) zoO^aVPB33{W7UdFIQGwPjcr%^bQxQ)j!N1RED_VmbnV=OBjsiZ7Lf9fW*N;c@{o_} zWqJgvAx=e$H|tW@it+m#M*Tdy2mAV$a*|pBH%b8vZoL|`B6yUd`tHnYzHHrbBHb*J zgp_`{C>{c znn_f|Uf!&F(-CI*HoX2Q9sq-`v#%H4=8rntEB>4;xMv4K)k#jKmYF*q3f}t!m)Vw@wK{U*=F^P z3C+{oN($4YMc&>E;>FFv8K(Ie<*fd8QE(;cr(k1=hJmCb2)1PY+f~;K-_s#TW-I^l z^giO(F|0ncS1UjS8+U$iY%P>y%P7Y{uEPk2x~86ot%S_L`V5Q+*^oUqbN>Dkp%O*G zrEz<3TvX_3@;eV@j^fH>3G)n*ck#PGEenyRXFb*h^)xi~V-zDvGcz&*8T^MV03<1- z%!cG=X>R>m+vIW{{-bAQw#RaQLD;z_%y9v1p_Ge_V(TtZ{9a!e&4dWk14!$R<7jyq z2M`~e!OW#lc#d+q!0!QgJws?0Bpbt)ZnB1<6Nim3fi>qg3grdbDp28 zi!;;Cw6L5{*HssKTVg0~>VU|AuAA1DE}+`KLSqK$J&+r+j1!t}_@hF_F7}H+K+m-U zDznw0yozx?{gfz=&`VBMxx~M%dXv~VZzb2HyDZ*(%MpG$7t`A4LFpfej$!*!QIPlZ zWGodo1Aapw#pa9w<&dITGhGA}?yrAJ(nS7NeK9A6ejYu1>OpIi^0bT zd5MP>lu?>nilBD=l>%P8IT9Hwm!mal4eU&Y-baWufzuDN9B3?s)msitOx(qhjogtD zTZHpuMCaOJ(&N?-@w>wTPy~J|Nn{1HP5Igy7AE}!VC0?62?c7zGwD(+|Ir(_uE8!A z){QRUh9_tFm2I;51Ngz>X6w3;8cMw1clqf>w$dUMkjuH>MRVW~G-lU%#t%aot1Lp> ztFFxJHNAvzAukhwh?r74@uk+)N(&u@61IGxQ(2vw#uSw;eWUX3Ij~|(N~p`rTJCby zvh-n{1BYDt9Xgfuekhy*@BI-^Zp%LFdm2KAaXkGt0`XDJd%*#JN7-Uv4ia((30u%J z)3e-f;&8b{f3mc&t`;LsQi;6g0$59ga!0c@>X$*Q!<$|7%k=cEt@L=TT(;*bMLgJ< z4bQ#BwRw%g+*YwcZFs+am<#M>FnAY^jB;k~%9Ul{+jySa?g(-)Yn(Dr{_{bU@!OQ^ zGm}+O%&n1AB+pg~^EyVqkTGIDPDB2LZ|9*1K>ANKO=hl9+FxsU5DGJ##yQc7hE z?iO)ctoMNf*5w8PI@PFqVQxQ}`HwyIJLwXr_aXQAW1v z`$9MY>Y4Bd32luJ2Hul=U6uAIOBa#X>I@%dCu*&}Z9b6_!I2~0s}uSURI1ZVPMWz3 zEeD9LtsL$RS$Q1)xXpK17|{srSVH=B7ZS-T3r$GMK_gvt^6rw>=0L6d^hFP?k46K) zrxfn%!$Q{-yKp?Fadfrln}9|5f!j{duWNl-O#HiP^vbUs0bW1xS`O*_TpEYQR)Zsj z!x%79gmt#OcriDLn;HJZ5V&O7W6^y-EUALwqC77GFdAjUG_^V9L9NnjtMEs9esL(s z;PB>}!`s%v=A;KPp|qG3Ks9afJ$lYLa2qpGM{+JwlC*`x*(siX^mN;ZADh7veCg$@W;dg^(3*Pomt?el?dBa@l>x)MA%GT(fp?aN-^jr>_(cTX;_$MBHUh_cC zziv`LhPl4Q7qy^zxzN7^_8AD- zlK_s=n@y^se$4m$>nxi$FZRu0#Tl!UU5O?f@yqm?usRE-=?q_+9zUqJfc@>71h zR;X0qtmaQtiJ_zcc57KT8V_vw#h8;?;6M?hXX+XZau9lY?5p3l*W8!ix>3dGwSOonOQ+}PM0_59RWNqo z3J$ou337Uj^T#kq^F2)PKeeRewo4Ra;;vSNQKqUcANZ^ai zI$@iQd~}ZntvOvdVY{oIu_^dyQYU!oh^2nYrm>03>f?q!HG+M_F&yh^T~sgrL^xBN z{pfS+!GYmtunb}O%*}J_{bgUJ0mS~Nx9zlI6aG@wB6T9~^~z;(I>U>z5mA9=rrGY$ zyj6pBSi0?k8XHjlL}&c4V0|ybn#pF*uJZ1P$00^7wUI-F@KC@eAzb^>7YOkJh@vJb zx9($(wa<8ePUN+ygvK_>t7p)Vn~ln2%UHUc`d(1|p$Kyki_Eai06Tbc&cmTw@w468 zXk^Mn7`RFI6r}JyW$?1t9GCgI9f%zoUM^Nhyjmh;&wz|c<2sk;qP{2h!Q!{P&j_Qy zo7gBlxNYS&JDpAJ_>leiyNi|Lwtl5WK?yC z{>qp4Z2dD7>@&IMZYw=y#5TQqG~9Nf^1Whjs-U8Nl5DlO!sj0{Rvq6MRu+0yR?SgJqDFTK9F)RIR&g`)8BVAvmxP4;}*}7T%u4yV$^T; zz7e$*CZ>^@LyrBt;;C1!BqqAlj%52J(k>$1x4PH=%ldRwW+ah&%lT3*z|N0*eyA>s zw$WCKQr!_%znF(cX`;v0inOdE0~cLg>=#J91IquK_sH5*`G^ zlE=S&F)#bxsgYkj%c^FggVyap`0StsFrPsJ*?nM|UfCj5>R-zD?nwqzb4xj;ysfUF zNmc0&r@UiFuA8fY)ZDVTWu_%rE!|{jzvb?yGFnTV^&>*>H2Ly{fbZMZ$CB(g#l_c( z!BpOIu6C?RG$|6s1wKrg=9PtZKj5Uj?+X7Qn(HC|mGKSn0c;)u+l5D)v+i*#bZwRZ zWzL3L;8j!pe)`I>U`u8nTKXB}Cwnbs6KW@mBTL7KzXW<;dx7Vj4>-$bcXKA1K5p)Y zO{^oO!@cV%sj{y)wTYPDkP?b>FMTm?-VNLhq6o*hCfcnQogGz~zPY8O3DcJozFN#) z*(m+A{gO+0mj2FT4&NW|(!icX;^FXBT;te4^`R_|R^7$pK{M-5Tab5P!;PLyOsH&= zFzlykR;LuJ$c3EbLxFX#sd56lE#x?`a_xr3r*_}%(C;F&A3FTqr+Dvi!4AU0|1Jgn zlfV?HWy9@?E2L%aRW0^WovLxA>Q8c0MJrygh`+Vhow z&B(|GcaDnA=- z=rNa@{4L`3ITWWgkQE{;8Jhp9OlQyG82|M(3>yL%WzRy^D|sWyJuXmb#g67^Ch zgIyt_208NS*Cmj3anYQH!zzPCAgyJ!JiA_2 zg`x8lUJDUKS5yX}sy7dke@8r(Zh^1QiRbDF)=Uh)W>sA92!dx|?48N!uwh2Qn&68* zdvFp%-U)nYZr4>`JPC~TWcIg9qRWlz!K9mH%o37CB+-#RjVFhW?EJQa1f@c4hYytQ;_ebY=N?~ zq?m0A_CbrSjpp|DPaGsuG}TAN+uZ}hQrPhPi~oufd2&rjvmCF4?jYBA$pD%2+1|w| zRqWZM@)Lbwp~+>%w^a`4E)>F`PKIU=pRC2(= ziU`aQfGa7YuXrCcZGk@@I;@J;iRl;zb6ExVmrU=tS`8VxdX;mmyN^zczrahuoR7Yr z`bJD})SrL!`I66aAt6nAUGDj#cKl=Q(V6dAa!J`)WQTk%M*%k5Uyoe879z4s3lV|v zLr|C(s|mA1oH-J3%uHj;c^TlqOrcjoM#LuYsgeA|+U)rJL`MLFmF#%_#ZittaKB@u z$RKQr;%!Nj+AusDp;%R-WEEK=L?Mdk&MQJsNAKhB}J7h!RpFYy_rX zycvToAEn*%2u>K9Q=;sfha$ybB+m{hDIDgzAXP!fh|=-T@4ZI*9`RTl8O3{5Tqra&kxc;9M?8N*WC zOZn85B(O#Nb%SDC!1B!|c()Ck*cSGyLgr2JQhE?tHPH+_>AvuQ=t5|NdAH9gZk-oE zE=8u1qsK@6;n`ORJJ}=jazRrFO6mMtM^X)Ls<1_D?Rt0JX3MbKy3FJ5`sJj1f@#co zG9v1UH_320PC7ILHoxQnH|TbvSUrV0^Cvnf5_A+k4XdeBVQ-j7RLk zn`+KmN^5-jvA8-A_EJK>{2dzZz6DrEv1pq4zq6ekP32N&wXZm1sa;(9mut0+a9-^; z`ybRGi2PY&DMR&4#JX50;`uJv!e_5liP3Atc5uaK#c7dVF-SK7vj*YDg%ZUss1W

QFStM>5<|;2<2} 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≦_chvv*EQJXB<$UL>-37fN-{_$E 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 diff --git a/test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg b/test/static/Media/Mandalay/Mandalay1_Kyel_Sin_19yrs_Mandalay_Killed_March_3_2021_head_bullet.jpg deleted file mode 100644 index 9ca5f0ceaf5d2e0eb3118e05555df0a19bc71d2c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 73398 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